* lisp/files.el (copy-directory): Fix arguments to the recursive call.
[emacs.git] / lisp / ChangeLog
blob9cb406d431d6da2b149459ea2616d2bdcdd1b685
1 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
3         * files.el (copy-directory): Fix arguments to recursive call.
5 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
7         * files.el (copy-directory): If destination is an existing
8         directory, copy into a subdirectory there.
10 2011-01-29  Andreas Schwab  <schwab@linux-m68k.org>
12         * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
13         files.
15 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
17         * image-dired.el (image-dired-mouse-display-image): No-op if no
18         file is found (Bug#7817).
20         * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
22 2011-01-28  Kenichi Handa  <handa@m17n.org>
24         * international/quail.el (quail-keyboard-layout-alist): Remove
25         superfluous SPC for "pc105-uk" (bug#7927).
27 2011-01-27  Glenn Morris  <rgm@gnu.org>
29         * msb.el (msb-menu-bar-update-buffers): Update for changed
30         argument handling of menu-bar-select-frame.  (Bug#7902)
32 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
34         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
35         to the recursion depth (Bug#7722).
37 2011-01-26  Roy Liu  <carsomyr@gmail.com>  (tiny change)
39         * term/ns-win.el (ns-find-file): Expand ns-input-file with
40         command-line-default-directory (Bug#7872).
42 2011-01-25  Glenn Morris  <rgm@gnu.org>
44         * comint.el (comint-mode): Doc fix.  (Bug#7897)
46 2011-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
48         * files.el (file-name-non-special): Only change buffer-file-name after
49         insert-file-contents if it's `visit'ing the file (bug#7854).
51 2011-01-23  Chong Yidong  <cyd@stupidchicken.com>
53         * dired.el (dired-revert): Doc fix (Bug#7758).
55 2011-01-23  Nobuyoshi Nakada  <nobu@ruby-lang.org>
57         * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
58         here-doc which ends with an underscore.
59         (ruby-mode-set-encoding): Skip shebang line always.
60         (ruby-mode-map): Bind C-c C-c to comment-region.
61         (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
62         (ruby-forward-sexp): Stop after literal hash key labels.
63         (ruby-font-lock-syntactic-keywords): Highlight regexp after open
64         bracket.
66 2011-01-22  Keitaro Miyazaki  <keitaro.miyazaki@gmail.com>  (tiny change)
68         * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
69         the correct buffer (Bug#7650).
71 2011-01-22  Glenn Morris  <rgm@gnu.org>
73         * simple.el (do-auto-fill): Give it a doc string.
75         * button.el (make-text-button): Doc fix.  (See bug#7881)
77 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
79         * simple.el (line-move-visual): Doc fix (Bug#7594).
81         * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
82         "Case sensitive" menu item.
84 2011-01-21  Roland McGrath  <roland@frob.com>
86         * comint.el (comint-replace-by-expanded-history-before-point): Fix
87         expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
89 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
91         * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
93 2011-01-21  Jari Aalto  <jari.aalto@cante.net>
95         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
96         Assume foo(bar) is a manpage reference rather than some unquoted
97         symbol (bug#7705).
99 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
101         * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
102         Suggested by Flo <sensorflo@gmail.com>.
104 2011-01-21  Glenn Morris  <rgm@gnu.org>
106         * progmodes/compile.el (compilation-error-regexp-alist):
107         Fix custom type.  (Bug#7812)
109 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
111         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
112         keymap expression.  Improve docstring.
114 2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
116         * files.el (backup-buffer): Make last-resort backup file in
117         .emacs.d (Bug#6953).
119         * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
120         make it with permission 700.
122 2011-01-14  Kenichi Handa  <handa@m17n.org>
124         * mail/rmailmm.el (rmail-mime-insert-header):
125         Set rmail-mime-coding-system to a cons whose car is the last coding
126         system used to decode the header.
127         (rmail-mime-find-header-encoding): New function.
128         (rmail-mime-insert-decoded-text):
129         Override rmail-mime-coding-system if it is a cons.
130         (rmail-show-mime): If only a header part was decoded, find the
131         coding system while ignoring mm-charset-override-alist.
133 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
135         * subr.el (event-start, event-end): Doc fix (Bug#7826).
137 2011-01-12  Kenichi Handa  <handa@m17n.org>
139         * mail/rmailmm.el (rmail-mime-next-item)
140         (rmail-mime-previous-item): Delete them.
141         (rmail-mime-shown-mode): Recursively call for children.
142         (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
143         Callers changed.
144         (rmail-mime-raw-mode): Recursively call for children.
145         (rmail-mode-map): Change mapping of tab and backtab to
146         forward-button and backward-button respectively.
147         (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
148         button.
149         (rmail-mime-update-tagline): New function.
150         (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
151         body display is changed.
152         (rmail-mime-toggle-button): Rename from rmail-mime-image.
153         (rmail-mime-image): Delete this button type.
154         (rmail-mime-toggle): New button type.
155         (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
156         body display is changed.  Change the save button label to "Save".
157         Don't process show/hide button here.
158         (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
159         the body display is changed.  Unconditionally call
160         rmail-mime-insert for children.
161         (rmail-mime-handle): Update `display' vector of the just inserted
162         entity.
163         (rmail-mime-process): If mail-header-parse-content-type returns
164         nil, use "text/plain" as the fallback type.
165         (rmail-mime-insert): For raw-mode, recursively call
166         rmail-mim-insert for children.
167         (rmail-mime): Handle the case that the current buffer is not rmail
168         buffer (e.g. in summary buffer).
170 2011-01-05  Kenichi Handa  <handa@m17n.org>
172         * mail/rmailmm.el (rmail-mime-next-item)
173         (rmail-mime-previous-item): Skip the body of a non-multipart
174         entity if a tagline is shown.
176 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
179         (tmm-prompt): Simplify.
180         (tmm-add-prompt): Remove unused var `win'.
182         * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
183         to minor mode which used nil accidentally to mean "turn off".
185 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
187         * net/tramp.el (tramp-find-inline-compress)
188         (tramp-get-inline-coding): Quote command after pipe symbol for
189         local calls under W32.  (Bug#6784)
191 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
193         * net/tramp.el (tramp-default-method): Initialize with pscp/plink
194         only when running under W32.
196 2011-01-09  Eli Zaretskii  <eliz@gnu.org>
198         * progmodes/grep.el (grep-compute-defaults): Quote the program
199         file name after the pipe symbol in Grep templates.  (Bug#6784)
200         * jka-compr.el (jka-compr-partial-uncompress): Likewise.
202 2011-01-08  Lennart Borgman  <lennart.borgman@gmail.com>
204         * buff-menu.el (Buffer-menu-buffer-list): New var.
205         (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
206         restricted buffer list is not lost on revert (Bug#7749).
208 2011-01-08  Eric Hanchrow  <eric.hanchrow@gmail.com>
210         * net/ldap.el (ldap-search-internal): Discard stderr output.
212 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
214         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
216 2011-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
218         * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
219         Author names can have spaces (bug#7792).
221 2011-01-04  Kenichi Handa  <handa@m17n.org>
223         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
224         part as a plain text.
225         (rmail-mime-process-multipart): Set the default content-type to
226         nil for unknown multipart subtypes (bug#7651).
228 2011-01-03  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
230         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
231         table, get the value before switching to the output buffer.  (Bug#7733)
233 2011-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
235         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
237 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
239         * files.el (file-local-variables-alist):
240         Make permanent-local (bug#7767).
242 2011-01-02  Glenn Morris  <rgm@gnu.org>
244         * version.el (emacs-copyright): Set short copyright year to 2011.
246 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
248         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
249         an existing temp buffer.  (Bug#7746)
251 2011-01-02  Glenn Morris  <rgm@gnu.org>
253         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
254         multiple addresses.  (Bug#7760)
256 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
258         * net/tramp.el (tramp-methods): Add recursive options to "scpc",
259         "scpx", "pscp" and "psftp".
261 2010-12-31  Eli Zaretskii  <eliz@gnu.org>
263         * term/w32-win.el (image-library-alist): Set up correctly for
264         libpng versions both before and after 1.4.0.  (Bug#7716)
266 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
268         * time.el (display-time-mode): Mention display-time-interval in
269         the doc string.  (Bug#7713)
271         * simple.el (select-active-regions): Doc fix.  (Bug#7702)
273 2010-12-24  Kenichi Handa  <handa@m17n.org>
275         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
276         condition-case and return an error message string if something
277         goes wrong.
278         (rmail-show-mime): Adjust for the above change.  Insert the
279         header by rmail-mime-insert-header.
281 2010-12-24  Kenichi Handa  <handa@m17n.org>
283         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
284         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
285         (rmail-mime-mbox-buffer)
286         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
287         (rmail-mime-entity): Argument changed.  All codes handling an
288         entity object are changed.
289         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
290         the above change.
291         (rmail-mime-entity-children, rmail-mime-entity-handler)
292         (rmail-mime-entity-tagline): New functions.
293         (rmail-mime-message-p): New function.
294         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
295         (rmail-mime-entity-segment, rmail-mime-next-item)
296         (rmail-mime-previous-item, rmail-mime-shown-mode)
297         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
298         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
299         (rmail-mime-insert-tagline, rmail-mime-insert-header):
300         New functions.
301         (rmail-mime-text-handler): Call rmail-mime-insert-text.
302         (rmail-mime-insert-decoded-text): New function.
303         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
304         (rmail-mime-insert-image): Argument changed.  Caller changed.
305         (rmail-mime-image): Call rmail-mime-toggle-hidden.
306         (rmail-mime-set-bulk-data): New funciton.
307         (rmail-mime-insert-bulk): Argument changed.
308         (rmail-mime-multipart-handler): Return t.
309         (rmail-mime-process-multipart): Argument changed.
310         Handle "multipart/alternative" here.
311         (rmail-mime-process): Argument changed.
312         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
313         (rmail-mime-insert): Argument changed.  Handle raw display mode.
314         (rmail-mime): Argument changed.  Handle toggling of raw display
315         mode.
316         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
317         rmail-mime-view-buffer.
318         (rmail-insert-mime-forwarded-message): Likewise.
319         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
321         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
322         non-nil, handle the header in rmail-show-mime-function.
324 2010-12-20  Leo  <sdl.web@gmail.com>
326         * help-fns.el (describe-variable): Fix 2010-12-17 change.
328 2010-12-20  Juri Linkov  <juri@jurta.org>
330         * isearch.el (isearch-lazy-highlight-error): New variable.
331         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
332         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
333         to the current value of `isearch-error' (Bug#7468).
335 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
337         * help-fns.el (describe-variable): Don't emit trailing whitespace
338         (Bug#7511).
340 2010-12-17  Leo  <sdl.web@gmail.com>
342         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
343         if point is not behind eshell-last-output-end (Bug#7585).
345 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
347         * textmodes/rst.el (rst-compile-pdf-preview)
348         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
350 2010-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
352         * emulation/edt-mapper.el: Override mapping of function keys so
353         that the later call to read-key-sequence works.
355 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
357         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
358         Unix EOLs.  (Bug#7589)
360 2010-12-12  Eli Zaretskii  <eliz@gnu.org>
362         * subr.el (posn-col-row): Evaluate header-line-format in the
363         context of the POSITION window's buffer.
365 2010-12-11  Glenn Morris  <rgm@gnu.org>
367         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
368         (with-silent-modifications): Doc fixes.
370 2010-12-10  Michael Albinus  <michael.albinus@gmx.de>
372         * net/tramp.el (tramp-action-password, tramp-process-actions):
373         Revert patch from 2010-12-08.  Use `save-restriction'.
375 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
377         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
378         New functions.
379         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
380         them instead of `nil' and `>', respectively.  (Bug#1077)
382 2010-12-09  Stephen Berman  <stephen.berman@gmx.net>
384         * calendar/diary-lib.el (diary-list-sexp-entries):
385         Handle case of no newline at end of file.  (Bug#7536)
387 2010-12-09  Glenn Morris  <rgm@gnu.org>
389         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
391 2010-12-08  Michael Albinus  <michael.albinus@gmx.de>
393         * net/tramp.el (tramp-handle-start-file-process):
394         Protect buffer-modified value.  (Bug#7557)
395         (tramp-action-password): Delete region, do not narrow.
396         (tramp-process-actions): Do not widen.
398 2010-12-08   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
400         * log-edit.el (log-edit-changelog-entries):
401         Regexp quote filename.  (Bug#7505)
403 2010-12-08  Tom Breton  <tehom@panix.com>
405         * cus-edit.el (custom-save-all):
406         Bind print-length and print-level to nil.  (Bug#7581)
408 2010-12-08  Glenn Morris  <rgm@gnu.org>
410         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
411         Run hooks to update menu contents.  (Bug#7586)
413         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
414         file names, for the sake of MS Windows.  (Bug#7588)
416 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
419         empty lines without a leading space.
421 2010-12-06  Leo  <sdl.web@gmail.com>
423         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
424         while mapping over marks (Bug#6810).
426 2010-12-06  Chong Yidong  <cyd@stupidchicken.com>
428         * image-dired.el (image-dired-db-file)
429         (image-dired-temp-image-file, image-dired-gallery-dir)
430         (image-dired-temp-rotate-image-file): Set default values relative
431         to image-dired-dir (Bug#7518).
433 2010-12-06  Lawrence Mitchell  <wence@gmx.li>
435         * format.el (format-decode-run-method): Pass args FROM and TO, not
436         point-min and point-max, to shell-command-on-region (Bug#7488).
438 2010-12-06  Jan Djärv  <jan.h.d@swipnet.se>
440         * frame.el (blink-cursor-mode): Make default t for ns.
442 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
444         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
446 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
448         * comint.el (comint-dynamic-list-input-ring)
449         (comint-dynamic-complete-filename)
450         (comint-replace-by-expanded-filename)
451         (comint-dynamic-simple-complete)
452         (comint-dynamic-list-filename-completions)
453         (comint-dynamic-list-completions): Doc fix (Bug#7499).
455         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
456         Doc fix (Bug#7471).
458 2010-12-04  Martin Rudalics  <rudalics@gmx.at>
460         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
461         (Bug#7533).
463 2010-12-04  W. Martin Borgert <debacle@debian.org>  (tiny change)
465         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
466         (Bug#7491).
468 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
470         * simple.el (transient-mark-mode): Doc fix (Bug#7465).
472 2010-12-04  Eli Zaretskii  <eliz@gnu.org>
474         * files.el (file-relative-name): Handle UNC file names on
475         DOS/Windows.  (Bug#4674)
477 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
479         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
480         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
481         (epg-context-set-passphrase-callback): Mention that the callback
482         is not called when used with GnuPG 2.x.
484 2010-12-02  Glenn Morris  <rgm@gnu.org>
486         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
487         Ensure ps-footer-font-size-internal is initialized.
488         Call ps-get-page-dimensions before trying to use ps-font-for-text.
490 2010-12-01  Kenichi Handa  <handa@m17n.org>
492         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
493         within condition-case.
494         (rmail-show-mime): Don't use condition-case.
495         (rmail-search-mime-message): New function.
496         (rmail-search-mime-message-function): Set to
497         rmail-search-mime-message.
499 2010-12-01  Leo  <sdl.web@gmail.com>
501         * ido.el (ido-common-initialization): New function.  (bug#3274)
502         (ido-mode): Use it.
503         (ido-completing-read): Call it.
505 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
507         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
508         stand-alone lines, since that is handled by log-edit-match-to-eoh
509         (Bug#6465).
511 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
513         * dired.el (dired-get-filename): Replace backslashes with slashes
514         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
515         * locate.el (locate-default-make-command-line): Don't consider
516         drive letter and root directory part of
517         `directory-listing-before-filename-regexp'.  (Bug#7308)
518         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
520 2010-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
522         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
523         of :smie-open/close-alist.
524         (smie-next-sexp): Make it accept a "start token" as argument.
525         (smie-indent-keyword): Be careful not to misidentify tokens that span
526         more than one line, as empty lines.  Add argument `token'.
528 2010-11-26  Kenichi Handa  <handa@m17n.org>
530         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
531         multipart subtypes, insert all as usual.
533         * mail/rmail.el: Require rfc2047.
535 2010-11-26  Kenichi Handa  <handa@m17n.org>
537         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
538         (rmail-mime-entity-disposition)
539         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
540         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
541         (rmail-mime-save): Handle the case that the button's `data' is a
542         MIME entity.
543         (rmail-mime-insert-text): New function.
544         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
545         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
546         (rmail-mime-insert-bulk): New function mostly copied from the old
547         rmail-mime-bulk-handler.
548         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
549         (rmail-mime-process-multipart): New function mostly copied from
550         the old rmail-mime-multipart-handler.
551         (rmail-mime-show): Just call rmail-mime-process.
552         (rmail-mime-process): New function mostly copied from the old
553         rmail-mime-show.
554         (rmail-mime-insert-multipart, rmail-mime-parse)
555         (rmail-mime-insert, rmail-show-mime)
556         (rmail-insert-mime-forwarded-message)
557         (rmail-insert-mime-resent-message): New functions.
558         (rmail-insert-mime-forwarded-message-function): Set to
559         rmail-insert-mime-forwarded-message.
560         (rmail-insert-mime-resent-message-function): Set to
561         rmail-insert-mime-resent-message.
563         * mail/rmailsum.el: Require rfc2047.
564         (rmail-header-summary): Handle multiline Subject: field.
565         (rmail-summary-line-decoder): Change the default to
566         rfc2047-decode-string.
568         * mail/rmail.el (rmail-enable-mime): Change the default to t.
569         (rmail-mime-feature): Change the default to `rmailmm'.
570         (rmail-quit): Delete the specifal code for rmail-enable-mime.
571         (rmail-display-labels): Likewise.
572         (rmail-show-message-1): Check rmail-enable-mime, and use
573         rmail-show-mime-function for a MIME message.  Decode the headers
574         according to RFC2047.
576 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
578         * progmodes/which-func.el (which-func-imenu-joiner-function):
579         Return a string, as expected.
580         (which-function-mode): Make sure we stop any previous timer before
581         starting a new one.
583 2010-11-23  Michael Albinus  <michael.albinus@gmx.de>
585         * net/tramp.el (tramp-default-method-alist)
586         (tramp-default-user-alist, tramp-default-proxies-alist):
587         Adapt custom options type.  (Bug#7445)
589 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
591         * progmodes/python.el: Add Ipython support (Bug#5390).
592         (python-shell-prompt-alist)
593         (python-shell-continuation-prompt-alist): New options.
594         (python--set-prompt-regexp): New function.
595         (inferior-python-mode, run-python, python-shell):
596         Require ansi-color.  Use python--set-prompt-regexp to set the comint
597         prompt based on the Python interpreter.
598         (python--prompt-regexp): New var.
599         (python-check-comint-prompt)
600         (python-comint-output-filter-function): Use it.
601         (run-python): Use a pipe (Bug#5694).
603 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
605         * progmodes/python.el (run-python): Doc fix.
606         (python-keep-current-directory-in-path): New var (Bug#7454).
608 2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
610         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
611         Prompt user before actually printing.
613 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
615         * simple.el (kill-new, kill-append, kill-region):
616         * comint.el (comint-kill-region): Make the yank-handler argument
617         obsolete.
619 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
621         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
622         that are both openers (resp. closers) and something else.
623         (smie-grammar): Loosen definition of valid values.
624         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
625         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
626         (smie-indent-after-keyword): Adjust users.
627         (smie-indent-keyword): Don't indent empty lines.
629         * vc-hg.el (vc-hg-program): New var.
630         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
631         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
633 2010-11-17  Glenn Morris  <rgm@gnu.org>
635         * emacs-lisp/autoload.el (autoload-find-destination): The function
636         coding-system-eol-type may return non-numeric values.  (Bug#7414)
638 2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
640         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
642 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
644         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
646 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
648         * textmodes/picture.el (picture-mouse-set-point): Don't use
649         posn-col-row; explicitly compute the motion based on the posn at
650         the window-start (Bug#7390).
652 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
654         * net/tramp.el (tramp-remote-coding-commands): Add an alternative
655         using "base64 -d -i".  This is needed for older base64 versions
656         from GNU coreutils.  Reported by Klaus Reichl
657         <Klaus.Reichl@thalesgroup.com>.
659 2010-11-13  Glenn Morris  <rgm@gnu.org>
661         * novice.el (disabled-command-function):
662         Fix 2009-11-15 change.  (Bug#7384)
664 2010-11-12  Glenn Morris  <rgm@gnu.org>
666         * calendar/calendar.el (diary-iso-date-forms): Make elements
667         mutually exclusive.  (Bug#7377)
669 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
671         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
672         when filling the remaining "unconstrained" values.
674 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
677         safety predicate.
679         * files.el (safe-local-variable-p): Gracefully handle errors.
681         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
682         Use smie-indent-virtual when indenting relative to an opener.
683         (smie-rule-separator): Use smie-rule-parent.
684         (smie-indent-keyword): Consult rules, even for openers at bol.
685         (smie-indent-comment-close): Try to align closer's content.
687 2010-11-11  Glenn Morris  <rgm@gnu.org>
689         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
691 2010-11-10  Glenn Morris  <rgm@gnu.org>
693         * printing.el (pr-menu-bind): Doc fix.
695         * speedbar.el (speedbar-toggle-images): Doc fix.
697         * progmodes/python.el (python-shell): Doc fix.
699         * wid-edit.el (widget-field-use-before-change)
700         (widget-use-overlay-change): Doc fixes.
702 2010-11-09  Glenn Morris  <rgm@gnu.org>
704         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
706 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * minibuffer.el (minibuffer-completion-help): Specify the end of the
709         completion field (bug#7211).
711         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
712         Fix handling of backslash escapes.
713         (python-quote-syntax): Adjust accordingly.
715 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
717         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
718         (vc-mtn-workfile-branch): Adjust to new output format.
720 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
722         * international/mule-cmds.el (princ-list): Mark as obsolete.
724 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * emacs-lisp/smie.el: New package.
728 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
730         * files.el (backup-by-copying-when-mismatch):
731         Set `permanent-local' property.
733         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
734         `permanent-local' property for `backup-by-copying-when-mismatch'.
736 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
738         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
739         (ls-lisp-classify-file): New function.
740         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
741         (ls-lisp-classify): Call ls-lisp-classify-file.
742         (insert-directory): Remove blanks from switches.
744 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
746         * progmodes/verilog-mode.el (verilog-insert-one-definition)
747         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
748         AUTOINOUT for SV style multidimensional arrays, bug294.
749         Reported by Eric Mastromarchi.
750         (verilog-preprocess): Use with-current-buffer and
751         font-lock-fontify-buffer to cleanup style issues.
753 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
755         * net/trampver.el: Update release number.
757 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
759         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
760         beginning of the string.  Use `string-match-p'.  (Bug#6765)
762 2010-11-01  Glenn Morris  <rgm@gnu.org>
764         * locate.el (locate, locate-mode): Doc fixes.
766 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
768         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
769         user for confirmation.
770         (server-force-stop): Use it.
771         (server-start): Use server-force-stop for kill-emacs-hook, to
772         avoid user interaction while killing Emacs.
774 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
776         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
777         (log-edit-author): New dynamic var.
778         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
779         Use it to return the author if different from committer.
780         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
782 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
784         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
786 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
788         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
789         (vc-root-diff, vc-print-root-log, vc-log-incoming)
790         (vc-log-outgoing): Use it.
791         (vc-diff-internal): Set diff-vc-backend.
793         * vc/diff-mode.el (diff-vc-backend): New var.
795 2010-10-31  Juri Linkov  <juri@jurta.org>
797         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
798         buffer-locally to lambda that re-runs the vc diff command.
799         (Bug#6447)
801 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
803         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
805         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
806         log-outgoing commands.
807         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
808         to create a buffer local revert-buffer-function variable.
809         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
810         revert-buffer-function lambda.
812         Improve VC create/retrieve tag/branch.
813         * vc.el (vc-create-tag): Do not read the directory name for VCs
814         with repository revision granularity.  Adjust the tag/branch
815         prompt.  Reset VC properties.
816         (vc-retrieve-tag): Do not read the directory name for VCs
817         with repository revision granularity.  Reset VC properties.
819         Add optional support for resetting VC properties.
820         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
821         call vc-file-clearprops when true.
822         (vc-resynch-buffer): Add new optional argument, pass it down.
823         (vc-resynch-buffers-in-directory): Likewise.
825         Improve support for special markup in the VC commit message.
826         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
827         * vc-hg.el (vc-hg-checkin): Add support for Date:.
828         * vc-git.el (vc-git-checkin):
829         * vc-bzr.el (vc-bzr-checkin): Likewise.
831         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
832         * vc-git.el (vc-git-log-view-mode): Fix font lock for
833         incoming/outgoing logs.
834         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
836         * vc-git.el (vc-git-log-outgoing): Use the same format as the
837         short log.
838         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
839         command
841         Add bindings for vc-log-incoming and vc-log-outgoing.
842         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
843         and vc-log-outgoing.
844         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
845         and vc-log-outgoing.
847         Improve state updating for VC tag commands.
848         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
849         to update the state of all buffers in the directory.
851 2010-05-19  Glenn Morris  <rgm@gnu.org>
853         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
855 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * vc.el (vc-checkin, vc-modify-change-comment):
858         Adjust to new vc-start/finish-logentry.
859         (vc-find-conflicted-file): New command.
860         (vc-transfer-file): Adjust to new vc-checkin.
861         (vc-next-action): Improve scoping.
863         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
864         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
866         * vc-dispatcher.el (vc-log-edit): Shorten names for
867         log-edit-show-files.
869         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
870         (vc-bzr-conflicted-files): New function.
872         * log-edit.el (log-edit-summary, log-edit-header)
873         (log-edit-unknown-header): New faces.
874         (log-edit-headers-alist): New var.
875         (log-edit-header-contents-regexp): New const.
876         (log-edit-match-to-eoh): New function.
877         (log-edit-font-lock-keywords): Use them.
878         (log-edit): Insert a "Summary:" header as default.
879         (log-edit-mode): Mark font-lock rules as case-insensitive.
880         (log-edit-done): Cleanup headers.
881         (log-edit-extract-headers): New function to replace it.
883         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
884         the windows/frames.
886         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
888         * vc-dir.el (vc-dir-kill-line): New command.
889         (vc-dir-mode-map): Bind it to C-k.
890         (vc-dir-headers): Abbreviate the working dir.
892         * vc-git.el (vc-git-revision-table): Include remote branches.
894 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
896         New VC methods: vc-log-incoming and vc-log-outgoing.
897         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
898         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
899         New functions.
900         (vc-print-log-internal): Just call vc-log-internal-common.
901         (vc-log-view-type): New permanent local variable.
903         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
905         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
906         of the dynamic bound vc-short-log.
907         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
909         * vc-git.el (vc-git-log-outgoing): New function.
910         (vc-git-log-view-mode): Use vc-log-view-type instead
911         of the dynamic bound vc-short-log.
913         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
914         the dynamic bound vc-short-log.  Highlight the tag.
915         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
916         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
917         (vc-hg-incoming-mode): Remove.
918         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
920         Fix default-directory for vc-root-diff.
921         * vc.el (vc-root-diff): Bind default-directory to the root
922         directory for the diff command.
924 2010-10-31  Sam Steingold  <sds@gnu.org>
926         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
927         `vc-hg-command' with a list of flags.
929 2010-10-31  Glenn Morris  <rgm@gnu.org>
931         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
932         log-edit-before-checkin-process.
934         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
936         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
938         * vc-dispatcher.el (vc-start-logentry): Doc fix.
939         (log-view-process-buffer, log-edit-extra-flags): Declare.
941 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
943         Add special markup processing for commit logs.
944         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
945         when non-nil instead of the log-view-mode.
947         * vc.el (vc-default-log-edit-mode): New function.
949         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
950         log-edit.
952         Support for shelving snapshots and for showing shelves.
953         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
954         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
955         New functions.
956         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
957         (vc-bzr-extra-menu-map): Map them.
959 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
961         * net/tramp.el (tramp-handle-insert-file-contents): For root,
962         preserve owner and group when editing files.  (Bug#7289)
964 2010-10-29  Glenn Morris  <rgm@gnu.org>
966         * speedbar.el (speedbar-mode):
967         * play/fortune.el (fortune-in-buffer, fortune):
968         * play/gomoku.el (gomoku-mode):
969         * play/landmark.el (lm-mode):
970         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
971         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
973 2010-10-28  Glenn Morris  <rgm@gnu.org>
975         * select.el (x-selection): Mark it as an obsolete alias.
977 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
979         * add-log.el (find-change-log): Use derived-mode-p rather than
980         major-mode (bug#7284).
982 2010-10-27  Glenn Morris  <rgm@gnu.org>
984         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
985         rather than just an unused variable that inherits from the real one.
987 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
989         * verilog-mode.el (verilog-directive-re): Make this variable
990         auto-built for efficiency of execution and updating.
991         (verilog-extended-complete-re): Support 'pure' fucntion & task
992         declarations (these have no bodies).
993         (verilog-beg-of-statement): General cleanup to enable support of
994         'pure' fucntion & task declarations (these have no bodies).
995         These efforts together fix Verilog bug210 from veripool; which was also
996         noticed by Steve Pearlmutter.
997         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
998         (verilog-directive-nest-re, verilog-set-auto-endcomments):
999         Support `elsif.  Reported by Shankar Giri.
1000         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1001         attribute handling for lining up declarations and assignments.
1002         (verilog-beg-of-statement-1): Fix issue where continued declaration
1003         is indented differently if it is after a begin..end clock.
1004         (verilog-in-attribute-p, verilog-skip-backward-comments)
1005         (verilog-skip-forward-comment-p): Support proper treatment of
1006         attributes by indent code. Reported by Jeff Steele.
1007         (verilog-in-directive-p): Fix comment to correctly describe function.
1008         (verilog-backward-up-list, verilog-in-struct-region-p)
1009         (verilog-backward-token, verilog-in-struct-p)
1010         (verilog-in-coverage-p, verilog-do-indent)
1011         (verilog-pretty-declarations): Use verilog-backward-up-list as
1012         wrapper around backward-up-list inorder to properly skip comments.
1013         Reported by David Rogoff.
1014         (verilog-property-re, verilog-endcomment-reason-re)
1015         (verilog-beg-of-statement, verilog-set-auto-endcomments)
1016         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1017         of if). Reported by Max Bjurling and
1018         (verilog-calc-1): Fix for clocking block in modport
1019         declaration. Reported by Brian Hunter.
1021 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
1023         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1024         (verilog-gate-keywords, verilog-read-sub-decls)
1025         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1026         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1027         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
1028         (verilog-read-decls): Fix spaces in V2K module parameters causing
1029         mis-identification as interfaces, bug287.
1030         (verilog-read-decls): Fix not treating "parameter string" as a
1031         parameter in AUTOINSTPARAM.
1032         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1033         treating `elsif similar to `endif inside AUTOSENSE.
1034         (verilog-do-indent): Implement correct automatic or static task or
1035         function end comment highlight. Reported by Steve Pearlmutter.
1036         (verilog-font-lock-keywords-2): Fix highlighting of single
1037         character pins, bug264.  Reported by Michael Laajanen.
1038         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1039         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1040         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1041         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
1042         (verilog-pretty-expr): Fix interactive arguments, bug272.
1043         Reported by Mark Johnson.
1044         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1045         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1046         bug269. Suggested by Gary Delp.
1047         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1048         (verilog-preprocessor, verilog-set-compile-command):
1049         Create verilog-preprocess and verilog-preprocessor to show
1050         preprocessed output.
1051         (verilog-get-beg-of-line, verilog-get-end-of-line)
1052         (verilog-modi-file-or-buffer, verilog-modi-name)
1053         (verilog-modi-point, verilog-within-string): Move defmacro's
1054         before first use to avoid warning. Reported by Steve Pearlmutter.
1055         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1056         (verilog-colorize-region, verilog-highlight-buffer)
1057         (verilog-highlight-includes, verilog-highlight-modules)
1058         (verilog-highlight-region, verilog-mode): Rename colorize to
1059         highlight to match other packages.  Disable module highlighting,
1060         as received speed complaints, reenable for experimentation only
1061         using new verilog-highlight-modules.
1062         (verilog-read-decls): Fix regexp stack overflow in very large
1063         AUTO_TEMPLATEs, bug250.
1064         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1065         (verilog-scan): Create verilog-save-buffer-state to standardize
1066         making insignificant changes that shouldn't call hooks.
1067         (verilog-save-no-change-functions, verilog-save-scan-cache)
1068         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1069         Create verilog-save-no-change-functions to wrap verilog-scan
1070         preservation, and fix to work with nested preserved calls.
1071         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1072         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1073         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
1074         (verilog-submit-bug-report): Update variable list to be complete.
1075         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1076         breaking on-the-fly font-locking.
1077         (verilog-colorize-buffer, verilog-colorize-include-files)
1078         (verilog-colorize-include-files-buffer, verilog-colorize-region)
1079         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1080         (verilog-mode, verilog-read-inst-module-matcher): With point on a
1081         AUTOINST cell instance name, middle mouse button now finds-file on
1082         it.  Suggested by Brad Dobbie.
1083         (verilog-alw-get-temps, verilog-auto-reset)
1084         (verilog-auto-sense-sigs, verilog-read-always-signals)
1085         (verilog-read-always-signals-recurse): Fix loop indexes being
1086         AUTORESET. AUTORESET now assumes any variables in the
1087         initialization section of a for() should be ignored.
1088         Reported by Dan Dever.
1089         (verilog-error-font-lock-keywords)
1090         (verilog-error-regexp-emacs-alist)
1091         (verilog-error-regexp-xemacs-alist): Fix error detection of
1092         Cadence HAL, reported by David Asher.  Repair drift between the
1093         three similar error variables.
1094         (verilog-modi-lookup, verilog-modi-lookup-cache)
1095         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1096         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1097         Fix slow verilog-auto expansion on very large files.
1098         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1099         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1100         "{1*2{...".  Broke in last revision.
1101         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1102         submodule connections with replications "{#{a},#{b}}".
1104 2010-10-23  Glenn Morris  <rgm@gnu.org>
1106         * comint.el (comint-password-prompt-regexp):
1107         Match "enter the password".  (Bug#7224)
1109 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
1111         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1112         Fix typo in docstring.
1114 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
1116         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1117         errors.
1119         * net/trampver.el: Update release number.
1121 2010-10-20  Kenichi Handa  <handa@m17n.org>
1123         * face-remap.el (text-scale-adjust): Call read-event with a proper
1124         prompt.
1126 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
1128         * net/tramp.el (tramp-do-file-attributes-with-stat)
1129         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1130         order to make stat results a float.  Patch by Andreas Schwab
1131         <schwab@linux-m68k.org>.
1133 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1135         * repeat.el (repeat): Use read-key (bug#6256).
1137 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
1139         * emacs-lisp/unsafep.el: Don't mark functions that display
1140         messages as safe.  Suggested by Johan Bockgård.
1142 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1144         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1145         Turn comments into docstrings.
1147         * minibuffer.el (completion--replace): Move point where it belongs
1148         when there's a common suffix (bug#7215).
1150 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
1152         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1153         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
1154         <dale@codefu.org>.
1156 2010-10-15  Kenichi Handa  <handa@m17n.org>
1158         * international/characters.el: Add category '|' (word breakable)
1159         to fullwidth characters.
1161 2010-10-14  Kenichi Handa  <handa@m17n.org>
1163         * mail/rmail.el (rmail-show-message-1): Catch an error of
1164         base64-decode-region and just show an error message (bug#7165).
1166         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
1167         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1168         a font-spec (bug#7197).
1170 2010-10-13  Glenn Morris  <rgm@gnu.org>
1172         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1174 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
1176         * international/mule.el (define-coding-system):
1177         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1178         * composite.el (compose-region): Fix typo in docstring.
1180 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
1182         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1183         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1184         (mac-right-option-modifier): New alias for ns-right-option-modifier.
1186         * cus-start.el (all): ns-right-alternate-modifier is new.
1188 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
1190         * Makefile.in (ELCFILES): Update.
1192 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * emacs-lisp/lisp.el (lisp-completion-at-point):
1195         Use emacs-lisp-mode-syntax-table for the whole function.
1197 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
1199         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1200         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1201         work when breakpoint number exceeds nine.
1203 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
1205         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1206         instead of font-lock-mode before adding keywords.
1207         Remove hi-lock-mode off code.  Remove inhibit hack.
1208         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1209         non-nil; removed hook inhibit hack.
1211 2010-10-09  Glenn Morris  <rgm@gnu.org>
1213         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1214         (load-path-shadows-find): ... to this.
1215         (list-load-path-shadows): Update for above change.
1217         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1219 2010-10-08  Glenn Morris  <rgm@gnu.org>
1221         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1223         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1224         (shadows-compare-text-p): Make it an obsolete alias for...
1225         (load-path-shadows-compare-text): ... new name.
1226         (find-emacs-lisp-shadows): Update for above name change.
1227         (load-path-shadows-same-file-or-nonexistent): New name for the old
1228         shadow-same-file-or-nonexistent.
1230 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1232         * minibuffer.el (completion--some, completion--do-completion)
1233         (minibuffer-complete-and-exit, minibuffer-completion-help)
1234         (completion-basic-try-completion)
1235         (completion-basic-all-completions)
1236         (completion-pcm--find-all-completions): Use lexical-let to
1237         avoid some false matches in variable completion (Bug#7056)
1239 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1241         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1243 2010-10-03  Leo  <sdl.web@gmail.com>
1245         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1246         return non-nil if the file exists (Bug#7090).
1248 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1250         * minibuffer.el (completion--replace):
1251         Better preserve markers (bug#7138).
1253 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
1255         * server.el (server-process-filter): Doc fix.
1257 2010-09-27  Drew Adams  <drew.adams@oracle.com>
1259         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1261 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1263         * Makefile.in (ELCFILES): Update.
1265         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1266         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1268 2010-09-27  Kenichi Handa  <handa@m17n.org>
1270         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1271         "ustar" format.
1273 2010-09-27  Kenichi Handa  <handa@m17n.org>
1275         * international/mule.el (define-coding-system): Docstring fixed.
1277         * international/mule-diag.el (describe-character-set): Use princ
1278         with proper print-length and print-level instead of insert.
1280 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
1282         * window.el (walk-windows): Doc fix (bug#7105).
1284 2010-09-23  Glenn Morris  <rgm@gnu.org>
1286         * isearch.el (isearch-lazy-highlight-cleanup)
1287         (isearch-lazy-highlight-initial-delay)
1288         (isearch-lazy-highlight-interval)
1289         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1290         * net/net-utils.el (ipconfig-program-options):
1291         Move aliases to options before the associated definitions.
1293 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * newcomment.el (comment-normalize-vars): Better test validity of
1296         comment-end-skip.
1298 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1300         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1301         (float-e): New name for `e'.
1302         (degrees-to-radians, radians-to-degrees):
1303         * calendar/solar.el (solar-longitude):
1304         * calculator.el (calculator-registers, calculator-funcall):
1305         * textmodes/artist.el (artist-spray-random-points):
1306         * play/bubbles.el (bubbles--initialize-images): Use new names.
1308 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
1310         Update to CEDET 1.0's version of EIEIO.
1312         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1313         New function.
1314         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1315         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1316         (class-precedence-list): If class is nil, return nil.
1317         (eieio-generic-call): If class of first input arg is nil, don't
1318         look up static methods, and do check for primary methods.
1319         (initialize-instance): See if the default needs to be evaluated
1320         during the constructor.
1321         (eieio-perform-slot-validation-for-default): Don't do the check
1322         for values that will eventually be evaluated.
1323         (eieio-eval-default-p): New function.
1324         (eieio-default-eval-maybe): Use it.
1326 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1328         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1329         method-invocation-order.
1330         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1331         (eieio-class-precedence-dfs): Compute class precedence list using
1332         dfs algorithm.
1333         (eieio-class-precedence-bfs): Compute class precedence list using
1334         bfs algorithm.
1335         (eieio-class-precedence-c3): Compute class precedence list using
1336         c3 algorithm.
1337         (class-precedence-list): New function.
1338         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1339         (inconsistent-class-hierarchy): New error symbol.
1340         (call-next-method): Stow the replacement argument list for future
1341         call-next-method invocations.
1343 2010-09-15  Glenn Morris  <rgm@gnu.org>
1345         * calendar/appt.el (appt-check): If not displaying the diary,
1346         use (diary 1) to only get the entries we need.
1347         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1348         that it is in day order.  (Bug#7019)
1350         * calendar/appt.el (appt-check): Rather than showing the diary,
1351         just turn off invisible display, and only if needed.
1353         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1355 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1357         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1358         Add `when' argument.  Update callers.
1360         * subr.el (unintern): Declare the obarray arg mandatory.
1362 2010-09-14  Glenn Morris  <rgm@gnu.org>
1364         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1365         Doc fixes.
1367         * calendar/diary-lib.el (diary-included-files): New variable.
1368         (diary-list-entries): Maybe initialize diary-included-files.
1369         (diary-include-other-diary-files): Append to diary-included-files.
1370         * calendar/appt.el (appt-update-list): Also check the members of
1371         diary-included-files.  (Bug#6999)
1372         (appt-check): Doc fix.
1374 2010-09-12  David Reitter  <david.reitter@gmail.com>
1376         * simple.el (line-move-visual): Do not truncate goal column to
1377         integer size.  (Bug#7020)
1379 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1381         * repeat.el (repeat): Allow repeating when the last event is a click.
1382         Suggested by Drew Adams (bug#6256).
1384 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
1386         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1387         Replace setting HGRCPATH to "" by some less invasive --config options.
1389 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1391         * font-lock.el (font-lock-beginning-of-syntax-function):
1392         Mark as obsolete.
1394 2010-09-10  Glenn Morris  <rgm@gnu.org>
1396         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1397         and tool-bar modes.  (Bug#6211)
1398         (menu-bar-mode): Move setting of standard-value after the
1399         minor-mode definition, otherwise it seems to have no effect.
1401 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
1403         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1404         Fix typo.  (Bug#6976)
1406 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1408         * whitespace.el: Allow cleaning up blanks without blank
1409         visualization (Bug#6651).  Adjust help window for
1410         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1411         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1412         (whitespace-style): Add new value 'face.  Adjust docstring.
1413         (whitespace-space, whitespace-hspace, whitespace-tab):
1414         Adjust foreground property face.
1415         (whitespace-line-column): Adjust docstring and type declaration.
1416         (whitespace-style-value-list, whitespace-toggle-option-alist)
1417         (whitespace-help-text): Adjust const initialization.
1418         (whitespace-toggle-options, global-whitespace-toggle-options):
1419         Adjust docstring.
1420         (whitespace-display-window, whitespace-interactive-char)
1421         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1422         (whitespace-help-scroll): New fun.
1424 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1426         * files.el (directory-abbrev-alist): Use \` as default regexp.
1428         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1429         chars like - or ] (bug#6984).
1430         (rx-any-condense-range): Explode 2-char ranges.
1432 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1434         * textmodes/bibtex.el:
1435         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1437 2010-09-02  Glenn Morris  <rgm@gnu.org>
1439         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1441 2010-08-31  Kenichi Handa  <handa@m17n.org>
1443         * international/mule-cmds.el (standard-display-european-internal):
1444         Setup standard-display-table for 8-bit characters by storing 8-bit
1445         characters in the element vector.
1447         * disp-table.el (standard-display-8bit):
1448         Setup standard-display-table for 8-bit characters by storing 8-bit
1449         characters in the element vector.
1450         (standard-display-european): Likewise.
1452 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1454         Sync with Tramp 2.1.19.
1456         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1457         (tramp-reporter-dump-variable, tramp-load-report-modules)
1458         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1459         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1461         * net/tramp-compat.el (top): Do not autoload
1462         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1463         only when `start-file-process' is not bound.
1464         (byte-compile-not-obsolete-vars): Define if not bound.
1465         (tramp-compat-funcall): New defmacro.
1466         (tramp-compat-line-beginning-position)
1467         (tramp-compat-line-end-position)
1468         (tramp-compat-temporary-file-directory)
1469         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1470         (tramp-compat-copy-file, tramp-compat-copy-directory)
1471         (tramp-compat-delete-file, tramp-compat-delete-directory)
1472         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1473         Use it.
1474         (tramp-advice-file-expand-wildcards): Do not use
1475         `tramp-handle-file-remote-p'.
1476         (tramp-compat-make-temp-file): Simplify fallback implementation.
1477         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1478         (tramp-compat-copy-tree): Remove function.
1479         (tramp-compat-delete-file): New defun.
1480         (tramp-compat-delete-directory): Provide implementation for older
1481         Emacsen.
1482         (tramp-compat-file-attributes): Handle only
1483         `wrong-number-of-arguments' error.
1485         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1486         Add PRESERVE_SELINUX_CONTEXT.
1487         (tramp-fish-handle-delete-file): Add TRASH arg.
1488         (tramp-fish-handle-directory-files-and-attributes):
1489         Do not use `tramp-fish-handle-file-attributes.
1490         (tramp-fish-handle-file-local-copy)
1491         (tramp-fish-handle-insert-file-contents)
1492         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1494         * net/tramp-gvfs.el (top): Require url-util.
1495         (tramp-gvfs-mount-point): Remove.
1496         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1497         and `set-file-selinux-context'.
1498         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1499         (tramp-gvfs-handle-file-selinux-context)
1500         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1501         (with-tramp-dbus-call-method): Format trace message.
1502         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1503         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1504         Implement backup call, when operation on local files fails.
1505         Use progress reporter.  Flush properties of changed files.
1506         (tramp-gvfs-handle-delete-file): Add TRASH arg.
1507         Use `tramp-compat-delete-file'.
1508         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1509         (tramp-gvfs-handle-make-directory): Make more traces.
1510         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1511         (tramp-gvfs-url-file-name): Hexify file name in url.
1512         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1513         into account for the resulting file name.
1514         (tramp-gvfs-handler-askquestion): Preserve current message, in
1515         order to let progress reporter continue afterwards.  (Bug#6257)
1516         Return dummy mountpoint, when the answer is "no".
1517         See `tramp-gvfs-maybe-open-connection'.
1518         (tramp-gvfs-handler-mounted-unmounted)
1519         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1520         attribute "default_location".  Set "prefix" property.
1521         Handle default-location.
1522         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1523         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1524         exists.  Raise an error, if not (due to a corresponding answer
1525         "no" in interactive questions, for example).
1526         Use `tramp-compat-funcall'.
1528         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1529         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1530         (tramp-imap-do-copy-or-rename-file)
1531         (tramp-imap-handle-insert-file-contents)
1532         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1533         (tramp-imap-handle-delete-file): Add TRASH arg.
1535         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1536         Add PRESERVE-SELINUX-CONTEXT.
1537         (tramp-smb-handle-copy-file)
1538         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1539         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1540         Use `with-progress-reporter'.
1541         (tramp-smb-handle-delete-file): Add TRASH arg.
1543         * net/tramp.el (tramp-methods): Move hostname to the end in all
1544         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1545         appropriate.
1546         (tramp-verbose): Describe verbose level 9.
1547         (tramp-completion-function-alist)
1548         (tramp-file-name-regexp, tramp-chunksize)
1549         (tramp-local-coding-commands, tramp-remote-coding-commands)
1550         (with-connection-property, tramp-completion-mode-p)
1551         (tramp-action-process-alive, tramp-action-out-of-band)
1552         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1553         (tramp-exists-file-name-handler): Fix docstring.
1554         (tramp-remote-process-environment): Use `format' instead of
1555         `concat'.  Protect version string by apostroph.
1556         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1557         XEmacs.
1558         (tramp-file-name-regexp-unified)
1559         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1560         not regard the volume letter as remote filename.  (Bug#5447)
1561         (tramp-perl-file-attributes)
1562         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1563         (tramp-vc-registered-read-file-names): Read input as
1564         here-document, otherwise the command could exceed maximum length
1565         of command line.
1566         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1567         `set-file-selinux-context'.
1568         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1569         backtrace functions.
1570         (tramp-error-with-buffer): Don't show the connection buffer when
1571         we are in completion mode.
1572         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1573         (tramp-handle-file-selinux-context)
1574         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1575         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1576         New defuns.
1577         (with-progress-reporter): New defmacro.
1578         (tramp-debug-outline-regexp): New defconst.
1579         (top, tramp-rfn-eshadow-setup-minibuffer)
1580         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1581         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1582         (tramp-completion-mode-p, tramp-check-for-regexp)
1583         (tramp-open-connection-setup-interactive-shell)
1584         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1585         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1586         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1587         Use `tramp-compat-funcall'.
1588         (tramp-handle-make-symbolic-link): Flush file properties.
1589         (tramp-handle-load, tramp-handle-file-local-copy)
1590         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1591         (tramp-handle-vc-registered, tramp-maybe-send-script)
1592         (tramp-find-shell): Use `with-progress-reporter'.
1593         (tramp-do-file-attributes-with-stat): Add space in format string,
1594         in order to work around a bug in pdksh.  Reported by Gilles Pion
1595         <gpion@lfdj.com>.
1596         (tramp-handle-verify-visited-file-modtime): Do not send a command
1597         when the connection is not established.
1598         (tramp-handle-set-file-times): Simplify the check for utc.
1599         (tramp-handle-directory-files-and-attributes)
1600         (tramp-get-remote-path): Use `copy-tree'.
1601         (tramp-completion-handle-file-name-all-completions): Ensure, that
1602         non remote files are still checked.  Oops.
1603         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1604         Handle PRESERVE-SELINUX-CONTEXT.
1605         (tramp-do-copy-or-rename-file): Add progress reporter.
1606         (tramp-do-copy-or-rename-file-directly): Do not use
1607         `tramp-handle-file-remote-p'.
1608         (tramp-do-copy-or-rename-file-out-of-band):
1609         Use `tramp-compat-delete-directory'.
1610         (tramp-do-copy-or-rename-file-out-of-band)
1611         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1612         Use `format-spec-make'.
1613         (tramp-handle-delete-file): Add TRASH arg.
1614         (tramp-handle-dired-uncache): Flush directory cache, not only file
1615         cache.
1616         (tramp-handle-expand-file-name)
1617         (tramp-completion-handle-file-name-all-completions)
1618         (tramp-completion-handle-file-name-completion):
1619         Use `tramp-connectable-p'.
1620         (tramp-handle-start-file-process): Set connection property "vec".
1621         Use it, in order to invalidate file caches.  Check only for
1622         `remote-tty' process property.
1623         Implement tty setting.  (Bug#4604, Bug#6360)
1624         (tramp-file-name-for-operation): Add `call-process-region' and
1625         `set-file-selinux-context'.
1626         (tramp-find-foreign-file-name-handler)
1627         (tramp-advice-make-auto-save-file-name)
1628         (tramp-set-auto-save-file-modes): Remove superfluous check for
1629         `stringp'.  This is done inside `tramp-tramp-file-p'.
1630         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1631         operations when we are in completion mode.  This gives the user
1632         the chance to correct the file name in the minibuffer.
1633         (tramp-completion-mode-p): Use `non-essential'.
1634         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1635         compatibility: Use `completion-ignore-case' if
1636         `read-file-name-completion-ignore-case' does not exist.
1637         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1638         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1639         `tramp-open-shell'.
1640         (tramp-action-password): Hide password prompt before next run.
1641         (tramp-process-actions): Widen connection buffer for the trace.
1642         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1643         process property.  Trace stty settings if `tramp-verbose' >= 9.
1644         Apply workaround for IRIX64 bug.  Move argument of last
1645         `tramp-send-command' where it belongs to.
1646         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1647         front of `login-args'.
1648         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1649         on "/dev/null" instead of "/".
1650         (tramp-get-ls-command-with-dired): Make test for "--dired"
1651         stronger.
1652         (tramp-set-auto-save-file-modes): Adapt version check.
1653         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1654         (tramp-handle-process-file): Call the program in a subshell, in
1655         order to preserve working directory.
1656         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1657         `tramp-remote-sh' from `tramp-methods'.
1658         (tramp-get-ls-command): Make test for "--color=never" stronger.
1659         (tramp-check-for-regexp): Use (forward-line 1).
1661         * net/trampver.el: Update release number.
1663 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1665         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1666         empty argument to gvfs-copy.
1668 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1670         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1671         handle new TRASH arg of `delete-file'.
1673 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1675         * net/tramp.el (tramp-handle-insert-directory): Don't use
1676         `forward-word', its default syntax could be changed.
1678 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1679             Michael Albinus  <michael.albinus@gmx.de>
1681         Implement compression for inline methods.
1683         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1684         (tramp-copy-size-limit): Allow also nil.
1685         (tramp-inline-compress-commands): New defconst.
1686         (tramp-find-inline-compress, tramp-get-inline-compress)
1687         (tramp-get-inline-coding): New defuns.
1688         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1689         replaced by `tramp-get-inline-coding'.
1690         (tramp-handle-file-local-copy, tramp-handle-write-region)
1691         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1693 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1695         Detect ssh 'ControlMaster' argument automatically in some cases.
1697         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1698         (tramp-default-method): Use it.
1700 2010-08-26  Karel Klíč  <kklic@redhat.com>
1702         * net/tramp.el (tramp-file-name-for-operation):
1703         Add file-selinux-context.
1705 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1707         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1709 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1711         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1712         (Bug#6907).
1714 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
1716         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1717         with "else" (Bug#3991).
1719 2010-08-22  Leo  <sdl.web@gmail.com>
1721         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1722         (ignore, bright, dim, keyword): Split list of nicknames before
1723         passing to rcirc-add-or-remove (Bug#6894).
1725 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1727         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1729 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1731         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1732         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1733         New version 13.0.
1734         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1735         Adjust initialization.
1736         (whitespace-bob-marker, whitespace-eob-marker)
1737         (whitespace-buffer-changed): New vars.
1738         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1739         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1740         (whitespace-post-command-hook, whitespace-display-char-on):
1741         Adjust code.
1742         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1743         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1745 2010-08-21  Leo  <sdl.web@gmail.com>
1747         Fix buffer-list rename&refresh after killing a buffer in ido.
1748         * lisp/ido.el: Revert Óscar's.
1749         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1750         Remember the buffers at head, rather than their name.
1751         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1753 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1754             Stefan Monnier  <monnier@iro.umontreal.ca>
1756         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1757         extra backslash added to each line (bug#6890).
1759 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1761         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1763 2010-08-21  Glenn Morris  <rgm@gnu.org>
1765         * menu-bar.el (menu-bar-games-menu): Add landmark.
1767 2010-08-20  Glenn Morris  <rgm@gnu.org>
1769         * align.el (align-regexp): Make group and spacing arguments
1770         use the interactive defaults when non-interactive.  (Bug#6698)
1772         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1773         expansion, so as not to need sendmail.
1774         (mail-text-start): Remove declaration.
1775         (rmail-retry-failure): Require sendmail.
1777 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1779         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1781 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
1783         * progmodes/flymake.el (flymake-start-syntax-check-process):
1784         Use `start-file-process' in order to let it run also on remote hosts.
1786 2010-08-18  Kenichi Handa  <handa@m17n.org>
1788         * files.el: Add `word-wrap' as safe local variable.
1790 2010-08-18  Glenn Morris  <rgm@gnu.org>
1792         * woman.el (woman-translate): Case matters.  (Bug#6849)
1794 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
1796         * simple.el (kill-region): Doc fix (Bug#6787).
1798 2010-08-14  Glenn Morris  <rgm@gnu.org>
1800         * calendar/diary-lib.el (diary-header-line-format):
1801         Fit it to the window, not the frame.
1803 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
1805         * subr.el (ignore-errors): Add debug declaration.
1807 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1809         * whitespace.el (whitespace-color-off): Remove post-command-hook
1810         locally.
1812 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1814         * replace.el (replace-highlight): Bind isearch-forward and
1815         isearch-error, ensuring that highlighting is updated if the user
1816         switches the search direction (Bug#6808).
1818         * isearch.el (isearch-lazy-highlight-forward): New var.
1819         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1820         (isearch-lazy-highlight-update): Use it.
1822 2010-08-06  Kenichi Handa  <handa@m17n.org>
1824         * international/mule.el (define-charset): Store NAME as :base property.
1825         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1826         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1827         current priority.  Force using the designation of the specific
1828         charset by adding `charset' text property.  Improve the whole
1829         algorithm.
1831 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
1833         * emulation/pc-select.el (pc-selection-mode-hook)
1834         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1835         (pc-selection-mode): Fix typos in docstrings.
1837 2010-08-04  Kenichi Handa  <handa@m17n.org>
1839         * language/cyrillic.el: Don't add "microsoft-cp1251" to
1840         ctext-non-standard-encodings-alist here.
1842         * international/mule.el (ctext-non-standard-encodings-alist):
1843         Add "koi8-r" and "microsoft-cp1251".
1844         (ctext-standard-encodings): New variable.
1845         (ctext-non-standard-encodings-table): List only elements for
1846         non-standard encodings.
1847         (ctext-pre-write-conversion): Adjust for the above change.
1848         Check ctext-standard-encodings.
1850         * international/mule-conf.el (compound-text): Doc fix.
1851         (ctext-no-compositions): Doc fix.
1852         (compound-text-with-extensions): Doc fix.
1854 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1856         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1858 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
1860         * progmodes/which-func.el (which-func-format): Split help-echo text
1861         into lines, like other mode-line tooltips.
1863         * server.el (server-start): When using TCP sockets, force IPv4
1864         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
1866 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1868         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1870 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1872         * term.el (term-delimiter-argument-list): Reflow docstring.
1873         (term-read-input-ring, term-write-input-ring, term-send-input)
1874         (term-bol, term-erase-in-display, serial-supported-or-barf):
1875         Fix typos in docstrings.
1877 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1879         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1881 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
1883         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1885 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
1887         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1888         Fix typo in docstring (bug#6747).
1890 2010-07-30  Leo  <sdl.web@gmail.com>
1892         * eshell/esh-io.el (eshell-get-target): Better detection of
1893         read-only file (Bug#6762).
1895 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
1897         * align.el (align-default-spacing): Doc fix.
1898         (align-region-heuristic, align-regexp): Fix typos in docstrings.
1900 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
1902         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1904 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
1906         * time.el (display-time-day-and-date): Remove spurious * in docstring.
1907         (display-time-world-buffer-name, display-time-world-mode-map):
1908         Fix typos in docstrings.
1910 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
1912         * image-mode.el (image-display-size): New function.
1913         (image-forward-hscroll, image-next-line, image-eol, image-eob)
1914         (image-mode-fit-frame): Use it (Bug#6639).
1916 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
1918         * dired.el (dired-buffers-for-dir): Handle list values of
1919         dired-directory (Bug#6636).
1921 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
1923         * vc.el (vc-coding-system-inherit-eol): New defvar.
1924         (vc-coding-system-for-diff): Use it to decide whether to inherit
1925         from the file the EOL format for reading the diffs of that file.
1926         (Bug#4451)
1928 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
1930         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1931         unibyte, so compressed attachments are not compressed again.
1933 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
1935         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1936         now that unicode is used (Bug#6594).
1938 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
1940         * simple.el (push-mark-command): Set the selection if
1941         select-active-regions is non-nil.
1943 2010-07-10  Glenn Morris  <rgm@gnu.org>
1945         * calendar/calendar.el (calendar-week-end-day): New function.
1946         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1947         Respect calendar-week-start-day.  (Bug#6606)
1948         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1949         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1950         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1951         respect calendar-week-start-day.
1953 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
1955         * simple.el (use-region-p): Doc fix (Bug#6607).
1957 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
1959         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1960         builtins (BufferError, BytesWarning, WindowsError; callables
1961         bin, bytearray, bytes, format, memoryview, next, print; __package__).
1963 2010-07-07  Glenn Morris  <rgm@gnu.org>
1965         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1966         forward-line fallout.
1968 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1970         * mouse.el (mouse-appearance-menu): Add docstring.
1972         * help.el (describe-key): Print up-event using key-description.
1974 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1976         * net/zeroconf.el (zeroconf-resolve-service)
1977         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1978         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1980 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1982         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1984 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1986         Avoid displaying files with a nil state in vc-dir.
1987         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1988         cases that cause insertion.
1989         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1990         with a nil state.
1992 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1994         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1996 2010-06-29  Leo  <sdl.web@gmail.com>
1998         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
2000 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
2002         * generic-x.el (bat-generic-mode): Fix regexp for command line
2003         switches (Bug#5719).
2005 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
2007         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2008         of nconc to avoid pure storage error (Bug#6239).
2010 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
2012         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2013         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2014         bindings of bookmark-automatically-show-annotations (Bug#6515).
2016 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
2018         * arc-mode.el (archive-zip-extract): Don't quote the file name on
2019         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
2021 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2023         * comint.el (make-comint, make-comint-in-buffer): Mention return
2024         value in the docstrings.  (Bug#6498)
2026 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
2028         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2029         since it is not present when using some non-default switches.
2031 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
2033         * simple.el (compose-mail): Fix doc string to refer to
2034         `compose-mail-user-agent-warnings', instead of to the
2035         nonexistent `compose-mail-check-user-agent'.
2037 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2039         Fix vc-annotate for renamed files when using Git.
2040         * vc-git.el (vc-git-find-revision): Deal with empty results from
2041         ls-files.  Doe not pass the object as a file name to cat-file, it
2042         is not a file name.
2043         (vc-git-annotate-command): Pass the file name using -- to avoid
2044         ambiguity with the revision.
2045         (vc-git-previous-revision): Pass a relative file name.
2047 2010-06-22  Glenn Morris  <rgm@gnu.org>
2049         * progmodes/js.el (js-mode-map): Use standard capitalization and
2050         ellipses for menu entries.
2052         * wid-edit.el (widget-complete): Doc fix.
2054 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
2056         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2058 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2060         Fix annotating other revisions for renamed files in vc-annotate.
2061         * vc-annotate.el (vc-annotate): Add an optional argument for the
2062         VC backend.  Use it when non-nil.
2063         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2064         (Bug#6487).
2066         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2067         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2068         Do not pass the file name to the 'previous-revision call when we
2069         don't want a file diff.  (Bug#6489)
2071 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2073         Fix finding revisions for renamed files in vc-annotate.
2074         * vc.el (vc-find-revision): Add an optional argument for
2075         the VC backend.  Use it when non-nil.
2076         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2077         backend to vc-find-revision.  (Bug#6487)
2079 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2081         Fix reading file names in Git annotate buffers.
2082         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2083         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
2085 2010-06-20  Alan Mackenzie  <acm@muc.de>
2087         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2088         in file local variables, set it first.
2090 2010-06-19  Glenn Morris  <rgm@gnu.org>
2092         * descr-text.el (describe-char-unicode-data): Insert separating
2093         space when needed.  (Bug#6422)
2095         * progmodes/idlwave.el (idlwave-action-and-binding):
2096         Fix typo in 2009-12-03 change.  (Bug#6450)
2098 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2100         * subr.el (read-quoted-char): Fix up last change (bug#6290).
2102 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2104         * font-lock.el (font-lock-major-mode): Rename from
2105         font-lock-mode-major-mode to distinguish it from
2106         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2107         (font-lock-set-defaults):
2108         * font-core.el (font-lock-default-function): Adjust users.
2109         (font-lock-mode): Don't set it at all.
2111 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2113         * vc-annotate.el (vc-annotate): Use vc-read-revision.
2115 2010-06-15  Glenn Morris  <rgm@gnu.org>
2117         * calendar/appt.el (appt-time-msg-list): Doc fix.
2118         (appt-check): Let-bind appt-warn-time.
2119         (appt-add): Make the 3rd argument optional.
2120         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
2121         Only add WARNTIME to the output list if non-nil.
2123 2010-06-15  Ivan Kanis  <apple@kanis.eu>
2125         * calendar/appt.el (appt-check): Let the 3rd element of
2126         appt-time-msg-list specify the warning time.
2127         (appt-add): Add new argument with the warning time.  (Bug#5176)
2129 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2131         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2132         older than version 1.6.  (Bug#6361)
2134 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
2136         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2137         used by cl-do-arglist.  (Bug#6408)
2139 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2141         * emacs-lisp/advice.el (ad-compile-function):
2142         Define warning-suppress-types before we let-bind it (bug#6275).
2144         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2145         declare it, make it buffer-local and permanent-local (bug#6324).
2146         (vc-resynch-window): Adjust name.
2147         * vc-hooks.el (vc-find-file-hook): Adjust name.
2149 2010-06-07  Jonathan Rockway  <jon@jrock.us>
2151         * net/rcirc.el: Add support for password authentication.
2152         (rcirc-server-alist): Add :password keyword.
2153         (rcirc): Ask for a password, or get it from the server's alist.
2154         (rcirc-connect): Add password argument.  Pass it to server.
2156 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
2158         * net/dbus.el (dbus-register-method): Declare function.
2159         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2160         (dbus-introspect): Doc fix.
2161         (dbus-event-bus-name, dbus-introspect-get-interface)
2162         (dbus-introspect-get-argument): Reflow docstrings.
2164 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
2166         * term/common-win.el (x-colors): Add "dark green" and "dark
2167         turquoise" (Bug#6332).
2169 2010-06-03  Glenn Morris  <rgm@gnu.org>
2171         * desktop.el (desktop-clear-preserve-buffers):
2172         Add "*Warnings*" buffer.  (Bug#6336)
2174 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
2176         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2178 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2181         `file-directory-p' to the filename part rather than to the whole text.
2183 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2185         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2187 2010-05-31  Drew Adams  <drew.adams@oracle.com>
2189         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2191 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
2193         * subr.el (momentary-string-display): Just use read-event to read
2194         the exit event (Bug#6238).
2196 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
2198         * ansi-color.el: Delete unused escape sequences (Bug#6085).
2199         (ansi-color-drop-regexp): New constant.
2200         (ansi-color-apply, ansi-color-filter-region)
2201         (ansi-color-apply-on-region): Delete unrecognized control sequences.
2202         (ansi-color-apply): Build string list before calling concat.
2204 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2206         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2207         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2209 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2211         * htmlfontify.el (hfy-face-resolve-face): New function.
2212         (hfy-face-to-style): Use it (Bug#6279).
2214 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2216         * epa.el (epa--select-keys): Don't explicitly delete the window since
2217         that can fail (e.g. sole window in frame).  Use dedication instead.
2219 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2221         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2223 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2225         * subr.el (read-quoted-char): Resolve modifiers after key
2226         remapping (bug#6212).
2228 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2230         * tmm.el (tmm-prompt): Don't try to precompute bindings.
2231         (tmm-get-keymap): Compute shortcuts (bug#6171).
2233 2010-05-10  Glenn Morris  <rgm@gnu.org>
2235         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2236         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
2238 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2240         * Version 23.2 released.
2242 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2244         * international/mule.el (auto-coding-alist): Only purecopy
2245         car of each item, not the whole list (Bug#6083).
2247 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
2249         * progmodes/js.el (js-mode): Make paragraph variables local before
2250         calling c-setup-paragraph-variables (Bug#6071).
2252 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
2254         * composite.el (compose-region, reference-point-alist): Fix typos
2255         in the doc strings.
2257 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2259         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2260         gnuplot's "set" command.
2262 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
2264         * abbrev.el (last-abbrev-text): Doc fix.
2265         (abbrev-prefix-mark): Don't escape parenthesis.
2267 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
2269         * composite.el (find-composition): Doc fix.
2271 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
2273         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2274         (sql-oracle-program, sql-sqlite-options)
2275         (sql-query-placeholders-and-send): Doc fixes.
2276         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2277         (sql-imenu-generic-expression, sql-buffer)
2278         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2279         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2280         (sql-mode-sybase-font-lock-keywords)
2281         (sql-mode-informix-font-lock-keywords)
2282         (sql-mode-interbase-font-lock-keywords)
2283         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2284         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2285         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2286         (sql-product-feature, sql-highlight-product)
2287         (comint-line-beginning-position, sql-rename-buffer)
2288         (sql-toggle-pop-to-buffer-after-send-region)
2289         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2290         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2291         Fix typos in docstrings.
2293 2010-04-23  Juri Linkov  <juri@jurta.org>
2295         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2296         property instead of `invisible' and `after-string' (bug#5998).
2298 2010-04-23  Juri Linkov  <juri@jurta.org>
2300         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2302 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
2304         * filecache.el (file-cache-add-directory-list)
2305         (file-cache-add-directory-recursively): Fix typos in docstrings.
2307 2010-04-22  Kenichi Handa  <handa@m17n.org>
2309         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2310         (gujarati-composable-pattern): Fix typo.
2312 2010-04-20  Kenichi Handa  <handa@m17n.org>
2314         * language/indian.el (oriya-composable-pattern)
2315         (tamil-composable-pattern, malayalam-composable-pattern):
2316         Add two-part vowels to "v" (vowel sign).
2318 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
2320         * files.el (copy-directory): Handle symlinks (Bug#5982).
2322         * progmodes/compile.el (compilation-next-error-function):
2323         Revert 2009-10-12 change (Bug#5983).
2325 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2327         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2328         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2329         (Bug#5846).
2331 2010-04-20  Glenn Morris  <rgm@gnu.org>
2333         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2335         * minibuffer.el (completion-at-point): Doc fix.
2337 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
2339         Fix the version number for added files.
2340         * vc-hg.el (vc-hg-working-revision): Check if the file is
2341         registered after hg parent fails (Bug#5961).
2343 2010-04-17  Glenn Morris  <rgm@gnu.org>
2345         * htmlfontify.el (htmlfontify-buffer)
2346         (htmlfontify-copy-and-link-dir): Autoload entry points.
2348 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
2350         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2351         name relative to the project root (Bug#5960).
2353 2010-04-16  Glenn Morris  <rgm@gnu.org>
2355         * vc-git.el (vc-git-print-log): Doc fix.
2357 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
2359         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2361 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
2363         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2364         default settings (Bug#5928).
2366 2010-04-10  Glenn Morris  <rgm@gnu.org>
2368         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2369         New function.
2370         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2372 2010-04-07  Kenichi Handa  <handa@m17n.org>
2374         * language/indian.el (malayalam-composable-pattern): Fix previous
2375         change (add U+0D4D "SIGN VIRAMA").
2376         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2377         (tamil-composable-pattern): Fix typo in the regexp.
2378         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2379         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2380         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2382 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
2384         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2385         paragraph-separate (Bug#5821).
2387 2010-04-05  Juri Linkov  <juri@jurta.org>
2389         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2391         * info.el (Info-find-node-2): Comment out code that skips
2392         breadcrumbs line.
2393         (Info-mouse-follow-link): New command.
2394         (Info-link-keymap): New keymap.
2395         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2396         Return a string with links instead of inserting breadcrumbs
2397         to the Info buffer.
2398         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2399         Instead of putting the `invisible' text property over the Info
2400         header, make an overlay over the Info header with the `invisible'
2401         property and `after-string' set to the string returned by
2402         `Info-breadcrumbs'.
2404 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
2406         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2407         Reported by monkey@sandpframing.com.
2409 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
2411         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2412         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2414 2010-03-30  Kenichi Handa  <handa@m17n.org>
2416         * language/sinhala.el (composition-function-table): Fix regexp for
2417         the new Unicode specification.
2419         * language/indian.el (devanagari-composable-pattern)
2420         (tamil-composable-pattern, kannada-composable-pattern)
2421         (malayalam-composable-pattern): Adjust for the new Unicode
2422         specification.
2423         (bengali-composable-pattern, gurmukhi-composable-pattern)
2424         (gujarati-composable-pattern, oriya-composable-pattern)
2425         (telugu-composable-pattern): New variables to cope with the new
2426         Unicode specification.  Use them in composition-function-table.
2428 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2430         Make tmm-menubar work for the Buffers menu again (bug#5726).
2431         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2432         vectors rather than cons cells, as used in menu-bar-update-buffers.
2434 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2436         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2437         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2438         electric punctuation for "{}();,:" (Bug#5586).
2440         * mail/sendmail.el (mail-default-directory): Doc fix.
2442 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
2444         * mail/sendmail.el (mail-default-directory): Doc fix.
2446 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
2448         * subr.el (version-regexp-alist, version-to-list)
2449         (version-list-<, version-list-=, version-list-<=)
2450         (version-list-not-zero, version<, version<=, version=): Doc fix.
2451         (Bug#5744).
2453 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2454             Nick Roberts  <nickrob@snap.net.nz>
2456         * progmodes/gdb-ui.el (gdb-apple-test): New function.
2457         (gdb-init-1): Use it.
2459 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2461         * vc.el (vc-root-diff): Doc fix.
2463 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
2465         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2467         * simple.el (append-to-buffer): Fix last change.
2469 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2471         * simple.el (append-to-buffer): Ensure that point is preserved if
2472         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2473         (Bug#5749)
2475 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2477         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2478         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2479         not be present any more.
2481 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2483         * faces.el (set-face-attribute): Fix typo in docstring.
2484         (face-valid-attribute-values): Reflow docstring.
2486 2010-03-23  Glenn Morris  <rgm@gnu.org>
2488         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2490 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2492         * indent.el (indent-for-tab-command): Doc fix.
2494 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
2496         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2497         (image-dired-read-comment): Doc fix.
2499         * json.el (json-object-type, json-array-type, json-key-type)
2500         (json-false, json-null, json-read-number):
2501         * minibuffer.el (completion-in-region-functions):
2502         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2503         (cal-tex-cursor-week):
2504         * emacs-lisp/trace.el (trace-function):
2505         * eshell/em-basic.el (eshell/printnl):
2506         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2507         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2508         * obsolete/levents.el (allocate-event, event-key, event-object)
2509         (event-point, event-process, event-timestamp, event-to-character)
2510         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2511         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2512         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2513         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2514         (reftex-highlight-selection): Fix typos in docstrings.
2516 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2518         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2520 2010-03-18  Glenn Morris  <rgm@gnu.org>
2522         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2523         2008-02-13 without comment; mark it obsolete.
2524         (rmail-highlight-headers): Use rmail-highlight-face once more.
2526 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
2528         * woman.el (woman2-process-escapes): Only consume the newline if
2529         the filler character is on a line by itself (Bug#5729).
2531 2010-03-16  Kenichi Handa  <handa@m17n.org>
2533         * language/indian.el (devanagari-composable-pattern): Add more
2534         consonants.
2536 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
2538         * net/trampver.el: Update release number.
2540 2010-03-13  Glenn Morris  <rgm@gnu.org>
2542         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2544 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2546         * net/tramp.el (tramp-find-executable):
2547         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2548         output of "wc -l" more robust.
2549         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2550         (tramp-open-connection-setup-interactive-shell): Remove workaround
2551         for OpenSolaris bug, it is not needed anymore.
2553 2010-03-12  Glenn Morris  <rgm@gnu.org>
2555         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2557 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
2559         * files.el (auto-mode-alist): Accept more verilog file patterns.
2561 2010-03-09  Miles Bader  <miles@gnu.org>
2563         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2564         instead of "format:"; this ensures that the output is
2565         newline-terminated.
2567 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2569         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2570         that all errors are caught, and that the return value is always a
2571         list (Bug#5692).
2573 2010-03-08  Kenichi Handa  <handa@m17n.org>
2575         * language/misc-lang.el (windows-1256): New coding system.
2576         (cp1256): New alias of windows-1256 (bug#5690).
2578 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2580         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2581         call to rfc822-bad-address.  (Bug#5692)
2583 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2585         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2586         Use vc-git-root as default directory for revision path (Bug#5657).
2588 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2590         * calculator.el (calculator): Don't bind split-window-keep-point
2591         (Bug#5674).
2593 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2595         * vc-git.el: Re-flow to fit into 80 columns.
2596         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2597         Remove spurious `quote' element in each case alternative.
2598         (vc-git-show-log-entry): Use prog1.
2599         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2601 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2603         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2605 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2607         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2608         definition, not the name (Bug#5481).
2610 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2612         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2613         argument with a local variable.  (Bug#5670)
2615 2010-03-02  Juri Linkov  <juri@jurta.org>
2617         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2619 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2621         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2622         error when FILENAME and NEWNAME are existing remote directories.
2624         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2625         parameter DIR-FLAG.
2627 2010-03-02  Glenn Morris  <rgm@gnu.org>
2629         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2630         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2632 2010-03-01  Kenichi Handa  <handa@m17n.org>
2634         * language/burmese.el (burmese-composable-pattern): Rename from
2635         myanmar-composable-pattern.
2637         * international/characters.el (script-list):
2638         * international/fontset.el (script-representative-chars):
2639         Change myanmar to burmese.
2640         (otf-script-alist): Likewise.
2641         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2643 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2645         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2647 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2649         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2651 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2653         * net/tramp.el (tramp-handle-write-region): START can be a string.
2654         Take care in the checks.  Reported by Dan Davison
2655         <davison@stats.ox.ac.uk>.
2657 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2659         * net/dbus.el (dbus-introspect, dbus-get-property)
2660         (dbus-set-property, dbus-get-all-properties):
2661         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2663 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2665         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2666         * emacs-lisp/elint.el (elint-add-required-env):
2667         * calendar/icalendar.el (icalendar--add-diary-entry):
2668         * calc/calcalg2.el (math-tracing-integral):
2669         * files.el (recover-session-finish): Use with-current-buffer
2670         instead of save-excursion.
2672 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2674         Fix in-buffer completion when after-change-functions modify the buffer.
2675         * minibuffer.el (completion--replace): New function.
2676         (completion--do-completion): Use it and use relative movement.
2678 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2680         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2682 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2684         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2685         Allow the characters _<> in the stack entry (Bug#5653).
2687 2010-02-26  Kenichi Handa  <handa@m17n.org>
2689         * language/burmese.el: Fix entries in composition-function-table.
2690         (myanmar-composable-pattern): New variable.
2692         * international/fontset.el (setup-default-fontset): Add an entry
2693         for myanmar.
2695         * international/characters.el (script-list): Add Myanmar
2696         Extended-A.
2698 2010-02-26  Glenn Morris  <rgm@gnu.org>
2700         * custom.el (custom-initialize-delay): Doc fix.
2702         * mail/sendmail.el (send-mail-function): Autoload the call
2703         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2705 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2707         * files.el (hack-local-variables-filter): For eval forms, also
2708         check safe-local-variable-p (Bug#5636).
2710 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
2712         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2713         and use c(ad)r of cddr (Bug#5640).
2715 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2717         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2718         setting the modes by `ignore-errors'.  It might fail, for example
2719         if the file is not owned by the user but the group.
2720         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2722 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2724         * files.el (directory-listing-before-filename-regexp):
2725         Use stricter matching for iso-style dates, to avoid false matches with
2726         date-like filenames (Bug#5597).
2728         * htmlfontify.el (htmlfontify): Doc fix.
2730         * eshell/eshell.el (eshell): Doc fix.
2732         * startup.el (fancy-about-screen): In mode-line, apply
2733         mode-line-buffer-id face only to the buffer name (Bug#5613).
2735 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2737         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2738         In `watcom' anchor regexp to start of line, to avoid slowness
2739         (Bug#5599).
2741 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2743         * subr.el (remove-yank-excluded-properties): Explain in a comment
2744         why `category' property is removed.
2746 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2748         * isearch.el (isearch-update-post-hook, isearch-update):
2749         Revert 2010-02-17 change.
2751 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2753         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2754         (icalendar--convert-weekly-to-ical)
2755         (icalendar--convert-yearly-to-ical)
2756         (icalendar--convert-block-to-ical)
2757         (icalendar--convert-cyclic-to-ical)
2758         (icalendar--convert-anniversary-to-ical): Take care of time
2759         specifications where hour has 1-digit only (Bug#5549).
2761 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2763         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2764         of disassemble output in GDB 7.1.
2766 2010-02-19  Glenn Morris  <rgm@gnu.org>
2768         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2769         property.  (Bug#5593)
2771 2010-02-18  Sam Steingold  <sds@gnu.org>
2773         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2775 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2777         Use abbreviated file names in bookmarks (bug#5591).
2778         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2779         calls to expand-file-name.
2780         (bookmark-relocate): Use abbreviated file names in bookmarks.
2781         (bookmark-load): Use abbreviated file names in messages.
2783 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2785         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2786         expand "." and "..".  Reported by Thierry Volpiatto
2787         <thierry.volpiatto@gmail.com>.
2789 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2791         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2792         permissions of the temporary file to "0600".  In case the remote
2793         file has no read permissions for the owner, there might be
2794         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
2796 22010-02-18  Glenn Morris  <rgm@gnu.org>
2798         * emacs-lisp/authors.el (authors-renamed-files-alist):
2799         Add entries for INSTALL.CVS.
2801 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
2803         * vc-bzr.el: Fix typo in Known Bugs section.
2805         * isearch.el (isearch-update-post-hook): New hook.
2806         (isearch-update): Use the new hook.
2808 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
2810         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2811         Fix errors in copying directories.
2812         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2813         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2814         (tramp-handle-delete-file)
2815         (tramp-handle-dired-recursive-delete-directory)
2816         (tramp-handle-write-region): Flush also the cache for the upper
2817         directory.
2819 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
2821         * simple.el (save-interprogram-paste-before-kill): Doc fix.
2823         * cus-edit.el (hardware): Doc fix.
2825         * man.el (man): Add to external custom group.
2827         * delim-col.el (columns): Move to wp custom group.
2829         * doc-view.el (doc-view): Add to data custom group.
2831         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2833         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2834         by ispell-parse-output (Bug#5575).
2836 2010-02-16  Kenichi Handa  <handa@m17n.org>
2838         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2839         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2840         (skkdic-convert): Use `euc-japan' coding system for writing.
2842 2010-02-16  Glenn Morris  <rgm@gnu.org>
2844         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2845         tex-main-file before using it.  (Bug#5562)
2847 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2849         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2850         warnings, since it is annoying for the user to see them each time he
2851         runs the code.
2853 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
2855         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2856         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2857         instead of PROC for caching "first-password-request".  Otherwise,
2858         new processes would not profit from passwords already entered.
2860         * net/tramp-cache.el (tramp-dump-connection-properties):
2861         Don't save "first-password-request" property.
2863 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
2865         * outline.el (outline-head-from-level):
2866         * simple.el (with-wrapper-hook):
2867         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2868         (elint-defun, elint-buffer-env, elint-top-form-logged)
2869         (elint-unbound-variable):
2870         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2871         Fix typos in docstrings.
2873 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
2875         * files.el (insert-directory): When WILDCARD-REGEXP and
2876         FULL-DIRECTORY-P are nil, insert the file entry instead of the
2877         whole directory.  (Bug#5551)
2879         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
2880         dired's alignment sanity.  (Bug#5516)
2882 2010-02-14  Juri Linkov  <juri@jurta.org>
2884         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2885         Remove remaining ^H with their preceding chars.  (Bug#5566)
2887 2010-02-13  Glenn Morris  <rgm@gnu.org>
2889         * simple.el (transpose-subr): Give it a doc-string.
2891         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2892         Doc fixes.
2894 2010-02-12  Juri Linkov  <juri@jurta.org>
2896         * arc-mode.el (archive-unique-fname): Make directories for nested
2897         archives.  (Bug#5540)
2899 2010-02-12  Juri Linkov  <juri@jurta.org>
2901         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
2903 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2905         * subr.el (copy-overlay): Handle deleted overlays.
2907         * man.el (Man-completion-table): Don't signal an error if we can't run
2908         manual-program (bug#4056).
2910 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
2912         * textmodes/artist.el (artist-mt): Fix typos in docstring.
2914 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2916         * info.el (Info-bookmark-jump): Simplify.
2918         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2919         (bookmark-default-handler): Accept new bookmark field `buffer'.
2921 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
2923         * iswitchb.el (iswitchb-completions): Revert last change.
2925 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
2927         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2928         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2929         This prevents file names like "~/" being listed literally.
2931 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2933         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2934         Remove dead code.  (Bug#5546)
2936 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
2938         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2939         correctly (Bug#5548).
2941 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
2943         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2944         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2946 2010-02-08  Kenichi Handa  <handa@m17n.org>
2948         * international/mule-util.el (with-coding-priority): Add autoload
2949         cookie for putting `lisp-indent-function'.
2951 2010-02-07  Glenn Morris  <rgm@gnu.org>
2953         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2954         Move F2003 named interfaces from keywords-2 to keywords-1, and
2955         use function-name-face rather than constant-face.
2956         Simplify "abstract interface" regexp.
2958 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2960         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2961         ID-FORMAT.  Pass it to `file-attributes'.
2963         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2965 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2967         * faces.el (set-face-attribute): Allow calling
2968         internal-set-lisp-face-attribute with 'unspecified family and
2969         foundry argument (Bug#5536).
2971 2010-02-07  Glenn Morris  <rgm@gnu.org>
2973         * progmodes/f90.el (f90-font-lock-keywords-2)
2974         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2975         Handle F2003 named interfaces.
2977 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2979         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2980         beg and end before calling c-get-state-before-change-functions.
2982 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2984         * vc-bzr.el (vc-bzr-dir-extra-headers):
2985         Disable the pending merges header.
2987 2010-02-05  Juri Linkov  <juri@jurta.org>
2989         * doc-view.el (doc-view-mode):
2990         * image-mode.el (image-mode): Put property mode-class=special.
2991         (Bug#4896)
2993 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2995         * vc-svn.el (vc-svn-revision-table): New function.
2997 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
2999         * net/ange-ftp.el (ange-ftp-insert-directory):
3000         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3001         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3002         Handle also directories.  (Bug#5478)
3004 2010-02-05  Glenn Morris  <rgm@gnu.org>
3006         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3008 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3010         * startup.el (command-line-1): Convert options beginning with a
3011         single dash as well (Bug#5519).
3013 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3015         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3016         * minibuffer.el (completion-initials-expand): Only check the presence
3017         of delims *within* the boundaries, since otherwise the / delim is
3018         always found for files.
3020         Fix up various corner case problems.
3021         * doc-view.el (doc-view-last-page-number): New function.
3022         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3023         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3024         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3025         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3026         (doc-view-convert-current-doc): Don't create the resolution.el file
3027         here any more.
3028         (doc-view-pdf/ps->png): Do it here instead.
3029         (doc-view-already-converted-p): Check that resolution.el is present.
3030         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3031         windows that are not yet showing images.
3033 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3035         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3036         `dired-uncache' for every elemnt which is an absolute file name.
3038         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3039         directory, handle its directory component.
3040         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3041         function is called permanently and creates noise, otherwise.
3043         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3044         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3045         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3047 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3049         * macros.el (apply-macro-to-region-lines):
3050         Minor simplification.  (Bug#5485)
3052 2010-02-04  Glenn Morris  <rgm@gnu.org>
3054         * mail/rmail.el (rmail-show-message-1): Handle malformed
3055         quoted-printable text.  (Bug#5441)
3057         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3059         * simple.el (visual-line-mode): Capitalize lighter.
3061 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3063         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3064         list of files considered for "virtual buffer" completions.
3066 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3068         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3069         also in case of (and (not full) (not wildcard)). This is needed,
3070         when dired is called with a list of files, which are not in
3071         `default-directory'.  (Bug#5478)
3073 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3075         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3077 2010-02-02  Juri Linkov  <juri@jurta.org>
3079         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3080         from unidiff to allow function-line after @@.
3082 2010-02-02  Juri Linkov  <juri@jurta.org>
3084         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3085         '(RCS SCCS) with inverted condition.
3087 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3089         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3090         messages.
3092 2010-02-01  Juri Linkov  <juri@jurta.org>
3094         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3095         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3096         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3097         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3099 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3101         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3102         (doc-view-revert-buffer): New command.
3103         (doc-view-mode-map): Use it.
3105 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3107         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3108         pending merge is detected.
3110 2010-01-31  Juri Linkov  <juri@jurta.org>
3112         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3113         beginning of interactive spec like all other grep commands do.
3114         Put "all" in front of "gz".  (Bug#5260)
3116 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3118         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3120 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3122         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3123         regexp is incorrect (Bug#5476).
3125 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3127         * net/tramp.el (tramp-handle-insert-directory): Handle also
3128         symlinks, when FILENAME is not in `default-directory'.
3130 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3132         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3133         FILE is not in `default-directory'.  (Bug#5478)
3135         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3136         of SWITCHES.  Handle the case, FILENAME is not in
3137         `default-directory'.  (Bug#5478)
3138         (tramp-register-file-name-handlers): Add safe-magic property.
3140 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3142         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3143         unzip (Bug#5475).
3145 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3147         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3148         (flymake-master-make-header-init): Add other C++ filename masks.
3149         (flymake-find-possible-master-files)
3150         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3152 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3154         Fix some busybox annoyances.
3156         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3157         not responding." string.
3158         (tramp-open-connection-setup-interactive-shell): Dump stty
3159         settings.  Enable "neveropen" arg for all `tramp-send-command'
3160         calls.  Handle "=" in variable values properly.
3161         (tramp-find-inline-encoding): Raise an error, when no encoding is
3162         found.
3163         (tramp-wait-for-output): Check, whether PROC buffer is available.
3164         Remove spurious " ^H" sequences, sent by busybox.
3165         (tramp-get-ls-command): Suppress coloring, if possible.
3167 2010-01-28  Glenn Morris  <rgm@gnu.org>
3169         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3171         * log-edit.el (log-edit-strip-single-file-name): Add missing
3172         :safe, :group, and :version tags.
3174 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3176         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3177         buffers.  (Bug#5477)
3179 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3181         * files.el (delete-directory): Handle moving to trash without
3182         first doing recursion (Bug#5436).
3184 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3186         * vc-hooks.el (vc-path): Mark as obsolete.
3188 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3190         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3191         names too.
3193         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3194         for the short log.
3195         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3197 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3199         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3201         * vc-bzr.el (vc-bzr-revision-table): New function.
3203 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3205         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3206         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3208 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3210         Remove support for adding --signoff on commit.
3211         Future support will use an incompatible generic mechanism.
3212         * vc-git.el (vc-git-add-signoff): Remove variable.
3213         (vc-git-toggle-signoff): Remove function.
3214         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3216         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3217         Rename from xterm-set-background-mode.  Return t if the background mode
3218         was set.
3219         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3220         earlier, call it again in case the background mode has changed.
3222 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3224         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3225         (Bug#3541).
3227 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3229         * emacs-lisp/assoc.el (aelement): Doc fix.
3230         (aput, adelete, amake): Use lexical-let (Bug#5450).
3232 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3234         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3235         is the same as subprogram call, not declaration.  (Bug#5435).
3237 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3239         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3240         (tramp-smb-maybe-open-connection): Use it.
3242 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3244         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3246 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3248         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3249         just because we see "encoding: 8bit".
3250         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3252 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3254         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3256 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3258         * jka-compr.el (jka-compr-load): If load-file is not in
3259         load-history, try its file-truename version.  (bug#5447)
3261 2010-01-21  Alan Mackenzie  <acm@muc.de>
3263         Fix a situation where deletion of a cpp construct throws an error.
3264         * progmodes/cc-engine.el (c-invalidate-state-cache):
3265         Before invoking c-with-all-but-one-cpps-commented-out, check that the
3266         special cpp construct is still in the buffer.
3267         (c-parse-state): Record the special cpp with markers, not numbers.
3269 2010-01-21  Kenichi Handa  <handa@m17n.org>
3271         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3272         process last-command-event, as it is now decoded first (Bug#5380).
3274 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3276         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3278 2010-01-20  Glenn Morris  <rgm@gnu.org>
3280         * indent.el (tab-always-indent): Fix custom-type.
3282 2010-01-19  Alan Mackenzie  <acm@muc.de>
3284         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3285         buffer throws "args out of range".
3286         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3287         playing the role of delimiter.
3289 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3291         * progmodes/ada-mode.el: Fix bug#5400.
3292         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3293         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3294         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3295         Improve comments in "is" portion.  Handle null procedure declaration.
3296         (ada-move-to-end): Improve doc string.
3298 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3300         * ido.el (ido-cur-list): Initialize to nil.
3301         Remove obsolete information from commentary.
3302         (ido-choice-list): Initialize to nil.
3303         (ido-get-bufname): Reject minibuffers.
3304         (ido-make-buffer-list): If "default" is a nonexistent
3305         buffer, ignore it, as per the function's comment.
3306         (ido-kill-buffer-internal): New function.
3307         (ido-kill-buffer-at-head): Use it.
3308         (ido-visit-buffer): Likewise.
3310 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3312         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3314 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3316         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3317         Fix typos in chart titles.
3319         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3320         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3321         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3322         (describe-class, eieio-describe-generic, describe-generic):
3323         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3324         (eieio-speedbar-expand):
3325         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3326         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3327         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3328         (viper-del-backward-char-in-replace, viper-backward-indent)
3329         (viper-brac-function, viper-register-to-point, viper-submit-report):
3330         * net/tramp.el (tramp-remote-coding-commands):
3331         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3332         Fix typos in docstrings.
3334 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3336         * mail/sendmail.el (mail-yank-original): Set the mark if the
3337         specified function for yanking does not do it.
3339 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3341         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3343         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3344         resyncing a directory.
3346 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3348         * progmodes/ada-mode.el: Fix bug#1920.
3349         (ada-ident-re): Delete ., allow multibyte characters.
3350         (ada-goto-label-re): New; matches goto labels.
3351         (ada-block-label-re): New; matches block labels.
3352         (ada-label-re): New; matches both.
3353         (ada-named-block-re): Deleted; callers changed to use
3354         `ada-block-label-re' instead.
3355         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3356         Use `ada-block-label-re'.
3357         (ada-indent-on-previous-lines): Improve handling of goto labels.
3358         (ada-get-indent-block-start): Special-case block label.
3359         (ada-get-indent-label): Split into `ada-indent-block-label' and
3360         `ada-indent-goto-label'.
3361         (ada-goto-stmt-start, ada-goto-next-non-ws):
3362         Optionally ignore goto labels.
3363         (ada-goto-next-word): Simplify.
3364         (ada-indent-newline-indent-conditional): Insert newline before
3365         trying to fix indentation; doc fix.
3367 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3369         * calc/calc.el (calc-command-flags): Give it an initial value.
3371 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3373         * files.el (minibuffer-with-setup-hook):
3374         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3375         (artist-key-draw-continously, artist-key-do-continously-continously)
3376         (artist-key-set-point-continously, artist-mouse-draw-continously):
3377         Fix typos in docstrings.
3379 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3381         * nxml/nxml-mode.el (nxml-extend-after-change-region):
3382         Never return t (Bug#3898).
3384 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3386         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3387         can parse the output of the external commands (Bug#5279).
3389 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3391         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3393 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3395         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3397         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3399         * startup.el (command-line): Remove unused --icon-type arg.
3400         Handle --display arg, passing it to command-line-1 (Bug#5392).
3402 2010-01-16  Mario Lang  <mlang@delysid.org>
3404         * emacs-lisp/chart.el (chart-translate-namezone):
3405         * textmodes/artist.el (artist-compute-popup-menu-table):
3406         Remove duplicated words in doc-strings.
3408 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3410         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3411         to mairix-search to suppress threading (Bug#5342).
3413 2010-01-15  Kenichi Handa  <handa@m17n.org>
3415         * international/mule-cmds.el (canonicalize-coding-system-name):
3416         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3418 2010-01-15  Glenn Morris  <rgm@gnu.org>
3420         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3422         * wid-edit.el (widget-keymap): Doc fix.
3424         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3425         former seems to be more widely accepted by various svn versions.
3427 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3429         * find-cmd.el (find-constituents):
3430         * vc-arch.el (vc-arch-root):
3431         * window.el (window-body-height, pop-up-frames):
3432         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3433         * progmodes/ada-stmt.el (ada-if):
3434         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3435         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3436         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3437         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3439         * progmodes/flymake.el (flymake-post-syntax-check):
3440         Fix typo in error message.
3442 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3444         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3445         which is always a string.  (Bug#5313)
3447 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3449         * progmodes/ada-xref.el (ada-default-prj-properties):
3450         Simplify previous change.
3452 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3454         * progmodes/ada-xref.el (ada-default-prj-properties):
3455         Default ada_project_path to $ADA_PROJECT_PATH.
3457 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3459         * progmodes/ada-mode.el (ada-create-keymap):
3460         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3462 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3464         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3465         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3466         (ada-get-current-indent, ada-imenu-generic-expression)
3467         (ada-which-function): Check for it.
3469 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3471         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3472         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3474 2010-01-14  Glenn Morris  <rgm@gnu.org>
3476         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3478 2010-01-14  Kenichi Handa  <handa@m17n.org>
3480         * composite.el (auto-composition-mode): Make it a buffer local
3481         variable (permanent-local).
3482         (auto-composition-function): Set the default value to
3483         auto-compose-chars.
3484         (auto-composition-mode): Make it a simple function, not a minor mode.
3485         (global-auto-composition-mode): Likewise.
3486         (turn-on-auto-composition-if-enabled): Delete it.
3488 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3490         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3492 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3494         * files.el (copy-directory): Compute target for recursive
3495         directories with identical names.  (Bug#5343)
3497 2010-01-12  Glenn Morris  <rgm@gnu.org>
3499         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3500         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3502 2010-01-11  Sam Steingold  <sds@gnu.org>
3504         * imenu.el (imenu-default-create-index-function): Detect infinite
3505         loops caused by imenu-prev-index-position-function.
3507 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3509         * htmlfontify.el (htmlfontify-load-rgb-file)
3510         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3511         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3512         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3513         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3514         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3515         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3516         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3517         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3518         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3519         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3520         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3521         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3522         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3523         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3524         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3525         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3526         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3527         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3528         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3529         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3530         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3531         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3532         backslash-quoting from parentheses, etc.
3534 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3536         * progmodes/js.el: Autoload javascript-mode alias.
3538 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3540         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3541         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3542         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3543         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3544         Fix typos in docstrings.
3545         (ffap-url-regexp): Doc fix.
3546         (ffap-at-mouse): Fix typo in message.
3548 2010-01-11  Glenn Morris  <rgm@gnu.org>
3550         * version.el (emacs-copyright): Set copyright year to 2010.
3552 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3554         * format.el (format-annotate-function): Only set
3555         write-region-post-annotation-function after running to-fn so as not to
3556         affect nested write-region calls (bug#5273).
3558 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3560         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3561         wisent/python.el.
3563 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3565         * man.el (Man-goto-section): Signal error if the section is not
3566         found (Bug#5317).
3568 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3570         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3571         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3573 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3575         * progmodes/compile.el: Don't treat compile-command as safe if
3576         compilation-read-command might be nil (Bug#4218).
3578 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3580         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3581         NS options.
3583 2010-01-08  Kenichi Handa  <handa@m17n.org>
3585         * international/fontset.el (build-default-fontset-data):
3586         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3588 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3590         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3591         to `create-file-buffer' as it expects, not just a buffer name.
3592         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3593         to help uniquify.  (Bug#3224)
3595 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3597         * font-setting.el (font-setting-change-default-font): Use user-spec
3598         instead of name.
3600 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3602         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3604 2010-01-05  Tom Tromey  <tromey@redhat.com>
3606         * progmodes/python.el (python-font-lock-keywords):
3607         Handle qualified decorators (Bug#881).
3609 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3611         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3612         in a lightweight checkout.
3614 2010-01-05  Kenichi Handa  <handa@m17n.org>
3616         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3618 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3620         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3622 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3624         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3625         checkouts.  (Bug#618)
3626         (vc-bzr-log-view-mode): Also highlight the author.
3627         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3628         (vc-bzr-shelve-menu-map):
3629         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3630         (vc-bzr-shelve-apply): Make prompt more explicit.
3632 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3634         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3635         They are valid characters in URL paths (rfc3986), and at least
3636         Firefox does not understand the encoded version (Bug#3166).
3638 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3640         * progmodes/octave-mod.el (octave-end-keywords)
3641         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3642         Add "end" keyword (Bug#3061).
3643         (octave-end-as-array-index-p): New function.
3644         (calculate-octave-indent): Use it.
3646 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3648         * bookmark.el: Consistently put the text property on the bookmark name.
3649         (bookmark-bmenu-marks-width): Bump back to 2, to include
3650         annotation marks.
3651         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3652         property on the bookmark name, instead of not putting it at all.
3653         (bookmark-bmenu-list): Fix where we put the text property.
3655 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3657         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3658         for showing buffer modified state (as added in the previous change).
3660 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3662         * bookmark.el: Show modified state of bookmark buffer more accurately.
3663         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3664         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3665         (with-buffer-modified-unmodified): New macro.
3666         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3667         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3668         Use new macro to preserve the buffer modified state.
3670 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3672         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3673         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3674         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3675         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3676         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3677         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3678         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3680 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3682         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3683         Make the lines in the generated doc string shorter.  (Bug#4668)
3685 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3687         * net/rcirc.el: Add follow-link binding (Bug#4738).
3689 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3691         * Makefile.in (bzr-update): Rename from cvs-update.
3692         (cvs-update): New target for backward compatibility.
3694         * makefile.w32-in (bzr-update): Rename from cvs-update.
3695         (cvs-update): New target for backward compatibility.
3697 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3699         * bookmark.el: Remove gratuitous gratitude.
3701 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3703         * bookmark.el (bookmark-bmenu-any-marks): New function
3704         (bookmark-bmenu-save): Clear buffer modification if no marks.
3706 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3708         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3709         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3710         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3711         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3713         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3714         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3715         To: emacs-devel {_AT_} gnu.org
3716         Subject: bookmark.el bug report
3717         Date: Mon, 28 Dec 2009 14:19:16 +0800
3718         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3720 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3722         * bookmark.el: Improvements suggested by Drew Adams:
3723         (bookmark-bmenu-ensure-position): New name for
3724         `bookmark-bmenu-check-position'.  Just ensure the position,
3725         don't return any meaningful value.
3726         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3727         New constants.
3729 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3731         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3732         (bookmark-yank-point, bookmark-bmenu-check-position):
3733         Fix typos in docstrings.
3734         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3735         (bookmark-name-from-full-record, bookmark-get-position)
3736         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3737         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3738         Remove useless quoting of parenthesis, etc. in docstrings.
3740         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3741         (ediff-append-custom-diff): Fix typo in error message.
3742         (ediff-meta-mark-equal-files): Fix typos in messages.
3744         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3746         * net/imap-hash.el (imap-hash-make): Doc fix.
3747         (imap-hash-test): Fix typo in error message; reflow docstring.
3748         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3749         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3750         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3751         Fix typos in docstrings.
3752         (imap-hash-open-connection): Fix typo in error message.
3754         * play/gomoku.el (gomoku): Fix typos in docstring.
3756         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3757         (gdb-jsonify-buffer): Fix typos in docstring.
3758         (gdb-goto-breakpoint): Fix typo in error message.
3759         ("Display Other Windows"): Fix typo in help message.
3760         (gdb-speedbar-expand-node): Fix typo in question.
3762         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3763         (idlwave-html-system-help-location, idlwave-html-help-location)
3764         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3765         (idlwave-help-browser-generic-args, idlwave-help-directory)
3766         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3767         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3768         (idlwave-online-help, idlwave-help-html-link)
3769         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3770         Fix typos in docstrings.
3771         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3772         Reflow docstrings.
3773         (idlwave-help-assistant-start): Fix typo in error message.
3775         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3776         (octave-electric-space): Fix typos in docstrings.
3778 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3780         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3782 2010-01-01  Juri Linkov  <juri@jurta.org>
3784         * comint.el (comint-input-ring-size): Make it a defcustom and
3785         increase the default to 500 (Bug#5148).
3787 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
3789         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3790         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3791         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3793 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
3795         Show working revision correctly for mercurial.
3796         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3797         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3799 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
3801         Declare some functions for the byte-compiler.
3802         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3803         (speedbar-timer-fn, speedbar-change-expand-button-char)
3804         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3806 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
3808         This changeset reverts GDB Graphical Interface to use annotations.
3809         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3811 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3813         Make vc-dir work on subdirectories of the bzr root.
3814         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3815         Return file names relative to it.
3816         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3817         relative directory to vc-bzr-after-dir-status.
3819 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
3821         * font-lock.el (font-lock-refresh-defaults): New function, which
3822         can be used to let font-lock react to external changes in
3823         variables like font-lock-defaults and keywords.
3824         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3826 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
3828         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3830         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3832 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3834         Supersede color.diff settings in git log (bug#5211).
3836         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3837         escape chars in its output when the user has color.diff set to `always'.
3838         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3840 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3842         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3843         node.  Keep previous "Index" name to work with past coreutils too.
3845         * man.el (man): Revise docstring a bit to show -a and -l as
3846         examples.  Add -k description since support for it has otherwise
3847         been a secret.  (Further to bug#3717.)
3848         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3849         "no matches" rather than "Can't find manpage", as the latter reads
3850         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3852 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3854         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3855         switches.  Check also for //SUBDIRED// line.
3857 2009-12-25  Kenichi Handa  <handa@m17n.org>
3859         * language/indian.el (devanagari-composable-pattern): Fix to
3860         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3861         Devanagari.
3862         (malayalam-composable-pattern): Fix previous change.
3864 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3866         * ps-print.el (ps-face-attributes): It was not returning the
3867         attribute face for faces specified as string.  Reported by harven
3868         <harven@free.fr>.  (Bug#5254)
3869         (ps-print-version): New version 7.3.5.
3871 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3873         * calendar/icalendar.el (icalendar--convert-tz-offset):
3874         Fix timezone names.
3875         (icalendar--convert-tz-offset): Fix the "last-day-problem".
3876         (icalendar--add-diary-entry): Remove the trailing blank that
3877         diary-make-entry inserts.
3879 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3881         Make `file-expand-wildcards' work for remote files.
3883         * files.el (file-expand-wildcards): In case of remote files, check
3884         only local file name part for wildcards.  Provide feature 'files
3885         and subfeature 'remote-wildcards.  (Bug#5198)
3887         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3888         if there is already an established connection.
3889         (tramp-advice-file-expand-wildcards): Remove it.
3891         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3892         (tramp-advice-file-expand-wildcards): Move from tramp.el.
3893         Activate advice for older GNU Emacs versions.  (Bug#5237)
3895 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3897         Some doc fixes (more needed).
3899         * find-cmd.el (find-constituents): Reflow docstring.
3900         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3901         (find-generic): Doc fix.
3903 2009-12-17  Juri Linkov  <juri@jurta.org>
3905         Fix regression from 23.1 to allow multiple modes in Local Variables.
3907         * files.el (hack-local-variables-filter): While ignoring duplicates,
3908         don't take `mode' into account.
3909         (hack-local-variables-filter, hack-dir-local-variables):
3910         Don't remove duplicate `mode' from local-variables-alist (like `eval').
3912 2009-12-17  Juri Linkov  <juri@jurta.org>
3914         Make `dired-diff' more safe.  (Bug#5225)
3916         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3917         `current' or when `file' is a directory of the `current' file.
3919 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3921         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3922         unconditionally preloaded files.
3924 2009-12-16  Juri Linkov  <juri@jurta.org>
3926         Revert to old 23.1 logic of using the file at the mark as default.
3927         * dired-aux.el (dired-diff): Use the file at the mark as default
3928         if it's not the same as the current file, and the target dir is
3929         the current dir or the mark is active.  Add the current file
3930         as the arg of `dired-dwim-target-defaults'.  Use the default file
3931         in the prompt.  (Bug#5225)
3933 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3935         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3936         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3937         (tramp-check-for-regexp): Check also, when an echoing shell stops
3938         to echo sent commands.
3940 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3942         * Makefile.in: Revert last change (Bug#5191).
3944 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3946         * vc-hg.el (vc-hg-print-log): Fix argument order.
3947         (vc-hg-working-revision): Make sure the command is executed in a
3948         known environment so that we can parse the output.  (Bug#4417)
3950 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3952         * progmodes/python.el (python-symbol-completions): Remove text
3953         properties from symbol string before calling python-send-receive.
3955 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3957         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3958         when there are values for both file and line.  (Bug#5060)
3960 2009-12-14  Juri Linkov  <juri@jurta.org>
3962         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3963         whitespace after the file name of the first line of unified format,
3964         because git-diff doesn't output whitespace and file modification time
3965         after the file name.
3967 2009-12-14  David Kastrup  <dak@gnu.org>
3969         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3970         check if it already has the `display' property added by
3971         `Info-display-images-node', and not put the `invisible' property
3972         in this case.
3974 2009-12-13  Glenn Morris  <rgm@gnu.org>
3976         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3977         (report-emacs-bug): In message-mode, sort manually before storing
3978         original report text.  (Bug#5178)
3979         Remove superfluous save-excursion.
3981 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3983         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3984         when responding to "GetAll" properties.
3986 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3988         * simple.el (compose-mail): Remove mail-setup-with-from from
3989         customization checks.
3991 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3993         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3994         RAR archives created on Unix systems.
3996 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3998         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3999         the varalias that was accidentally removed by the 2009-11-19 change
4000         (bug#5186).
4002 2009-12-12  Kenichi Handa  <handa@m17n.org>
4004         * language/indian.el (indian-compose-regexp): New function.
4005         (malayalam-composable-pattern): Fix the pattern.
4006         (composition-function-table): Set malayalam-composable-pattern for
4007         Malayalam characters.
4009 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4011         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4012         rather than down-mouse-1, based on follow-link conventions.
4014         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4015         are compiled.
4017 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4019         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4020         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4021         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4022         (verilog-leap-to-head, verilog-backward-token):
4023         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4025 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4027         * progmodes/verilog-mode.el (verilog-auto-lineup)
4028         (verilog-nameable-item-re): Cleanup user-visible spelling and
4029         documentation errors.  One reported by Gary Delp.
4030         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4031         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4032         package, bug195.  Reported by Pierre-David Pfister.
4034 2009-12-11  Glenn Morris  <rgm@gnu.org>
4036         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4038         * mail/emacsbug.el: No longer require sendmail.
4039         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4040         (report-emacs-bug-orig-text): Doc fix.
4041         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4042         New local variables, to adapt to different mail-user-agents.
4043         (report-emacs-bug): Fix test for a gnu.org address.
4044         Use overlays for emphasis, since font-lock defeats 'face property.
4045         Pretest bugs also end up at the newsgroup these days.
4046         Stop message-mode stripping text properties.
4047         Set and use the new buffer-local variables.
4048         (report-emacs-bug-hook): Add doc-string.
4049         Remove some unnecessary save-excursions and simplify.
4050         Use the appropriate hook and send-command.
4052         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4053         capitalization of some menu entries.
4055 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4057         * whitespace.el (whitespace-display-char-on):
4058         Ensure `buffer-display-table' is unique when two or more windows are
4059         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4060         New version 12.1.
4062 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4064         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4065         characters in the Attribute field.
4067 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4069         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4071 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4073         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4074         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4075         Disregard autoload-excludes.
4076         (update-directory-autoloads): Obey autoload-excludes here instead.
4077         But don't store its contents in no-autoloads and remove entries that
4078         refer to excludes files.
4080 2009-12-10  Glenn Morris  <rgm@gnu.org>
4082         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4083         (expand-mail-aliases): Define for compiler.
4085         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4086         Define for compiler.
4088         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4089         appropriate for the mail-user-agent in use.
4091 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4093         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4095 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4097         Fix short log parsing and fontification.
4098         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4099         Fix fontification for the [merge] label.
4101 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4103         Drop some properties to avoid surprises.
4104         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4105         (hfy-fontify-buffer): Use it.
4107 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4109         Minor cleanup.
4110         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4111         Adjust all callers.
4112         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4113         args compulsory.  Adjust callers.
4114         (ffap-gopher-at-point): Remove unused var `name'.
4116         Get rid of the ELCFILES abomination.
4117         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4118         (compile-elcfiles): New phony target.
4119         (compile-main): Compute ELCFILES dynamically.
4120         (compile-clean): New target to remove left-over elc files.
4121         (compile, all): Use it.
4123 2009-12-09  Kenichi Handa  <handa@etlken>
4125         * international/mule-diag.el: Require help-mode instead of help-fns.
4127 2009-12-09  Kenichi Handa  <handa@m17n.org>
4129         * international/mule-cmds.el (ucs-names): Supply sufficiently
4130         fine ranges instead of pre-calculating accurate ranges.
4131         Iterate with bigger gc-cons-threshold.
4133 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4135         Add support for stashing a snapshot of the current tree.
4136         * vc-git.el (vc-git-stash-snapshot): New function.
4137         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4139 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4141         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4142         instead of `(beginning|end)-of-line'.
4144 2009-12-08  Glenn Morris  <rgm@gnu.org>
4146         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4148         * Makefile.in (ELCFILES): Regenerate.
4150 2009-12-07  Juri Linkov  <juri@jurta.org>
4152         Don't lazy-highlight the comint output in history Isearch mode.
4154         * comint.el (comint-history-isearch-search): Instead of
4155         `comint-line-beginning-position', use `comint-after-pmark-p'
4156         to check if point if before the process mark, and go to
4157         `process-mark' in this case.
4159 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4161         * textmodes/tex-mode.el (latex-complete)
4162         (latex-indent-or-complete): Remove.
4163         (latex-mode): Set completion-at-point-functions instead.
4165         Provide a standard completion command and hook it into TAB.
4166         * minibuffer.el (completion-at-point-functions): New var.
4167         (completion-at-point): New command.
4168         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4169         * progmodes/python.el (python-mode-map): Use completion-at-point.
4170         (python-completion-at-point): Rename from python-partial-symbol and
4171         adjust for use in completion-at-point-functions.
4172         (python-mode): Setup completion-at-point for Python completion.
4173         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4174         extracted from lisp-complete-symbol.
4175         (lisp-complete-symbol): Use it.
4176         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4177         setup completion-at-point for Elisp completion.
4178         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4179         Use completion-at-point.
4180         * ielm.el (ielm-map): Use completion-at-point.
4181         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4182         * progmodes/sym-comp.el: Move to...
4183         * obsolete/sym-comp.el: Move from progmodes.
4185 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4187         Prevent save-buffer in Rmail buffers from using the coding-system
4188         of the current message, and from clobbering the encoding mnemonics
4189         in the mode line (Bug#4623).
4191         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4192         flag, too.
4193         (rmail-message-encoding): New variable.
4194         (rmail-write-region-annotate): Record the encoding of the current
4195         message in rmail-message-encoding.
4196         (rmail-after-save-hook): New function, restores the encoding of
4197         the current message after the message collection is saved.
4199 2009-12-07  Juri Linkov  <juri@jurta.org>
4201         * progmodes/grep.el (grep-read-files): Use `completing-read'
4202         instead of `read-string'.  Set its `collection' arg to
4203         `read-file-name-internal'.  (Bug#4301)
4205 2009-12-07  Juri Linkov  <juri@jurta.org>
4207         Correctly restore original Isearch point.  (Bug#4994)
4209         * isearch.el (isearch-mode): Move `isearch-push-state' after
4210         `(run-hooks 'isearch-mode-hook)'.
4211         (isearch-cancel): When `isearch-push-state-function' is defined,
4212         let-bind `isearch-cmds' to the first state (the last element of
4213         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4214         function and restores the original point).  Otherwise, move point
4215         to `isearch-opoint'.
4217 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4219         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4220         chars that don't have names, so the table can be built much faster at
4221         run-time.
4223 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4225         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4226         change.  Suggested by David Kastrup.
4228         * simple.el (compose-mail): Check for incompatibilities and warn.
4229         (compose-mail-user-agent-warnings): New option.
4231 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4233         Support showing a single log entry from vc-annotate.
4234         * vc.el (print-log): Add a new argument: START-REVISION.
4235         (vc-print-log-internal): Add a new optional argument and
4236         pass it to the backend.
4237         (vc-print-log, vc-print-root-log): Adjust callers.
4238         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4239         buffer already displays the requested log entry, use it.
4240         Otherwise display only the log entry in question.
4241         * vc-svn.el (vc-svn-print-log):
4242         * vc-mtn.el (vc-mtn-print-log):
4243         * vc-hg.el (vc-hg-state):
4244         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4245         (vc-git-show-log-entry): Return t on success.
4246         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4247         (vc-bzr-show-log-entry): Return t on success.
4248         * vc-rcs.el (vc-rcs-print-log):
4249         * vc-sccs.el (vc-sccs-print-log):
4250         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4252 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4254         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4255         Add menus to the meta mode.  (Bug#5043)
4257 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4259         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4260         event-key.
4262         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4264 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4266         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4267         Berbain <raphael.berbain@gmail.com>.
4269         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4270         characters.
4271         (tramp-initial-end-of-output): New defconst.
4272         (tramp-methods, tramp-find-shell)
4273         (tramp-open-connection-setup-interactive-shell)
4274         (tramp-maybe-open-connection): Use it.
4275         (tramp-shell-prompt-pattern, tramp-wait-for-output):
4276         Handle existence of `#' and `$'.
4278         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4279         Use `tramp-initial-end-of-output'.
4281 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4283         Get the background mode from the terminal for xterm, and set
4284         faces accordingly.
4285         * term/xterm.el (xterm-set-background-mode): New function.
4286         (terminal-init-xterm): Use it in case xterm supports background
4287         color queries.  Recompute faces after getting the background
4288         color.
4290 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4292         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4293         number comment back on its own line, for easier parsing.
4295 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4297         Make it work for non-file buffers (bug#5102).
4298         * doc-view.el (doc-view-current-cache-dir):
4299         Use doc-view-buffer-file-name rather than buffer-file-name.
4300         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4302 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4304         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4305         author field is too short.
4307 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4309         * vc-git.el (vc-git-print-log): Handle a limit argument.
4310         Display the short log in graph form and with labels.
4311         (vc-git-log-view-mode): Handle labels.
4313         Make vc-revert change VC state from 'added to 'unregistered.
4314         * vc-git.el (vc-git-revert): Call git reset first.
4316 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4318         * net/newst-backend.el, net/newst-plainview.el:
4319         * net/newst-reader.el, net/newst-ticker.el:
4320         * net/newst-treeview.el, net/newsticker.el:
4321         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4323 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4325         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4327         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4328         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4329         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4330         Update annotation regexp.
4332         * simple.el (beginning-of-visual-line): Constrain to field
4333         boundaries (Bug#5106).
4335 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4337         * xml.el (xml-substitute-numeric-entities):
4338         Move newsticker--decode-numeric-entities in newst-backend.el to
4339         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4340         * net/newst-backend.el (newsticker--parse-generic-feed)
4341         (newsticker--parse-generic-items)
4342         (newsticker--decode-numeric-entities):
4343         Move newsticker--decode-numeric-entities in newst-backend.el to
4344         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4346 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4348         * progmodes/js.el (js--js-not): Add null to the list of values.
4350 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4352         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4354 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4356         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4357         delimiter if it is at the end of the current line.
4358         (bibtex-generate-url-list): Fix docstring.
4360 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4362         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4363         minibuffer's content with itself.
4364         Fold the confirm-after-completion case into the `confirm' case.
4365         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4367 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4369         * ffap.el (ffap-rfc-path): Make this a defcustom since
4370         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4372         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4373         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4375 2009-12-05  Juri Linkov  <juri@jurta.org>
4377         Save and restore dired buffer's point positions too.  (Bug#4880)
4379         * dired.el (dired-save-positions): Return in the first element
4380         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4381         Doc fix.
4382         (dired-restore-positions): First restore buffer's position.
4383         While restoring window's positions, check if window still displays
4384         the original buffer.
4386 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4388         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4389         if possible.
4391         * shell.el (shell): Require ansi-color (Bug#5113).
4393         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4395         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4397 2009-12-05  Alan Mackenzie  <acm@muc.de>
4399         * progmodes/cc-mode.el (c-before-hack-hook)
4400         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4401         `c-file-style' to work again.  This reversion restores the current
4402         software to its state in Emacs 23.1.  (Bug#4146)
4404 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4406         * textmodes/sgml-mode.el (sgml-lexical-context):
4407         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4409 2009-12-05  Juri Linkov  <juri@jurta.org>
4411         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4412         for virtual nodes.  (Bug#4147)
4413         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4414         when moving from a virtual node.
4415         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4416         (Info-mode): Add `Info-virtual-index' to the docstring.
4418 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4420         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4421         track of the buffer position of the end of a BibTeX entry as this
4422         position may change during reformatting.
4423         (bibtex-format-entry): Remove whitespace before processing
4424         numerical fields so that we recognize the latter properly.
4425         (bibtex-reformat): Do not use push which changes the global value
4426         of bibtex-entry-format.
4427         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4428         (bibtex-field-re-init): Replace only space characters by regexp
4429         for whitespace.
4430         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4431         (bibtex-initialize): Also update bibtex-strings.
4432         (bibtex-kill-field): Preserve white space at end of entry.
4433         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4434         Update bibtex-reference-keys.
4436 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4438         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4439         point after a star, if that's the only place where modifications can
4440         make progress.
4442 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4444         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4445         in docstrings.
4447 2009-12-04  Juri Linkov  <juri@jurta.org>
4449         * proced.el (proced): Call `(proced-update t)' to update process
4450         information instead of only running proced-post-display-hook.
4451         (proced-send-signal): Add a leading space to the buffer name
4452         " *Marked Processes*" to make this buffer ephemeral.
4454 2009-12-04  Juri Linkov  <juri@jurta.org>
4456         * dired.el (dired-auto-revert-buffer): New defcustom.
4457         (dired-internal-noselect): Use it.
4459 2009-12-04  Juri Linkov  <juri@jurta.org>
4461         Change roles of modes and functions in image-mode.el (Bug#5062).
4463         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4464         in `auto-mode-alist'.
4465         (image-mode-previous-major-mode): New variable.
4466         (image-minor-mode-map): Rename from `image-mode-text-map'.
4467         (image-mode): Move graceful error-handling code from
4468         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4469         (image-minor-mode): Remove all image-handling code.
4470         Replace `image-mode-text-map' with `image-minor-mode-map'.
4471         Check for `image-type' in mode-line format string.
4472         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4473         (image-mode-as-text): New function with most code from
4474         `image-mode-maybe'.
4475         (image-toggle-display-text): Move code that removes image
4476         properties from `image-toggle-display' to here.
4477         (image-toggle-display-image): New function with code that adds
4478         image properties copied from `image-toggle-display'.
4479         (image-toggle-display): Remove most code with leaving only code
4480         that toggles between `image-mode-as-text' and `image-mode'.
4482 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4484         * net/newst-treeview.el
4485         (newsticker--treeview-list-highlight-start): Restored call to
4486         save-excursion: Selected item was stuck.
4487         (newsticker--treeview-list-select): New.
4488         (newsticker--treeview-item-show-text)
4489         (newsticker--treeview-item-show)
4490         (newsticker--treeview-item-update): Use new
4491         newsticker-treeview-item-mode.
4492         (newsticker-treeview-update): Keep current item.
4493         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4494         (newsticker--treeview-first-feed): Doc change.
4495         (newsticker-treeview-list-menu)
4496         (newsticker-treeview-item-menu): Add menu entries.
4497         (newsticker-treeview-item-mode): New.
4499         * net/newst-backend.el (newsticker-customize): Delete other
4500         windows.
4502 2009-12-04  Sam Steingold  <sds@gnu.org>
4504         * log-view.el (log-view-mode-map): "q" calls quit-window,
4505         like in all the other non-self-insert buffers.
4507 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4509         Minor cleanup.
4510         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4511         key decoding rather than do it manually via last-input-event +
4512         ascii-character.
4513         (term-exec): Use delete-and-extract-region.
4514         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4515         (term-process-pager): Remove unused var `i'.
4516         (term-dynamic-simple-complete): Make obsolete.
4517         (serial-update-config-menu): Remove unused vars `y' and `str'.
4518         (term-update-mode-line): Remove unused var `temp'.
4520 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4522         Limit the number of log entries displayed by default.
4523         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4524         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4525         using a prefix argument.
4527 2009-12-03  Glenn Morris  <rgm@gnu.org>
4529         * progmodes/idlwave.el (class): Restore still useful declaration.
4531 2009-12-03  Alan Mackenzie  <acm@muc.de>
4533         Enhance `c-parse-state' to run efficiently in "brace deserts".
4535         * progmodes/cc-mode.el (c-basic-common-init):
4536         Call c-state-cache-init.
4537         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4538         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4539         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4541         * progmodes/cc-langs.el (c-before-font-lock-function):
4542         c-extend-and-neutralize-syntax-in-CPP has been renamed
4543         c-neutralize-syntax-in-and-mark-CPP.
4545         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4546         with `category' properties now, not `syntax-table' ones.
4548         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4549         enhanced (but slower) version of c-end-of-macro that won't land
4550         inside a literal or on another awkward character.
4551         (c-state-cache-too-far, c-state-cache-start)
4552         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4553         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4554         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4555         (c-state-min-scan-pos, c-state-brace-pair-desert)
4556         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4557         buffer local variables.
4558         (c-state-literal-at, c-state-lit-beg)
4559         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4560         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4561         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4562         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4563         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4564         (c-renarrow-state-cache)
4565         (c-append-lower-brace-pair-to-state-cache)
4566         (c-state-push-any-brace-pair, c-append-to-state-cache)
4567         (c-remove-stale-state-cache)
4568         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4569         (c-invalidate-state-cache-1, c-parse-state-1)
4570         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4571         (c-parse-state): Enhance and refactor.
4572         (c-debug-parse-state): Amend to deal with all the new variables.
4574         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4575         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4576         modify to use category text properties rather than syntax-table ones.
4577         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4578         to switch off/on the syntactic paren property of C++ template
4579         delimiters using the category property.
4580         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4581         template delims suppressed.
4582         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4583         New constant/macros which apply category properties to the start
4584         and end of preprocessor constructs.
4585         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4586         "comment out" the syntactic value of characters in preprocessor
4587         constructs.
4588         (c-with-cpps-commented-out)
4589         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4590         with characters in all or all but one preprocessor constructs
4591         "commented out".
4593 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4595         * proced.el (proced-filter-alist): Use regexp-quote.
4597 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4599         Cleanup.
4600         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4601         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4602         arguments.  Expand `default-directory'.
4604         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4605         the benefit of returning an expanded localname.
4606         (tramp-tramp-file-p): Handle the case NAME is not a string.
4608 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4610         Add support for bzr shelve/unshelve.
4611         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4612         (vc-bzr-extra-menu-map): New variables.
4613         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4614         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4615         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4616         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4617         (vc-bzr-dir-extra-headers): Display shelves.
4619         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4621 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4623         * textmodes/bibtex.el (bibtex-complete-internal):
4624         Use completion-in-region.
4625         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4627 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4629         Support applying stashes.  Improve UI.
4630         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4631         (vc-git-stash-apply, vc-git-stash-pop)
4632         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4633         (vc-git-stash-menu): New functions.
4634         (vc-git-stash-menu-map): New variable.
4635         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4637 2009-12-03  Glenn Morris  <rgm@gnu.org>
4639         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4640         (vc-print-log-internal): Fix previous change.
4641         (vc-revert): Correct pluralization.
4643 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4645         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4646         it to be an alist any more.
4647         (makefile-complete): Use completion-in-region.
4649         * progmodes/octave-mod.el (octave-complete-symbol):
4650         Use completion-in-region.
4652         Misc cleanup.
4653         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4654         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4655         (idlwave-complete-class): Don't quote lambda.
4656         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4657         (idlwave-mode-map): Move initialization into declaration.
4658         (idlwave-action-and-binding): Use backquotes.
4659         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4660         Simplify.
4661         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4662         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4663         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4664         `parts', and `all-parts'.
4665         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4666         (idlwave-convert-xml-system-routine-info): Remove unused string
4667         `version-string'.
4668         (idlwave-display-user-catalog-widget): Use dolist.
4669         (idlwave-scanning-lib): Declare dynamically-scoped var.
4670         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4671         (completion-highlight-first-word-only): Declare to silence bytecomp.
4672         (idlwave-popup-select): Tighten scope of `resp'.
4673         (idlwave-find-struct-tag): Remove unused var `beg'.
4674         (idlwave-after-load-rinfo-hook): Declare.
4675         (idlwave-sintern-class-info): Remove unused var `taglist'.
4676         (idlwave-find-class-definition): Remove unused var `list'.
4677         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4678         (idlwave-what-module-find-class): Remove unused var `classes'.
4680 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4682         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4684 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4686         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4687         buffers visited.  Remove redundant current-buffer-saving.
4689 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4691         Use completion-in-buffer and remove uses of dynamic scoping.
4692         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4693         (pascal-buffer-to-use, pascal-flag): Don't declare.
4694         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4695         (pascal-get-completion-decl, pascal-keyword-completion):
4696         Add `pascal-str' argument, save-excursion,
4697         return the found completions, and don't filter with pascal-pred.
4698         (pascal-completion-cache): New var.
4699         (pascal-completion): Don't switch buffer any more (it was never
4700         necessary).  Don't save-excursion any more (it's done by the called
4701         subroutines).  Use a cache to avoid redundant computations.
4702         Use complete-with-action rather than pascal-completion-response and
4703         let it apply the predicate as well.
4704         (pascal-complete-word): Use completion-in-buffer when
4705         pascal-toggle-completions is nil.
4706         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4707         not used any more.
4708         (pascal-comp-defun): Don't change buffer any more.
4709         Use complete-with-action rather than pascal-completion-response and
4710         let it apply the predicate as well.
4711         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4712         when neded.
4714 2009-12-02  Kenichi Handa  <handa@m17n.org>
4716         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4717         shape for all Indic scripts.
4719 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         Use completion-in-buffer.
4722         * wid-edit.el (widget-field-text-end): New function.
4723         (widget-field-value-get): Use it.
4724         (widget-string-complete, widget-file-complete)
4725         (widget-color-complete): Use it and completion-in-region.
4726         (widget-complete): Don't narrow the buffer.
4728 2009-12-02  Glenn Morris  <rgm@gnu.org>
4730         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4731         (rmail-select-summary): Use rmail-pop-to-buffer.
4732         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4733         rmail-pop-to-buffer, to prevent horizontal splits.
4735         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4736         save-excursion with save-current-buffer.
4737         Widen before searching.  (Bug#5093)
4738         (diary-list-sexp-entries): Remove superfluous save-excursion.
4740 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4742         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4743         name.  (Bug#5038)
4745 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4747         * ido.el (ido-file-internal): Handle filenames at point that do
4748         not have a directory part.  (Bug#5049)
4750 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4752         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4753         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4755 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4757         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4758         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4759         any more.
4761 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4763         * comint.el (comint-insert-input): Ignore clicks to the right of
4764         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4766         * vc.el (vc-print-log-internal): Don't wait for the process to
4767         terminate before setting up the major mode.
4769         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4770         in case.
4772         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4773         the last element.
4775         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4777 2009-12-01  Glenn Morris  <rgm@gnu.org>
4779         * window.el (window--display-buffer-2): Fix previous changes.
4781 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4783         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4785 2009-12-01  Glenn Morris  <rgm@gnu.org>
4787         * Makefile.in (ELCFILES): Add mpc.elc.
4789 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4791         * mpc.el: New file.
4793 2009-12-01  Glenn Morris  <rgm@gnu.org>
4795         * window.el (window-to-use): Define for compiler.
4797         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4798         consistent with others (no final period).
4800         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4801         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4803 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4805         Make vc-print-log buttons work.
4806         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4808 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4810         * savehist.el (savehist-autosave-interval): Allow setting to nil
4811         through customize.  (Bug#5056)
4813 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4815         Fix references to jit-lock properties.
4816         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4817         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4818         (perl-font-lock-special-syntactic-constructs):
4819         Quote jit-lock-defer-multiline property.
4821 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4823         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4825 2009-11-30  Juri Linkov  <juri@jurta.org>
4827         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4828         value `buffer' of `multi-isearch-next-buffer-current-function'.
4829         Use `(current-buffer)' when `buffer' is nil.
4830         (multi-isearch-next-buffer-from-list): Don't fallback to
4831         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4833 2009-11-30  Juri Linkov  <juri@jurta.org>
4835         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4836         of buffers with `get-buffer' to `multi-isearch-buffers'.
4837         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4838         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4839         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4840         FILES with `expand-file-name' converting relative file names
4841         to absolute.  Doc fix.  (Bug#4727)
4843 2009-11-30  Juri Linkov  <juri@jurta.org>
4845         * misearch.el (multi-isearch-read-buffers)
4846         (multi-isearch-read-matching-buffers): New functions.
4847         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4848         Use them in the `interactive' spec.  Doc fix.
4849         (multi-isearch-read-files, multi-isearch-read-matching-files):
4850         New functions.
4851         (multi-isearch-files, multi-isearch-files-regexp):
4852         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4854 2009-11-30  Juri Linkov  <juri@jurta.org>
4856         * doc-view.el (doc-view-continuous):
4857         Rename from `doc-view-continuous-mode'.
4858         (doc-view-menu): Move "Toggle display" to the top.
4859         Add submenu "Continuous" with radio buttons "Off"/"On"
4860         and "Save as Default".
4861         (doc-view-scroll-up-or-next-page)
4862         (doc-view-scroll-down-or-previous-page)
4863         (doc-view-next-line-or-next-page)
4864         (doc-view-previous-line-or-previous-page):
4865         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4867 2009-11-30  Juri Linkov  <juri@jurta.org>
4869         * comint.el (comint-mode-map): Rebind `M-r' from
4870         `comint-previous-matching-input' to
4871         `comint-history-isearch-backward-regexp'.
4872         Unbind `M-s' to allow global key binding `M-s'.
4873         Add menu items for `comint-history-isearch-backward' and
4874         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4876 2009-11-30  Juri Linkov  <juri@jurta.org>
4878         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4879         For def=recenter, replace `recenter' with `recenter-top-bottom'
4880         that is called with `this-command' and `last-command' let-bound
4881         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4882         set `recenter-last-op' to nil.  (Bug#4981)
4884 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4886         Minor cleanup and simplification.
4887         * filecache.el (file-cache-add-directory)
4888         (file-cache-add-directory-recursively)
4889         (file-cache-add-from-file-cache-buffer)
4890         (file-cache-delete-file-regexp, file-cache-delete-directory)
4891         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4892         (file-cache-temp-minibuffer-message): Delete function.
4893         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4895         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4896         Don't signal an error when bumping into EOB in tr, s, or y.
4898 2009-11-29  Juri Linkov  <juri@jurta.org>
4900         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4901         (Bug#4960)
4903         * descr-text.el (describe-char-unidata-list): Use lowercase name
4904         for "Unicode name" like in other tags.
4906 2009-11-29  Juri Linkov  <juri@jurta.org>
4908         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4909         New compatibility macro.
4910         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4912 2009-11-29  Juri Linkov  <juri@jurta.org>
4914         Add defcustom to define the cycling order of `recenter-top-bottom'.
4915         (Bug#4981)
4917         * window.el (recenter-last-op): Doc fix.
4918         (recenter-positions): New defcustom.
4919         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4920         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4922 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4924         Improve integration of Tramp and ange-ftp in eshell.
4926         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4927         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4928         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4930         * eshell/esh-util.el (top): Require also Tramp when compiling.
4931         (eshell-directory-files-and-attributes): Check for FTP remote
4932         connection.
4933         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4934         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4935         (eshell-file-attributes): Handle ".".  Return `entry'.
4937         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4938         (ange-ftp-directory-files-and-attributes)
4939         (ange-ftp-real-directory-files-and-attributes): New defuns.
4941         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4942         shell with "exec" when possible.  This prevents trailing prompts
4943         in `start-file-process'.
4945 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4947         Try and remove assumptions about point-min==1.
4948         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4949         (rng-compute-mode-line-string): Show the validation percentage in
4950         terms of the narrowed text, not the widened text.
4951         (rng-do-some-validation): Don't catch internal errors when debugging.
4952         (rng-first-error): Simplify.
4953         (rng-after-change-function): Remove work around.  AFAIK the bug has
4954         been fixed a while ago.
4956         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4957         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4959         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4961         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4962         `cd' doesn't always do it for us (bug#5067).
4964         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4965         on 2009-10-25 as part of some other change (bug#5067).
4967 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4969         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4970         `suspicious'.
4971         (byte-compile-warnings): Use byte-compile-warning-types.
4972         (byte-compile-save-excursion): Warn about use of set-buffer right
4973         after save-excursion.
4975         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4976         the excursion as well.
4978 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4980         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4981         providing a Tramp related implementation of "su" and "sudo".
4982         (eshell-unix-initialize): Add "su" and "sudo".
4984 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4986         * net/socks.el (socks-send-command): Convert binary request to
4987         unibyte before sending.  This fixes mishandling of some port
4988         numbers such as 129.
4990 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4992         * help.el (describe-bindings-internal): Remove `interactive'.
4994         * man.el (Man-completion-table): Trim a terminating "(".
4995         Remove the space between name page a section.
4996         Add the command's description on the `help-echo' property.
4997         Remove `process-connection-type' binding since it's unused by
4998         call-process.
4999         Provide completion for the "<section> <name>" format as well.
5000         (Man-default-man-entry): Remove spurious var shadowing the argument.
5002 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5004         * log-view.el: Add "Keywords: tools", since its other keywords
5005         aren't in finder-known-keywords, and following vc.el.
5007         * sha1.el (sha1-string-external): default-directory "/" in case
5008         otherwise non-existent.  process-connection-type pipe for touch of
5009         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5011 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5013         Misc coding convention cleanups.
5014         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5015         hfy-init-kludge-hooks.
5016         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5017         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5018         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5019         and push.
5020         (hfy-slant, hfy-weight): Use tables rather than code.
5021         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5022         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5023         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5024         (hfy-face-to-css): Remove `nconc' with single arg.
5025         (hfy-p-to-face-lennart): Use `or'.
5026         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5027         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5028         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5029         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5030         (hfy-force-fontification): Use run-hooks.
5032 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5034         Various minor fixes.
5035         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5036         Javascript belongs in the header, not the body.
5037         (hfy-javascript): Remove.
5038         (hfy-fontify-buffer): Don't insert it any more.
5039         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5040         Fix bug in invis handling when there were no invis props in a chunk.
5042 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5044         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5046 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5048         * finder.el (finder-mode-map): Add a menu.
5050 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5052         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5053         "unsigned" structs.
5055         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5056         fork" statement better.
5058 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5060         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5061         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5062         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5063         Reported by Clay Douglass.
5065         (verilog-auto-inst, verilog-auto-star-safe)
5066         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5067         Fix removing "// Interfaces" when saving .* expansions.
5068         Reported by Pierre-David Pfister.
5070 2009-11-26  Glenn Morris  <rgm@gnu.org>
5072         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5073         the scope.
5075 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5077         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5078         Really use previous revision.
5080 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5082         * man.el (Man-completion-table): default-directory "/" in case
5083         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5084         not to truncate long names.  process-connection-type pipe to avoid
5085         any chance of hitting the pseudo-tty TIOCGWINSZ.
5086         (man): completion-ignore-case t for friendliness and since man
5087         itself is case-insensitive on the command line.
5088         Further to Bug#3717.
5090         * arc-mode.el: Add "Keywords: files", so the details in its
5091         commentary can be reached from finder-by-keyword.
5092         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5093         editing mode, but it's comms related and sgml-mode.el has "comm"
5094         on that basis too.
5095         * textmodes/bibtex-style.el: Add "Keywords: tex".
5096         * international/isearch-x.el, international/ja-dic-cnv.el:
5097         * international/ja-dic-utl.el, international/kkc.el:
5098         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5100 2009-11-25  Juri Linkov  <juri@jurta.org>
5102         * man.el (Man-completion-table): Modify regexp to include
5103         section names to completion strings.  (Bug#3717)
5105 2009-11-25  Juri Linkov  <juri@jurta.org>
5107         Search recursively in gzipped files.  (Bug#4982)
5109         * progmodes/grep.el (grep-highlight-matches): Add new options
5110         `always' and `auto'.  Doc fix.
5111         (grep-process-setup): Check `grep-highlight-matches' for
5112         `auto-detect' to determine the need to compute grep defaults.
5113         Move Windows/DOS specific --colors settings handling
5114         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5115         to get the value of "--color=".
5116         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5117         has the value `auto-detect'.  Move Windows/DOS specific settings
5118         from `grep-process-setup'.
5119         (zrgrep): New command with alias `rzgrep'.
5121 2009-11-25  Juri Linkov  <juri@jurta.org>
5123         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5124         to nil instead of switching off view-mode.  (Bug#4896)
5126 2009-11-25  Juri Linkov  <juri@jurta.org>
5128         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5130         * mwheel.el (mwheel-scroll-up-function)
5131         (mwheel-scroll-down-function): New defvars.
5132         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5133         `scroll-up', and `mwheel-scroll-down-function' instead of
5134         `scroll-down'.
5136         * doc-view.el (doc-view-scroll-up-or-next-page)
5137         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5138         Use this ARG in the call to image-scroll-up/image-scroll-down.
5139         Change `interactive' spec to "P".  Goto next/previous page only
5140         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5141         SPC/DEL case).  Doc fix.
5142         (doc-view-next-line-or-next-page)
5143         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5144         for consistency.
5145         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5146         `doc-view-scroll-up-or-next-page', and buffer-local
5147         `mwheel-scroll-down-function' to
5148         `doc-view-scroll-down-or-previous-page'.
5150 2009-11-25  Juri Linkov  <juri@jurta.org>
5152         Provide additional default values (directories at other Dired
5153         windows) via M-n in the minibuffer of some Dired commands.
5155         * dired-aux.el (dired-diff, dired-compare-directories)
5156         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5157         `minibuffer-default' in `minibuffer-with-setup-hook'.
5158         (dired-dwim-target-directory): Find a window that displays Dired
5159         buffer instead of failing when the next window is not Dired.
5160         Use `get-window-with-predicate' to find for the next Dired window.
5161         (dired-dwim-target-defaults): New function.
5163         * ediff-util.el (ediff-read-file-name):
5164         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5165         in `minibuffer-with-setup-hook'.
5167 2009-11-25  Juri Linkov  <juri@jurta.org>
5169         Provide additional default values (file name at point or at the
5170         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5172         * minibuffer.el (read-file-name-defaults): New function.
5173         (read-file-name): Reset `minibuffer-default' to nil when
5174         it duplicates initial input `insdef'.
5175         Bind `minibuffer-default-add-function' to lambda that
5176         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5177         (minibuffer-insert-file-name-at-point): New command.
5179         * files.el (file-name-at-point-functions): New defcustom.
5180         (find-file-default): Remove defvar.
5181         (find-file-read-args): Don't use `find-file-default'.
5182         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5183         to `read-file-name'.
5184         (find-file-literally): Use `read-file-name' with
5185         `confirm-nonexistent-file-or-buffer'.
5187         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5189         * dired.el (dired-read-dir-and-switches):
5190         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5191         to `read-file-name'.
5192         (dired-file-name-at-point): New function.
5193         (dired-mode): Add hook `dired-file-name-at-point' to
5194         `file-name-at-point-functions'.
5196 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5198         Really make the *Completions* window soft-dedicated (bug#5030).
5199         * window.el (window--display-buffer-2): Add `dedicated' argument.
5200         (display-buffer): Pass it when needed so the dedicated flag is set
5201         after calling set-window-buffer, which would otherwise reset it.
5203 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5205         * progmodes/meta-mode.el (meta-complete-symbol):
5206         * progmodes/etags.el (complete-tag):
5207         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5208         Use completion-in-region.
5210         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5211         (dabbrev-completion): Use completion-in-region.
5212         (dabbrev--abbrev-at-point): Simplify regexp.
5214         * abbrev.el (abbrev--before-point): Use word-motion functions
5215         if :regexp is not specified (bug#5031).
5217         * subr.el (string-prefix-p): New function.
5219         * man.el (Man-completion-cache): New var.
5220         (Man-completion-table): Use it.
5222         * vc.el (vc-print-log-internal): Make `limit' optional for better
5223         compatibility (e.g. with vc-annotate.el).
5225 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5227         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5228         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5230         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5231         when .el source file not found or other error.
5233 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5235         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5237 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5239         Handle the [back] button properly (bug#4979).
5240         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5241         Use help-setup-xref, help-buffer, and with-help-window.
5242         (describe-char): Add `buffer' argument.
5243         Pass proper command to help-setup-xref.  Don't meddle with
5244         help-xref-stack-item directly.
5245         (describe-text-category): Use with-help-window and help-buffer.
5247         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5248         for the displayed buffer (bug#4887).
5250         * man.el (Man-completion-table): New function.
5251         (man): Use it.
5253 2009-11-24  David Reitter  <david.reitter@gmail.com>
5255         * vc-git.el (vc-git-registered): Use checkout directory (where
5256         .git is) rather than the file's directory and a relative path spec
5257         to work around a bug in git.
5259 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5261         Improve handling of processes on remote hosts.
5263         * eshell/esh-util.el (eshell-path-env): New defvar.
5264         (eshell-parse-colon-path): New defun.
5265         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5267         * eshell/esh-ext.el (eshell-search-path):
5268         Use `eshell-parse-colon-path'.
5269         (eshell-remote-command): Remove argument HANDLER.
5270         (eshell-external-command): Check for FTP remote connection.
5272         * eshell/esh-proc.el (eshell-gather-process-output):
5273         Use `file-truename', in order to start also symlinked files.
5274         Apply `start-file-process' instead of `start-process'.
5275         Shorten `command' to the local file name part.
5277         * eshell/em-cmpl.el (eshell-complete-commands-list):
5278         Use `eshell-parse-colon-path'.
5280         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5282         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5283         to `eshell-directory-change-hook'.
5285 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5287         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5288         because it could be enabled automatically if view-read-only is non-nil.
5290 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5292         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5293         made on 2009-11-22.
5295 2009-11-24  Glenn Morris  <rgm@gnu.org>
5297         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5298         deleted variable bookmark-bmenu-bookmark-column.
5300 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5302         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5304 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5306         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5307         two slashes to the "file:" prefix.
5308         (browse-url-file-url): De-munge Cygwin filenames before passing
5309         them to Windows browser.
5310         (browse-url-default-windows-browser): Use call-process.
5312 2009-11-23  Juri Linkov  <juri@jurta.org>
5314         Implement DocView Continuous mode.  (Bug#4896)
5315         * doc-view.el (doc-view-continuous-mode): New defcustom.
5316         (doc-view-mode-map): Bind C-n/<down> to
5317         `doc-view-next-line-or-next-page', C-p/<up> to
5318         `doc-view-previous-line-or-previous-page'.
5319         (doc-view-next-line-or-next-page)
5320         (doc-view-previous-line-or-previous-page): New commands.
5322 2009-11-23  Juri Linkov  <juri@jurta.org>
5324         Implement Isearch in comint input history.  (Bug#3746)
5325         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5326         `isearch-mode-hook'.
5327         (comint-history-isearch): New defcustom.
5328         (comint-history-isearch-backward)
5329         (comint-history-isearch-backward-regexp): New commands.
5330         (comint-history-isearch-message-overlay): New buffer-local variable.
5331         (comint-history-isearch-setup, comint-history-isearch-end)
5332         (comint-goto-input, comint-history-isearch-search)
5333         (comint-history-isearch-message, comint-history-isearch-wrap)
5334         (comint-history-isearch-push-state)
5335         (comint-history-isearch-pop-state): New functions.
5337 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5339         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5340         return.
5341         (tramp-handle-make-symbolic-link)
5342         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5343         Quote file names.
5344         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5345         (tramp-handle-process-file): Use it.
5347 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * window.el (move-to-window-line-last-op): Remove.
5350         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5352 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5354         Make M-r mirror the new cycling behavior of C-l.
5355         * window.el (move-to-window-line-last-op): New var.
5356         (move-to-window-line-top-bottom): New command.
5357         (global-map): Bind M-r move-to-window-line-top-bottom.
5359 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5361         * dired-x.el (dired-guess-shell-alist-default):
5362         Support xz format.  (Bug#4953)
5364 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5366         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5367         last-command-char/last-command-event.
5368         (viper-prefix-arg-value): Do correct conversion of event-char for
5369         XEmacs.
5371         * emulation/viper-util.el, emulation/viper.el:
5372         Use viper-last-command-char instead of
5373         last-command-char/last-command-event.
5375         * ediff-init.el, ediff-mult.el, ediff-util.el:
5376         Replace last-command-char and last-command-event
5377         with (ediff-last-command-char) everywhere.
5379         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5380         created in fundamental mode.
5382         * ediff.el (ediff-version): Revert the change of interactive-p to
5383         called-interactively-p.
5385 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5387         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5388         generation from word-movement command names.
5390 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5392         * cus-start.el (all): Add native condition for font-use-system-font.
5394 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5396         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5397         Correct the patch from 2009-11-18.  (Bug#3910)
5399 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5401         * progmodes/subword.el: Rename from lisp/subword.el.
5403         * subword.el: Rename to progmodes/subword.el.
5405         * Makefile.in (ELCFILES): Adapt to subword.el move.
5407 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5408             Stefan Monnier  <monnier@iro.umontreal.ca>
5410         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5411         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5412         (bookmark-bmenu-show-filenames): Use push.
5413         (bookmark-bmenu-hide-filenames): Use local var instead of
5414         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5415         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5416         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5417         filenames now that the bookmark names are always available.
5419 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5421         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5422         (bookmark-search-pattern): Move and leave unbound.
5423         (bookmark-bmenu-mode-map): Change binding.
5424         (bookmark-read-search-input): Simplify.
5425         Don't use text-char-description.  Don't error on non-char events.
5426         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5427         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5428         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5429         Use a local var for the timer.
5430         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5431         (i.e. bookmark-bmenu-search).
5433 2009-11-21  Glenn Morris  <rgm@gnu.org>
5435         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5437 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5439         * net/browse-url.el (browse-url-default-windows-browser):
5440         Use cygstart for cygwin.
5442 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5444         * bookmark.el: Formatting and doc fixes only:
5445         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5446         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5447         Minor grammar and punctuation fixes in doc string.
5448         (bookmark-read-search-input): Adjust to fit within 80 columns.
5450 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5452         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5453         (c-backward-into-nomenclature): Adapt to subword renaming.
5455         * subword.el (subword-forward, subword-backward, subword-mark)
5456         (subword-kill, subword-backward-kill, subword-transpose)
5457         (subword-downcase, subword-upcase, subword-capitalize)
5458         (subword-forward-internal, subword-backward-internal):
5459         Rename from forward-subword, backward-subword, mark-subword,
5460         kill-subword, backward-kill-subword, transpose-subwords,
5461         downcase-subword, upcase-subword, capitalize-subword,
5462         forward-subword-internal, backward-subword-internal.
5464 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5466         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5467         New options.
5468         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5469         New vars.
5470         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5471         (bookmark-bmenu-filter-alist-by-regexp)
5472         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5473         (bookmark-bmenu-search): New command.
5474         (bookmark-bmenu-mode-map): Bind it.
5476 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5478         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5479         backward-subword to quit the byte-compiler.
5481         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5483         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5485         * progmodes/cc-cmds.el (c-update-modeline)
5486         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5487         Refer to subword.el functions instead of cc-subword.el.
5489         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5490         subword.el functions instead of cc-subword.el.
5492         * progmodes/cc-subword.el: Rename to subword.el.
5493         * subword.el: Rename from progmodes/cc-subword.el.
5494         (subword-mode-map): Rename from c-subword-mode-map.
5495         (subword-mode): Rename from c-subword-mode.
5496         (global-subword-mode): New global minor mode.
5497         (forward-subword): Rename from c-forward-subword.
5498         (backward-subword): Rename from c-backward-subword.
5499         (mark-subword): Rename from c-mark-subword.
5500         (kill-subword): Rename from c-kill-subword.
5501         (backward-kill-subword): Rename from c-backward-kill-subword.
5502         (transpose-subwords): Rename from c-tranpose-subword.
5503         (downcase-subword): Rename from c-downcase-subword.
5504         (capitalize-subword): Rename from c-capitalize-subword.
5505         (forward-subword-internal): Rename from c-forward-subword-internal.
5506         (backward-subword-internal): Rename from c-backward-subword-internal.
5508 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5510         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5511         from a dired buffer.
5512         (vc-dired-deduce-fileset): New function.
5513         (vc-root-diff, vc-print-root-log): Use it.
5515         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5516         nil LIMIT argument to vc-print-log-internal.
5518 2009-11-20  Glenn Morris  <rgm@gnu.org>
5520         * Makefile.in (ELCFILES): Regenerate.
5522 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5524         * calc/calc.el (calc-set-mode-line):
5525         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5526         (math-format-number): Rename `math-format-complement-signed' to
5527         `math-format-twos-complement'.
5529         * calc/calc-bin.el (math-format-twos-complement): Rename from
5530         math-format-complement-signed.
5531         (calc-radix): Rename `calc-complement-signed-mode' to
5532         `calc-twos-complement-mode'.
5533         (calc-octal-radix, calc-hex-radix): Add an argument for
5534         two's complement.
5536         * calc/calc-embed.el (calc-embedded-mode-vars):
5537         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5539         * calc/calc-ext.el (calc-init-extensions):
5540         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5541         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5543         * calc/calc-units.el (math-build-units-table-buffer):
5544         Let `calc-twos-complement-mode' be nil.
5546         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5547         entries.
5549         * calc/calc-vec.el (calcFunc-vunpack):
5550         * calc/calc-aent.el (calc-do-calc-eval):
5551         * calc/calc-forms.el (math-format-date):
5552         * calc/calc-graph.el (calc-graph-plot):
5553         * calc/calc-math.el (math-use-emacs-fn):
5554         * calc/calccomp.el (math-compose-expr):
5555         Let `calc-twos-complement-mode' be nil.
5557 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5559         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5560         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5561         * minibuffer.el (completion-in-region-functions): New hook.
5562         (completion-in-region): New function.
5563         * emacs-lisp/lisp.el (lisp-complete-symbol):
5564         * pcomplete.el (pcomplete-std-complete): Use it.
5566 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5568         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5569         (latex-complete-alist): New vars.
5570         (latex-string-prefix-p, latex-complete-bibtex-keys)
5571         (latex-complete-envnames, latex-complete-refkeys)
5572         (latex-complete-data): New functions.
5573         (latex-complete, latex-indent-or-complete): New commands.
5575         * window.el (display-buffer-mark-dedicated): New var.
5576         (display-buffer): Obey it.
5577         * minibuffer.el (minibuffer-completion-help): Use it.
5579         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5581         * filecache.el (file-cache-add-file): Use push and cons.
5582         (file-cache-delete-file-regexp): Use push.
5583         (file-cache-complete): Use completion-in-region.
5585         * simple.el (with-wrapper-hook): Fix thinko.
5587         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5588         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5589         Use with-current-buffer and string-to-number.
5590         (hfy-fallback-colour-values): Use assoc-string.
5591         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5592         (hfy-face-at): Remove unused var `found-face'.
5593         (hfy-compile-stylesheet): Remove unused var `css'.
5594         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5595         and `orig-buffer'.
5596         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5597         Use with-current-buffer.
5598         (hfy-text-p): Use expand-file-name and fewer setq.
5600 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5602         * htmlfontify.el, hfy-cmap.el: New files.
5604 2009-11-19  Juri Linkov  <juri@jurta.org>
5606         * minibuffer.el (completions-format): New defcustom.
5607         (completion--insert-strings): Implement vertical format.
5609         * simple.el (switch-to-completions): Move point to the first
5610         completion when point was at the beginning of the buffer.
5612 2009-11-19  Juri Linkov  <juri@jurta.org>
5614         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5616         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5618 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5620         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5621         (mail-signature): Change default to t.
5622         (mail-from-style): Deprecate `system-default' value.
5623         (mail-insert-from-field): For default value of mail-from-style,
5624         default to `angles' unless `angles' needs quoting and `parens'
5625         does not.
5626         (mail-citation-prefix-regexp): Use citation regexp from
5627         message-mode.
5629 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5631         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5632         Set variables for computing the prompt for reading password.
5634 2009-11-19  Glenn Morris  <rgm@gnu.org>
5636         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5638         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5640         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5641         (newsticker-treeview-listwindow-height): Fix custom type.
5643 2009-11-19  Kenichi Handa  <handa@m17n.org>
5645         * descr-text.el (describe-char-padded-string): Compose with TAB
5646         only if there's a font for CH.
5647         (describe-char): Fix the condition for detecting a trivial composition.
5649 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5651         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5652         more accurate version of the regexp.  (Bug#3910)
5654 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5656         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5658 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5660         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5661         (font-setting-change-default-font): Fix typo in docstring.
5663 2009-11-18  Alan Mackenzie  <acm@muc.de>
5665         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5667 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5669         * font-setting.el (font-use-system-font): Move ...
5671         * cus-start.el (all): ... to here.
5673 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5675         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5676         Don't set `ad-return-value' if `ad-do-it' doesn't.
5678         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5679         modification time.
5681 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5683         * menu-bar.el: Put "Use system font" in Option-menu.
5684         (menu-bar-options-save): Add font-use-system-font.
5686         * loadup.el: If feature system-font-setting or font-render-setting is
5687         there, load font-setting.
5689         * Makefile.in (ELCFILES): Add font-settings.el.
5690         * font-setting.el: New file.
5692 2009-11-17  Glenn Morris  <rgm@gnu.org>
5694         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5696         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5697         Preserve point in the list buffer.  (Bug#4939)
5698         Use point-at-eol.
5699         (newsticker--treeview-list-update-highlight)
5700         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5702 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5704         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5705         Remove.
5707         * calc/calc-ext.el (calc-init-extensions): Remove references to
5708         symclip.
5710         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5712         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5713         * calc/calc-help.el (calc-b-prefix-help): Remove references to
5714         `calc-symclip'.
5716 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5718         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5719         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5721         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5722         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5723         Ignore trailing spaces by omit-nulls to split-string (fixing
5724         regression from Emacs 21 due to the incompatible split-string
5725         change).  (Bug #4928.)
5727 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5729         * vc.el (vc-log-show-limit): Default to 2000.
5730         (vc-print-log-internal): Insert buttons to request more entries
5731         when limiting the output.
5733         * vc-sccs.el (vc-sccs-print-log):
5734         * vc-rcs.el (vc-rcs-print-log):
5735         * vc-cvs.el (vc-cvs-print-log):
5736         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5737         LIMIT is non-nil.
5739 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5741         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5742         error when `tramp-gvfs-dbus-event-vector' is set.
5743         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5745 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5747         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5749 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5751         * net/dbus.el (dbus-unregister-service): New defun.
5752         (dbus-register-property): Register the handlers of
5753         "org.freedesktop.DBus.Properties" for SERVICE.
5754         (dbus-property-handler): Fix docstring.
5756 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5758         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5759         Quote doc string reference in defvaralias as it is not in special form.
5760         (byte-compile-output-docform): Doc fix.
5762 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5764         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5765         (calc-complement-signed-mode): New variables.
5766         (calc-set-mode-line): Add indicator for twos-complements.
5767         (math-format-number): Format twos-complement notation.
5769         * calc/calc-bin.el (calc-word-size): Reset the variables
5770         `math-2-word-size' and `math-half-2-word-size'.
5771         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5772         (calc-symclip): New functions.
5774         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5776         * calc/calc-embed.el (calc-embedded-mode-vars):
5777         Add `calc-complement-signed-mode' to the list of modes.
5779         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5780         (calc-b-oper-keys): Add `calc-symclip' to list.
5782         * calc/calc-ext.el (math-read-number-fancy): Read complement
5783         signed numbers.
5784         (calc-init-extensions): Add binding for `calc-symclip'.
5785         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5787         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5788         `calc-symclip'.
5789         (calc-modes-menu): Add item for twos complement mode.
5791         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5793 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5795         * register.el (jump-to-register, insert-register): Handle Semantic
5796         tags.  From commented-out advice in semantic/senator.el.
5798 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5800         * vc.el (vc-log-show-limit): New variable.
5801         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5802         when using a prefix argument.
5803         (vc-print-log-internal): Add new argument LIMIT.
5805         * vc-svn.el (vc-svn-print-log):
5806         * vc-mtn.el (vc-mtn-print-log):
5807         * vc-hg.el (vc-hg-print-log):
5808         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5809         pass it to the log command when set.  Make the BUFFER argument
5810         non-optional.
5812         * vc-sccs.el (vc-sccs-print-log):
5813         * vc-rcs.el (vc-rcs-print-log):
5814         * vc-git.el (vc-git-print-log):
5815         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5816         ignore it.  Make the BUFFER argument non-optional
5818         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5820 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5822         * dired.el (dired-mode-map): Move encryption items to "Operate"
5823         menu (Bug#4703).
5825         * strokes.el (strokes-update-window-configuration): Make strokes
5826         buffer current before erasing (Bug#4906).
5828 2009-11-15  Juri Linkov  <juri@jurta.org>
5830         * simple.el (set-mark-default-inactive): Add :type, :group
5831         and :version.  (Bug#4876)
5833 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5835         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5836         (archive-unique-fname): ... here.  (Bug#4929)
5838 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5840         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5841         with a real fix.
5843         * novice.el (disabled-command-function): Add useful args.
5844         Setup the help buffer so that [back] works.
5845         Remove redundant call to help-mode.
5846         (disabled-command-function): Use `case'.
5847         (en/disable-command): New function extracted from enable-command.
5848         (enable-command, disable-command): Use it.
5850 2009-11-14  Glenn Morris  <rgm@gnu.org>
5852         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5853         constants.  (Bug#4913)
5855         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5857 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5859         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5860         defined in C that have no doc-strings.  (Bug#1063)
5862 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5864         * cus-edit.el (data, files):
5865         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5867 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5869         * simple.el (shell-command): Doc fix (Bug#4891).
5871         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5873 2009-11-14  Glenn Morris  <rgm@gnu.org>
5875         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5876         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5877         If they are already loaded, eval-after-load will do the right thing.
5879         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5880         compiling.
5882         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5884         * simple.el (x-selection-owner-p): Declare.
5885         (read-mail-command): Use custom radio type rather than choice.
5886         (completion-no-auto-exit): Doc fix.
5888         * custom.el (defgroup):
5889         * epg-config.el (epg): Doc fixes.
5891 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5893         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5894         * international/ccl.el (define-ccl-program): Do not purecopy the
5895         docstring, defconst does it anyway.
5897 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5899         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5900         a second time.
5902         * x-dnd.el (x-dnd-maybe-call-test-function):
5903         * window.el (split-window-vertically):
5904         * whitespace.el (whitespace-help-on):
5905         * vc-rcs.el (vc-rcs-consult-headers):
5906         * userlock.el (ask-user-about-lock-help)
5907         (ask-user-about-supersession-help):
5908         * type-break.el (type-break-force-mode-line-update):
5909         * time-stamp.el (time-stamp-conv-warn):
5910         * terminal.el (te-set-output-log, te-more-break, te-filter)
5911         (te-sentinel, terminal-emulator):
5912         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5913         (term-write-input-ring, term-check-source, term-start-output-log):
5914         (term-display-buffer-line, term-dynamic-list-completions):
5915         (term-ansi-make-term, serial-term):
5916         * subr.el (selective-display):
5917         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5918         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5919         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5920         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5921         (speedbar-remove-localized-speedbar-support)
5922         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5923         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5924         (speedbar-buffers-line-directory):
5925         * simple.el (shell-command-on-region, append-to-buffer)
5926         (prepend-to-buffer):
5927         * shadowfile.el (shadow-save-todo-file):
5928         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5929         (scroll-bar-maybe-set-window-start):
5930         * sb-image.el (speedbar-image-dump):
5931         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5932         (load-save-place-alist-from-file):
5933         * ps-samp.el (ps-print-message-from-summary):
5934         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5935         (ps-background-image, ps-begin-job, ps-do-despool):
5936         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5937         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5938         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5939         (pr-call-process, pr-file-list, pr-interface-save):
5940         * novice.el (disabled-command-function)
5941         (enable-command, disable-command):
5942         * mouse.el (mouse-buffer-menu-alist):
5943         * mouse-copy.el (mouse-kill-preserving-secondary):
5944         * macros.el (kbd-macro-query):
5945         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5946         * informat.el (batch-info-validate):
5947         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5948         * hippie-exp.el (try-expand-dabbrev-visible):
5949         * help-mode.el (help-make-xrefs):
5950         * help-fns.el (describe-variable):
5951         * generic-x.el (bat-generic-mode-run-as-comint):
5952         * finder.el (finder-mouse-select):
5953         * find-dired.el (find-dired-sentinel):
5954         * filesets.el (filesets-file-close):
5955         * files.el (list-directory):
5956         * faces.el (list-faces-display, describe-face):
5957         * facemenu.el (list-colors-display):
5958         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5959         * epg.el (epg--process-filter, epg-cancel):
5960         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5961         (epa--read-signature-type):
5962         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5963         (emerge-file-names):
5964         * ehelp.el (electric-helpify):
5965         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5966         * ediff-vers.el (rcs-ediff-view-revision):
5967         * ediff-util.el (ediff-setup):
5968         * ediff-mult.el (ediff-append-custom-diff):
5969         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5970         (ediff-wordify):
5971         * echistory.el (Electric-command-history-redo-expression):
5972         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5973         * disp-table.el (describe-display-table):
5974         * dired.el (dired-find-buffer-nocreate):
5975         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5976         * dabbrev.el (dabbrev--same-major-mode-p):
5977         * chistory.el (list-command-history):
5978         * apropos.el (apropos-documentation):
5979         * allout.el (allout-obtain-passphrase):
5980         (allout-copy-exposed-to-buffer):
5981         (allout-verify-passphrase): Use with-current-buffer.
5983 2009-11-13  Glenn Morris  <rgm@gnu.org>
5985         * Makefile.in (ELCFILES): Regenerate.
5987 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
5989         * net/dbus.el (dbus-registered-objects-table): Rename from
5990         `dbus-registered-functions-table', because it contains also properties.
5991         (dbus-unregister-object): Unregister also properties.
5992         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5993         Use a timeout of 500 msec, in order to not block.
5994         (dbus-register-property, dbus-property-handler): New defuns.
5996 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5998         * simple.el (minibuffer-default-add-completions): Drop deprecated
5999         4th arg.
6001 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6003         * textmodes/artist.el (artist-mouse-choose-operation):
6004         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6005         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6006         (artist-compute-up-event-key): New function.
6007         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6009 2009-11-13  Kenichi Handa  <handa@m17n.org>
6011         * language/japan-util.el: Make sure that the value of jisx0208
6012         property is jisx0208 character.
6014 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6016         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6017         car or each item, not the whole list.
6019 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6021         * minibuffer.el (minibuffer-completion-help):
6022         Use minibuffer-hide-completions.
6024 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6026         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6027         (dired-revert): Use them (bug#4880).
6029 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6031         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6033 2009-11-12  Juri Linkov  <juri@jurta.org>
6035         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6036         New functions.
6037         (find-file-literally-at-point): Alias of `ffap-literally'.
6039 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6041         * textmodes/ispell.el (ispell-skip-region-alist):
6042         * textmodes/css-mode.el (auto-mode-alist):
6043         * progmodes/compile.el (auto-mode-alist):
6044         * international/mule.el (ctext-non-standard-encodings-alist)
6045         (ctext-non-standard-encodings-regexp):
6046         * simple.el (shell-command-switch, text-read-only):
6047         * replace.el (occur-mode-map):
6048         * paths.el (rmail-file-name):
6049         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6050         * find-file.el (ff-special-constructs):
6051         * files.el (file-name-handler-alist):
6052         * composite.el: Purecopy strings.
6054         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6056 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6058         * widget.el (define-widget): Purecopy the docstring.
6059         * international/mule-cmds.el (charset): Do not purecopy the
6060         docstring here, define-widget does it.
6062         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6063         * textmodes/bibtex-style.el (auto-mode-alist):
6064         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6065         * progmodes/compile.el (compile-command):
6066         * language/korea-util.el (default-korean-keyboard):
6067         * international/mule-conf.el (file-coding-system-alist):
6068         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6069         * tooltip.el (tooltip-frame-parameters):
6070         * newcomment.el (comment-end, comment-padding):
6071         * dired.el (dired-trivial-filenames):
6072         * comint.el (comint-file-name-prefix): Purecopy initial values.
6074 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6076         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6077         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6078         `tramp-unload'.
6079         (tramp-advice-make-auto-save-file-name)
6080         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6081         after removing the advice.
6083 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6085         * progmodes/grep.el (grep-regexp-alist):
6086         * international/mule-cmds.el (iso-2022-control-alist):
6087         * emacs-lisp/timer.el (timer-duration-words):
6088         * subr.el (version-separator, version-regexp-alist):
6089         * minibuffer.el (completion-styles-alist):
6090         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6091         Change defvars to defconsts.
6093         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6094         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6095         * international/mule-conf.el: Allow to be byte compiled.
6097         * international/mule.el (define-charset): Purecopy props.
6098         (load-with-code-conversion): Purecopy doc string and file name.
6099         (put-charset-property): Purecopy strings.
6100         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6102         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6103         (define-char-code-property): Correctly purecopy the table.
6105         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6107         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6109         * subr.el (add-hook): Purecopy strings.
6110         (eval-after-load): Purecopy load-history-regexp and the form.
6112         * custom.el (custom-declare-group): Purecopy load-file-name.
6114         * subr.el (menu-bar-separator): New defconst.
6115         * net/eudc.el (eudc-tools-menu):
6116         * international/mule-cmds.el (set-coding-system-map)
6117         (mule-menu-keymap):
6118         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6119         * vc-hooks.el (vc-menu-map):
6120         * replace.el (occur-mode-map):
6121         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6122         (menu-bar-edit-menu, menu-bar-goto-menu)
6123         (menu-bar-custom-menu, menu-bar-showhide-menu)
6124         (menu-bar-options-menu, menu-bar-tools-menu)
6125         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6126         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6127         (menu-bar-help-menu):
6128         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6129         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6131         * term/x-win.el (x-gtk-stock-map):
6132         * progmodes/vera-mode.el (auto-mode-alist):
6133         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6134         (inferior-lisp-program, inferior-lisp-load-command):
6135         * progmodes/hideshow.el (hs-special-modes-alist):
6136         * progmodes/gud.el (same-window-regexps):
6137         * progmodes/grep.el (grep-program, find-program, xargs-program):
6138         * net/telnet.el (same-window-regexps):
6139         * net/rlogin.el (same-window-regexps):
6140         * language/ethiopic.el (font-ccl-encoder-alist):
6141         * vc-sccs.el (vc-sccs-master-templates):
6142         * vc-rcs.el (vc-rcs-master-templates):
6143         * subr.el (cl-assertion-failed):
6144         * simple.el (next-error-overlay-arrow-position):
6145         * lpr.el (lpr-command):
6146         * locate.el (locate-ls-subdir-switches):
6147         * info.el (same-window-regexps, info)
6148         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6149         * image-mode.el (image-mode, auto-mode-alist):
6150         * hippie-exp.el (hippie-expand-ignore-buffers):
6151         * format.el (format-alist):
6152         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6153         (find-name-arg):
6154         * facemenu.el (facemenu-keybindings):
6155         * dired.el (dired-listing-switches, dired-chown-program):
6156         * diff.el (diff-switches, diff-command):
6157         * cus-edit.el (same-window-regexps):
6158         * bindings.el (mode-line-mule-info)
6159         (mode-line-buffer-identification): Purecopy strings.
6161 2009-11-11  Juri Linkov  <juri@jurta.org>
6163         * simple.el (dired-get-filename) <declare-function>:
6164         Tell the byte-compiler about dired-get-filename.
6165         (shell-command): In Dired mode, get filename from the current line
6166         as the default value.
6168 2009-11-10  Glenn Morris  <rgm@gnu.org>
6170         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6171         * calendar/holidays.el, progmodes/cperl-mode.el:
6172         Update x-popup-menu declarations.
6174         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6175         (list-load-path-shadows): Use dolist.
6176         (list-load-path-shadows): Use with-current-buffer.
6178 2009-11-10  Juri Linkov  <juri@jurta.org>
6180         * minibuffer.el (read-file-name): Support a list of default values
6181         in `default-filename'.  Use the first file name where only one
6182         element is required.  Doc fix.
6184 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6186         * net/dbus.el (dbus-unregister-object): Release service, if no
6187         other method is registered for it.
6189 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6191         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6192         bookmark-sort-flag is non-nil (Bug#4653).
6194 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6196         * emulation/cua-base.el: Add CUA property to some CC mode commands
6197         (Bug#4100).
6199 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6201         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6202         at end of sentence (Bug#4818).
6204 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6206         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6207         Handle "see declaration of" MSFT statements (Bug#4100).
6209 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6211         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6212         (tramp-advice-file-expand-wildcards): Unload via
6213         `ad-remove-advice'.
6215         * net/trampver.el: Update release number.
6217 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6219         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6220         `ad-do-it'.
6222 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6224         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6225         in order to keep context in SELinux.
6227 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6229         * dired-aux.el (dired-query): Place cursor in echo area and allow
6230         C-g.
6232         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6233         menu item if not on a directory (Bug#4701).
6235 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6237         Sync with Tramp 2.1.17.
6239         * net/tramp.el (tramp-handle-copy-directory): Don't use
6240         `file-remote-p' (due to compatibility).
6242         * net/tramp-compat.el (tramp-compat-copy-directory)
6243         (tramp-compat-delete-directory): New defuns.
6245         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6246         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6247         Use `tramp-compat-delete-directory'.
6249         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6250         (tramp-smb-handle-delete-directory):
6251         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6253         * net/trampver.el: Update release number.
6255 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6257         * tar-mode.el (tar-copy): Call write-region on the right buffer
6258         (Bug#4857).
6260         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6261         by hand, if necessary (Bug#4878).
6263 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6265         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6266         align size column (Bug#4839).
6268         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6269         statement.
6271 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6273         * progmodes/ld-script.el (auto-mode-alist):
6274         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6276         * cus-face.el (custom-declare-face): Purecopy face spec.
6278 2009-11-06  Kenichi Handa  <handa@m17n.org>
6280         * international/uni-bidi.el: Re-generated.
6281         * international/uni-category.el: Re-generated.
6282         * international/uni-combining.el: Re-generated.
6283         * international/uni-mirrored.el: Re-generated.
6285 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6287         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6288         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6289         (tex-start-options, slitex-run-command, latex-run-command)
6290         (tex-run-command, tex-directory):
6291         * textmodes/ispell.el (ispell-html-skip-alists)
6292         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6293         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6294         (adaptive-fill-regexp):
6295         * textmodes/dns-mode.el (auto-mode-alist):
6296         * progmodes/python.el (interpreter-mode-alist):
6297         * progmodes/etags.el (tags-compression-info-list):
6298         * progmodes/etags.el (tags-file-name):
6299         * net/browse-url.el (browse-url-galeon-program)
6300         (browse-url-firefox-program):
6301         * mail/sendmail.el (mail-signature-file)
6302         (mail-citation-prefix-regexp):
6303         * international/mule-conf.el (eight-bit):
6304         * international/latexenc.el (latex-inputenc-coding-alist):
6305         * international/fontset.el (x-pixel-size-width-font-regexp):
6306         * emacs-lisp/warnings.el (warning-type-format):
6307         * emacs-lisp/trace.el (trace-buffer):
6308         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6309         (emacs-lisp-mode-map):
6310         * calendar/holidays.el (holiday-solar-holidays)
6311         (holiday-bahai-holidays, holiday-islamic-holidays)
6312         (holiday-christian-holidays, holiday-hebrew-holidays)
6313         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6314         (hebrew-holidays-1, holiday-oriental-holidays)
6315         (holiday-general-holidays):
6316         * x-dnd.el (x-dnd-known-types):
6317         * tool-bar.el (tool-bar):
6318         * startup.el (site-run-file):
6319         * shell.el (shell-dumb-shell-regexp):
6320         * rfn-eshadow.el (file-name-shadow-tty-properties)
6321         (file-name-shadow-properties):
6322         * paths.el (remote-shell-program, news-directory):
6323         * mouse.el ([C-down-mouse-3]):
6324         * menu-bar.el (menu-bar-tools-menu):
6325         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6326         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6327         (jka-compr-compression-info-list):
6328         * isearch.el (search-whitespace-regexp):
6329         * image-file.el (image-file-name-extensions):
6330         * find-dired.el (find-ls-option):
6331         * files.el (directory-listing-before-filename-regexp)
6332         (directory-free-space-args, insert-directory-program)
6333         (list-directory-brief-switches, magic-fallback-mode-alist)
6334         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6335         (automount-dir-prefix):
6336         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6337         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6338         (face-font-registry-alternatives, face-font-registry-alternatives)
6339         (face-font-family-alternatives):
6340         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6341         (facemenu-foreground-menu, facemenu-face-menu):
6342         * epa-hook.el (epa-file-name-regexp):
6343         * dnd.el (dnd-protocol-alist):
6344         * textmodes/rst.el (auto-mode-alist):
6345         * button.el (default-button): Purecopy strings.
6347 2009-11-06  Glenn Morris  <rgm@gnu.org>
6349         * Makefile.in (ELCFILES): Update.
6351 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6353         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6354         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6356         * nxml/xsd-regexp.el (xsdre-gen-categories):
6357         * nxml/xmltok.el (xmltok-parse-entity):
6358         * nxml/rng-parse.el (rng-parse-validate-file):
6359         * nxml/rng-maint.el (rng-format-manual)
6360         (rng-manual-output-force-new-line):
6361         * nxml/rng-loc.el (rng-save-schema-location-1):
6362         * nxml/rng-cmpct.el (rng-c-parse-file):
6363         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6364         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6366 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6368         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6369         Remove extra save-excursions and make-variable-buffer-local's.
6370         Suggested by Stefan Monnier.
6372         (verilog-getopt-file, verilog-module-inside-filename-p)
6373         (verilog-set-define): Merge GNU 1.35 and repair changes from
6374         switching to using with-current-buffer.
6376         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6377         being treated as a number and confusing AUTORESET.
6378         Reported by Dan Dever.
6380         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6381         Add verilog-auto-ignore-concat to fix backward compatibility with
6382         older verilog-modes.  Reported by Dan Katz.
6384         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6385         containing closing anchors "...$".
6387         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6388         Reported by Wade Smith.
6390         (verilog-batch-execute-func): Comment on function usage.
6392 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6394         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6395         for labels.
6397         (verilog-label-re, verilog-calc-1): Support proper indent of named
6398         asserts.
6400         (verilog-backward-token, verilog-basic-complete-re)
6401         (verilog-beg-of-statement, verilog-indent-re): Support proper
6402         indent of the assert statement at the beginning of a block of text.
6404         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6405         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6406         tokens as begins.
6408 2009-11-05  Glenn Morris  <rgm@gnu.org>
6410         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6411         Emacs 19.  (Bug#1531)
6412         (byte-compile-fix-header): Update for the above change.
6413         Drop test for epoch::version.
6415         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6416         * cus-dep.el (custom-make-dependencies):
6417         * finder.el (finder-compile-keywords):
6418         Use autoload-rubric's feature argument.
6420         * calendar/diary-lib.el (top-level): Make load behave more like require.
6422         * vc-git.el (vc-git-stash-map): Move definition before use.
6424 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6426         * custom.el (custom-declare-group): Purecopy standard-value.
6427         (custom-declare-group): Purecopy custom-prefix.
6429         * international/mule.el (load-with-code-conversion):
6430         Call do-after-load-evaluation unconditionally.
6432         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6434 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6436         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6438 2009-11-04  Glenn Morris  <rgm@gnu.org>
6440         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6441         (byte-compile-compatibility): Remove option.
6442         (byte-compile-close-variables, byte-compile-fix-header)
6443         (byte-compile-insert-header, byte-compile-output-docform)
6444         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6445         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6446         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6447         (byte-compile-insert, byte-compile-defun):
6448         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6449         (byte-defop-compiler19): Remove.
6450         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6451         used by anything.  Replace all calls with byte-defop-compiler.
6453 2009-11-04  Juri Linkov  <juri@jurta.org>
6455         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6456         (menu-bar-options-menu): Don't quote the `prop' arg of
6457         `menu-bar-make-mm-toggle'.
6459 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6461         * calendar/calendar.el (cal-loaddefs):
6462         * calendar/diary-lib.el (diary-loaddefs):
6463         * calendar/holidays.el (hol-loaddefs):
6464         * eshell/esh-module.el (esh-groups): Load rather than require.
6466 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6468         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6469         point-min==1.
6470         (todo-top-priorities): Only display-buffer when called interactively.
6471         (todo-item-start): Don't save excursion point.
6472         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6473         (todo-insert-item-here, todo-file-item, todo-remove-item):
6474         Adjust uses of todo-item-start and todo-item-end.
6476         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6477         (autoload-rubric): Don't use any more.
6479         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6480         and only put a prop if it is non-nil.
6482 2009-11-03  Juri Linkov  <juri@jurta.org>
6484         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6485         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6487         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6488         and "Menu" to make top-level menu item visually one unit (like
6489         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6490         multi-word menu items).  Fix :help string for quit-window.
6492 2009-11-03  Glenn Morris  <rgm@gnu.org>
6494         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6495         (byte-compile-file-form-define-abbrev-table)
6496         (byte-compile-file-form-custom-declare-variable)
6497         (byte-compile-variable-ref, byte-compile-defvar):
6498         Whether or not a warning is enabled should only affect whether we issue
6499         the warning, not whether or not we collect the relevant data.
6500         Eg warnings can be turned on and off throughout the course of a file.
6502         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6503         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6505 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6507         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6508         * play/mpuz.el (mpuz-create-buffer):
6509         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6510         (lm-print-y,s,noise, lm-print-w0, lm-init):
6511         * play/gomoku.el (gomoku-prompt-for-move):
6512         * play/fortune.el (fortune-in-buffer):
6513         * play/dissociate.el (dissociated-press):
6514         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6515         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6516         * mail/supercite.el (sc-eref-show):
6517         * mail/smtpmail.el (smtpmail-send-it):
6518         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6519         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6520         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6521         (rmail-summary-goto-msg, rmail-summary-expunge)
6522         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6523         (rmail-summary-add-label, rmail-summary-output-menu)
6524         (rmail-summary-output-body):
6525         * mail/rfc822.el (rfc822-addresses):
6526         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6527         * mail/mailpost.el (post-mail-send-it):
6528         * mail/hashcash.el (hashcash-generate-payment):
6529         * mail/feedmail.el (feedmail-run-the-queue)
6530         (feedmail-queue-send-edit-prompt-help-first)
6531         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6532         (feedmail-deduce-address-list):
6533         * eshell/esh-ext.el (eshell-remote-command):
6534         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6535         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6536         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6537         (viper-save-string-in-file, viper-valid-marker):
6538         * emulation/viper-keym.el (viper-toggle-key):
6539         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6540         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6541         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6542         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6543         (viper-exec-form-in-emacs, viper-brac-function):
6544         * emulation/viper.el (viper-delocalize-var):
6545         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6546         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6547         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6548         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6549         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6550         * emulation/edt.el (edt-electric-helpify):
6551         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6552         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6553         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6554         (cua-indent-to-global-mark-column):
6555         * calendar/diary-lib.el (calendar-mark-1):
6556         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6557         Use with-current-buffer.
6558         * emulation/viper.el (viper-delocalize-var): Use dolist.
6560 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6562         * comint.el (comint-replace-by-expanded-history-before-point):
6563         Replace !! with the previous input string literally (Bug#1795).
6565 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6567         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6568         to be made up of whitespace.
6570 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6572         * minibuffer.el (read-file-name): Don't use file dialogs for
6573         remote directories (Bug#99).
6575 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6577         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6579 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6581         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6582         instead of deleting the window or frame.
6584 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6586         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6587         Support face colors.
6589         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6590         New function.  Support face colors (Bug#1168).
6591         (tex-common-initialization): Use it.
6593         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6594         mode allows it (Bug#1168).
6596 2009-10-31  Juri Linkov  <juri@jurta.org>
6598         * facemenu.el (list-colors-display): Don't mark buffer as
6599         modified (Bug#3948).
6601 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6603         * international/mule-diag.el (list-character-sets-1):
6604         Minor message fix (Bug#3526).
6606         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6607         Fix face property (Bug#4834).
6608         (etags-list-tags, etags-tags-apropos-additional)
6609         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6610         property.
6612         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6613         items.
6615 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6617         * textmodes/two-column.el (2C-split):
6618         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6619         * textmodes/tex-mode.el (tex-set-buffer-directory):
6620         * textmodes/spell.el (spell-region, spell-string):
6621         * textmodes/reftex.el (reftex-erase-buffer):
6622         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6623         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6624         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6625         (reftex-select-item):
6626         * textmodes/reftex-ref.el (reftex-label-info-update)
6627         (reftex-offer-label-menu):
6628         * textmodes/reftex-index.el (reftex-index-change-entry)
6629         (reftex-index-phrases-info):
6630         * textmodes/reftex-global.el (reftex-create-tags-file)
6631         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6632         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6633         (reftex-view-crossref-from-bibtex):
6634         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6635         (reftex-extract-bib-entries-from-thebibliography)
6636         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6637         * textmodes/refbib.el (r2b-capitalize-title):
6638         (r2b-convert-buffer, r2b-help):
6639         * textmodes/page-ext.el (pages-directory)
6640         (pages-directory-goto-with-mouse):
6641         * textmodes/bibtex.el (bibtex-validate-globally):
6642         * textmodes/bib-mode.el (bib-capitalize-title):
6643         * textmodes/artist.el (artist-clear-buffer, artist-system):
6644         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6645         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6646         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6647         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6648         (xscheme-send-control-g-interrupt, xscheme-start-process)
6649         (xscheme-process-sentinel, xscheme-cd):
6650         * progmodes/verilog-mode.el (verilog-read-always-signals)
6651         (verilog-set-define, verilog-getopt-file)
6652         (verilog-module-inside-filename-p):
6653         * progmodes/sh-script.el:
6654         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6655         (python-pdbtrack-grub-for-buffer, python-execute-file):
6656         * progmodes/octave-inf.el (inferior-octave):
6657         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6658         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6659         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6660         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6661         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6662         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6663         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6664         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6665         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6666         (idlwave-shell-examine-display, idlwave-shell-run-region)
6667         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6668         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6669         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6670         (idlwave-help-get-help-buffer):
6671         * progmodes/gud.el (gud-basic-call, gud-find-class)
6672         (gud-tooltip-activate-mouse-motions-if-enabled):
6673         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6674         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6675         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6676         (ebrowse-tags-next-file):
6677         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6678         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6679         (ebnf-eps-finish-and-write):
6680         * progmodes/cpp.el (cpp-edit-save):
6681         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6682         * progmodes/cc-defs.el (c-emacs-features):
6683         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6684         (antlr-directory-dependencies):
6685         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6686         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6687         (ada-find-any-references, ada-make-filename-from-adaname)
6688         (ada-make-body-gnatstub):
6689         * obsolete/rnews.el (news-list-news-groups):
6690         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6691         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6692         * net/rcirc.el (rcirc-debug):
6693         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6694         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6695         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6696         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6697         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6698         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6699         (newsticker--treeview-list-clear-highlight)
6700         (newsticker--treeview-list-update-highlight)
6701         (newsticker--treeview-list-highlight-start)
6702         (newsticker--treeview-tree-update-highlight)
6703         (newsticker--treeview-get-selected-item)
6704         (newsticker-treeview-mark-list-items-old)
6705         (newsticker--treeview-set-current-node):
6706         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6707         * net/newst-backend.el (newsticker--get-news-by-funcall)
6708         (newsticker--get-news-by-wget, newsticker--image-get)
6709         (newsticker--image-sentinel):
6710         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6711         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6712         (eudc-ph-close-session):
6713         * net/eudc.el (eudc-save-options):
6714         * language/thai-word.el (thai-update-word-table):
6715         * language/japan-util.el (japanese-string-conversion):
6716         * international/titdic-cnv.el (tsang-quick-converter)
6717         (ziranma-converter, ctlau-converter):
6718         * international/mule-cmds.el (describe-language-environment):
6719         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6720         (skkdic-convert-postfix, skkdic-convert-prefix):
6721         (skkdic-convert-okuri-nasi, skkdic-convert):
6722         * emacs-lisp/re-builder.el (reb-update-overlays):
6723         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6724         * emacs-lisp/gulp.el (gulp-send-requests):
6725         * emacs-lisp/find-gc.el (trace-call-tree):
6726         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6727         (eieio-describe-generic):
6728         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6729         * emacs-lisp/edebug.el (edebug-outside-excursion):
6730         * emacs-lisp/debug.el (debugger-make-xrefs):
6731         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6732         * emacs-lisp/chart.el (chart-new-buffer):
6733         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6734         Use with-current-buffer.
6735         * textmodes/artist.el (artist-system): Don't call
6736         copy-sequence on a fresh string.
6737         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6739 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6741         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6742         is no item to edit.  (Bug#4820)
6743         (todo-top-priorities): Restore point and restore narrowing in Todo
6744         buffer.  (Bug#4820)
6746 2009-10-31  Glenn Morris  <rgm@gnu.org>
6748         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6749         (comint-last-output-start, comint-last-input-start)
6750         (comint-last-input-end): Don't defvar when compiling.
6751         (ange-ftp-process-file): Use bound-and-true-p.
6753         * pcmpl-rpm.el (top-level): Move provide statement to end.
6754         (pcmpl-rpm): Remove unused custom group.
6756         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6758         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6760         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6761         (byte-compile-warnings): Add `constants' as an option.
6762         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6763         (display-call-tree): Update for byte-compile-fdefinition possibly
6764         returning `(macro lambda ...)'.  (Bug#4778)
6765         (byte-compile-variable-ref, byte-compile-setq-default):
6766         Respect `constants' member of byte-compile-warnings.
6768 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6770         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6771         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6772         to "submit:".
6774 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6776         * textmodes/ispell.el (ispell-skip-region-alist):
6777         * international/mule-conf.el (eight-bit):
6778         * international/fontset.el (font-encoding-alist):
6779         * startup.el (pure-space-overflow-message):
6780         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6781         * paths.el (gnus-nntp-service, rmail-spool-directory)
6782         (term-file-prefix):
6783         * files.el (save-some-buffers-action-alist):
6784         * cmuscheme.el (same-window-buffer-names):
6785         * ielm.el (same-window-buffer-names):
6786         * shell.el (same-window-buffer-names):
6787         * mail/sendmail.el (same-window-buffer-names):
6788         * progmodes/inf-lisp.el (same-window-buffer-names):
6789         * bindings.el (mode-line-client)
6790         (mode-line-column-line-number-mode-map):
6791         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6792         (tibetan-precomposed-regexp): Purecopy string arguments.
6794 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6796         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6797         (calcDigit-nondigit):
6798         * calc/calc-yank.el (calc-copy-to-buffer):
6799         * calc/calc-units.el (calc-invalidate-units-table):
6800         * calc/calc-trail.el (calc-trail-yank):
6801         * calc/calc-store.el (calc-insert-variables):
6802         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6803         * calc/calc-prog.el (calc-read-parse-table):
6804         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6805         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6806         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6807         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6808         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6809         (calc-graph-name, calc-graph-find-command, calc-graph-view)
6810         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6811         * calc/calc-ext.el (calc-realign):
6812         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6813         (calc-embedded-finish-edit, calc-embedded-make-info)
6814         (calc-embedded-finish-command, calc-embedded-stack-change):
6815         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6817         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6818         shell-dynamic-complete-filename in preference to
6819         comint-dynamic-complete-filename.
6821         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6822         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6823         Don't consider whether the display supports colors.
6824         (bookmark-import-new-list): Use dolist.
6825         (bookmark-bmenu-mode-map): Move initialization into declaration.
6826         (bookmark-bmenu-list): Use dolist, simplify.
6827         (bookmark-show-all-annotations): Use save-selected-window and dolist.
6828         (menu-bar-final-items): Use push.
6830 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6832         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6833         it works on remote files.
6834         (vc-hg-diff): Don't pass any `--cwd' argument.
6836 2009-10-27  Kevin Ryde  <user42@zip.com.au>
6838         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6839         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6840         (Further to Bug#3921).
6842 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
6844         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6845         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6846         calling `tramp-imap-put-file'.  Add file size to the call.
6847         (tramp-imap-get-file-entries): Compute also user name, file size,
6848         and date.
6849         (tramp-imap-handle-insert-directory): Insert uid and gid.
6850         (tramp-imap-handle-file-attributes): Transform uid and gid
6851         according to `id-format'.
6852         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
6853         size in header X-Size.
6855 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
6857         * simple.el (transpose-subr): Give clearer error when the mark
6858         is not set.  (Bug#4807)
6860 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
6862         * net/tramp.el (tramp-perl-file-truename): New defconst.
6863         Perl code contributed by yary <not.com@gmail.com> (tiny change).
6864         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6865         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6866         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6868         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6869         Ignore `dired-call-process'.
6870         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6872 2009-10-26  Julian Scheid  <julians37@gmail.com>
6874         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6875         (tramp-get-remote-readlink): New defun.
6876         (tramp-handle-file-truename): Use it.
6877         (tramp-handle-file-exists-p): Check file-attributes cache, assume
6878         file exists if cache value present.
6879         (tramp-check-cached-permissions): New defun.
6880         (tramp-handle-file-readable-p): Use it.
6881         (tramp-handle-file-writable-p): Likewise.
6882         (tramp-handle-file-executable-p): Likewise.
6883         (tramp-handle-file-name-all-completions): Try using Perl to get
6884         partial completions.  When perl not available, combine `cd' and
6885         `ls' into single remote operation and use shell expansion to get
6886         partial remote directory contents.  Set `file-exists-p' cache for
6887         directory and any files returned by ls.  Change cache handling to
6888         support partial directory contents.  Use error message emitted by
6889         remote `cd' or Perl code for local tramp-error.
6890         (tramp-do-copy-or-rename-file-directly): Avoid separate
6891         tramp-send-command-and-check call.
6892         (tramp-handle-process-file): Merge three remote ops into one.
6893         Do not flush all caches when `process-file-side-effects' is set.
6894         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6895         file-attributes shows uid/gid to be set already.
6897 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6899         * textmodes/tex-mode.el (tex-dvi-view-command)
6900         (tex-show-queue-command, tex-open-quote):
6901         * progmodes/ruby-mode.el (auto-mode-alist)
6902         (interpreter-mode-alist): Purecopy strings.
6904         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6906         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6907         string for the hook, keymap and abbrev table.
6909         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6911         * x-dnd.el (x-dnd-xdnd-to-action):
6912         * startup.el (fancy-startup-text, fancy-about-text): Change to
6913         defconst from defvar.
6915         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6917         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6918         Purecopy initialization strings.
6920         * mail/sendmail.el (mail-header-separator)
6921         (mail-personal-alias-file):
6922         * mail/rmail.el (rmail-default-dont-reply-to-names)
6923         (rmail-ignored-headers, rmail-retry-ignored-headers)
6924         (rmail-highlighted-headers, rmail-secondary-file-directory)
6925         (rmail-secondary-file-regexp):
6926         * files.el (null-device, file-name-invalid-regexp)
6927         (locate-dominating-stop-dir-regexp)
6928         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6929         (interpreter-mode-alist): Use mapcar instead of mapc.
6931         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6933         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6934         (completion-ignored-extensions):
6935         (debug-ignored-errors): Purecopy strings.
6937 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6939         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6940         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6941         (pcomplete--here): Use push.
6943         * subr.el (all-completions): Declare the 4th arg obsolete.
6945 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6947         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6948         (pcomplete-unquote-argument): New function.
6949         (pcomplete--common-suffix): Always pay attention to case.
6950         (pcomplete--table-subvert): Quote and unquote the text.
6951         (pcomplete--common-quoted-suffix): New function.
6952         (pcomplete-std-complete): Use it and pcomplete-begin.
6954         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6955         we're inside a dedicated or minibuffer window.
6957 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6959         * bookmark.el: Update documentation, especially documentation
6960         of `bookmark-alist' and of the bookmark file format.
6961         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6963 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6965         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6966         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6967         window to buffer.
6969         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6970         (global-whitespace-mode, global-whitespace-newline-mode)
6971         (whitespace-toggle-options, global-whitespace-toggle-options):
6972         Doc fix (Bug#3660).
6974         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6975         of xmltok-start before the end tag was inserted (Bug#2840).
6977         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6978         patterns that are preceded by an open-paren (Bug#1320).
6980 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6982         * files.el (delete-directory): Delete symlinks to directories with
6983         delete-file (Bug#4739).
6985 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6987         * vc.el (vc-backend-for-registration): Rename from
6988         vc-get-backend-for-registration.  Update callers.
6990         * international/mule-cmds.el (set-language-info-alist):
6991         Purecopy lang-env.
6992         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6993         (charset): Purecopy the name.
6994         (define-char-code-property): Purecopy string arguments.
6996         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6997         Purecopy string arguments.
6999         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7000         * ediff-hook.el (menu-bar-ediff-menu):
7001         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7002         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7004 2009-10-24  Glenn Morris  <rgm@gnu.org>
7006         * comint.el (comint-dynamic-list-completions):
7007         * term.el (term-dynamic-list-completions): Use choose-completion rather
7008         than obsolete alias mouse-choose-completion.
7010         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7011         file-cache-choose-completion.
7012         (file-cache-choose-completion): Handle an optional event argument.
7013         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7015         * progmodes/octave-mod.el (octave-complete-symbol):
7016         Use choose-completion if mouse-choose-completion is ever removed.
7018         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7019         use.
7021         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7022         compiler.
7024         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7026 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7028         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7029         Ignore `pred' now that we receive one.
7030         Handle test-completion specially.
7032 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7034         * vc.el (vc-responsible-backend): Throw an error if not backend is
7035         found.  Remove the REGISTER argument.  Move the code dealing with
7036         REGISTER ...
7037         (vc-get-backend-for-registration): ... here.  New function.
7038         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7039         of vc-responsible-backend, pass the file name instead of the
7040         directory name.
7042 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7044         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7045         New funs.
7046         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7047         (pcomplete-comint-setup): Don't modify a global var via
7048         accidental side-effects.
7049         (pcomplete-shell-setup): Adjust call accordingly.
7050         (pcomplete-parse-comint-arguments): Use push.
7052 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7054         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7055         Allow uncapitalized info node names (Bug#3921).
7057         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7058         to the DEBUG file (Bug#3781).
7060 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7062         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7063         dictionary entry (Bug#4579).
7065 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7067         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7068         from `rfn-eshadow-update-overlay-hook' when unloading.
7069         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7070         "rsyncc".  Adjust doc string.
7071         (tramp-temp-buffer-file-name): New buffer-local defvar.
7072         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7073         Keep temporary file when indicated by method ("rsync" and
7074         "rsyncc").
7075         (tramp-handle-write-region): Handle APPEND.
7076         (tramp-delete-temp-file-function): New defun.  Added to
7077         `kill-buffer-hook'.
7079 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7081         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7083 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7085         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7086         (color-name-rgb-alist, tty-standard-colors)
7087         (tty-color-mode-alist): Change to defconst.
7089         * simple.el (mark-inactive): Purecopy message.
7091         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7092         (global-map, yank-menu):
7093         * textmodes/ispell.el (ispell-menu-map):
7094         * net/eudc.el (eudc-tools-menu):
7095         * international/mule-cmds.el (describe-language-environment-map)
7096         (setup-language-environment-map, set-coding-system-map)
7097         (mule-menu-keymap):
7098         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7099         * replace.el (occur-mode-map):
7100         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7102 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7104         * calc/calc.el (math-read-number, math-read-number-simple):
7105         Use `save-match-data'.
7107 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7109         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7110         rather than fiddling with global-map bindings, since it should only
7111         affect per-terminal settings.
7112         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7114         * minibuffer.el (completion-table-with-terminator): Allow to specify
7115         the terminator-regexp.
7117         * simple.el (switch-to-completions): Look for *Completions* in other
7118         frames as well.
7120         * pcomplete.el: Allow the use of completion-tables.
7121         (pcomplete-std-complete): New command.
7122         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7123         (pcomplete--here): Use a function for `form' rather than an expression,
7124         so it can be byte-compiled.
7125         (pcomplete-here, pcomplete-here*): Adjust accordingly.
7126         Add edebug declaration.
7127         (pcomplete-show-completions): Remove unused var `curbuf'.
7128         (pcomplete-do-complete, pcomplete-stub):
7129         Don't assume `completions' is a list of strings any more.
7131 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
7133         * find-dired.el (find-name-arg): Fix typo in docstring.
7135 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7138         (pcmpl-linux-fs-types): Same, and update to new modules layout.
7140         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7141         pcomplete-entries.
7143         * comint.el (comint-read-input-ring, comint-write-input-ring)
7144         (comint-substitute-in-file-name)
7145         (comint-dynamic-complete-as-filename)
7146         (comint-dynamic-simple-complete)
7147         (comint-dynamic-list-filename-completions)
7148         (comint-dynamic-list-completions)
7149         (comint-redirect-results-list-from-process): Minor simplifications.
7151 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7153         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7154         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7155         the first form.  And insert a blank line after ";;; Code" since
7156         that's usual style.  (Bug#4612)
7158         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7160 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7162         * minibuffer.el (completion-table-with-terminator): Properly implement
7163         boundaries, in case `terminator' appears in the suffix.
7164         (completion--embedded-envvar-table): Don't return boundaries if
7165         there's no valid completion.  Simplify.
7166         (completion-file-name-table): New completion table extracted from
7167         completion--file-name-table.
7168         (completion--file-name-table): Use it.
7169         (read-file-name-predicate): Declare obsolete.
7170         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7171         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7172         completion-file-name-table, and use the `pred' argument.
7173         * files.el (locate-file-completion-table): Use the `pred' arg rather
7174         than read-file-name-predicate.
7175         (abbreviate-file-name): Use \` rather than ^ for BOS.
7177 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
7179         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7180         vc-responsible-backend to register, it causes problems.
7182 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7184         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7186 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
7188         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7189         (tramp-smb-handle-file-attributes): Use it.
7190         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7191         (tramp-smb-handle-insert-directory): Use `mapc' rather than
7192         `mapcar'.  Use `tramp-smb-get-stat-capability'.
7193         Add `dired-filename' text properties.
7194         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7195         (tramp-smb-maybe-open-connection): Simplify check for smbclient
7196         version.
7198 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7200         * subr.el (read-key-delay): Reduce to 0.01.
7201         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7202         (bug#4751).
7204 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7206         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7208         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7209         (Info-menu): Remove unused vars `last' and `completions'.
7210         (Info-index-nodes): Remove unused var `node'.
7212         * info.el (Info-complete-menu-item): Use complete-with-action.
7214 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7216         Make vc-annotate work through copies and renames.
7217         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7218         Return the file name too.
7219         (vc-annotate-revision-at-line)
7220         (vc-annotate-find-revision-at-line)
7221         (vc-annotate-revision-previous-to-line)
7222         (vc-annotate-show-log-revision-at-line): Update to get the file
7223         name from vc-annotate-extract-revision-at-line.
7224         (vc-annotate-show-diff-revision-at-line-internal): Change the
7225         argument to mean whether to show a file diff or not.  Get the file
7226         name from vc-annotate-extract-revision-at-line.
7227         (vc-annotate-show-diff-revision-at-line):
7228         Update vc-annotate-show-diff-revision-at-line call.
7229         (vc-annotate-warp-revision): Add an optional file argument.
7231         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7232         (vc-git-annotate-extract-revision-at-line): Also return the file
7233         name if found.
7235         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7236         command.  Remove unused code.
7237         (vc-hg-annotate-re): Update to match --follow output.
7238         (vc-hg-annotate-extract-revision-at-line): Also return the file
7239         name if found.
7241         * vc.el: Update annotate-extract-revision-at-line documentation.
7243 2009-10-18  Kevin Ryde  <user42@zip.com.au>
7245         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7246         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7248         * net/browse-url.el (browse-url): Identify alist with "consp and
7249         not functionp" and let all other things go down the `apply' leg,
7250         as suggested by Stefan.  (Further to bug#4531.)
7252 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
7254         * minibuffer.el (read-file-name): Check for repeat before putting
7255         a default argument in file-name-history (Bug#4657).
7257         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7258         read syntax (Bug#4737).
7260         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7262 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7264         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7265         (html-tag-alist, html-tag-help): Add descriptions for undocumented
7266         entries and make note of obsolete tags.
7268 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7272 2009-10-18  Glenn Morris  <rgm@gnu.org>
7274         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7275         grep, so that binary files (eg international/uni-bidi.el) can match.
7276         Remove test for "UnicodeData" files, since it is hopefully unnecessary
7277         now, and in any case the file header format has changed.
7279 2009-10-17  Glenn Morris  <rgm@gnu.org>
7281         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7282         (flyspell-get-word, flyspell-large-region)
7283         (flyspell-auto-correct-previous-word): Doc/error message fixes.
7285 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7287         * Makefile.in (ELCFILES): Add ede/shell.
7289 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7291         * term/common-win.el (x-colors): Purecopy it.
7293 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7295         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7296         permissive for when the buffer is empty.
7297         (tar-header-block-tokenize): Decode the username and groupname.
7298         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7300 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7302         * international/mule-cmds.el (select-safe-coding-system): If the file
7303         has a coding cookie, use it regardless of any other setting (bug#4712).
7305 2009-10-17  Glenn Morris  <rgm@gnu.org>
7307         * foldout.el (foldout-mouse-swallow-events):
7308         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7310         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7311         (dired-keep-marker-copy, dired-keep-marker-hardlink)
7312         (dired-keep-marker-symlink, dired-dwim-target)
7313         (dired-copy-preserve-time): Do not autoload these defcustoms.
7315         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7316         messages from messing up the file coding.  (Bug#4623)
7318 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
7320         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7321         if no match is found for the current dictionary.  (Bug#4578)
7323         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7324         optional, since that is how it is documented, and this is often called
7325         with a nil argument.  (Bug#4577)
7326         (flyspell-external-point-words, flyspell-auto-correct-word)
7327         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7328         (flyspell-word-search-backward): Remove nil argument in calls to
7329         flyspell-get-word, since it is not needed now.
7331 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7333         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7335 2009-10-16  Glenn Morris  <rgm@gnu.org>
7337         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7339 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7341         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7342         (ange-ftp-file-size): New function.
7343         (ange-ftp-file-attributes): Use it.
7345 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7347         * net/tramp-smb.el (tramp-smb-version): New defvar.
7348         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7349         repeated checks.
7351 2009-10-16  Glenn Morris  <rgm@gnu.org>
7353         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7354         Maybe copy some custom properties from old to new name.  (Bug#4706)
7356 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7358         * subr.el (error, sit-for, start-process-shell-command)
7359         (start-file-process-shell-command): Set the calling convention
7360         after the function definition.
7362 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7364         * subr.el (error, sit-for, start-process-shell-command)
7365         (start-file-process-shell-command): Use the new
7366         set-advertised-calling-convention feature.
7368 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7370         * international/ucs-normalize.el (ucs-normalize-version):
7371         Change to 1.2.
7372         (check-range): Adjust for Unicode 5.2.
7374 2009-10-15  Juri Linkov  <juri@jurta.org>
7376         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7377         to the `menu-item' format.
7379 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7381         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7382         if the environment variable does not exist.
7384         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7385         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7386         parameter.
7387         (tramp-smb-handle-add-name-to-file)
7388         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7389         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7390         (tramp-smb-handle-file-attributes)
7391         (tramp-smb-do-file-attributes-with-stat)
7392         (tramp-smb-handle-file-local-copy)
7393         (tramp-smb-handle-insert-directory)
7394         (tramp-smb-handle-make-directory)
7395         (tramp-smb-handle-make-directory-internal)
7396         (tramp-smb-handle-make-symbolic-link)
7397         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7398         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7399         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7400         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7401         Handle long file names.
7402         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7403         process is running.
7404         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7405         Read share names with "-g" option.
7407 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7409         * net/rcirc.el (rcirc-view-log-file): New command.
7410         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7411         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7412         specified.
7414 2009-10-15  Glenn Morris  <rgm@gnu.org>
7416         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7417         from the second command-line argument.
7418         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7419         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7420         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7421         w32-batch-update-autoloads.
7422         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7423         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7425         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7426         the headers cannot be located.  Simplify, subtracting superflous
7427         save-excursions.
7429 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7431         Replace completion-base-size by completion-base-position to fix bugs
7432         such as (bug#4699).
7433         * simple.el (completion-base-position): New var.
7434         (completion-base-size): Mark as obsolete.
7435         (choose-completion): Make it work for mouse events as well.
7436         Pass the new base-position to choose-completion-string.
7437         (choose-completion-guess-base-position): New function, extracted from
7438         choose-completion-delete-max-match.
7439         (choose-completion-delete-max-match): Use it.  Make obsolete.
7440         (choose-completion-string): Use the new base-position info.
7441         (completion-root-regexp): Delete.
7442         (completion-setup-function): Preserve completion-base-position.
7443         Eliminate obsolete base-size manipulation.
7444         * minibuffer.el (display-completion-list): Don't mess with base-size.
7445         (minibuffer-completion-help): Set completion-base-position instead.
7446         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7447         choose-completion.
7448         * textmodes/bibtex.el (bibtex-complete):
7449         * emacs-lisp/crm.el (crm--choose-completion-string):
7450         Adjust to new calling convention.
7451         * complete.el (partial-completion-mode): Use minibufferp to avoid
7452         bumping into incompatible change to choose-completion-string-functions.
7453         * ido.el (ido-choose-completion-string): Make its calling convention
7454         more permissive.
7455         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7456         base-size manipulation.
7457         (comint-dynamic-list-input-ring): Use dotimes and push.
7458         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7459         fundamental-mode.  Use `or'.
7461 2009-10-14  Juri Linkov  <juri@jurta.org>
7463         * misearch.el (multi-isearch-next-buffer-from-list)
7464         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7466 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7468         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7469         `bytecomp.el'.
7471         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7472         string we return is all made up of text from the completions rather
7473         than part from the completions and part from the input (bug#4219).
7475         * ido.el (ido-everywhere): Use define-minor-mode.
7477         * buff-menu.el (list-buffers, ctl-x-map):
7478         Mark the entry points with ;;;###autoload cookies.
7480 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7482         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7483         correctly in the detached head case.
7484         (vc-git-print-log): Remove unused binding.
7486         * vc.el (vc-responsible-backend): When a directory is passed for
7487         for registration create a VC repository if no backend is
7488         responsible for the directory argument.
7489         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7491         * vc.el: Move comments about RCS and SCCS ...
7492         * vc-rcs.el:
7493         * vc-sccs.el: ... here, respectively.
7495 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7497         * minibuffer.el (completion--file-name-table): Return nil if there's
7498         no file completion, even if substitute-in-file-name changed
7499         the string (bug#4708).
7501 2009-10-13  Juri Linkov  <juri@jurta.org>
7503         * files-x.el (read-file-local-variable-value): Don't filter out
7504         minor modes from mode name completion (bug#4664).
7506 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7508         * international/mule-cmds.el (ucs-names): Remove exclusion of
7509         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7511 2009-10-13  Kenichi Handa  <handa@m17n.org>
7513         * international/uni-name.el: Regenerated.
7515 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7517         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7518         should be automatically buffer-local, but isn't.)
7520 2009-10-12  Sam Steingold  <sds@gnu.org>
7522         * progmodes/compile.el (compilation-next-error-function): Fix the
7523         timestamps if the buffer has been visited before.
7524         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7525         non-anchored patterns, like the perl one (bug#3928).
7527 2009-10-12  Glenn Morris  <rgm@gnu.org>
7529         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7530         Let-bind `size'.
7532 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7534         * proced.el (proced-unload-function): New function.
7536         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7537         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7538         Doc fix.
7540         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7542 2009-10-11  Juri Linkov  <juri@jurta.org>
7544         * files-x.el (read-file-local-variable-value):
7545         Provide default value only for bound variables (bug#4664).
7547 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7549         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7550         connection methods like smb.
7552         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7553         can be empty.
7555         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7556         (tramp-smb-file-name-handler-alist): Add handlers for
7557         `add-name-to-file', `make-symbolic-link'.
7558         (tramp-smb-handle-add-name-to-file)
7559         (tramp-smb-do-file-attributes-with-stat)
7560         (tramp-smb-handle-make-symbolic-link)
7561         (tramp-smb-get-cifs-capabilities): New defuns.
7562         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7563         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7564         (tramp-smb-handle-file-local-copy)
7565         (tramp-smb-handle-make-directory-internal)
7566         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7567         The file name syntax depends on cifs capabilities.
7568         (tramp-smb-handle-file-attributes):
7569         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7570         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7571         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7573 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7575         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7576         (eieio-defclass): Apply deftype handler and setf-method properties
7577         directly.
7578         (eieio-add-new-slot): Avoid union function from cl library.
7579         (eieio--typep): New function.
7580         (eieio-perform-slot-validation): Use it.
7582 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7584         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7585         Update documentation to refer to the variables documented in r1.135.
7586         (Bug#4188)
7588 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7590         * bookmark.el (Info-suffix-list): Remove this unused variable.
7591         (bookmark-current-point): Remove this obsolete variable.
7592         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7593         Adjust for removal of bookmark-current-point.
7595         (bookmarks-already-loaded, bookmark-current-buffer)
7596         (bookmark-yank-point): Document.  (Bug#4188)
7598 2009-10-10  Glenn Morris  <rgm@gnu.org>
7600         * frame.el (frame-height): Doc fix.
7602         * calendar/calendar.el (calendar-split-width-threshold): New option.
7603         (calendar-basic-setup): Use calendar-split-width-threshold.
7605 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7607         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7608         Ideographic Supplement" range (U+1F200..U+1F2FF).
7610 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7612         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7613         since the list will have been rebuilt anyway.  (Bug#4349)
7615 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7617         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7618         (bookmark-bmenu-execute-deletions): Don't save here, as
7619         bookmark-delete will now do so if necessary.
7620         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7621         (Bug#4348)
7623 2009-10-09  Glenn Morris  <rgm@gnu.org>
7625         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7627 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7629         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7630         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7631         argument now, so the two function's behaviors will match.  (Bug#3645)
7633 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7635         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7636         (tramp-file-name-real-host, tramp-file-name-port):
7637         Apply `save-match-data'.
7639         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7640         case both directories are remote.
7641         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7642         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7644 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7646         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7648 2009-10-07  Glenn Morris  <rgm@gnu.org>
7650         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7651         of concat.
7653 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7655         * files-x.el (read-file-local-variable): Include some
7656         non-user-variables in the completion table (bug#4664).
7658 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7660         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7661         message.
7663         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7664         (tramp-smb-file-name-handler-alist): Add handler for
7665         `copy-directory', `expand-file-name', `set-file-modes'.
7666         (tramp-smb-handle-copy-directory)
7667         (tramp-smb-handle-expand-file-name)
7668         (tramp-smb-handle-set-file-modes): New defuns.
7669         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7670         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7671         entry.
7672         (tramp-smb-handle-insert-directory): Don't flush the cache.
7673         (tramp-smb-maybe-open-connection): Check for samba client and
7674         server versions.
7676 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7678         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7679         to not error out of search for "^lisp=" fails.
7681 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7683         * makefile.w32-in (WINS_UPDATES): New macro.
7684         (custom-deps, finder-data, autoloads): Use it.
7686 2009-10-07  Glenn Morris  <rgm@gnu.org>
7688         * Makefile.in (autoloads): Revert previous change.
7689         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7690         the list of preloaded files passed on the command-line, get
7691         it from src/Makefile.
7693         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7694         show the original buffer rather than a random one.
7696 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
7698         * help.el (describe-no-warranty): Place point in a slightly better
7699         position in the GPLv3 text.
7701 2009-10-06  Sam Steingold  <sds@gnu.org>
7703         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7704         the comm attribute is present before calling regexp-quote.
7706 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
7708         * play/animate.el (animate-string): For good effect, make sure
7709         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7711         * play/animate.el (animate-sequence, animate-birthday-present):
7712         * misc.el (butterfly): Don't set `indent-tabs-mode'.
7714 2009-10-06  Glenn Morris  <rgm@gnu.org>
7716         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7718         * emacs-lisp/autoload.el (autoload-excludes): New variable.
7719         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7720         (batch-update-autoloads): Process a string value of autoload-excludes,
7721         set during the build process.
7722         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
7724         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7725         inside with-parsed...  macro so that `v' is defined.
7727         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7728         * progmodes/fortran.el (fortran-end-of-block)
7729         (fortran-beginning-of-block):
7730         Also push mark in the macro case.
7732         * emerge.el (emerge-show-file-name):
7733         * calc/calc.el (calc-quit):
7734         * calc/calc-misc.el (calc-big-or-small):
7735         * calc/calc-graph.el (calc-graph-view):
7736         * calc/calc-ext.el (calc-reset):
7737         * calendar/calendar.el (calendar-basic-setup):
7738         Use window-full-height-p.
7740         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7741         header we don't understand, don't insert another.  (Bug#4624)
7742         If changing mime charset, insert the new one in the right place.
7744 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
7746         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7747         (cal-tex-cursor-month): Correctly increment the end date for diary and
7748         holiday listing.  (Bug#4626)
7750 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7752         * help-fns.el (describe-function-1): Don't burp if the function is not
7753         a symbol.
7755 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
7757         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7758         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7759         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7760         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7762         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7763         (eieio-default-superclass): Reflow docstrings.
7764         (this, class-option-assoc, defclass, eieio-class-un-autoload)
7765         (eieio-unbind-method-implementations, defmethod)
7766         (eieio-validate-slot-value, eieio-validate-class-slot-value)
7767         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7768         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7769         (eieio-slot-originating-class-p, eieio-slot-name-index)
7770         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7771         (constructor, initialize-instance, no-next-method, object-print)
7772         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7773         Fix typos in docstrings.
7774         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7775         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7776         (next-method-p): Doc fixes.
7777         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7778         Fix typos in error messages.
7779         (eieio-defmethod): Fix typo in description of generic method.
7781         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7782         (eieio-persistent-save-interactive, slot-missing):
7783         Fix typos in docstrings.
7784         (eieio-instance-inheritor-slot-boundp): Doc fix.
7786         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7787         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7789         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7790         (eieio-custom-object-apply-reset):
7791         Fix typos in docstrings and error messages.
7793         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7794         Fix typo in docstring.
7796         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7797         (eieio-browse-tree): Doc fix.
7798         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7799         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7800         Fix typos in docstrings.
7802         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7803         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7804         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7805         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7806         Reflow docstrings.
7808 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7810         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7811         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7812         Set log-view-vc-backend so that diff can work.
7814         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7815         vc-version-diff.
7816         (vc-diff-internal): Autoload this instead of vc-version-diff.
7818 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7820         * simple.el (eval-expression): Doc fix.
7822         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7824 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7826         * files.el (directory-files-no-dot-files-regexp): New defconst.
7827         (delete-directory): Use it.
7828         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7830         * net/tramp.el (tramp-verbose): Fix docstring.
7831         (tramp-methods): Add recursive option to `tramp-copy-args'.
7832         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7833         "scp1_old", "scp2_old", "rsync", "rsyncc".
7834         (tramp-default-method): Check also for `auth-source-user-or-password'.
7835         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7836         Add handler for `copy-directory'.
7837         (tramp-handle-copy-directory): New defun.
7838         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7839         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7840         Optimize sent command.
7842 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7844         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7845         window if necessary.
7847         * calendar/calendar.el (calendar-basic-setup): Don't call
7848         switch-to-buffer in a dedicated window.
7850 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7852         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7853         don't do anything related to relocating, just return nil.
7854         (bookmark-error-no-filename): New error.
7855         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7856         bookmark has no file.  Don't even attempt to handle things that
7857         are not files; the whole point of custom handlers is to keep that
7858         knowledge elsewhere anyway.  Tighten some comments.
7859         (bookmark-file-or-variation-thereof): Remove now-unused function.
7860         (bookmark-location): Doc string fix.
7861         (Bug#4250)
7863 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7865         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7866         don't use a file dialog, because they usually don't know how to read
7867         a directory target from the user.  (Bug#4230)
7868         Also, make sure the prompt can display directories as well as files.
7870 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7872         * bookmark.el (bookmark-set, bookmark-buffer-name):
7873         Improve doc strings.  (Bug#1193)
7875 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7877         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7878         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7879         (bookmark-get-annotation, bookmark-set-annotation)
7880         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7881         (bookmark-set-position, bookmark-get-front-context-string)
7882         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7883         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7884         (bookmark-jump-other-window, bookmark-handle-bookmark)
7885         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7886         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7887         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7888         Improve doc strings to say whether bookmark can be a string or
7889         a record or both, and make other consistency and clarity fixes.
7890         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7891         (bookmark-default-annotation-text, bookmark-yank-word)
7892         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7893         (bookmark-import-new-list, bookmark-maybe-rename)
7894         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7895         (bookmark-bmenu-bookmark): Give these doc strings.
7896         (bookmark-bmenu-check-position): Give this a doc string, but also
7897         add a FIXME comment about how the function may be pointless.
7898         (bookmark-default-handler): Rework doc string and change a
7899         parameter name, to clarify that this takes a bookmark record
7900         not a bookmark name.
7901         (bookmark-set): Change a parameter name to indicate its meaning,
7902         and improve the doc string a bit.
7903         (Bug#4188)
7905 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7907         * bookmark.el (bookmark-alist): Document the new `handler' element
7908         in the param alist.
7909         (bookmark-make-record-function): Adjust documentation for above.
7910         (Bug#4193)
7912 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7914         * info.el (Info-bookmark-make-record): Document this function.
7915         (Info-bookmark-jump): Document with a doc string, not just a comment.
7916         (Bug#4203)
7918 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7920         * files.el (copy-directory): New defun.
7922         * dired-aux.el (dired-copy-file-recursive): Use it.
7924 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7926         * files-x.el (modify-dir-local-variable)
7927         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7928         docstrings.
7930         * recentf.el (recentf-unload-function): New function.
7932 2009-10-04  Glenn Morris  <rgm@gnu.org>
7934         * window.el (window-full-height-p): Add doc string.
7936 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7938         * window.el (window-full-height-p): New function.  (Bug#4543)
7940 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7942         * vc.el: Remove commented out code.
7943         (vc-derived-from-dir-mode): Remove, unused.
7944         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7946 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7948         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7949         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7950         there could be recursive loading when `default-directory' is a
7951         remote file name.  (Bug#4614)
7953 2009-10-03  Glenn Morris  <rgm@gnu.org>
7955         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7956         the frame is wide.
7957         (calendar-generate-window): Test for shrinkability rather than width.
7959         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7960         reusing existing buffers, in case we happen to visit two files with the
7961         same basename.  (Bug#4593)
7963 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7965         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7966         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7967         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7968         subdirs of cedet as well.
7969         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7971 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7973         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7974         Obey advertised-signature-table.
7976         * help-fns.el (help-function-arglist): Don't check
7977         advertised-signature-table.
7978         (describe-function-1): Do it here instead so it also applies to subrs.
7980 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7982         * simple.el (start-file-process): Say in the doc-string, that file
7983         handlers might not support pty association, if PROGRAM is nil.
7985         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7986         HOST and USER are strings.  They are nil, when there are
7987         incomplete entries in ~/.netrc, for example.
7988         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7989         root directory ("device busy" error otherwise).
7991         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7992         Flush file properties of created directory.
7994 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7996         * makefile.w32-in (WINS_BASIC): Remove cedet.
7997         (WINS_CEDET): Add cedet.
7998         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8000 2009-10-02  Kevin Ryde  <user42@zip.com.au>
8002         * net/browse-url.el (browse-url): Pass any symbol in
8003         browse-url-browser-function to `apply', since if you've mistakenly put
8004         an unbound symbol then the error is clearer.  (Bug#4531)
8006 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8008         * allout.el (allout-init, allout-back-to-current-heading)
8009         (allout-beginning-of-current-entry, allout-ascend-to-depth)
8010         (allout-ascend, allout-up-current-level, allout-end-of-level)
8011         (allout-previous-visible-heading, allout-forward-current-level)
8012         (allout-backward-current-level, allout-show-children):
8013         * apropos.el (apropos-describe-plist):
8014         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8015         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8016         * completion.el (add-completion, add-permanent-completion):
8017         * descr-text.el (describe-text-category, describe-char):
8018         * desktop.el (desktop-lazy-abort):
8019         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8020         * dired.el (dired-build-subdir-alist):
8021         * ediff.el (ediff-version):
8022         * elide-head.el (elide-head, elide-head-show):
8023         * emerge.el (emerge-version):
8024         * env.el (getenv):
8025         * face-remap.el (variable-pitch-mode):
8026         * faces.el (describe-face):
8027         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8028         (dired-at-point):
8029         * files.el (find-file-existing, auto-save-mode):
8030         * font-lock.el (font-lock-fontify-buffer):
8031         * help-fns.el (describe-function, describe-variable)
8032         (describe-syntax, describe-categories):
8033         * help.el (view-lossage, describe-bindings, describe-key)
8034         (describe-mode):
8035         * hexl.el (hexl-current-address):
8036         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8037         * info.el (Info-goto-emacs-key-command-node):
8038         * log-edit.el (log-edit-insert-cvs-template)
8039         (log-edit-insert-cvs-rcstemplate):
8040         * menu-bar.el (menu-bar-mode):
8041         * mouse.el (mouse-appearance-menu):
8042         * newcomment.el (comment-indent-new-line):
8043         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8044         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8045         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8046         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8047         * recentf.el (recentf-mode):
8048         * savehist.el (savehist-mode, savehist-save):
8049         * shadowfile.el (shadow-copy-files):
8050         * simple.el (kill-ring-save, next-line, previous-line)
8051         (normal-erase-is-backspace-mode):
8052         * strokes.el (strokes-update-window-configuration)
8053         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8054         (strokes-xpm-for-stroke):
8055         * time.el (emacs-uptime, emacs-init-time):
8056         * tutorial.el (tutorial--describe-nonstandard-key)
8057         (tutorial--detailed-help):
8058         * type-break.el (type-break-mode)
8059         (type-break-mode-line-message-mode, type-break-query-mode)
8060         (type-break-guesstimate-keystroke-threshold):
8061         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8062         * version.el (emacs-version):
8063         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8064         * winner.el (winner-mode):
8065         * calendar/timeclock.el (timeclock-in, timeclock-out)
8066         (timeclock-status-string, timeclock-change)
8067         (timeclock-workday-remaining-string)
8068         (timeclock-workday-elapsed-string)
8069         (timeclock-when-to-leave-string):
8070         * calendar/todo-mode.el (todo-add-category):
8071         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8072         * emacs-lisp/autoload.el (update-file-autoloads):
8073         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8074         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8075         (checkdoc-message-text, checkdoc-defun):
8076         * emacs-lisp/debug.el (debugger-list-functions):
8077         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8078         * emacs-lisp/eieio-opt.el (eieio-describe-class)
8079         (eieio-describe-generic):
8080         * emacs-lisp/lisp-mnt.el (lm-synopsis):
8081         * emacs-lisp/shadow.el (list-load-path-shadows):
8082         * emulation/cua-base.el (cua-mode):
8083         * emulation/edt.el (edt-set-scroll-margins):
8084         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8085         (tpu-toggle-regexp, tpu-toggle-search-direction)
8086         (tpu-toggle-rectangle, tpu-toggle-control-keys):
8087         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8088         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8089         (viper-set-parsing-style-toggling-macro)
8090         (viper-set-emacs-state-searchstyle-macros):
8091         * emulation/viper.el (viper-set-hooks):
8092         * eshell/esh-mode.el (eshell-truncate-buffer):
8093         * international/mule-cmds.el (prefer-coding-system)
8094         (describe-input-method, describe-language-environment):
8095         * international/mule-diag.el (list-character-sets)
8096         (describe-character-set, describe-coding-system)
8097         (describe-fontset, list-fontsets, list-input-methods):
8098         * mail/sendmail.el (mail-signature):
8099         * net/ange-ftp.el (ange-ftp-copy-file):
8100         * net/browse-url.el (browse-url):
8101         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8102         * net/quickurl.el (quickurl-add-url):
8103         * net/rcirc.el (names, topic):
8104         * net/xesam.el (xesam-mode):
8105         * play/5x5.el (5x5-new-game):
8106         * play/yow.el (apropos-zippy):
8107         * progmodes/ada-mode.el (ada-mode-version):
8108         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8109         (f90-end-of-block)
8110         (f90-beginning-of-block):
8111         * progmodes/fortran.el (fortran-end-of-block)
8112         (fortran-beginning-of-block):
8113         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8114         * progmodes/python.el (python-describe-symbol, python-shell):
8115         * term/ns-win.el (ns-print-buffer):
8116         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8117         * textmodes/flyspell.el (flyspell-mode-on):
8118         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8119         (pages-directory-for-addresses):
8120         * textmodes/table.el (table-recognize-cell)
8121         (table-query-dimension, table-generate-source)
8122         (table-insert-sequence, table--warn-incompatibility):
8123         * textmodes/tex-mode.el (tex-validate-buffer):
8124         * textmodes/texinfmt.el (texinfmt-version)
8125         (texinfo-format-buffer):
8126         Use `called-interactively-p' instead of `interactive-p'.
8128 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8130         * image-mode.el (image-toggle-display):
8131         * emacs-lisp/elp.el (elp-instrument-function):
8132         * emacs-lisp/advice.el (ad-make-advised-definition):
8133         * emacs-lisp/easy-mmode.el (define-minor-mode):
8134         * net/browse-url.el (browse-url-maybe-new-window):
8135         * progmodes/sh-script.el (sh-learn-buffer-indent):
8136         Pass new argument 'any to `called-interactively-p'.
8138 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8140         * international/uni-bidi.el:
8141         * international/uni-category.el:
8142         * international/uni-combining.el:
8143         * international/uni-comment.el:
8144         * international/uni-decimal.el:
8145         * international/uni-decomposition.el:
8146         * international/uni-digit.el:
8147         * international/uni-lowercase.el:
8148         * international/uni-mirrored.el:
8149         * international/uni-name.el:
8150         * international/uni-numeric.el:
8151         * international/uni-old-name.el:
8152         * international/uni-titlecase.el:
8153         * international/uni-uppercase.el:
8154         Regenerate from Unicode 5.2.0 data.
8156 2009-10-01  Glenn Morris  <rgm@gnu.org>
8158         * Makefile.in (ELCFILES): Regenerate.
8160 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8162         * subr.el (interactive-p): Mark obsolete.
8163         (called-interactively-p): Make the optional-ness of `kind' obsolete.
8164         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8165         advertised-signature-table for subroutines as well.
8167         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8168         (set-advertised-calling-convention): New function.
8169         (make-obsolete, define-obsolete-function-alias)
8170         (make-obsolete-variable, define-obsolete-variable-alias):
8171         Make the optional-ness of `when' obsolete.
8172         (define-obsolete-face-alias): Make `when' non-optional.
8173         * help-fns.el (help-function-arglist):
8174         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8175         Use advertised-signature-table.
8177 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
8179         * files.el (delete-directory): New defun.  The original function
8180         in fileio.c has been renamed to `delete-directory-internal'.
8182         * dired.el (dired-delete-file): Call `delete-directory' with
8183         RECURSIVE parameter.
8185         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8186         parameter RECURSIVE.  Implementation is missing.
8188         * net/tramp.el (tramp-handle-make-directory): Flush upper
8189         directory's file properties.
8190         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8191         (tramp-handle-dired-recursive-delete-directory): Flush directory
8192         properties after the remove command only.
8194         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8195         Handle optional parameter RECURSIVE.
8197         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8198         Handle optional parameter RECURSIVE.
8200         * net/tramp-smb.el (tramp-smb-errors): Add error message for
8201         connection timeout.
8202         (tramp-smb-handle-delete-directory): Handle optional parameter
8203         RECURSIVE.
8205 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8207         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8208         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8209         (byte-compile-defmacro): Use backquotes.
8211         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8213         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8214         has no associated file.
8215         (vc-resynch-buffer): Use vc-dir-buffers.
8217 2009-10-01  Glenn Morris  <rgm@gnu.org>
8219         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8220         (chart-file-count):
8221         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8222         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8223         * emacs-lisp/eieio-opt.el (eieio-describe-class):
8224         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8225         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8226         (eieio-copy-parents-into-subclass, make-instance, class-children)
8227         (eieio-generic-form):
8229         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8230         match-data.  (Bug#4555).
8232         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8233         rather than parsing it as a regexp.  This relaxes the layout
8234         requirements and makes errors easier to detect.
8235         (check-declare-verify): Check file is regular.
8236         (check-declare-directory): Doc fix.
8237         * subr.el (declare-function): Doc fix.
8239         * ibuffer.el (ibuffer-format-qualifier):
8240         * isearch.el (hi-lock-regexp-okay):
8241         * calc/calc.el (math-zerop):
8242         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8243         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8244         Remove unused declarations.
8246 2009-09-30  Glenn Morris  <rgm@gnu.org>
8248         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8250         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8251         filename is not a string.
8253 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8255         * files.el (safe-local-eval-forms): Fix typo.
8257 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8259         * vc-hooks.el (vc-dir-buffers): New var.
8260         (vc-state-refresh): New function.
8261         (vc-state): Use it.
8262         (vc-after-save): Always ask the backend to recompute the new state.
8263         Always call vc-dir if necessary, using vc-dir-buffers.
8264         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8265         Use vc-dir-buffers.
8266         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8267         (vc-dir-prepare-status-buffer, vc-dir-update)
8268         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8269         Don't call expand-file-name on default-directory.
8271 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8273         * speedbar.el (speedbar-item-delete):
8274         * calc/calc-prog.el (calc-kbd-if):
8275         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8277         * epa.el (epa-key-list-mode-map):
8278         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8280         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8281         (hs-show-hook): Fix typo in docstring.
8283 2009-09-29  Glenn Morris  <rgm@gnu.org>
8285         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8286         file-name-nondirectory call preventing location of cedet files.
8287         (check-declare-verify): Use literal search rather than re-search.
8288         Add basic defmethod and defclass, and define-overloadable-function.
8290         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8291         Use tramp-compat-file-attributes rather than nonexistent
8292         tramp-compat-handle-file-attributes.
8294         * Makefile.in (lisptagsfiles4): New.
8295         (AUTOGENEL): Add cedet loaddefs files.
8296         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8297         (update-elclist, compile-always, backup-compiled-files)
8298         (bootstrap-clean): Add yet another directory level.
8299         (update-elclist): Use LC_COLLATE rather than COLLATE.
8300         (ELCFILES): Update, via `make update-elclist'.
8302 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8304         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8305         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8306         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8308 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8310         * Makefile.in (lisptagsfiles3): Define.
8311         (TAGS, TAGS-LISP): Use it.
8312         (update-elclist): Add third directory level to look for elc files.
8313         (compile-always): Likewise.
8314         (backup-compiled-files): Likewise.
8315         (bootstrap-clean): Likewise.
8316         (ELCFILES): Update.
8318 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8320         * Makefile.in (ELCFILES): Add CEDET files.
8322 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8324         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8326         * net/tramp.el (top): Require tramp-imap.
8328         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8329         Use `tramp-compat-handle-file-attributes'.
8331 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8333         * net/tramp-imap.el: New package.
8335 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8337         * whitespace.el (whitespace-trailing-regexp)
8338         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8339         Fix doc string.
8341 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8343         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8344         menu.
8346         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8347         menu-bar-ediff-menu.
8349         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8350         define-overloadable-function.
8352         * progmodes/autoconf.el: Provide autoconf as well, so that this
8353         file can be `require'd.
8355         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8357         * emacs-lisp/autoload.el (generated-autoload-feature)
8358         (generated-autoload-load-name): New vars.
8359         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8360         (make-autoload): Recognize define-overloadable-function and
8361         defclass forms (for EIEIO).
8363         * Makefile.in (update-subdirs): Exclude cedet directory.
8365 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8367         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
8369         * faces.el: Default light-background background for region face to
8370         ns_selection_color under NS.
8372 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8374         * net/imap-hash.el: New library, see NEWS.
8376         * Makefile.in (ELCFILES): Add imap-hash.el.
8378 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8380         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8381         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8382         * help-macro.el (make-help-screen): Avoid using an ambiguous function
8383         definition where the docstring could be taken for the return value.
8385 2009-09-26  Glenn Morris  <rgm@gnu.org>
8387         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8388         Add option to only show images below a certain size.
8389         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8390         save-excursion calls.
8392 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
8394         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8395         subdirectories) and eieio.
8397 2009-09-26  Alan Mackenzie  <acm@muc.de>
8399         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8400         Correct buggy bracketing.  (Bug#4289)
8402         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8403         character constants (as case labels).  (Bug#4289)
8405 2009-09-25  Juri Linkov  <juri@jurta.org>
8407         * files.el (safe-local-eval-forms): Allow time-stamp in
8408         before-save-hook (Bug#4554).
8410 2009-09-25  Drew Adams  <drew.adams@oracle.com>
8412         * menu-bar.el (list-buffers-directory): Doc fix.
8414 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8416         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8417         Try and avoid copying twice the same paragraph.
8418         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8419         Remove save-excursion.
8420         (log-edit-changelog-entry): Do it here instead.
8422 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
8424         * bs.el (bs--get-file-name): Use `list-buffers-directory'
8425         when available, instead of hardcoding mode names.  Doc fix.
8427         * menu-bar.el (list-buffers-directory): Add docstring.
8428         Make automatically buffer-local.
8430         * dired.el (dired-mode):
8431         * files.el (cd-absolute):
8432         * pcvs.el (cvs-temp-buffer):
8433         * pcvs-util.el (cvs-get-buffer-create):
8434         * shell.el (shell-mode):
8435         * vc-dir.el (vc-dir-mode):
8436         Don't make `list-buffers-directory' buffer local.
8438 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
8440         * comint.el (comint-exec, comint-run, make-comint):
8441         Doc fixes (Bug#4542).
8443 2009-09-25  Glenn Morris  <rgm@gnu.org>
8445         * mail/rmailmm.el (rmail-mime): New custom group.
8446         Move all defcustoms in this file into this group.
8447         (rmail-mime-media-type-handlers-alist): Revert previous change.
8448         (rmail-mime-show-images): New option.
8449         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8450         references to it, since it wasn't actually used for anything.
8451         (rmail-mime-insert-image): New function.
8452         (rmail-mime-image): Use rmail-mime-insert-image.
8453         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8454         obey the value of `rmail-mime-show-images' option.  Print the size of
8455         attachments.
8457 2009-09-25  David Engster  <deng@randomsample.de>
8459         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
8461 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8463         * whitespace.el: Does not highlight trailing spaces While point is
8464         at end of line.  Does not highligt spaces at beginning of buffer
8465         while point is at beginning of buffer.  Does not highlight spaces
8466         at end of buffer while point is at end of buffer.  (Bug#4177)
8467         New version 12.0.
8468         (whitespace-display-mappings): Adjust initialization.
8469         (whitespace-point, whitespace-font-lock-refontify): New vars.
8470         (whitespace-color-on, whitespace-color-off): Adjust code.
8471         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8472         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8473         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8475 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
8477         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8479         * textmodes/sgml-mode.el: Remove xml-mode alias.
8481         * files.el (auto-mode-alist, conf-mode-maybe)
8482         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8484 2009-09-24  Alan Mackenzie  <acm@muc.de>
8486         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8487         c-forward-conditionals, but it doesn't move point and doesn't set
8488         the mark.
8489         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8490         (c-down-conditional-with-else, c-backward-conditional)
8491         (c-forward-conditional): Refactor to use c-scan-conditionals.
8493 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8495         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8496         (help-default-arg-highlight): Remove.
8497         (help-highlight-arg): New function.
8498         (help-do-arg-highlight): Use it.
8499         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8501 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8503         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8504         Undo last change, which didn't fix the problem and introduced others.
8506 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8508         * progmodes/gdb-mi.el: Don't require speedbar.
8509         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8511 2009-09-24  Glenn Morris  <rgm@gnu.org>
8513         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8515         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8517         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8518         there is no newline after the final mime boundary.  (Bug#4539)
8519         Move markers on insertion so that any buttons inserted don't end up in
8520         the next part of a multipart message.
8521         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8522         (rmail-mime-bulk-handler): Optionally handle images.
8523         (rmail-mime-image): New button action.
8524         (rmail-mime-image-handler): New function.
8525         (rmail-mime-mode): New mode.
8526         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8528 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8530         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8531         than just dropping elements from it (bug#4504).
8533         * term.el (term-set-scroll-region): Don't move cursor any more.
8534         (term-handle-ansi-escape): Call term-goto here instead.
8535         Suggested by Ivan Kanis <apple@kanis.eu>.
8537         * term.el: Require CL.
8538         (term-ansi-reset): New function.
8539         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8540         (term-handle-colors-array): Simplify.
8542 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8544         * allout.el (allout-overlay-interior-modification-handler)
8545         (allout-obtain-passphrase):
8546         * epa-file.el (epa-file-write-region):
8547         * ps-print.el (ps-begin-job):
8548         * vc-hooks.el (vc-toggle-read-only):
8549         * vc-rcs.el (vc-rcs-rollback):
8550         * vc-sccs.el (vc-sccs-rollback):
8551         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8552         (vc-version-diff, vc-revert, vc-rollback):
8553         * wdired.el (wdired-check-kill-buffer):
8554         * emacs-lisp/authors.el (authors):
8555         * net/socks.el (socks-open-connection):
8556         * net/zeroconf.el (zeroconf-service-add-hook):
8557         * obsolete/vc-mcvs.el (vc-mcvs-register):
8558         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8559         (gdb-select-frame):
8560         * progmodes/grep.el (lgrep, rgrep):
8561         * progmodes/idlw-help.el (idlwave-help-check-locations)
8562         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8563         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8564         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8565         (reftex-toc-rename-label): Fix typos in error messages.
8567         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8568         (dired-copy-how-to-fn): Doc fix.
8569         (dired-files-attributes, dired-read-shell-command):
8570         Fix typos in docstrings.
8572         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8573         (dired-x-find-file-other-window): Reflow docstrings.
8574         (dired-omit-marker-char, dired-read-shell-command)
8575         (dired-x-submit-report): Fix typos in docstrings.
8577         * shell.el (shell-mode-hook):
8578         * view.el (View-scroll-line-forward):
8579         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8580         Fix typos in docstrings.
8582         * net/dig.el (dig-invoke): Fix typo in docstring.
8583         (query-dig): Reflow docstring.
8585         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8586         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8587         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8588         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8589         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8590         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8591         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8592         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8593         (idlwave-completion-map, idlwave-current-indent)
8594         (idlwave-custom-ampersand-surround, idlwave-customize)
8595         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8596         (idlwave-define-abbrev, idlwave-determine-class-special)
8597         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8598         (idlwave-end-block-reg, idlwave-end-of-statement)
8599         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8600         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8601         (idlwave-explicit-class-listed, idlwave-file-header)
8602         (idlwave-fill-paragraph, idlwave-find-class-definition)
8603         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8604         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8605         (idlwave-in-quote, idlwave-indent-action-table)
8606         (idlwave-indent-expand-table, idlwave-indent-line)
8607         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8608         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8609         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8610         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8611         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8612         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8613         (idlwave-outlawed-buffers, idlwave-popup-select)
8614         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8615         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8616         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8617         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8618         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8619         (idlwave-statement-type, idlwave-struct-skip)
8620         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8621         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8622         (idlwave-what-module-find-class): Fix typos in docstrings.
8623         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8624         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8625         (idlwave-find-module, idlwave-find-structure-definition)
8626         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8627         (idlwave-list-load-path-shadows, idlwave-next-statement)
8628         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8629         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8630         (idlwave-template): Reflow docstrings.
8632         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8633         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8634         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8635         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8636         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8637         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8638         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8639         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8640         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8641         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8642         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8643         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8644         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8645         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8646         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8647         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8648         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8649         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8650         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8651         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8652         Fix typos in docstrings.
8653         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8654         (idlwave-shell-hide-output, idlwave-shell-mode)
8655         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8656         Reflow docstrings.
8658         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8660 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8662         * term.el (term-bold-attribute): New var.
8663         (term-handle-colors-array): Use it.
8665 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8667         * progmodes/gdb-mi.el (gdb-version): New variable.
8668         (gdb-non-stop-handler): Set gdb-version.
8669         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8670         Condition "--thread" option on gdb-version.
8671         (gdb-invalidate-threads): Remove unused argument.
8673 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8675         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8676         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8678 2009-09-23  Glenn Morris  <rgm@gnu.org>
8680         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8681         replying to mail without References or Message-Id.  (Bug#4525)
8683 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8685         * term/ns-win.el (ns-reg-to-script): New variable.
8687 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8689         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8691 2009-09-22  Sam Steingold  <sds@gnu.org>
8693         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8694         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8695         to 1 because hg returns status 1 when nothing is found.
8696         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8698 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8700         * textmodes/fill.el: Convert to utf-8 encoding.
8701         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8702         pre-unicode days.
8704         * add-log.el (change-log-fill-forward-paragraph): New function.
8705         (change-log-mode): Use it so fill-region DTRT.
8706         Set fill-indent-according-to-mode here rather than in
8707         change-log-fill-paragraph.
8708         (change-log-fill-paragraph): Remove.
8710 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8712         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8713         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8715 2009-09-22  Glenn Morris  <rgm@gnu.org>
8717         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8718         the scroll-bar scroll the calendar window rather than the buffer.
8720         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8721         commands that move point (as opposed to scrolling).
8723         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8725         * emacs-lisp/elint.el (elint): New custom group.
8726         (elint-log-buffer): Make it a defcustom.
8727         (elint-scan-preloaded, elint-ignored-warnings)
8728         (elint-directory-skip-re): New options.
8729         (elint-builtin-variables): Doc fix.
8730         (elint-preloaded-env): New variable.
8731         (elint-unknown-builtin-args): Add an entry for encode-time.
8732         (elint-extra-errors): Make it a variable rather than a constant.
8733         (elint-preloaded-skip-re): New constant.
8734         (elint-directory): Skip files matching elint-directory-skip-re.
8735         (elint-features): New variable, local to linted buffers.
8736         (elint-update-env): Initialize elint-features.  Possibly add
8737         elint-preloaded-env to the buffer's environment.
8738         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8739         Skip quoted forms.
8740         (elint-init-form): New function, extracted from elint-init-env.
8741         Make non-list forms a warning rather than an error.
8742         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8743         easy-menu-define, put that adds an error-condition, and provide.
8744         When requiring cl, also require cl-macs.  Really require cl, to handle
8745         some cl macros.  Store required libraries in the list elint-features,
8746         so as not to re-load them.  Treat cc-require like require.
8747         (elint-init-env): Call elint-init-form to do the work.
8748         Handle eval-and-compile and such like.
8749         (elint-add-required-env): Do not clear messages.
8750         (elint-special-forms): Add handlers for function, defalias, if, when,
8751         unless, and, or.
8752         (elint-form): Add optional argument to ignore elint-special-forms,
8753         useful to prevent recursive calls from handlers.  Doc fix.
8754         Respect elint-ignored-warnings.
8755         (elint-form): Respect elint-ignored-warnings.
8756         (elint-bound-variable, elint-bound-function): New variables.
8757         (elint-unbound-variable): Respect elint-bound-variable.
8758         (elint-get-args): Respect elint-bound-function.
8759         (elint-check-cond-form): Add some simple handling for (f)boundp and
8760         featurep tests.
8761         (elint-check-defalias-form): New handler.
8762         (elint-check-let-form): Make an empty let a warning rather than an
8763         error.
8764         (elint-check-setq-form): Make an empty setq a warning rather than an
8765         error.  Respect elint-ignored-warnings.
8766         (elint-check-defvar-form): Accept null doc-strings.
8767         (elint-check-conditional-form): New handler.  Does some simple-minded
8768         checking of featurep and (f)boundp tests.
8769         (elint-put-function-args): New function.
8770         (elint-initialize): Use elint-scan-doc-file rather than
8771         elint-find-builtin-variables.  Use elint-put-function-args.
8772         Possibly scan preloaded-file-list.
8773         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8774         extend to handle functions as well.
8776 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8778         * linum.el (linum-delete-overlays, linum-update-window):
8779         Do not modify the right margin.  (Bug#3971)
8781 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8783         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8784         Use nxml-mode instead of xml-mode.
8786 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8788         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8790 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8792         * net/dig.el (dig-mode): Use define-derived-mode.
8794 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8796         * vc-dispatcher.el (vc-do-command): Return the process object in
8797         the asynchronous case.  Use when instead of if.  Do not run
8798         vc-exec-after to display a message if not enabled.  (Bug#4463)
8800         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8801         properties to the stash strings.
8802         (vc-git-stash-list): Return a list of strings.
8803         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8804         (vc-git-stash-show-at-point): New functions.
8805         (vc-git-stash-map): New keymap.
8807         * register.el (ctl-x-r-map): Define the keys here instead of
8808         using autoload.
8810 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8812         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8813         list, to workaround performance problem (bug#4485).
8815 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8817         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8819 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8821         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8822         Document that this option is not recommended to use.
8824 2009-09-19  Glenn Morris  <rgm@gnu.org>
8826         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8827         variable `var'.
8829         * calc/calc-alg.el (var):
8830         * calc/calcalg2.el (var): Define for compiler.
8832 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8834         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8835         Doc fix (Bug#3932).
8837         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8839         * time-stamp.el (time-stamp-month-dd-yyyy)
8840         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8841         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8842         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8843         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8844         Remove functions that have been obsolete since 1995 (Bug#4436).
8846         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8847         indent buffer only if called interactively (Bug#4452).
8849 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8850             Eli Zaretskii  <eliz@gnu.org>
8852         This fixes bug#4197 (merged to bug#865, though not identical).
8853         * server.el (server-auth-dir): Add docstring note about FAT32.
8854         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8855         but warn against using them.
8857 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8859         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8860         older GDB where there is no has_more field.
8862 2009-09-19  Glenn Morris  <rgm@gnu.org>
8864         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8866 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8868         * files.el (auto-mode-alist): Change default for XML files to nXML
8869         mode (Bug#4169).
8871 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8873         * server.el (server-ensure-safe-dir): Pass 'integer
8874         to `file-attributes', as suggested.
8876 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8878         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8879         (dired-query): Use read-key.
8881 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8883         * cus-start.el (ns-use-qd-smoothing): Remove.
8885 2009-09-18  Glenn Morris  <rgm@gnu.org>
8887         * allout.el (top-level): Remove unnecessary progn.
8889         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8891         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8892         definition of abbrev table.
8894         * speedbar.el (speedbar-track-mouse):
8895         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8896         * net/eudc.el (eudc-expand-inline):
8897         * net/newst-backend.el (newsticker--cache-read-feed):
8898         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8899         condition-case handlers.
8901 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8903         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8904         (gdb-var-list): Add an element for has_more field.
8905         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8906         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8907         (gdb-var-update-handler-1): Parse output of dynamic variable
8908         objects (STL containers).
8909         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8910         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8912         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8913         gdb-var-list.
8914         (gud-speedbar-buttons): Make node expandable if expression "has more"
8915         children.
8917 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8919         * startup.el (emacs-quick-startup): Remove variable and all uses.
8920         (command-line): Set `inhibit-x-resources' instead.
8921         (command-line-1): Use `inhibit-x-resources' instead.
8923 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8925         * subr.el: Fix last change to avoid using the `unless' macro,
8926         which breaks bootstrapping.
8928 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8930         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8931         extended definitions, in case we reload subr.el after having
8932         loaded CL.
8933         (eval-next-after-load): Mark as obsolete.
8935 2009-09-17  Juri Linkov  <juri@jurta.org>
8937         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8938         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8939         (menu-bar-showhide-menu, menu-bar-tools-menu)
8940         (menu-bar-describe-menu, menu-bar-help-menu)
8941         (minibuffer-local-completion-map, minibuffer-local-map):
8942         Fix list quoting.
8944 2009-09-17  Glenn Morris  <rgm@gnu.org>
8946         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8947         arguments, whether or not it has a handler.
8949         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8951         * simple.el (hard-newline): Give it a doc-string.
8953         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8954         (lisp-mode-syntax-table): Give them doc-strings.
8956 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8958         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8959         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8960         (menu-bar-options-menu, menu-bar-showhide-menu)
8961         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8962         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8963         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8964         (menu-bar-options-menu, menu-bar-tools-menu)
8965         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8966         (menu-bar-help-menu):
8967         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8968         string arguments.
8970         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8971         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8972         calls for the menu names and :help.
8974 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8976         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8977         to :minor-mode-function (bug#4455).
8979 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8981         * startup.el (command-line): Initialize the window-system after
8982         processing the command-line.
8984         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8985         page-delimiter matches the empty string.
8987 2009-09-16  Glenn Morris  <rgm@gnu.org>
8989         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8990         byte-compile-not-obsolete-var.  It's a list now.
8991         (byte-compile-not-obsolete-funcs): New variable.
8992         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8993         byte-compile-not-obsolete-funcs.
8994         (byte-compile-variable-ref, byte-compile-defvar): Update for
8995         byte-compile-not-obsolete-vars name-change and list nature.
8996         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8997         and variables behind (f)boundp tests.
8998         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9000 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9002         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9004 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9006         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9007         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9008         Don't autoload.
9010 2009-09-15  Stephen Eglen  <stephen@gnu.org>
9012         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9013         the virtual-buffers, use the name of the buffer specified by
9014         find-file-noselect, as the match may be a symlink.  (This was a
9015         problem if the target and the symlink had different names.)
9017 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9019         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9021         * desktop.el (desktop-path): Check user-emacs-directory.
9023         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9025         * loadup.el: Use after-load-functions to GC after loading each file.
9026         Remove the explicit GC calls that used to be sprinkled around.
9028         * subr.el (after-load-functions): New hook.
9029         (do-after-load-evaluation): Run it.  Use string-match-p to detect
9030         `obsolete' packages, rather than painfully extracting the relevant
9031         directory name.
9033 2009-09-15  Glenn Morris  <rgm@gnu.org>
9035         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9036         free variable `doc'.
9038         * dired.el (dired-mode-map): Add menu entry for async shell command.
9040         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9041         variables, also consider the .elc files, since the .el files are
9042         normally gzipped (subsequent code locates the .el.gz from the .elc).
9044         * calc/calc-prog.el (arglist): Define for compiler.
9046         * calendar/diary-lib.el (diary-display-function): Change the default to
9047         fancy display.
9048         (body): Define for compiler.
9050         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9051         (byte-compile-file-form, byte-compile-lambda)
9052         (byte-compile-top-level-body, byte-compile-form)
9053         (byte-compile-variable-ref, byte-compile-setq)
9054         (byte-compile-setq-default, byte-compile-body)
9055         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9056         (batch-byte-compile): Give some more local variables with common names
9057         a "bytecomp-" prefix to avoid masking warnings about free variables.
9059         * startup.el (command-line-1): Give local variables with common names a
9060         distinguishing prefix, so as not to hide free variable warnings during
9061         bootstrap.
9063         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9064         clever and add a suffix to make a unique name, just let the user decide
9065         whether or not to overwrite it.  If the input is a directory, write the
9066         default filename to that directory.  (Bug#4388)
9067         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9068         is a filename-as-a-directory.
9070 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9072         * textmodes/page.el (what-page): Don't move to beginning of line.
9073         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9075 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9077         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9079 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
9081         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9082         * help.el (help-for-help-internal): Add purecopy calls for text.
9084         * vc.el (top): print-log method now takes an optional SHORTLOG
9085         argument.  Add a new method: root.
9086         (vc-root-diff, vc-print-root-log): New functions.
9087         (vc-log-short-style): New variable.
9088         (vc-print-log-internal): Add support for showing short logs.
9090         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9091         vc-print-root-log and vc-print-root-diff.
9093         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9094         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9095         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9096         short logs.
9098         * vc-cvs.el (vc-cvs-print-log):
9099         * vc-mtn.el (vc-mtn-print-log):
9100         * vc-rcs.el (vc-rcs-print-log):
9101         * vc-sccs.el (vc-sccs-print-log):
9102         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9103         that is ignored for now.
9105         * vc-mtn.el (vc-mtn-annotate-command):
9106         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9108 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9110         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9111         to function-key-map, and give them ascii-character property.
9112         * term/x-win.el (x-alternatives-map):
9113         * term/ns-win.el (ns-alternatives-map):
9114         * term/internal.el (msdos-key-remapping-map):
9115         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9117 2009-09-14  Glenn Morris  <rgm@gnu.org>
9119         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9120         temp-buffers (2009-09-12).
9122 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9124         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9125         the new read-key function.
9127 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9129         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9130         is defined (Bug#4405).
9132 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
9134         * recentf.el (recentf-cleanup): Use a hash table to find
9135         duplicates (Bug#4407).
9137 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
9139         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9140         kp-0 to ascii equivalents (Bug#4325).
9142 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9144         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9146         * eshell/em-hist.el:
9147         * eshell/em-dirs.el (eshell-complete-user-reference):
9148         Declare pcomplete functions and variables to avoid compiler warnings.
9150 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
9152         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9153         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9154         * eshell/em-alias.el (eshell-aliases-file):
9155         * eshell/em-hist.el (eshell-history-file-name):
9156         Use expand-file-name instead of concat to make file names (Bug#4308).
9158 2009-09-13  Glenn Morris  <rgm@gnu.org>
9160         * ediff-merg.el (ediff-do-merge):
9161         * filesets.el (filesets-run-cmd):
9162         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9163         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9164         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9165         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9166         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9167         Replace empty `let's with `progn'.
9169 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9171         * mail/sendmail.el (send-mail-function):
9172         * tooltip.el (tooltip-mode):
9173         * simple.el (transient-mark-mode):
9174         * rfn-eshadow.el (file-name-shadow-mode):
9175         * frame.el (blink-cursor-mode):
9176         * font-core.el (global-font-lock-mode):
9177         * files.el (temporary-file-directory)
9178         (small-temporary-file-directory, auto-save-file-name-transforms):
9179         * epa-hook.el (auto-encryption-mode):
9180         * composite.el (global-auto-composition-mode):
9181         Use custom-initialize-delay.
9182         * startup.el (command-line): Don't explicitly call
9183         custom-reevaluate-setting for all the above vars.
9184         * custom.el (custom-initialize-safe-set)
9185         (custom-initialize-safe-default): Delete.
9187 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9189         * term/x-win.el (x-initialize-window-system):
9190         * term/w32-win.el (w32-initialize-window-system):
9191         * term/ns-win.el (ns-initialize-window-system): Don't call
9192         mouse-wheel-mode since it's enabled globally by default already.
9194         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9195         actually define the variable, but only silences the byte-compiler.
9196         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9197         before looking it up.
9198         (mouse-wheel-scroll-amount): Also reset the bindings if this value
9199         is changed.
9201 2009-09-12  Glenn Morris  <rgm@gnu.org>
9203         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9204         1000.
9205         (elint-add-required-env): Don't beep on error.
9206         (elint-forms): In case of error, return ENV unchanged.
9207         (elint-init-env): Skip non-list forms.
9208         (elint-log): Handle unknown file positions.
9210 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9212         * epg.el (epg-make-context): Add autoload cookie.
9213         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9214         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9215         (epg-verify-string, epg-start-sign, epg-sign-file)
9216         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9217         (epg-encrypt-string, epg-start-export-keys)
9218         (epg-export-keys-to-file, epg-export-keys-to-string)
9219         (epg-start-import-keys, epg-import-keys-from-file)
9220         (epg-import-keys-from-string, epg-start-receive-keys)
9221         (epg-receive-keys, epg-import-keys-from-server)
9222         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9223         (epg-sign-keys, epg-start-generate-key)
9224         (epg-generate-key-from-file, epg-generate-key-from-string):
9225         Remove autoload cookie.
9227 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9229         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9230         reevaluation of trash-directory.
9232         * mwheel.el: Fix last change.
9233         (mouse-wheel-mode): New defvar.
9234         (mouse-wheel-mode): Remove autoload cookie.
9236 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9238         * mwheel.el (mwheel-installed-bindings): New var.
9239         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9240         the bindings we set last time.  Use custom-initialize-delay.
9241         * loadup.el: Load mwheel after term/*-win.el.
9242         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9243         and mouse-wheel-up-event now that their first evaluation is done
9244         sufficiently late to be correct.
9246         * startup.el (tutorial-directory): Make it a defcustom.
9247         Use custom-initialize-delay rather than eval-at-startup to set it.
9248         * image.el (image-load-path): Make it a defcustom.
9249         Use custom-initialize-delay rather than eval-at-startup to set it.
9250         * subr.el (eval-at-startup): Remove.
9251         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9253         * subr.el (do-after-load-evaluation): Warn the user after loading an
9254         obsolete package.
9256 2009-09-12  Glenn Morris  <rgm@gnu.org>
9258         * proced.el (proced-mark-alt): Remove alias.
9259         (proced-mode-map): Remove proced-mark-alt.
9261         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9262         Elint file and directory.  Remove initialization entry.
9264         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9265         commands.
9266         (elint-current-buffer): Set mode-line-process.
9267         (elint-init-env): Handle define-derived-mode.
9268         Fix declare-function with unspecified arglist.  Guard against odd
9269         defalias statements (eg iso-insert's 8859-1-map).
9270         (elint-add-required-env): Use a temp buffer.
9271         (elint-form): Just print the function/macro name, not the whole form.
9272         Return env unchanged if we fail to parse a macro.
9273         (elint-forms): Guard against parse errors.
9274         (elint-output): New function, to handle batch mode.
9275         (elint-log-message): Add optional argument.  Use elint-output.
9276         (elint-set-mode-line): New function.
9278 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9280         * emacs-lisp/elp.el (elp-not-profilable): Add more
9281         functions (Bug#4233).
9283 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9285         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9286         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9288 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9290         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9291         (gdb-var-list-children): Use json parsing.
9293 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9295         * progmodes/js.el (js--proper-indentation): Handle the case where
9296         char-before is null.  Reported by Deniz Dogan.
9298 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9300         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9302 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9304         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9305         (epg-digest-algorithm-alist): Add SHA224.
9306         (epg-context-set-passphrase-callback)
9307         (epg-context-set-progress-callback): Add description about
9308         callback function.
9310 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9312         * custom.el (custom-delayed-init-variables): New var.
9313         (custom-initialize-delay): New function.
9314         * startup.el (command-line): "Re"evaluate all vars in
9315         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9316         explicitly any more.
9317         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9318         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9320         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9322 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9324         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9325         (gdb-var-update-handler): Use json parsing.
9327 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9329         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9330         decode annotated text, regardless of language environment.  (Bug#2741)
9332 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9334         * Makefile.in (autoloads): Make rmail.el writable as well.
9336 2009-09-11  Glenn Morris  <rgm@gnu.org>
9338         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9339         loaddefs.el.
9340         * dired.el: Regenerate with extracted autoloads.
9341         * Makefile.in (autoloads): Make dired.el writable.
9343         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9344         * ibuffer.el: Regenerate with extracted autoloads.
9345         * Makefile.in (autoloads): Make ibuffer.el writable.
9347         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9348         * version.el (emacs-copyright, emacs-major-version)
9349         (emacs-minor-version): Reformat doc-strings for make-docfile.
9351         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9352         functions and variables, since they must be stuff specific to some other
9353         platform.
9354         (apropos-print): Make mouse-click message less specific about button.
9356         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9357         that records where a macro was defined.
9358         * help-fns.el (describe-function-1): Mention if a function has a
9359         compiler-macro.
9360         * help-mode.el (help-function-cmacro): New button.
9362         * locate.el (top-level): Always require dired.
9363         (locate-mode-map): Initialize inside the defvar.
9365         * net/ange-ftp.el (dired-compress-file): Declare.
9366         (ange-ftp-dired-compress-file): Add doc string.
9368         * term/ns-win.el (x-display-name, x-setup-function-keys):
9369         Unify doc-strings with X versions.
9371 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9373         * emulation/crisp.el (crisp-mode-map): Move initialization
9374         into declaration.
9375         (crisp-mode): Use define-minor-mode.
9377         * progmodes/xscheme.el (xscheme-evaluation-commands):
9378         Put a :advertised-binding property rather than using
9379         advertised-xscheme-send-previous-expression.
9380         (advertised-xscheme-send-previous-expression): Declare obsolete.
9381         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9382         `advertised-undo'.
9383         (crisp-mode): Add corresponding bindings to
9384         undo's :advertised-binding instead.
9385         * dired.el (dired-mode-map): Put a :advertised-binding property rather
9386         than using dired-advertised-find-file.
9387         (dired-advertised-find-file):
9388         * simple.el (advertised-undo):
9389         * wid-edit.el (advertised-widget-backward): Declare obsolete.
9390         (widget-keymap): Put a :advertised-binding property rather
9391         than using advertised-widget-backward.
9392         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9393         than using advertised-undo.
9394         * tutorial.el (tutorial--default-keys): Adjust accordingly.
9396 2009-09-10  Simon South  <ssouth@slowcomputing.org>
9398         * progmodes/delphi.el (delphi-tab): Indent region when Transient
9399         Mark mode is enabled and region is active; otherwise indent or
9400         insert TAB as usual.
9401         (delphi-mode): Update description of TAB-key binding.
9403 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9405         * subr.el (define-key-rebound-commands): Mark obsolete.
9406         * startup.el (precompute-menubar-bindings): Remove.
9407         (normal-top-level): Remove obsolete code that tried to precompute
9408         menubar bindings.
9409         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9410         define-key-rebound-commands and precompute-menubar-bindings.
9412 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9414         * net/imap.el (imap-interactive-login): Better messages.
9415         (imap-open): Fix bug with renamed buffer on reconnect.
9416         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9417         for easier debugging and cleaner code.  On successful (guessed based on
9418         server capabilities) secondary authentication, set imap-state
9419         correctly.
9420         (imap-last-authenticator): Define imap-last-authenticator as a variable
9421         to avoid warnings.
9423 2009-09-10  Glenn Morris  <rgm@gnu.org>
9425         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9427         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9428         (byte-compile-file-form-autoload): Don't warn about unknown functions
9429         where the autoload statement comes after the use.
9430         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9431         that any handlers inside the body (eg require) are in turn respected.
9433         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9434         effects.
9436         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9437         and syntax and abbrev tables basic docs, if they don't have any.
9439         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9441         * international/mule-cmds.el (top-level): Require cl when compiling.
9442         (view-hello-file): Use default-value rather than
9443         default-enable-multibyte-characters.
9445         * progmodes/fortran.el: Move all safe and risky properties into the
9446         defcustoms.
9448         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9449         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9450         * mail/undigest.el:
9451         Put autoloads in rmail.el rather than loaddefs.el.
9452         * mail/rmail.el: Regenerate with extracted autoloads.
9454         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9455         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9457 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
9459         Reported in thread for Bug#4375.
9460         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9461         "-data-evaluate-expression" instead of print.
9462         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9463         (gdb-tooltip-print): Parse output from above MI command.
9464         (gdb): Revert 2009-08-11 change.  User should detach inferior
9465         manually.
9467         Remove the word "separate" from IO functions as inferior
9468         output is now never displayed in the GUD buffer.
9470 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
9472         * startup.el (command-line-normalize-file-name): On Windows and
9473         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9475 2009-09-10  Juri Linkov  <juri@jurta.org>
9477         * isearch.el (isearch-text-char-description): Propertize escape
9478         character sequences with the `escape-glyph' face.  (Bug#4344)
9480         * simple.el (shell-command): Set asynchronous process filter to
9481         `comint-output-filter'.  (Bug#4343)
9483         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9484         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9485         the list.  Move "asm" to the bottom.
9486         (grep-find-ignored-directories): Add `choice' with nil value
9487         to empty the list easily.
9488         (grep-find-ignored-files): New option.
9489         (grep-files-history): Set to nil by default instead of '("ch" "el").
9490         (grep-compute-defaults): Add "<X>" to `grep-template'.
9491         (grep-read-files): Bind new local variables `default-alias' and
9492         `default-extension'.  Use a list of default values for the file prompt.
9493         (lgrep): Add `--exclude=' command line options composed from
9494         `grep-find-ignored-files'.
9495         (rgrep): Add `-name' command line options composed from
9496         `grep-find-ignored-files'.  (Bug#4301)
9498 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9500         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9501         (bug#4368).
9503 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9505         * calendar/time-date.el (autoload):
9506         Expand define-obsolete-function-alias into defalias and make-obsolete
9507         for old Emacsen that Gnus supports.
9508         (with-no-warnings): Define it for old Emacsen.
9509         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9510         is available.
9511         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9512         float-time is available; suppress compile warning for time-to-seconds.
9514 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9516         * net/imap.el (imap-message-map): Docstring fix.
9518 2009-09-09  Glenn Morris  <rgm@gnu.org>
9520         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9521         line numbers too.  (Bug#4374)
9523 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9525         * smerge-mode.el (smerge-remove-props, smerge-refine):
9526         Use with-silent-modifications (bug#4342).
9528         * subr.el (with-silent-modifications): New macro.
9530 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9532         * files.el (top-level): Require `cl' when compiling.
9534 2009-09-07  Glenn Morris  <rgm@gnu.org>
9536         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9538         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9539         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9541 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9543         * vc-git.el (vc-git-annotate-command): Use separator to parse
9544         arguments correctly.
9546 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9548         * proced.el (proced-mode): Doc fix.
9550 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9552         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9553         lstat fails.
9554         (tramp-do-file-attributes-with-ls): Check for file existence at
9555         remote end.
9556         (tramp-do-file-attributes-with-stat): Likewise.
9557         (tramp-convert-file-attributes): Return nil when attr is nil.
9559 2009-09-05  Glenn Morris  <rgm@gnu.org>
9561         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9562         properties to this button.
9563         (diary-fancy-display): Don't extend the button to the final newline.
9564         (diary-fancy-display-mode): Continue to define "q" as a local key.
9566         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9567         efficient.
9569         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9571         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9572         (byte-compile-dest-file-function): New option.
9573         (byte-compile-dest-file): Doc fix.
9574         Obey byte-compile-dest-file-function.
9575         (byte-compile-cl-file-p): New function.
9576         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9577         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9578         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9579         than for file being previously loaded.
9580         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9581         (byte-compile-file-form-require): Handle the case where requiring a file
9582         indirectly causes CL to be loaded.
9584 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9586         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9587         before killing the old buffer, since by the time `kill-buffer' is
9588         run so many buffer variables have been set to nil that it may not
9589         behave as expected.  (Bug#4061)
9591 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9593         * files.el (find-alternate-file): If the old buffer is modified
9594         and visiting a file, behave similarly to `kill-buffer' when
9595         killing it, thus reverting to the pre-1.878 behavior; see
9596         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9597         for discussion.  Also, consult `buffer-file-name' as a variable
9598         not as a function, for consistency with the rest of the code.
9600 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9602         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9603         also when adding a new directory.
9605         * net/tramp-compat.el (tramp-compat-line-beginning-position):
9606         New defun.
9608 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9610         * files.el (locate-file-completion-table): Make it provide boundary
9611         information, so partial-completion works better.
9613 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9615         * mail/footnote.el (Footnote-text-under-cursor):
9616         Check footnote-text-marker-alist before using it (bug#4324).
9618 2009-09-04  Glenn Morris  <rgm@gnu.org>
9620         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9621         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9622         * play/solitaire.el, play/tetris.el:
9623         Remove leading * from defcustom and defface docs.
9625         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9626         necessary.
9627         (diary-fancy-overriding-map): New variable.
9628         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9629         Use view-mode.
9631         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9632         goto-line.
9634 2009-09-03  Glenn Morris  <rgm@gnu.org>
9636         * arc-mode.el (archive-mode):
9637         * dos-fns.el (set-default-process-coding-system):
9638         * man.el (Man-getpage-in-background):
9639         * menu-bar.el (menu-bar-describe-menu):
9640         * server.el (server-process-filter):
9641         * startup.el (command-line):
9642         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9643         * w32-fns.el (set-default-process-coding-system):
9644         * x-dnd.el (x-dnd-handle-file-name):
9645         * international/mule-cmds.el (mule-menu-keymap)
9646         (set-default-coding-systems, language-info-alist, set-language-info)
9647         (set-language-environment, standard-display-european-internal)
9648         (set-locale-environment):
9649         * international/mule-diag.el (mule-diag):
9650         * mail/emacsbug.el (report-emacs-bug):
9651         * mail/rmail.el (rmail-mode):
9652         * mail/sendmail.el (mail-setup):
9653         Use default-value rather than default-enable-multibyte-characters.
9655         * progmodes/f90.el: Move all safe properties into the defcustoms.
9656         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9658         * calendar/appt.el (appt-check):
9659         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9660         (diary-check-diary-file, diary-list-entries)
9661         (diary-include-other-diary-files, diary-simple-display)
9662         (diary-fancy-display, diary-print-entries)
9663         (diary-mark-included-diary-files, diary-make-entry):
9664         Don't call substitute-in-file-name on diary-file.
9666 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9667             Stefan Monnier  <monnier@iro.umontreal.ca>
9669         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9670         (footnote-mode-map): Move initialization into the declaration.
9671         (footnote-minor-mode-map): Define it rather than changing global-map.
9672         (footnote-mode): Use define-minor-mode.
9674 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9676         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9677         (tramp-do-file-attributes-with-perl)
9678         (tramp-do-file-attributes-with-stat): Rename from
9679         `tramp-handle-file-attributes-with-*'.
9680         (tramp-handle-file-attributes): Use them.
9681         (tramp-do-directory-files-and-attributes-with-perl)
9682         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9683         `tramp-handle-directory-files-and-attributes-with-*'.
9684         (tramp-handle-directory-files-and-attributes): Use them.
9685         (tramp-method-out-of-band-p): Additional parameter SIZE.
9686         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9687         (tramp-handle-write-region): Use it.
9688         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9689         (tramp-handle-vc-registered): Check, whether the first run did
9690         return files to be tested.
9691         (tramp-advice-make-auto-save-file-name): Do not call directly
9692         `tramp-handle-make-auto-save-file-name', because this would bypass
9693         the locking mechanism.
9695         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9696         (file-remote-p, process-file, start-file-process, set-file-times)
9697         (tramp-compat-file-attributes): Compatibility functions shall not
9698         call directly `tramp-handle-*', because this would bypass the
9699         locking mechanism.
9700         (tramp-compat-number-sequence): New defun.
9702 2009-09-02  Glenn Morris  <rgm@gnu.org>
9704         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9705         alias for float-time.
9706         (time-to-number-of-days): In Emacs, use float-time.
9707         * net/newst-backend.el (time-add): Suppress warnings from compat
9708         function.
9709         * time.el (emacs-uptime, emacs-init-time):
9710         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9711         Use float-time rather than time-to-seconds.
9713         * minibuffer.el (completion-initials-expand): Fix typo.
9715         * faces.el (modeline, modeline-inactive, modeline-highlight)
9716         (modeline-buffer-id):
9717         * info.el (info-menu-5): Mark these face aliases as obsolete.
9719 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9721         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9722         space ...
9723         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9724         no "--thread" option.
9725         (gdb-stopped): Don't print "Switched to thread" message when it is
9726         unchanged.
9728 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9730         * minibuffer.el (completion-try-completion)
9731         (completion-all-completions): Remove ill-defined (and
9732         mistakenly installed and luckily never used nor documented)
9733         `completion-styles' property.
9734         (completion-initials-expand, completion-initials-all-completions)
9735         (completion-initials-try-completion): New functions.
9736         (completion-styles-alist): Add doc to each entry.
9737         Add new `initials' entry.
9739 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9741         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9742         MI command -var-evaluate-expression.
9743         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9744         and tweak for case of string child.
9745         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9747 2009-09-01  Glenn Morris  <rgm@gnu.org>
9749         * add-log.el (change-log-date-face, change-log-name-face)
9750         (change-log-email-face, change-log-file-face, change-log-list-face)
9751         (change-log-conditionals-face, change-log-function-face)
9752         (change-log-acknowledgement-face):
9753         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9754         (custom-modified-face, custom-set-face, custom-changed-face)
9755         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9756         (custom-documentation-face, custom-state-face, custom-comment-face)
9757         (custom-comment-tag-face, custom-variable-tag-face)
9758         (custom-variable-button-face, custom-face-tag-face)
9759         (custom-group-tag-face-1, custom-group-tag-face):
9760         * diff-mode.el (diff-header-face, diff-file-header-face)
9761         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9762         (diff-added-face, diff-changed-face, diff-function-face)
9763         (diff-context-face, diff-nonexistent-face):
9764         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9765         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9766         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9767         (Info-title-4-face):
9768         * isearch.el (isearch-lazy-highlight-face):
9769         * log-view.el (log-view-file-face, log-view-message-face):
9770         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9771         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9772         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9773         (cvs-msg-face):
9774         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9775         (smerge-base-face, smerge-markers-face):
9776         * wid-edit.el (widget-documentation-face, widget-button-face)
9777         (widget-field-face, widget-single-line-field-face)
9778         (widget-inactive-face, widget-button-pressed-face):
9779         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9780         (woman-addition-face):
9781         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9782         (eshell-ls-executable-face, eshell-ls-readonly-face)
9783         (eshell-ls-unreadable-face, eshell-ls-special-face)
9784         (eshell-ls-missing-face, eshell-ls-archive-face)
9785         (eshell-ls-backup-face, eshell-ls-product-face)
9786         (eshell-ls-clutter-face):
9787         * eshell/em-prompt.el (eshell-prompt-face):
9788         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9789         * obsolete/old-whitespace.el (whitespace-highlight-face):
9790         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9791         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9792         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9793         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9794         (antlr-font-lock-literal-face):
9795         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9796         (ebrowse-root-class-face, ebrowse-file-name-face)
9797         (ebrowse-default-face, ebrowse-member-attribute-face)
9798         (ebrowse-member-class-face, ebrowse-progress-face):
9799         * progmodes/make-mode.el (makefile-space-face):
9800         * progmodes/sh-script.el (sh-heredoc-face):
9801         * textmodes/flyspell.el (flyspell-incorrect-face)
9802         (flyspell-duplicate-face):
9803         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9804         * textmodes/texinfo.el (texinfo-heading-face):
9805         Mark face aliases with "-face" suffix as obsolete.
9807         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9808         compiler.
9810         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9811         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9812         easy-menu-define wants to modify these.
9814         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9816         * net/browse-url.el (browse-url-file-url):
9817         * term/internal.el (dos-codepage-setup):
9818         Use default-value rather than default-enable-multibyte-characters.
9820         * progmodes/etags.el (etags-goto-tag-location):
9821         * progmodes/flymake.el (flymake-highlight-line)
9822         (flymake-goto-file-and-line, flymake-goto-line):
9823         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9824         (gdb-goto-breakpoint):
9825         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9826         * progmodes/python.el (python-find-function)
9827         (python-pdbtrack-track-stack-file):
9828         * progmodes/verilog-mode.el (verilog-surelint-off):
9829         * term/ns-win.el (ns-open-file-select-line):
9830         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9831         Use forward-line rather than goto-line.
9833         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9834         * textmodes/reftex-index.el (reftex-display-index):
9835         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9836         * textmodes/reftex-toc.el (reftex-toc):
9837         Remove unnecessary bindings of default-major-mode (all are followed by
9838         major-mode check and possible mode switch).
9840 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9842         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9843         Handle watchpoints (bug#4282).
9844         (def-gdb-thread-buffer-command): Enable thread to be selected by
9845         clicking without selecting threads buffer first.
9846         (gdb-current-context-command): Use selected frame so that "up",
9847         "down" etc work in the GUD buffer.
9848         (gdb-update): Find selected frame before rendering stack buffer.
9849         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9851 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9853         * progmodes/sym-comp.el (displayed-completions): Remove.
9854         (symbol-complete): Use minibuffer-complete.
9856 2009-08-31  Glenn Morris  <rgm@gnu.org>
9858         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9860         * apropos.el (apropos-symbols-internal):
9861         Handle (obsolete) face aliases.
9863         * faces.el (describe-face): Adjust the output format to be more like
9864         describe-variable, and to mention (obsolete) face aliases.
9865         Adjust the whitespace so that help-setup-xref works.
9867         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9868         * calendar/diary-lib.el (diary-button-face):
9869         Mark these face aliases as obsolete.
9871         * calendar/calendar.el (calendar-today): Doc fix.
9873 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9875         * progmodes/gdb-mi.el (gdb-control-all-threads)
9876         (gdb-control-current-thread): Force tool bar update.
9877         (gdb-non-stop-handler): New function.
9878         (gdb-init-1): Use it to test if non-stop mode is supported.
9879         Remove unused gdbmi buffer type.
9881 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9883         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9884         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9886 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9888         * comint.el (comint-exec-1): Check command is non-null first.
9889         Part of gdb-mi.el change (2009-08-28).
9891 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9893         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9895 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9897         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9898         instead of `dolist' to avoid a recursive require when bootstrapping.
9900 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9902         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9904         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9906         * net/imap.el (imap-send-command): Simplify.
9907         (imap-wait-for-tag): point-max -> buffer-size.
9909         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9911         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9912         with constant argument.
9914         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9916         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9918         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9919         Change default, since most of our files don't have a history.
9920         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9921         the user.
9923         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9924         Add comint-run.
9926         * calc/calc.el: Improve commenting convention.
9927         (calc-digit-map, toplevel): Simplify.
9929         * comint.el (comint-insert-input): Be careful to only set point if we
9930         don't delegate to some other command.
9932         * proced.el (proced-signal-list): Make it an alist.
9933         (proced-grammar-alist): Capitalize names.
9934         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9935         Disable undo manually and make it read-only.
9936         Use completion-annotate-function.
9938         * minibuffer.el (minibuffer-message): If the current buffer is not
9939         a minibuffer, insert the message in the echo area rather than at the
9940         end of the buffer.
9941         (completion-annotate-function): New variable.
9942         (minibuffer-completion-help): Use it.
9943         (completion--embedded-envvar-table): Environment vars are
9944         always case-sensitive.
9946 2009-08-30  Glenn Morris  <rgm@gnu.org>
9948         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9949         from fortran-current-defun.
9950         (fortran-beginning-of-subprogram): Be more precise about finding the
9951         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9952         (fortran-end-of-subprogram): Simplify.
9953         (fortran-current-defun): Use fortran-start-prog-re.
9955 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9957         * subr.el (do-after-load-evaluation): Simplify.
9959 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9961         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9963         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9964         (vc-rcs-print-log): Use it.
9966         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9968 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9970         * paths.el (abbrev-file-name): Move to abbrev.el.
9971         * abbrev.el (abbrev-file-name): Move from paths.el.
9972         Obey user-emacs-directory.
9973         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9974         user-emacs-directory.
9975         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9976         abbrev-file-name and calc-settings-file any more.
9977         * startup.el (command-line): Recompute abbrev-file-name and
9978         abbreviated-home-dir.
9979         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9980         of the special code for when C-h bindings haven't been changed.
9981         (display-startup-echo-area-message): Use with-current-buffer.
9982         (command-line-1): Use a list of strings, rather than a list of lists
9983         of strings for longopts.
9985         * files.el (get-free-disk-space): Use / for default-directory.
9987         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9988         Use with-current-buffer.
9990         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9991         Recognize immutable variables like most-positive-fixnum.
9992         (byte-compile-setq-default): Check and warn if trying to assign
9993         to an immutable variable, or a non-variable.
9995         * progmodes/cc-vars.el (c-comment-continuation-stars):
9996         * progmodes/cc-engine.el (c-looking-at-bos):
9997         * progmodes/cc-cmds.el (c-toggle-auto-state)
9998         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9999         (c-comment-line-break-function): Add version of obsolescence.
10001 2009-08-28  Juri Linkov  <juri@jurta.org>
10003         * files.el (magic-fallback-mode-alist): Add ZIP magic number
10004         associated with `archive-mode'.
10006         * image.el (image-type-header-regexps): Use only JPEG magic number
10007         to determine JPEG images, and don't use `image-jpeg-p' because
10008         Emacs can display non-JFIF non-Exif JPEG images.
10010 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10012         * arc-mode.el (archive-mode):
10013         * emacs-lisp/re-builder.el (re-builder-unload-function):
10014         Protect against the default value of `major-mode' being nil.
10016 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10018         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10019         Fix typos in docstrings.
10021         * progmodes/js.el (js--macro-decl-re): Doc fix.
10022         (js--plain-method-re, js--split-name): Refloc docstring.
10023         (js--class-styles, js--make-merged-item, js--splice-into-items):
10024         Fix typos in docstrings; reflow docstrings.
10025         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10026         (js--variable-decl-matcher, js--inside-pitem-p)
10027         (js--parse-state-at-point, js--get-all-known-symbols)
10028         (js--symbol-history, js-find-symbol, js--js-references)
10029         (js--moz-interactor, js--js-encode-value, js--read-tab):
10030         Fix typos in docstrings.
10032 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10034         * textmodes/reftex.el (reftex-get-file-buffer-force):
10035         * progmodes/verilog-mode.el (verilog-batch-execute-func):
10036         * emulation/viper.el (viper-go-away, viper-set-hooks):
10037         * emacs-lisp/re-builder.el (re-builder-unload-function):
10038         * emacs-lisp/bytecomp.el (byte-compile-file):
10039         * ses.el (ses-unload-function):
10040         * hexl.el (hexl-find-file):
10041         * files.el (normal-mode):
10042         * ehelp.el (with-electric-help):
10043         * autoinsert.el (auto-insert-alist):
10044         * arc-mode.el (archive-mode):
10045         Use (default-value 'major-mode) instead of default-major-mode.
10047         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10048         * international/mule.el (load-with-code-conversion):
10049         * emacs-lisp/debug.el (debug):
10050         * ediff-vers.el (ediff-rcs-get-output-buffer):
10051         * dired.el (dired-internal-noselect): Don't let-bind
10052         default-major-mode around code that doesn't use it.
10053         E.g. buffer creation via get-buffer-create doesn't use it.
10055 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
10057         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10058         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10059         when writing the temp file.  Otherwise, epa-file gets confused.
10060         (tramp-register-file-name-handlers): Make it a defun.  Move also
10061         `epa-file-handler' to the front of `file-name-handler-alist'.
10063 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10065         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10066         start right after a ^M.
10067         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10068         (tramp-completion-file-name-regexp-separate)
10069         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10070         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10071         Don't modify last-coding-system-used by accident.
10072         (tramp-completion-file-name-handler): Apply the checks here,
10073         instead during registration.
10074         (tramp-register-file-name-handlers): Rename from
10075         `tramp-register-file-name-handler'.  Register both
10076         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10077         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
10079 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
10081         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10082         Remove variable ...
10083         (gdb-init-1, gdb-display-separate-io-buffer)
10084         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10085         references to it.
10086         (gdb-inferior-io-mode): Use make-comint-in-buffer.
10087         (gdb-inferior-filter): Use comint-output-filter to stop
10088         echoing and remove ^M characters.
10090 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10092         * emulation/viper-init.el (viper-restore-cursor-type):
10093         * emulation/cua-base.el (cua--update-indications):
10094         Replace default-cursor-type with (default-value 'cursor-type).
10096         * mail/sendmail.el (mail-recover-1):
10097         * international/mule-diag.el (describe-current-coding-system-briefly)
10098         (describe-current-coding-system):
10099         * international/mule-cmds.el (select-safe-coding-system)
10100         (select-message-coding-system)
10101         (set-language-environment-coding-systems, set-locale-environment):
10102         * hexl.el (hexl-insert-multibyte-char):
10103         * dos-w32.el (find-buffer-file-type-coding-system):
10104         * simple.el (what-cursor-position):
10105         Replace uses of default-buffer-file-coding-system
10106         with (default-value 'buffer-file-coding-system).
10108         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10109         Replace uses of default-cursor-in-non-selected-windows
10110         with (default-value 'cursor-in-non-selected-windows).
10111         Use with-current-buffer.
10113         * mail/feedmail.el: Use CL macros.
10114         (feedmail-run-the-queue, feedmail-send-it-immediately):
10115         * dos-w32.el (find-buffer-file-type): Replace uses of
10116         default-buffer-file-type with (default-value 'buffer-file-type).
10118 2009-08-28  Glenn Morris  <rgm@gnu.org>
10120         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10121         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10122         Use default-value of major-mode rather than default-major-mode.
10124 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10126         * Makefile.in (update-elcfiles): Report left over elc files.
10128         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10129         expand-file-name and with-current-buffer.
10130         (mail-get-names, mail-directory): Use with-current-buffer.
10132         * vc.el (vc-read-revision): New function.
10133         (vc-version-diff, vc-merge): Use it.
10135 2009-08-27  Sam Steingold  <sds@gnu.org>
10137         * simple.el (kill-do-not-save-duplicates): New user option.
10138         (kill-new): When it is non-nil, and the new string is the same as
10139         the latest kill, set replace to t to avoid duplicates in kill-ring.
10141 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
10143         * net/tramp.el (tramp-handle-process-file): Do not flush all
10144         caches when `process-file-side-effects' is set.
10145         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10146         instead of `tramp-find-file-exists-command'.
10147         Unset `process-file-side-effects'.
10149 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
10151         * net/tramp.el (tramp-methods): New method "rsyncc".
10152         (top): Add completion function for "rsyncc".
10153         (tramp-message-show-message): New defvar.
10154         (tramp-message, tramp-error): Use it.
10155         (tramp-do-copy-or-rename-file-directly): Extend check for direct
10156         remote copying.
10157         (tramp-do-copy-or-rename-file-out-of-band): Handle new
10158         `tramp-methods' entry `copy-env' of "rsyncc".
10159         (tramp-vc-registered-read-file-names): New defconst.
10160         (tramp-vc-registered-file-names): New defvar.
10161         (tramp-handle-vc-registered): Implement optimization strategy.
10162         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10163         (tramp-vc-file-name-handler): New defun.
10164         (tramp-get-ls-command, tramp-get-test-command)
10165         (tramp-get-file-exists-command, tramp-get-remote-ln)
10166         (tramp-get-remote-perl, tramp-get-remote-stat)
10167         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10169         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10170         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
10171         timestamps.
10172         (tramp-get-file-property): Check for timestamps in
10173         `tramp-cache-inhibit-cache'.
10174         (tramp-set-file-property): Write timestamp.
10176 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10178         * language/japan-util.el (japanese-symbol-table): Add entries for
10179         cp932-2-byte.
10181         * international/characters.el: Add category `j' to cp932-2-byte.
10183 2009-08-27  Kenichi Handa  <handa@m17n.org>
10185         * international/fontset.el (build-default-fontset-data): New macro.
10186         (setup-default-fontset): Use build-default-fontset-data for CJK,
10187         tibetan, ethiopic, and ipa.
10189 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10191         * cus-start.el (default-major-mode): Customize `major-mode' instead.
10192         (enable-multibyte-characters): Not customizable any more.
10194         * subr.el (default-mode-line-format, default-header-line-format)
10195         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10196         (default-direction-reversed, default-truncate-lines)
10197         (default-left-margin, default-tab-width, default-case-fold-search)
10198         (default-left-margin-width, default-right-margin-width)
10199         (default-left-fringe-width, default-right-fringe-width)
10200         (default-fringes-outside-margins, default-scroll-bar-width)
10201         (default-vertical-scroll-bar, default-indicate-empty-lines)
10202         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10203         (default-fringe-cursor-alist, default-scroll-up-aggressively)
10204         (default-scroll-down-aggressively, default-fill-column)
10205         (default-cursor-type, default-buffer-file-type)
10206         (default-cursor-in-non-selected-windows)
10207         (default-buffer-file-coding-system, default-major-mode)
10208         (default-enable-multibyte-characters): Mark as obsolete.
10210 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10212         * vc-dir.el (vc-dir-update): Remove debug helper.
10214         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10216 2009-08-26  Sam Steingold  <sds@gnu.org>
10218         * simple.el (save-interprogram-paste-before-kill): New user option.
10219         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10220         save the interprogram-paste into kill-ring before overriding it
10221         with the Emacs kill.
10223 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10225         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10226         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10227         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10228         and move to vc-rcs.el.
10229         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10230         move to vc-rcs.el.
10231         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10232         (vc-rcs-update-changelog): Remove.
10233         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10234         and move to vc-rcs.el.
10236         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10237         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10238         renaming.
10239         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10240         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10241         vc.el, renamed to be RCS specific.
10243         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10244         New functions.
10245         (vc-cvs-update-changelog): Move here from vc.el.
10247         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10248         New functions.
10250 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10252         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10254 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10256         * vc-git.el (vc-git-register): Use "git add" for directories.
10257         (vc-git-stash, vc-git-stash-show): New functions.
10258         (vc-git-extra-menu-map): Bind them.
10260         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10261         directory correctly in case the item is a directory itself.
10263         * vc.el: Document the desired behavior for reverted files in the
10264         `added' state.
10265         (vc-default-prettify-state-info): Remove function, unused.
10267         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10269 2009-08-26  Glenn Morris  <rgm@gnu.org>
10271         * bindings.el (standard-mode-line-format): Reposition dashes in
10272         which-func entry.  (Bug#4217)
10274         * files.el (enable-local-variables, enable-local-eval)
10275         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10276         the defcustoms.
10277         (auto-mode-alist, ignored-local-variables)
10278         (save-some-buffers-action-alist): Move risky declarations to the
10279         definitions.
10280         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10281         (font-lock-defaults, format-alist, imenu--index-alist)
10282         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10283         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10284         (mode-line-modified, mode-line-mule-info, mode-line-position)
10285         (mode-line-process, mode-line-remote, outline-level)
10286         (parse-time-rules, rmail-output-file-alist)
10287         (special-display-buffer-names, vc-mode):
10288         Move risky declarations to the relevant files.
10289         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10290         (mode-line-modified, mode-line-process, mode-line-position)
10291         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10292         * font-core.el (font-lock-defaults):
10293         * format.el (format-alist):
10294         * vc-hooks.el (vc-mode):
10295         * window.el (special-display-buffer-names):
10296         * international/mule-cmds.el (input-method-alist):
10297         Define riskiness here (dumped file) rather than in files.el.
10298         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10299         * imenu.el (imenu-generic-expression, imenu--index-alist):
10300         * outline.el (outline-level):
10301         * time.el (display-time-string):
10302         * calendar/parse-time.el (parse-time-rules):
10303         * mail/rmailout.el (rmail-output-file-alist):
10304         Autoload riskiness here, rather than placing in files.el.
10306 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10308         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10310 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10312         * simple.el (process-file-side-effects): New defvar.
10314         * dired-aux.el (dired-show-file-type):
10315         * vc.el (vc-diff-internal):
10316         * vc-arch.el (vc-arch-diff):
10317         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10318         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10319         * vc-git.el (vc-git-registered, vc-git-working-revision)
10320         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10321         (vc-git--empty-db-p):
10322         * vc-hooks.el (vc-user-login-name):
10323         * vc-svn.el (vc-svn-registered, vc-svn-state)
10324         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10325         * progmodes/grep.el (grep-probe): Let-bind
10326         `process-file-side-effects' with nil.
10328         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10330         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10331         daemon.  Replace ping by checking for running service for bluez
10332         and zeroconf.  (Bug#4239)
10334 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10336         * net/dig.el (dig): Add autoload cookie.
10338 2009-08-25  Glenn Morris  <rgm@gnu.org>
10340         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10341         load-history for absolute file-names.
10342         (byte-compile-file-form-require): Warn about use of the cl package.
10344         * format.el (format-alist): Doc fix.
10346         * play/bubbles.el (top-level): Don't require cl at run-time.
10348         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10349         run-time cl).
10351 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10353         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10354         from cl package.
10355         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10357 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10359         * calc/calc-alg.el (math-trig-rewrite)
10360         (math-hyperbolic-trig-rewrite): New functions.
10361         (calc-simplify): Simplify trig functions when asked.
10363 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10365         * diff-mode.el (diff-find-source-location): Avoid goto-line.
10367 2009-08-24  Kenichi Handa  <handa@m17n.org>
10369         * language/ind-util.el (mapthread): Delete it.
10370         (combinatorial): New function.
10371         (indian--puthash-cv): Use combinatorial instead of mapthread.
10373 2009-08-22  Kevin Ryde  <user42@zip.com.au>
10375         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10376         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10377         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10378         Clarify docstring that the value is strings not symbols.
10379         (checkdoc-list-of-strings-p): New function.
10381 2009-08-22  Glenn Morris  <rgm@gnu.org>
10383         * files.el (auto-mode-alist):
10384         * hippie-exp.el (he-concat-directory-file-name):
10385         * lpr.el (lpr-windows-system, printer-name):
10386         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10387         * ps-print.el (ps-windows-system):
10388         * startup.el (command-line):
10389         * emulation/viper-ex.el (viper-glob-function):
10390         * international/mule-cmds.el (set-language-environment-coding-systems):
10391         * net/ange-ftp.el (ange-ftp-write-region):
10392         * obsolete/fast-lock.el (fast-lock-cache-name):
10393         Remove code for defunct system-types emx, macos, mswindows, next-mach,
10394         unisoft-unix, vax-vms, win32, w32.
10396         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10397         given name if the pattern is not more specific.
10399         * calendar/lunar.el (lunar-phase-names): New option.
10400         (lunar-phase): Doc fix.
10401         (lunar-cycles-per-year): New constant.
10402         (lunar-index): New function.
10403         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10404         (lunar-phase-name): Use lunar-phase-names.
10405         (calendar-lunar-phases): Use format.
10406         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10408         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10409         Copy imenu-example--name-and-position function here for own use.
10410         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10412         * bs.el (bs--redisplay):
10413         * cus-edit.el (custom-redraw):
10414         * ibuffer.el (ibuffer-bury-buffer):
10415         * server.el (server-goto-line-column):
10416         * startup.el (command-line-1):
10417         * strokes.el (strokes-xpm-for-stroke):
10418         * term.el (term-display-buffer-line):
10419         * view.el (View-goto-line):
10420         * calc/calc.el (calc-do, calc-trail-buffer):
10421         * play/gamegrid.el (gamegrid-add-score-insecure):
10422         * progmodes/ada-mode.el (ada-compile-goto-error):
10423         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10424         (ebrowse-select-1st-to-9nth):
10425         * progmodes/cperl-mode.el (cperl-time-fontification):
10426         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10427         * progmodes/gud.el (gud-display-line):
10428         (idlwave-shell-display-line):
10429         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10430         * progmodes/make-mode.el (makefile-browser-toggle):
10431         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10432         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10433         * textmodes/picture.el (picture-draw-rectangle):
10434         * textmodes/reftex-index.el (reftex-index-goto-letter):
10435         (reftex-select-jump-to-previous):
10436         * textmodes/reftex-sel.el (reftex-find-start-point)
10437         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10438         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10439         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10440         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10441         * textmodes/two-column.el (2C-associated-buffer):
10442         Use forward-line rather than goto-line.
10444         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10445         goto-line.
10447         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10448         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10449         (quick-check-list-to-regexp): Declare.
10451         * progmodes/make-mode.el (makefile-browser-insert-selection):
10452         Use goto-char rather than goto-line.
10454         * progmodes/prolog.el (compilation-error-regexp-alist)
10455         (compilation-forget-errors): Declare.
10457 2009-08-22  Juri Linkov  <juri@jurta.org>
10459         * progmodes/grep.el (lgrep, rgrep): At the beginning
10460         set `dir' to `default-directory' unless `dir' is a non-nil
10461         readable directory.  (Bug#4052)
10462         (lgrep, rgrep): Change a weird way to report an error
10463         from using `read-string' to using `error'.
10464         Instead of using interactive arguments in the function body,
10465         add new argument `confirm'.
10467 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10469         * textmodes/remember.el (remember-buffer):
10470         * progmodes/cperl-mode.el (cperl-vc-header-alist):
10471         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10472         (icalendar-extract-ical-from-buffer):
10473         * net/newst-treeview.el (newsticker-groups-filename):
10474         * net/newst-backend.el (newsticker-cache-filename):
10475         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10476         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10477         (speedbar-add-ignored-path-regexp, speedbar-line-path)
10478         (speedbar-buffers-line-path, speedbar-path-line)
10479         (speedbar-buffers-line-path):
10480         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10481         (epg-sign-keys):
10482         * epa.el (epa-display-verify-result):
10483         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10485 2009-08-21  Glenn Morris  <rgm@gnu.org>
10487         * progmodes/js.el (inferior-moz-process): Fix declaration.
10489         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10491         * obsolete/rnewspost.el (news-mail-reply):
10492         Use goto-char rather than goto-line.
10494         * term/ns-win.el (ns-open-file-select-line):
10495         Use line-beginning-position rather than goto-line.
10497         * apropos.el (apropos-command):
10498         * ehelp.el (electric-helpify):
10499         * printing.el (pr-show-setup):
10500         * strokes.el (strokes-help):
10501         * tutorial.el (tutorial--describe-nonstandard-key)
10502         (tutorial--detailed-help):
10503         * woman.el (woman-mini-help, woman-display-extended-fonts):
10504         * calc/calc-help.el (calc-describe-key):
10505         * emulation/edt.el (edt-electric-helpify):
10506         * international/mule-diag.el (mule-diag):
10507         * play/yow.el (apropos-zippy):
10508         * progmodes/python.el (python-describe-symbol):
10509         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10510         * textmodes/table.el (*table--cell-describe-mode)
10511         (*table--cell-describe-bindings):
10512         Use help-print-return-message rather than the now obsolete alias.
10514         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10515         (calendar-cursor-to-visible-date):
10516         * play/5x5.el (5x5-position-cursor):
10517         * play/decipher.el (decipher):
10518         * play/gomoku.el (gomoku-goto-xy):
10519         * play/landmark.el (lm-goto-xy):
10520         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10521         (mpuz-paint-digit):
10522         Use forward-line, not goto-line.
10524         * mail/rmail.el (rmail-obsolete): Delete custom group.
10525         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10526         (rmail-remote-password, rmail-remote-password-required):
10527         Remove unneeded :set-after and :set properties.
10529 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10531         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10533 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10535         * loadup.el: Remove leftover macos code.
10537         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10538         Explicitly pass the date format to git blame so that user local
10539         so that the output format can be parsed.
10541 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10543         * net/dbus.el (top): Don't check for (getenv
10544         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10546 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10548         * log-edit.el (log-edit-strip-single-file-name): New var.
10549         (log-edit-insert-changelog): Use it.  Bug#3571
10551 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10553         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10554         Bug#3287
10556         * help.el (help-print-return-message): Rename from
10557         print-help-return-message.
10559         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10560         cvs-mode-map parent hack.
10561         (log-view-mode): Derive from special-mode.
10563         * linum.el (linum-mode): window-size-change-functions is redundant.
10564         Adapt to new window-configuration-change-hook behavior.
10565         (linum-after-size, linum-after-config): Remove.
10567         * imenu.el (imenu-example--name-and-position)
10568         (imenu-example--lisp-extract-index-name)
10569         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10570         Mark as obsolete.
10572         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10573         (inferior-prolog-mode): Use it.
10574         (inferior-prolog-load-file): Reset list of errors.
10576 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10578         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10580         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10582 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10584         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10585         is running already.
10587 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10589         * subr.el (listify-key-sequence-1): Use normal syntax since those
10590         integers are nowadays always represented by the same (positive) number
10591         on all platforms.
10592         (read-key-empty-map): New const.
10593         (read-key-delay): New var.
10594         (read-key): New function.
10595         (force-mode-line-update): Use with-current-buffer.
10596         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10597         (start-process-shell-command, start-file-process-shell-command):
10598         Discourage the use of command-args.
10600 2009-08-19  Glenn Morris  <rgm@gnu.org>
10602         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10604 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10606         * simple.el (choose-completion-string): Don't rely on
10607         minibuffer-completing-file-name and ad-hoc checks to decide whether
10608         to continue completion or not.
10610         * minibuffer.el (minibuffer-hide-completions): New function.
10611         (completion--do-completion): Use it.
10612         (completions-annotations): New face.
10613         (completion--insert-strings): Use it.
10614         (completion-pcm--delim-wild-regex): Add docstring.
10615         (completion-pcm--string->pattern): Add support for 0-width delimiters
10616         in completion-pcm--delim-wild-regex.
10618 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10620         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10621         Remove unused var `buffer-modified-p'.
10623         * minibuffer.el (completion--do-completion): Move point for the #b001
10624         case as well (bug#4176).
10625         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10627 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10629         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10630         and :session buses.
10632 2009-08-18  Kenichi Handa  <handa@m17n.org>
10634         * international/ucs-normalize.el (ucs-normalize-version):
10635         Change to 1.1.
10636         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10637         (utf-8-hfs): Make it perform normalization on encoding too.
10639         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10640         (sentence-end-without-space): Delete duplicated chars.
10641         (sentence-end-base): Likewise.
10643         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10644         (html-mode): Delete duplicated chars from sentence-end-base.
10646         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10647         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10649 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10651         * files.el (hack-one-local-variable): If the mode function is for
10652         a minor mode, pass it an argument (Bug#4148).
10654 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10656         * net/tramp.el (tramp-register-completion-file-name-handler):
10657         Check also for (member 'partial-completion completion-styles).
10659 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10661         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10662         abbrev (Bug#3943).
10664 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10666         * progmodes/cperl-mode.el: Merge upstream 6.2.
10667         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10668         (cperl-forward-re): Check cperl-brace-recursing.
10669         (cperl-highlight-charclass): New function.
10670         (cperl-find-pods-heres): Use it.
10671         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10672         (cperl-beautify-regexp-piece): Fix column calculation.
10673         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10674         (cperl-beautify-level): Don't process entire regexp.
10675         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10676         calling man.
10677         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10678         (cperl-init-faces): Build a list in the normal way.
10680 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10682         * calendar/parse-time.el (parse-time-string-chars): Save match
10683         data.
10685 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10687         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10688         (sql-product): Use it.
10689         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10690         (sql-set-product): Add completion.
10691         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10692         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10693         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10694         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10695         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10696         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10697         (sql-highlight-db2-keywords): Remove.
10698         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10699         (sql-highlight-product): Use derived-mode-p.
10700         (sql-set-sqli-buffer): Use with-current-buffer.
10701         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10702         Simplify.
10704         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10706         * term.el: Fix commenting convention, turn comments into docstrings.
10708 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10710         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10712 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10714         * calendar/parse-time.el (parse-time-string-chars): Compute using
10715         character classes, to handle non-ascii characters (Bug#3190).
10717 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10719         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10720         another heredoc if the user adds another < (Bug#3226).
10722         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10723         Don't initialize based on window-system (Bug#4124).
10725         * facemenu.el (facemenu-read-color): Use a completion function
10726         that accepts any defined color, such as RGB triplets (Bug#3677).
10728         * files.el (get-free-disk-space): Change fallback default
10729         directory to /.  Expand DIR argument before switching to fallback.
10730         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10732 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10734         * files.el (load-library): Doc fix.
10736 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10738         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10739         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10740         incremental search string.
10742         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10743         XEmacs.
10745         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10746         (ediff-merge-region-is-non-clash)
10747         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10748         Also check if the job is really a merge job.
10750         * ediff.el (ediff-current-file): New function.
10752 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10754         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10755         conventions.
10756         (js-insert-and-indent): Delete function.
10757         (js-mode-map): Don't bind keys to js-insert-and-indent.
10758         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10759         (js-end-of-defun): Rename from js--end-of-defun.
10760         (js-auto-indent-flag): Delete variable.
10762 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10764         * progmodes/js.el: Remove proclaim statement.
10765         Defvar which-func-imenu-joiner-function to silence compiler.
10767         * files.el (auto-mode-alist): Use js-mode for .js files.
10769         * progmodes/js2-mode.el: Remove file.
10771         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10773         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10775         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10777 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10778             Karl Landstrom  <karl.landstrom@brgeight.se>
10780         * progmodes/js.el: New file.
10782 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10784         * timezone.el (timezone-parse-date): Add ability to understand ISO
10785         basic format (minimal separators) dates in addition to the
10786         already-supported extended format dates.
10788 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10790         * international/ucs-normalize.el: Add a `coding' file variable.
10792         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10794 2009-08-14  Sam Steingold  <sds@gnu.org>
10796         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10798 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10800         * faces.el (help-argument-name): Define it here instead of
10801         help-fns.el, because in daemon mode help-fns.el may be loaded when
10802         faces are still uninitialized (Bug#1078).
10804         * help-fns.el (help-argument-name): Move defface to faces.el.
10806 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10808         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10809         create buffer with a pty but no process so that GDB can make the
10810         inferior the controlling process.
10812 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10814         * international/ucs-normalize.el: New file.
10816 2009-08-13  Richard Stallman  <rms@gnu.org>
10818         * mail/rmail.el (rmail-get-attr-names):
10819         Accept an attribute header that is too short.
10821         * mail/rmail.el (rmail-forget-messages):
10822         Ignore nil elt in rmail-message-vector.  Use dotimes.
10824         * progmodes/compile.el (compilation-goto-locus):
10825         Use next-error-move-function.
10827         * simple.el (next-error-move-function): New variable.
10829 2009-08-12  Juri Linkov  <juri@jurta.org>
10831         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10832         always non-nil.  (Bug#4052)
10834         * replace.el (read-regexp): Return empty string when
10835         `default-value' is nil.
10836         (keep-lines-read-args): Don't use empty string as the
10837         default value for `read-regexp'.  (Bug#2495)
10839 2009-08-12  Juri Linkov  <juri@jurta.org>
10841         * international/mule-cmds.el (ucs-insert): Change arguments
10842         from `arg' to `character', `count', `inherit' to be the same
10843         as in `insert-char'.  Doc fix.  (Bug#4039)
10845         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10847 2009-08-12  Juri Linkov  <juri@jurta.org>
10849         * files-x.el: New file.
10851         * files.el: Move code that deals with adding/deleting
10852         file/directory-local variables to files-x.el.
10854         * Makefile.in (ELCFILES): Add files-x.elc.
10856 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10858         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10859         to use `goto-line'.
10860         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10861         `goto-line'.
10862         (gdb-invalidate-disassembly): Do not refresh upon receiving
10863         'update signal.  Instead, update all disassembly buffers only after
10864         threads list.
10865         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10866         (gdb-starting): Move -data-list-register-names...
10867         (gdb-stopped): ...here so it's sent when first thread stops.
10868         (gdb-registers-handler-custom): Do nothing if register names are
10869         unknown yet.
10871         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10872         from `gdb-mi.el' to avoid extra tangling.
10874         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10875         change which breaks `gud-def' definitions used in `gdb'.
10876         (gdb-update-gud-running): No extra fuss for updating frame number.
10878 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10880         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10881         (describe-language-environment-map, setup-language-environment-map)
10882         (set-coding-system-map): Move initialization into declaration.
10883         (set-language-info-alist): Last arg to define-key-after can be skipped.
10885         * international/quail.el (quail-completion-1): Simplify.
10886         (quail-define-rules): Use slightly more compact code.
10887         (quail-insert-decode-map): Propertize keys, compact columns.
10889         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10890         Add goto-line.
10892 2009-08-10  Miles Bader  <miles@gnu.org>
10894         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10895         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10896         (js2-instance-member, js2-private-member, js2-private-function-call)
10897         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10898         (js2-magic-paren, js2-external-variable):
10899         Remove "-face" suffix from face names.
10900         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10901         (js2-highlight-undeclared-vars, js2-peek-token)
10902         (js2-parse-function-params, js2-mode-show-errors)
10903         (js2-mode-show-warnings, js2-make-magic-delimiter)
10904         (js2-mode-highlight-magic-parens): Update to use new face names.
10906 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10908         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10909         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10911 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10913         * subr.el: Provide hashtable-print-readable.
10915         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10916         hs-c-like-adjust-block-beginning.
10917         (hs-hide-block-at-point): Stop hiding at the beginning of
10918         hs-block-end-regexp (Bug#700).
10920 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10922         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10923         a macro.
10924         (gdb-registers-handler-custom): Do not fail when register names
10925         are unavailable.
10927 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10929         * progmodes/gdb-mi.el (gdb-control-all-threads)
10930         (gdb-control-current-thread): Interactive setters for
10931         `gdb-gud-control-all-threads' to use in menu.
10932         (gdb-show-run-p): Show «Go» when process is not active.
10933         (gud-tool-bar-map): Add non-stop/A,T indicator.
10934         Uses gud/thread.xpm and gud/all.xpm.
10936 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10938         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10939         (nslookup-font-lock-keywords): Make it a variable.
10940         (net-utils-mode): New mode for viewing diagnostic network output.
10941         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10942         (net-utils-run-simple): New function.
10943         (ifconfig, iwconfig, netstat, arp, route): Use it.
10945 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10947         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10948         (gdb-memory-set-address, def-gdb-set-positive-number)
10949         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10950         after changing settings.
10951         (gdb-invalidate-disassembly): Update when first shown.
10952         (gdb-edit-locals-value): Fixed.
10953         (gdb-registers-handler-custom): Print registers in right order and
10954         allow changing register values (only for current thread yet).
10955         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10956         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10957         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10958         (gdb-locals-handler-custom, gdb-registers-handler-custom):
10959         Thread info in mode name.
10960         (gdb-registers-mode-map): TAB to switch to locals.
10962 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10964         * mail/rmail.el (rmail-add-mbox-headers)
10965         (rmail-set-message-counters-counter): Search for
10966         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10968 2009-08-08  Glenn Morris  <rgm@gnu.org>
10970         * Makefile.in (ELCFILES): Update.
10972 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10974         * mail/sendmail.el (mail-yank-original):
10975         Set buffer-file-coding-system from the one used by the message whose
10976         text is yanked.
10978         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10979         to "windows" when "pgnuplot" is used.
10980         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10981         Don't call accept-process-output if "pgnuplot" is used.
10982         (calc-graph-init): Don't send -display and -geometry to
10983         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10984         running "pgnuplot -V" with shell-command-to-string.
10986         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10987         the default.
10989 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10991         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10992         org/org-latex.elc.
10994 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10996         * vc-dispatcher.el (vc-resynch-window): Update comment.
10998         * term.el (term-handle-ansi-escape): Add comments with the
10999         terminfo capabilities implemented.
11001 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
11003         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11004         (gdb-var-create-handler): Rewritten using JSON parser.
11005         (gdb-propertize-header): Move earlier.
11006         (gdb-set-header): Remove to avoid duplication.
11007         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11008         Refresh disassembly buffers only after threads list have been
11009         update.
11010         (gdb-threads-header, gdb-registers-header): Per-buffer header line
11011         variables.
11013 2009-08-04  Juri Linkov  <juri@jurta.org>
11015         * files.el: Commands to add/delete file/directory-local variables.
11016         (read-file-local-variable, read-file-local-variable-value)
11017         (read-file-local-variable-mode, modify-file-local-variable)
11018         (modify-file-local-variable-prop-line)
11019         (modify-dir-local-variable): New functions.
11020         (add-file-local-variable, delete-file-local-variable)
11021         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11022         (add-dir-local-variable, delete-dir-local-variable)
11023         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11024         (copy-dir-locals-to-file-locals-prop-line): New commands.
11026 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
11028         * abbrev.el (insert-abbrev-table-description): Prettify output.
11029         Suggested by Karl Chen.
11031 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
11033         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11034         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11035         (gdb-overlay-arrow-position, gdb-thread-position)
11036         (gdb-disassembly-position): Declare variables.
11037         (gdb-wait-for-pending): Function now.
11038         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11039         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11040         compilation goes smoothly.
11041         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11042         (gdb-non-stop-setting): New customization setting which replaces
11043         `gdb-non-stop' so changing it doesn't break active GDB session.
11044         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11045         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11046         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11047         (gdb-show-threads-by-default): New customization options.
11048         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11049         routines.
11050         (gdb-get-buffer-create): Send buffers update signal when they are
11051         created.
11052         (gdb-invalidate-locals, gdb-invalidate-registers)
11053         (gdb-invalidate-breakpoints)
11054         (gdb-invalidate-threads, gdb-invalidate-disassembly)
11055         (gdb-invalidate-memory): Accept update signal.
11056         (gdb-current-context-command): Use --frame option.
11057         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11058         Implement `gdb-frame-number' selection logic.
11059         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11060         whether to show GUD toolbar buttons.
11061         (gdb-thread-exited): Unselect current thread when it exits.
11062         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11063         (gdb-mark-line): Routine which sets overlay arrow or inverses
11064         video on fringeless displays.
11065         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11066         to build aligned columns of data in GDB buffers and set text
11067         properties line-by-line.
11068         (gdb-invalidate-breakpoints)
11069         (gdb-breakpoints-list-handler-custom)
11070         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11071         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11072         (gdb-registers-handler-custom): Align data columns.
11073         (gdb-locals-handler-custom): Now prints data like in variable
11074         declarations.
11075         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11076         Remove confusing buttons.
11077         (gdb-invalidate-threads): Append --frame.
11078         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11079         between breakpoints/threads buffers.
11080         (gdb-set-window-buffer): Now can ignore dedicated windows.
11081         (gdb-propertize-header): Use `gdb-set-window-buffer'.
11082         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11083         (def-gdb-thread-buffer-gud-command): Replaces
11084         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11085         for fine thread control.
11086         (gdb-preempt-existing-or-display-buffer): New function used to
11087         display bound buffers without breaking window layout.
11088         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11089         (gdb-select-frame): New version of `gdb-frames-select' which now
11090         sets `gdb-frame-number' so commands may use --frame option instead
11091         of inner debugger state.
11092         (gdb-frame-handler): Do not set `gdb-frame-number'.
11093         (gdb-threads-mode-map): Select threads with mouse.
11095         * progmodes/gud.el (gdb-gud-context-call): Declare function to
11096         avoid compilation warning.
11097         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11098         `gdb-show-stop-p`.
11100         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11101         Argument `key' renamed to `buffer-type'.
11102         (gdb-current-context-buffer-name): Do not add thread info to
11103         buffer name when no thread is selected.
11104         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11105         command (bug 3794).
11106         (gdb-thread-selected): Handle `=thread-selected' notification.
11107         (gdb-wait-for-pending): New macro to deal with congestion problems.
11108         (gdb-breakpoints-list-handler-custom): Don't fail on pending
11109         breakpoints.
11110         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11111         This fixes problem similar to one described in bug 3947.
11112         (gud-menu-map): More menu items.
11113         (gdb-init-1): Reset `gdb-thread-number' to nil.
11115         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11116         non-stop settings.
11118         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11119         (gdb-current-context-command): Do not append --thread if
11120         `gdb-thread-number' is nil.
11121         (gdb-running-threads-count, gdb-stopped-threads-count):
11122         New variables.
11123         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11124         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11125         New customization options.
11126         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11127         GUD commands.
11128         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11129         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11130         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11131         set `gdb-thread-number' and update `gud-running' properly.
11132         (gdb-running): Update threads list when new threads appear.
11133         (gdb-stopped): Support non-stop operation and new thread switching
11134         logic.
11135         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11136         (gdb-json-partial-output): New set of JSON routines.
11137         (def-gdb-auto-update-trigger): New `signal-list' optional
11138         argument.
11139         (gdb-thread-list-handler-custom): Update `gud-running',
11140         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11141         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11142         (gdb-continue-thread, gdb-step-thread): New commands for fine
11143         thread execution control.
11144         (gud-menu-map): New menu items to switch non-stop options.
11145         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11146         (gdb-send): Mimic RET properly (bug 3794).
11148         * progmodes/gdb-mi.el (gdb-rules-name-maker)
11149         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11150         gdb-buffer-rules.
11151         (def-gdb-auto-update-handler): New nopreserve optional argument.
11152         (gdb-stack-list-frames-custom): Print stack from top to bottom.
11154         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11155         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11156         (gdb-parent-mode): New mode to derive other GDB modes from.
11157         (gdb-display-disassembly-for-thread)
11158         (gdb-frame-disassembly-for-thread): New commands for threads
11159         buffer.
11161         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11162         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11163         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11164         (gdb-update): We now store all GDB buffers in a list so that they
11165         can be updated by traversing a list instead of calling invalidate
11166         triggers explicitly.
11167         (def-gdb-trigger-and-handler): New macro to define trigger-handler
11168         pair for GDB buffer.
11169         (gdb-stack-buffer-name): Add thread information.
11170         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11171         handle pending triggers.
11172         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11173         (def-gdb-thread-buffer-simple-command)
11174         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11175         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11176         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11177         New commands which show buffers bound to thread.
11178         (gdb-stack-list-locals-regexp): Remove unused regexp.
11180         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11181         (gdb-locals-buffer-name, gdb-registers-buffer-name)
11182         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11183         to (gud-comint-buffer) in *-buffer-name functions
11184         because (gdb-get-target-string) already does that.
11185         (gdb-locals-handler-custom, gdb-registers-handler-custom)
11186         (gdb-changed-registers-handler): Rewritten without regexps.
11188         * progmodes/gdb-mi.el: Basic thread selection support.
11189         (gdb-thread-number): New variable.
11190         (gdb-current-context-command): New macro which adds --thread
11191         option to command.
11192         (gdb-threads-mode-map): Select thread with SPC.
11193         (gdb-thread-list-handler-custom): Mark current thread with overlay
11194         arrow.  Synchronize GDB thread and Emacs thread.
11195         (gdb-select-thread): New command which selects current thread.
11196         (gdb-invalidate-frames, gdb-invalidate-locals)
11197         (gdb-invalidate-registers): Use --thread option.
11199 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
11201         * net/tramp.el (top): Make check for tramp-gvfs loading more
11202         robust.  (Bug#3977)
11203         (tramp-handle-insert-file-contents): `unwind-protect' must be
11204         inside `with-parsed-tramp-file-name'.
11206         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11207         fails.
11209 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11211         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11212         directory if CLASSPATH is not set.
11214 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11216         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11217         New defconst.
11218         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11220 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11222         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11223         Update freshmeat link.  Delete newsforge.com as it seems gone.
11225 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11227         * select.el (x-set-selection): Doc fix (Bug#4021).
11229         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11231         * help-fns.el (describe-variable): Treat list return values from
11232         dir-locals-find-file properly (Bug#4005).
11234 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11236         * net/tramp.el (tramp-debug-message): Print also microseconds.
11238 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11240         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11241         or END is non-nil.
11242         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11243         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11244         format.
11246         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11247         (tramp-get-file-property): Use it.
11249         * autorevert.el (auto-revert-handler):
11250         Allow `auto-revert-tail-mode' for remote files.
11252 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11254         * minibuffer.el (read-file-name): Treat confirm options to
11255         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11257 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11259         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11260         (font-lock-variable-name-face, font-lock-constant-face):
11261         Darken the colors for light backgrounds.
11263 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11265         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11266         month names.  (Bug#3987)
11268 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11270         * simple.el (line-move-finish): Pass whole number to
11271         line-move-to-column.
11272         (line-move-visual): Perform hscroll to the recorded position.
11274 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11276         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11278 2009-07-29  Alan Mackenzie  <acm@muc.de>
11280         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11282 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11284         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11285         (gdb-place-breakpoints): Use full path when setting breakpoints.
11287 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11289         * calc/calc.el (calc-mode-map): Add keybinding for
11290         `calc-transpose-lines'.
11292 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11294         * calc/calc-misc.el (calc-transpose-lines): New function.
11296 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11298         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11299         Simplify check for out-of-band methods.
11300         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11301         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11303 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11305         * vc-git.el (vc-git-checkin): Fix typo.
11307 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11309         * progmodes/js2-mode.el: New file.
11311 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11313         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11314         (gud-menu-map): Adjust tooltip accordingly.
11316 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11318         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11319         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11321         * add-log.el (change-log-mode-map): Add a menu.
11323 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11325         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11326         function returns nil.
11327         (dbus-handle-event): Handle special return value :ignore.
11328         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11330 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11332         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11333         it's not needed.
11335 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11337         Fix Bug#3888:
11339         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11341         * term/pc-win.el (x-display-name, x-colors)
11342         (x-select-enable-clipboard, x-select-text): Doc fix.
11344         * term/common-win.el (x-display-name, x-colors): Doc fix.
11346         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11347         (xw-defined-colors): Doc fix.
11349         * w32-fns.el (x-select-text, x-setup-function-keys)
11350         (x-get-selection, x-set-selection): Doc fix.
11352         * term/x-win.el (x-select-text, x-setup-function-keys)
11353         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11355         * select.el (x-set-selection): Doc fix.
11357 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11359         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11360         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11361         "IsNSSSupportAvailable" method is not available.
11362         Reported by Steve Youngs <steve@sxemacs.org>.
11364 2009-07-24  Kenichi Handa  <handa@m17n.org>
11366         * international/characters.el: Fix setting of category ?C, ?|, ?K,
11367         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
11368         (build-unicode-category-table): Fix range checks.
11370 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
11372         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11373         the buffer we try to sync is current when calling
11374         vc-resynch-buffer.
11376         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11377         not show up to date files.
11379 2009-07-24  Glenn Morris  <rgm@gnu.org>
11381         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11382         Add autoload cookies.  If necessary, initialize.
11383         (elint-log): Handle non-file buffers.
11384         (elint-initialize): Add optional argument to reinitialize.
11385         (elint-find-builtin-variables): Save excursion.
11387 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11389         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11390         for Lint.
11392 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11394         * vc.el (vc-print-log-internal): New function, split out from ...
11395         (vc-print-log): ... here.
11396         (vc-dir-move-to-goal-column): Declare.
11398         * vc-git.el (vc-git-add-signoff): New variable.
11399         (vc-git-checkin): Use it.
11400         (vc-git-toggle-signoff): New function.
11401         (vc-git-extra-menu-map): Bind it to menu.
11402         (vc-git--run-command-string): Accept a nil FILE argument.
11403         (vc-git-stash-list): New function.
11404         (vc-git-dir-extra-headers): Use it.
11406 2009-07-23  Glenn Morris  <rgm@gnu.org>
11408         * help-fns.el (describe-variable): Describe ignored and risky local
11409         variables in a similar way to that in which we describe safe ones.
11411         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11412         (byte-compile-output-file-form, byte-compile-output-docform)
11413         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11414         Give some more local variables with common names a "bytecomp-" prefix,
11415         so as not to shadow things during compilation.
11416         * emacs-lisp/cl-macs.el (load-time-value)
11417         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11418         `outbuffer' to `bytecomp-outbuffer'.
11420         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11421         since the next two variables cover them automatically now.
11422         (elint-builtin-variables, elint-autoloaded-variables): New.
11423         (elint-unknown-builtin-args): Remove all members, since they can be
11424         parsed automatically now.
11425         (elint-extra-errors): New.
11426         (elint-env-add-env, elint-env-add-macro): Use cadr.
11427         (elint-current-buffer): Use or.  Change final message.
11428         (elint-get-top-forms): Use line-end-position.
11429         (elint-init-env): Use cadr.  Handle autoload, declare-function,
11430         and defalias.
11431         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
11432         (regexp-assoc): Remove unused function.
11433         (elint-top-form): Set elint-current-pos, to record the start of the
11434         top-level form, for compilation-mode.
11435         (elint-form): Trap errors in macro expansion.  Use dolist.
11436         (elint-unbound-variable): Use elint-builtin-variables and
11437         elint-autoloaded-variables.
11438         (elint-get-args): Use cadr, or.
11439         (elint-check-cond-form): Use dolist, cadr.
11440         (elint-check-condition-case-form): Doc fix.  Use cadr.
11441         Use elint-extra-errors.
11442         (elint-log): New function.
11443         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11444         Distinguish errors and warnings.
11445         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
11446         Use a bytecomp-style format.
11447         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
11448         (elint-get-log-buffer): Use compilation mode.  Disable undo.
11449         Don't truncate lines.
11450         (elint-initialize): Set builtin and autoloaded variable lists.
11451         Only process elint-unknown-builtin-args if non-nil.
11452         (elint-find-builtin-variables, elint-find-autoloaded-variables):
11453         New functions.
11454         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
11456 2009-07-22  Kevin Ryde  <user42@zip.com.au>
11458         * net/newst-backend.el (newsticker--parse-atom-1.0)
11459         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11460         (newsticker--parse-rss-1.0):
11461         * progmodes/idlwave.el (idlwave-mode):
11462         * progmodes/idlw-shell.el (idlwave-shell-mode):
11463         * progmodes/vera-mode.el (vera-mode):
11464         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11465         * progmodes/vhdl-mode.el (vhdl-mode):
11466         * textmodes/table.el (table-generate-source)
11467         (table--warn-incompatibility):
11468         Hyperlink urls in docstrings with URL `...'.
11470 2009-07-22  Glenn Morris  <rgm@gnu.org>
11472         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11473         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11474         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11475         Remove leading * from defcustom docs.
11477         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
11479         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11480         defcustom doc.
11481         (list-load-path-shadows): Optionally, just return shadows as a string.
11483         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11485 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11487         * mail/rmailedit.el (rmail-edit-mode):
11488         Use auto-save-include-big-deletions.
11490         * mail/rmail.el (rmail-variables):
11491         Use auto-save-include-big-deletions.
11493         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11494         changes.
11496 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11498         * calc/calc.el (calc-undo-length): New variable.
11499         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11501 2009-07-21  Richard Stallman  <rms@gnu.org>
11503         * files.el (auto-save-mode): Handle buffer-save-size = -2
11504         for toggling mode.
11506 2009-07-21  Glenn Morris  <rgm@gnu.org>
11508         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11510         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11512         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11513         silence compiler.  Instead...
11514         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11515         (ps-print-ensure-fontified): Update for above function name changes.
11517         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11518         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11519         silence compiler.  Instead...
11520         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11521         (mh-show-buffer): Only define for compiler.
11522         (pr-mh-current-message): Update for above function name changes.
11524         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11525         as an argument.
11526         (find-file-noselect, insert-file-1): Update for above change.
11528         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11530         * mail/mailclient.el (mailclient-send-it): Fix message.
11532         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11533         (edebug-eval): Check cl-debug-env is bound.
11534         (print-level, print-circle): Don't redefine built-in variables.
11536         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11537         (custom-print-vectors): Remove old comments from doc.
11539         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11540         (emerge-version): Make the variable an obsolete alias for the
11541         emacs-version variable.  Make the function obsolete.
11542         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11543         Emerge options, rather than merging in into the main Options menu.
11544         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11545         and auto advance modes.  Disable edit/fast items when not relevant.
11547 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11549         * term/vt420.el (terminal-init-vt420): Fix typo.
11551 2009-07-20  Sam Steingold  <sds@gnu.org>
11553         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11554         variable (removed from compile.el on 2004-03-11).
11556 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11558         * files.el (hack-local-variables-filter): Fix last change.
11560 2009-07-19  Juri Linkov  <juri@jurta.org>
11562         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11563         (dir-local-variables-alist): New buffer-local variable.
11564         (hack-local-variables-filter): If variable is not dir-local,
11565         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11566         because file-local overrides dir-local.
11567         (c-postprocess-file-styles) <declare-function>:
11568         Remove obsolete declaration.
11569         (hack-dir-local-variables): Add dir-local variable/value pair to
11570         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11572         * help-fns.el (describe-variable): Add information about
11573         file-local and dir-local variables.
11575 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11577         * files.el (hack-local-variables-filter): Rewrite.
11579 2009-07-19  Glenn Morris  <rgm@gnu.org>
11581         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11582         Silence compiler by only defining on XEmacs.
11584         * international/mule.el (auto-coding-regexp-alist): Only match
11585         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11587         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11588         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11589         (cal-menu-context-mouse-menu): Doc fix.
11591         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11593         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11595 2009-07-18  Juri Linkov  <juri@jurta.org>
11597         * info.el: Virtual Info keyword finder.
11598         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11599         (Info-finder-file): New variable.
11600         (Info-finder-find-file): New function.
11601         (finder-known-keywords, finder-package-info)
11602         (find-library-name, lm-commentary): Use defvar and
11603         declare-function to silence compiler warnings.
11604         (Info-finder-find-node): New function.
11605         (info-finder): New command.
11607         * subr.el (process-kill-buffer-query-function): New function.
11608         (add-hook)<kill-buffer-query-functions>: Add hook
11609         `process-kill-buffer-query-function'.
11611 2009-07-18  Alan Mackenzie  <acm@muc.de>
11613         * progmodes/cc-mode.el (c-before-hack-hook)
11614         (c-postprocess-file-styles): Give invocation of `c-set-style'
11615         DONT-OVERRIDE parameter of t.  Already set style variables will
11616         thus not be overridden by style settings given by `c-file-syle'.
11618         * files.el (hack-local-variables-filter): Remove entries with
11619         duplicate keys from `file-local-variables-alist'.
11621 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11623         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11624         x-set-selection if display-selections-p returns nil for the
11625         current frame.
11627 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11629         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11631 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11633         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11634         Accept nil in addition to a regexp.
11635         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11636         Accept nil in addition to a regexp.
11637         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11638         buffers that have an associated file.  Handle nil values of
11639         desktop-buffers-not-to-save and desktop-files-not-to-save.
11640         (Bug#3833)
11642         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11643         (x-disown-selection-internal): New functions.
11645 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11647         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11648         warning.
11649         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11650         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11652 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11654         * simple.el (set-mark): Revert last change.
11656 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11658         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11659         rendering of pngs is not possible instead of messaging a long
11660         description.
11662 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11664         * w32-fns.el (x-selection-owner-p): New function.
11666         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11667         (mouse-yank-at-click, mouse-yank-primary):
11668         If select-active-regions is non-nil, deactivate the mark before
11669         insertion.
11671         * simple.el (deactivate-mark, set-mark): Only save selection if we
11672         own it.
11674 2009-07-17  Kenichi Handa  <handa@m17n.org>
11676         * case-table.el (describe-buffer-case-table): Fix for the case
11677         that KEY is a cons.
11679 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11681         * vc-rcs.el (vc-rcs-find-file-hook):
11682         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11684 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11686         * net/tramp.el (tramp-wait-for-output): Handle the case when
11687         commands do not return a newline but a null byte before the shell
11688         prompt.  (Bug#3858)
11690 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11692         * term/ns-win.el (ns-set-alpha): Don't declare.
11693         (ns-set-background-alpha): Remove function.
11695 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11697         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11698         y-or-n-p, for safety.
11700 2009-07-16  Richard Stallman  <rms@gnu.org>
11702         * files.el (auto-save-mode): If buffer-saved-size is -2,
11703         don't clobber it.
11705         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11706         (rmail-retry-ignored-headers): Add more uninteresting fields.
11708 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11710         * net/rcirc.el (rcirc): Use history variables.
11711         (rcirc-server-name-history, rcirc-nick-name-history)
11712         (rcirc-server-port-history): New variables.
11714 2009-07-15  Kenichi Handa  <handa@m17n.org>
11716         * international/mule-cmds.el (set-language-environment-charset):
11717         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11718         ignore them.
11720         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11721         Delete unibyte-display.
11723 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11725         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11727 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11729         * simple.el (deactivate-mark): Optional argument FORCE.
11730         (set-mark): Use deactivate-mark.
11732         * info.el (Info-search): No need to check transient-mark-mode
11733         before calling deactivate-mark.
11735         * select.el (x-set-selection): Doc fix.
11736         (x-valid-simple-selection-p): Allow buffer values.
11737         (xselect--selection-bounds): Handle buffer values.
11738         Suggested by David De La Harpe Golden.
11740         * mouse.el (mouse-set-region, mouse-drag-track):
11741         Call copy-region-as-kill before setting the mark, to let
11742         select-active-regions work.
11744 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11746         * simple.el (deactivate-mark): If select-active-regions is
11747         non-nil, copy the selection data into a string.
11748         (activate-mark): If select-active-regions is non-nil, set the
11749         selection to the current buffer.
11750         (set-mark): Update selection if select-active-regions is non-nil.
11752         * select.el (x-valid-simple-selection-p): Allow buffer values.
11754 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11756         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11757         and more featureful message-mode.
11759 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11761         * select.el (x-set-selection): Doc fix.
11762         (x-valid-simple-selection-p): Disallow selection data consisting
11763         of a list or cons of integers, since that is not used.
11764         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11765         (xselect-convert-to-string, xselect-convert-to-length)
11766         (xselect-convert-to-filename, xselect-convert-to-charpos)
11767         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11769 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11771         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11772         output in -break-info command (Emacs bug #3794).
11774 2009-07-14  Glenn Morris  <rgm@gnu.org>
11776         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11777         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11778         (edebug-print-length, edebug-print-level, edebug-print-circle)
11779         (edebug-sit-for-seconds, edebug-view-outside)
11780         (edebug-bounce-point, edebug-set-global-break-condition)
11781         (edebug-Go-nonstop-mode, edebug-trace-mode)
11782         (edebug-Trace-fast-mode, edebug-continue-mode)
11783         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11784         (edebug-visit-eval-list): Doc fixes.
11786         * subr.el (def-edebug-spec): Doc fix.
11788 2009-07-14  Kenichi Handa  <handa@m17n.org>
11790         * international/characters.el: Fix setting of category ?C.
11792 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11794         * term/ns-win.el (x-select-font): defalias x-select-font to
11795         ns-popup-font-panel instead of generate-fontset-menu.
11797 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11799         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11801 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11803         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11804         the PK\003\004 header (Bug#3770).
11806 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11808         * pcomplete.el (pcomplete-comint-setup): Check for
11809         shell-dynamic-complete-filename too.
11811 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11813         * simple.el (temporary-goal-column): Change the value for
11814         line-move-visual to a cons cell.
11815         (line-move-visual): Record or set the window hscroll, if
11816         necessary (Bug#3494).
11817         (line-move-1): Handle cons value of temporary-goal-column.
11819 2009-07-11  Kenichi Handa  <handa@m17n.org>
11821         * international/mule-diag.el (describe-character-set): Don't show
11822         width.
11824 2009-07-10  Sam Steingold  <sds@gnu.org>
11826         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11827         Omake sometimes indents the errors it prints, so allow all
11828         regexps to start with spaces.
11830 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11832         * cus-edit.el (customize-changed-options-previous-release):
11833         Bump value to 22.1.  (Bug#3804)
11835 2009-07-08  Sam Steingold  <sds@gnu.org>
11837         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11838         to be a cons cell (test . ignored-directory) to selectively ignore
11839         some directories depending on the location of the search.
11841 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11843         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11844         remote user is root, on the local host.
11845         (tramp-local-host-p): Either the local user or the remote user
11846         must be root.  (Bug#3771)
11848 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11850         * progmodes/gdb-mi.el (gdb): Remove description of
11851         gdb-use-separate-io-buffer.
11852         (menu): Don't allow toggling of or enable
11853         gdb-use-separate-io-buffer from menubar.
11855 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11857         * mail/unrmail.el (unrmail): Make sure the message ends with two
11858         newlines (Bug#3769).
11860 2009-07-08  Glenn Morris  <rgm@gnu.org>
11862         * calendar/calendar.el (calendar-current-date): Rework previous change.
11864 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11866         * calendar/calendar.el (calendar-current-date):
11867         Add an optional argument giving an offset from today.
11869 2009-07-08  Glenn Morris  <rgm@gnu.org>
11871         * tutorial.el (tutorial--describe-nonstandard-key):
11872         Adjust the message for when a key has been unbound.
11873         (help-with-tutorial): Hide the arch-tag.
11875 2009-07-08  Kenichi Handa  <handa@m17n.org>
11877         * international/fontset.el (setup-default-fontset): For each
11878         script, append (not set) font-specs.
11880         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11881         docstring.
11883 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11885         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11886         -data-list-register-names to ...
11887         (gdb-starting): ... here because GDB 7.0 requires execution to
11888         have started when using this MI command.
11889         (gdb-set-header): New function to distinguish select and
11890         unselected tabs in gdb buffers.
11891         (gdb-propertize-header): New macro that uses gdb-set-header.
11892         (gdb-breakpoints-header, gdb-locals-header): Use it.
11893         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11895 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11897         * Makefile.in (ELCFILES): Remove fadr.elc.
11899 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11901         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11902         may contain frame information, so `string-match' should be used.
11903         (gdb-update): Disassembly is invalidated through
11904         `gdb-get-selected-frame'.
11905         (gdb-pad-string): New function to pad string with spaces.
11906         (gdb-invalidate-disassembly): Invalidate only if the buffer
11907         exists.
11908         (gdb-disassembly-handler-custom): Column alignment.
11909         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11910         placing new ones.
11911         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11912         end of line, too.
11913         (gdb-frame-handler): Match convention to for disassembly buffer
11914         mode name.
11915         (gdb-stack-list-frames-handler): Rewritten without regexps.
11916         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11917         not highlight breakpoints without line information.
11918         (gdb-input): Add trailing newline to command.
11920         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11921         buffer properly.
11922         (gdb-breakpoints-list-handler-custom): Replacement for
11923         `gdb-break-list-handler'.  Using real parser instead of regexps
11924         now.
11925         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11926         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11927         to place breakpoints.
11928         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11929         functions.
11930         (gdb-disassembly-handler-custom): Show overlay arrow.
11931         (gdb-disassembly-place-breakpoints): Show breakpoints in
11932         disassembly buffer.
11933         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11934         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11935         instead of parsing breakpoints buffer.  Fixed old menu references
11936         in `gud-menu-map'.
11938         * fadr.el: Remove.
11940         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11941         (gdb-memory-address): New variable which holds top address of
11942         memory page shown in memory buffer.
11943         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11944         New customization variables.
11945         New functions:
11946         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11947         display the memory buffer.
11948         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11949         buffer display parameters.
11950         (def-gdb-memory-format, gdb-memory-format-binary)
11951         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11952         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11953         Functions for setting memory buffer format.
11954         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11955         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11956         unit size used in memory buffer.
11957         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11958         Switch to next/previous page of memory buffer.
11959         Now using (bindat-get-field) instead of fadr functions.
11961 2009-07-07  Sam Steingold  <sds@gnu.org>
11963         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11964         non-top-level files.
11966 2009-07-07  Kenichi Handa  <handa@m17n.org>
11968         * international/mule-cmds.el (reset-language-environment):
11969         Put the highset priority to the charset iso-8859-1.
11971 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11973         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11974         to the end of the line when locating the block (Bug#700).
11976 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11978         * net/tramp.el (tramp-handle-write-region): Flush file properties
11979         in case of short track.
11981 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11983         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11984         Coded custom representation of verilog error regular expressions
11985         to work with Emacs-22's new format.
11986         (verilog-error-regexp-xemacs-alist): Coded custom representation
11987         of verilog error regular expressions to work with XEmacs format.
11988         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11989         error recognition into XEmacs.
11990         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11991         error recognition into Emacs-22.
11993 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11995         * woman.el: Remove stand-alone closing parentheses.
11996         (woman-file-name, woman2-format-paragraphs)
11997         (woman-leave-blank-lines): Code cleanup.
11998         (woman-use-own-frame): Change default to nil.
11999         (woman-italic, woman-bold, woman-unknown, woman-addition):
12000         Change defaults to inherit from default faces.
12001         (woman2-process-escapes): Consume the newline after a stand-alone
12002         filler character (Bug#3651).
12004 2009-07-06  Glenn Morris  <rgm@gnu.org>
12006         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12007         (top-level): Move provide to the end.
12008         (ffap): Remove defunct URL from custom group.
12010         * subr.el (eval-after-load): Doc fix.
12012 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
12014         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12015         `calc-embedded-word' is called twice.
12017 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12019         * files.el (find-alternate-file-other-window, find-alternate-file):
12020         Obey confirm-nonexistent-file-or-buffer.
12022 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
12024         * dired-aux.el (dired-show-file-type): Handle remote files.
12026 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
12028         * desktop.el (desktop-globals-to-save):
12029         Add file-name-history (Bug#2750).
12031 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
12033         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12035 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
12037         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12038         property on entire argument since this is what eshell-lisp-command
12039         expects.
12041 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
12043         * net/tramp-gvfs.el (tramp-gvfs-methods)
12044         (tramp-gvfs-zeroconf-domain)
12045         (tramp-bluez-discover-devices-timeout): Add version flag.
12046         (tramp-gvfs-handler-mounted-unmounted)
12047         (tramp-gvfs-connection-mounted-p): Polish handling of
12048         incompatibilities between GVFS 0.2 and 1.0.
12050 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
12052         * cus-start.el (all): Add make-pointer-invisible.
12054 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12056         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12057         formatted correctly.
12059 2009-07-02  Juri Linkov  <juri@jurta.org>
12061         * info.el: Virtual Info files and nodes.
12062         (Info-virtual-files, Info-virtual-nodes): New variables.
12063         (Info-current-node-virtual): New variable.
12064         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12065         New functions.
12066         (Info-file-supports-index-cookies): Use Info-virtual-file-p
12067         to check for a virtual file instead of checking a fixed list
12068         of node names.
12069         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12070         instead of ad-hoc processing of "dir" and (apropos history toc).
12071         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12072         instead of ad-hoc processing of "dir" and (apropos history toc).
12073         Reread a file when moving from a virtual node.
12074         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12075         (Info-directory-toc-nodes, Info-directory-find-file)
12076         (Info-directory-find-node): New functions.
12077         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12078         (Info-history): Move part of code to
12079         `Info-history-find-node'.
12080         (Info-history-toc-nodes, Info-history-find-file)
12081         (Info-history-find-node): New functions.
12082         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12083         (Info-toc): Move part of code to `Info-toc-find-node'.
12084         (Info-toc-find-node): New function.
12085         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
12086         the current Info file name to references because now the node
12087         "*TOC*" belongs to the same Info manual.
12088         (Info-toc-build): Rename from `Info-build-toc'.
12089         (Info-toc-nodes): Rename input argument `file' to `filename'.
12090         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12091         instead of ad-hoc processing of ("dir" apropos history toc).
12092         (Info-index-nodes): Use Info-virtual-file-p
12093         to check for a virtual file instead of checking a fixed list
12094         of node names.
12095         (Info-index-node): Add check for `Info-current-node-virtual'.
12096         Raise `save-match-data' higher up the tree to contain
12097         `search-forward' too (bug fix).
12098         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12099         (Info-virtual-index-nodes): New variable.
12100         (Info-virtual-index-find-node, Info-virtual-index): New functions.
12101         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12102         (Info-apropos-file, Info-apropos-nodes): New variables.
12103         (Info-apropos-toc-nodes, Info-apropos-find-file)
12104         (Info-apropos-find-node, Info-apropos-matches): New functions.
12105         (info-apropos): Move part of code to `Info-apropos-find-node' and
12106         `Info-apropos-matches'.
12107         (Info-mode-map): Bind "I" to `Info-virtual-index'.
12108         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12109         for a virtual file instead of checking a fixed list of node names.
12111         * simple.el (async-shell-command): New command.
12113         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12115         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12116         instead of `mount-info'.
12118 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
12120         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12121         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12123 2009-07-02  Kenichi Handa  <handa@m17n.org>
12125         * international/mule.el (set-keyboard-coding-system): Force *-unix
12126         coding-system to avoid eol conversion.
12128 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
12130         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12131         Add handler for `process-file', `shell-command' and
12132         `start-file-process'.
12133         (tramp-gvfs-handle-shell-command)
12134         (tramp-gvfs-handle-start-file-process)
12135         (tramp-gvfs-handle-process-file): New defuns.
12136         (tramp-synce-list-devices): Simplify check for existence of property.
12138 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
12140         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12142 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
12144         * language/korean.el (set-language-info-alist): Add korean-cp949,
12145         cp949 to spec.
12147 2009-07-01  Kenichi Handa  <handa@m17n.org>
12149         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12151         * international/encoded-kb.el: Deleted.
12153         * international/mule.el (set-keyboard-coding-system): Perform the
12154         necessary setup here instead of calling encoded-kbd-setup-display.
12156 2009-07-01  Glenn Morris  <rgm@gnu.org>
12158         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12160 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
12162         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
12164 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
12166         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12167         Handle also the 'rename case, when setting file modes.  (Bug#3712)
12168         (tramp-default-file-modes): Remove execute permissions.
12170         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12171         (top): Add a default for "synce" in `tramp-default-user-alist'.
12172         Add completion function for "synce" method.
12173         (tramp-hal-service, tramp-hal-path-manager)
12174         (tramp-hal-interface-manager, tramp-hal-interface-device):
12175         New defconst.
12176         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12177         (tramp-synce-list-devices, tramp-synce-parse-device-names):
12178         New defuns.
12180         * net/trampver.el: Update release number.
12182 2009-06-30  Kenichi Handa  <handa@m17n.org>
12184         * international/fontset.el (setup-default-fontset): Add CJK fonts
12185         for symbols and the other miscellaneous characters.
12187         * language/korea-util.el (setup-korean-environment-internal):
12188         Make char-width-table suitable for Korean environments.
12189         (exit-korean-environment): Cancel above.
12191         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12192         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12193         setup-function to make char-width-table suitable for respective
12194         environments, and an exit-function to cancel that.
12196         * language/japan-util.el (setup-japanese-environment-internal):
12197         Call use-cjk-char-width-table with arg `ja_JP'.
12199         * international/characters.el (cjk-char-width-table): Delete it.
12200         (cjk-char-width-table-list): New variable.
12201         (use-cjk-char-width-table): New arg local-name.
12202         (use-default-char-width-table): Fix for the case that Emacs is
12203         already using the default char-width-table.
12205 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12207         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12208         modes mandatory.  (Bug#3712)
12210 2009-06-29  Alan Mackenzie  <acm@muc.de>
12212         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12213         correction between the visible width of TABs and their number of bytes.
12215 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12217         * server.el (server-buffer-done): Prevent kill-buffer from
12218         prompting by clearing the buffer modification flag (Bug#3696).
12220 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12222         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12223         (verilog-endcomment-reason-re): Support unique case and priority case.
12224         (verilog-basic-complete-re): Support localparam lineup.
12225         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12226         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12227         commenting.
12228         (verilog-leap-to-case-head): Now support *nested* unique &
12229         priority case statements.
12230         (verilog-auto-lineup): Make just declarations the default (as it
12231         had been).
12232         (verilog-leap-to-case-head): Support priority/unique case statements.
12233         (verilog-auto-lineup): Rework to give users radio buttons to
12234         select the various styles of automatic lineup.
12235         (verilog-error-regexp-alist): Rework to support the XEmacs style
12236         of error regular expressions from compilers, lint tools &
12237         simulators.  Note that GNU Emacs has made it impossible for a mode
12238         to load such things.
12239         (electric-verilog-terminate-line, verilog-indent-declaration)
12240         (verilog-auto-wiure): Rework for radio button selection of
12241         auto-lineup selection of specification of auto lineup.
12242         (verilog-beg-of-statement-1): Redesign to support proper operation
12243         in additional code, based on testing with auto-lineup.
12244         (verilog-calculate-indent, assignments & declarations)
12245         (verilog-backward-token): Enhance to support auto-lineup of
12246         assignments & declarations.
12247         (verilog-in-directive-p, verilog-at-struct-p): New function for
12248         easy test of whether we are.
12249         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12250         to support safe execution at almost anyline.
12251         (verilog-calc-1): Properly support indenting deep inside generate
12252         blocks.
12253         (verilog-init-font): Remove definition & use of verilog-init-font,
12254         as it is redundant with font-lock-defaults.
12255         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12256         to avoid circular calls if syntax-ppss is a function (as is the
12257         case now in 22.x GNU Emacs) as that function would sometimes call
12258         itself, leading to (nearly) infinite recursion.
12259         (verilog-ovm-begin-re, verilog-ovm-end-re)
12260         (verilog-ovm-statement-re, verilog-leap-to-head)
12261         (verilog-backward-token): Add support for OVM macros.  Some are
12262         complete statements, and others open and close scopes like begin
12263         and end.
12264         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12265         (verilog-defun-level-generate-only-re): Really fix the defun-list
12266         compilation issue.
12267         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12268         coverpoint, constraint and cross statements.
12269         (verilog-defun-level-list, verilog-generate-defun-level-list)
12270         (verilog-all-defun-level-list): Redo these specifications - it is
12271         too hard to support eval-when compile aggregation of lists also
12272         built at when-compile time.
12273         (verilog-defun-level-list): Place defconsts of variables used in
12274         building regular expressions which are built in eval-when-compile
12275         bodies in the same eval-when-compile body to facilitate compile
12276         without load.
12277         (verilog-beg-block-re-ordered): Support indenting
12278         virtual/protected tasks and functions.
12279         (verilog-defun-level-list, verilog-in-generate-region-p)
12280         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12281         indentation of some module items (generate items).
12282         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12283         across virtual/protected tasks and functions.
12285 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12287         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12288         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12289         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12290         in concatenations.  Reported by Yishay Belkind.
12291         (verilog-auto-ascii-enum): Support one-hot state machines in
12292         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12293         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12294         modport in AUTOINST and add vl-modport for users.
12295         Reported by David Rogoff.
12296         (verilog-auto-inout-module, verilog-auto-inst)
12297         (verilog-decls-get-interfaces, verilog-insert-definition)
12298         (verilog-insert-one-definition, verilog-read-decls)
12299         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12300         (verilog-sig-modport, verilog-signals-combine-bus)
12301         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12302         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12303         Suggested by David Rogoff.
12304         (verilog-repair-open-comma): Fix non-insertion of comma when
12305         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12306         (verilog-make-width-expression): Simplify [A-1:0] expression
12307         widths to just {A{1'b0}}.
12308         (verilog-mode): Cleanup checkdoc warnings.
12309         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12310         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12311         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12312         (next-error-last-buffer): Fix byte-compiler warning.
12313         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12314         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12315         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12316         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12317         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12318         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12319         in AUTOINOUT.  Reported by Matthew Lovell.
12320         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12321         causing use of <= assignments.  Reported by Alex Reed.
12322         (verilog-read-decls): Fix triand, trior, wand, wor to be
12323         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12324         (verilog-extended-complete-re): Support import "DPI-C" functions.
12325         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12326         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12327         (verilog-insert-date, verilog-insert-year)
12328         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12329         Windows systems.  Reported by Michael Potts.
12330         (verilog-read-module-name): Fix AUTOINST when the child module
12331         declaration's name is a tick define.  Reported by Elliot Mednick.
12332         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12333         passed to next parameter's definition.  Reported by Bruce T.
12334         (verilog-read-decls): Fix detecting "parameter int" when using
12335         AUTOINSTPARAM.  Reported by Bruce T.
12336         (verilog-goto-defun): Fix goto not finding modules unless first
12337         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12338         (verilog-mode): Expand -f flag arguments on entry to mode so
12339         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12340         (verilog-getopt): Expand environment variables in -f file
12341         arguments.  Suggested by Lawrence Butcher.
12342         (verilog-set-define): Fix "Symbol's value as variable is void"
12343         when reading enumerations.
12344         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12345         Suggested by Stephen Peltan.
12346         (verilog-read-defines): Fix reading of enumerations in include
12347         files.  Reported by Steve Peltan.
12349 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12351         * files.el (trash-directory): Fix defcustom type.
12353 2009-06-28  Juri Linkov  <juri@jurta.org>
12355         * help-fns.el (describe-function-1): Correctly locate adviced
12356         functions in hyperlink (Bug#2438).
12358 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12360         * files.el (trash-directory): Change default to nil.
12361         (move-file-to-trash): If trash-directory is nil and
12362         system-move-file-to-trash is unbound, perform freedesktop-style
12363         trashing.
12365 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12367         * files.el (move-file-to-trash): Add freedesktop trash
12368         support (Bug#973).
12370 2009-06-28  Glenn Morris  <rgm@gnu.org>
12372         * autorevert.el (global-auto-revert-non-file-buffers)
12373         (global-auto-revert-mode): Doc fixes.
12375 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
12377         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12379 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
12381         * faces.el (x-handle-named-frame-geometry): Ensure that we have
12382         opened an X connection before calling x-get-resource (Bug#3194).
12384         * play/doctor.el: Remove reference to obsolete website.
12385         (make-doctor-variables): Correct grammar mistake (Bug#2633).
12387 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
12389         Remove find-file-not-found-hook VC method.  (Bug#2757)
12390         * vc-hooks.el (vc-file-not-found-hook)
12391         (vc-default-find-file-not-found-hook): Remove functions.
12392         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12393         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12394         * vc.el:
12395         * vc-hg.el:
12396         * vc-git.el: Do not mention find-file-not-found-hook VC method.
12398 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
12400         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12401         compatibility function for `looking-back'.
12403         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12404         Use `ispell-looking-back'.
12406 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
12408         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12409         rather than `filename'.
12411 2009-06-23  Miles Bader  <miles@gnu.org>
12413         * face-remap.el (text-scale-set): New function.
12415 2009-06-23  Glenn Morris  <rgm@gnu.org>
12417         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12419         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12421         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12423         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12425         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12426         Simplify Persian conditionals.
12428         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12429         variable `filename'.
12431         * comint.el (comint-insert-input): Doc fix.
12433         * Makefile.in (ELCFILES): Fix typo in previous change.
12435 2009-06-23  Miles Bader  <miles@gnu.org>
12437         * cus-start.el: Add entry for `recenter-redisplay'.
12439 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12441         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12442         Add an optional argument for the backend, use it instead of
12443         calling vc-backend.
12444         (vc-mode-line): Add an optional argument for the backend.
12445         Pass the backend to vc-state and vc-working-revision.  Move code for
12446         special handling for vc-state being a buffer to ...
12448         * vc-rcs.el (vc-rcs-find-file-hook):
12449         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
12451         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12452         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12453         vc-stay-local-p and vc-mode-line calls.
12455         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12456         (vc-cvs-diff, vc-cvs-annotate-command)
12457         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12458         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12459         vc-mode-line calls.
12461         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12462         direct comparison.
12463         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12464         backend when calling vc-mode-line.
12465         (vc-register): Do not create a closure for calling the vc register
12466         function, call it directly.
12468 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12470         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12471         to make it obvious item can be clicked.
12473         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12475 2009-06-23  Kenichi Handa  <handa@m17n.org>
12477         * language/korea-util.el (korean-key-bindings): Change the binding
12478         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
12479         same command.
12481 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12483         Sync with Tramp 2.1.16.
12485         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12487         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12488         when a loading of a package fails.  Completion function for rsync
12489         is `tramp-completion-function-alist-ssh'.
12490         (all): Replace all calls of `split-string' and
12491         `tramp-split-string' by `tramp-compat-split-string'.
12492         (tramp-default-method): Use `tramp-compat-process-running-p'.
12493         (tramp-default-proxies-alist): Allow also Lisp forms.
12494         (tramp-remote-path): Add choice "Private Directories".
12495         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12496         (tramp-domain-regexp): Allow also "-", "_" and ".".
12497         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12498         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12499         (tramp-debug-message): Insert header line in debug buffer.
12500         (tramp-handle-directory-files-and-attributes-with-stat):
12501         Care about filenames with spaces, or starting with "-".
12502         (tramp-handle-dired-uncache): New defun.
12503         (tramp-handle-insert-directory): Don't flush the directory from
12504         cache, this is handled by `dired-uncache' now.
12505         (tramp-handle-insert-file-contents): Improve error handling.
12506         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12507         Quote `tramp-end-of-output'.
12508         (tramp-action-password): Improve trace message.
12509         (tramp-check-for-regexp): Both echoes must be present, before removing.
12510         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12511         (tramp-compute-multi-hops): Eval cons cells of
12512         `tramp-default-proxies-alist'.
12513         (tramp-maybe-open-connection): Use the same command pattern for
12514         first hop and further hops.
12515         (tramp-wait-for-output): Remove handling of newlines.
12516         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12517         (tramp-split-string): Remove function.  It is handled in
12518         tramp-compat now.
12520         * net/tramp-cmds.el (tramp-bug):
12521         Recommend `tramp-cleanup-all-connections' in the bug mail.
12523         * net/tramp-compat.el (tramp-compat-split-string)
12524         (tramp-compat-process-running-p): New defuns.
12526         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12527         for `dired-uncache'.
12529         * net/tramp-gvfs.el: New package.
12531         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12532         Add handler for `dired-uncache'.
12533         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12535         * net/trampver.el: Update release number.  Make version check fit
12536         for SXEmacs 22.
12538 2009-06-22  Jim Meyering  <meyering@redhat.com>
12540         Automatically handle .xz suffix (XZ-compressed files), too.
12541         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12542         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12544 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12545             Nick Roberts  <nickrob@snap.net.nz>
12547         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12548         repository (http://sphinx.net.ru/hg/gdb-mi/).
12550 2009-06-22  Glenn Morris  <rgm@gnu.org>
12552         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12553         `mode' and `eval' entries.  (Bug#3430)
12555         * Makefile.in (ELCFILES): Add fadr.elc.
12557         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12558         differing behavior of \n and ^ in strings.  (Bug#3385)
12560         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12562         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12563         property.
12564         (lisp-indent-function): Make it a defcustom.
12566 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12568         * progmodes/gdb-ui.el: Replace with ...
12569         * progmodes/gdb-mi.el: ... this file.
12570         * progmodes/gud.el: Modify for gdb-mi.el.
12572 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12574         * fadr.el: New file.
12576 See ChangeLog.14 for earlier changes.
12578 ;; Local Variables:
12579 ;; coding: utf-8
12580 ;; End:
12582   Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
12584   This file is part of GNU Emacs.
12586   GNU Emacs is free software: you can redistribute it and/or modify
12587   it under the terms of the GNU General Public License as published by
12588   the Free Software Foundation, either version 3 of the License, or
12589   (at your option) any later version.
12591   GNU Emacs is distributed in the hope that it will be useful,
12592   but WITHOUT ANY WARRANTY; without even the implied warranty of
12593   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12594   GNU General Public License for more details.
12596   You should have received a copy of the GNU General Public License
12597   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.