Fix an infloop in CC-mode (Bug#7595).
[emacs.git] / lisp / ChangeLog
blobc8e7a3f27bf007c28f9bcd1138fb28171c100d8d
1 2011-01-31  Alan Mackenzie  <acm@muc.de>
3         * progmodes/cc-cmds.el (c-forward-over-illiterals): Continue
4         parsing if we encounter a naked # (Bug#7595).
5         (c-beginning-of-statement): Avoid loop in locating the beginning
6         of a macro.
8 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
10         * files.el (copy-directory): Fix arguments to recursive call.
12 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
14         * files.el (copy-directory): If destination is an existing
15         directory, copy into a subdirectory there.
17 2011-01-29  Andreas Schwab  <schwab@linux-m68k.org>
19         * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
20         files.
22 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
24         * image-dired.el (image-dired-mouse-display-image): No-op if no
25         file is found (Bug#7817).
27         * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
29 2011-01-28  Kenichi Handa  <handa@m17n.org>
31         * international/quail.el (quail-keyboard-layout-alist): Remove
32         superfluous SPC for "pc105-uk" (bug#7927).
34 2011-01-27  Glenn Morris  <rgm@gnu.org>
36         * msb.el (msb-menu-bar-update-buffers): Update for changed
37         argument handling of menu-bar-select-frame.  (Bug#7902)
39 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
41         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
42         to the recursion depth (Bug#7722).
44 2011-01-26  Roy Liu  <carsomyr@gmail.com>  (tiny change)
46         * term/ns-win.el (ns-find-file): Expand ns-input-file with
47         command-line-default-directory (Bug#7872).
49 2011-01-25  Glenn Morris  <rgm@gnu.org>
51         * comint.el (comint-mode): Doc fix.  (Bug#7897)
53 2011-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
55         * files.el (file-name-non-special): Only change buffer-file-name after
56         insert-file-contents if it's `visit'ing the file (bug#7854).
58 2011-01-23  Chong Yidong  <cyd@stupidchicken.com>
60         * dired.el (dired-revert): Doc fix (Bug#7758).
62 2011-01-23  Nobuyoshi Nakada  <nobu@ruby-lang.org>
64         * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
65         here-doc which ends with an underscore.
66         (ruby-mode-set-encoding): Skip shebang line always.
67         (ruby-mode-map): Bind C-c C-c to comment-region.
68         (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
69         (ruby-forward-sexp): Stop after literal hash key labels.
70         (ruby-font-lock-syntactic-keywords): Highlight regexp after open
71         bracket.
73 2011-01-22  Keitaro Miyazaki  <keitaro.miyazaki@gmail.com>  (tiny change)
75         * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
76         the correct buffer (Bug#7650).
78 2011-01-22  Glenn Morris  <rgm@gnu.org>
80         * simple.el (do-auto-fill): Give it a doc string.
82         * button.el (make-text-button): Doc fix.  (See bug#7881)
84 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
86         * simple.el (line-move-visual): Doc fix (Bug#7594).
88         * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
89         "Case sensitive" menu item.
91 2011-01-21  Roland McGrath  <roland@frob.com>
93         * comint.el (comint-replace-by-expanded-history-before-point): Fix
94         expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
96 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
98         * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
100 2011-01-21  Jari Aalto  <jari.aalto@cante.net>
102         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
103         Assume foo(bar) is a manpage reference rather than some unquoted
104         symbol (bug#7705).
106 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
109         Suggested by Flo <sensorflo@gmail.com>.
111 2011-01-21  Glenn Morris  <rgm@gnu.org>
113         * progmodes/compile.el (compilation-error-regexp-alist):
114         Fix custom type.  (Bug#7812)
116 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
118         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
119         keymap expression.  Improve docstring.
121 2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
123         * files.el (backup-buffer): Make last-resort backup file in
124         .emacs.d (Bug#6953).
126         * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
127         make it with permission 700.
129 2011-01-14  Kenichi Handa  <handa@m17n.org>
131         * mail/rmailmm.el (rmail-mime-insert-header):
132         Set rmail-mime-coding-system to a cons whose car is the last coding
133         system used to decode the header.
134         (rmail-mime-find-header-encoding): New function.
135         (rmail-mime-insert-decoded-text):
136         Override rmail-mime-coding-system if it is a cons.
137         (rmail-show-mime): If only a header part was decoded, find the
138         coding system while ignoring mm-charset-override-alist.
140 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
142         * subr.el (event-start, event-end): Doc fix (Bug#7826).
144 2011-01-12  Kenichi Handa  <handa@m17n.org>
146         * mail/rmailmm.el (rmail-mime-next-item)
147         (rmail-mime-previous-item): Delete them.
148         (rmail-mime-shown-mode): Recursively call for children.
149         (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
150         Callers changed.
151         (rmail-mime-raw-mode): Recursively call for children.
152         (rmail-mode-map): Change mapping of tab and backtab to
153         forward-button and backward-button respectively.
154         (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
155         button.
156         (rmail-mime-update-tagline): New function.
157         (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
158         body display is changed.
159         (rmail-mime-toggle-button): Rename from rmail-mime-image.
160         (rmail-mime-image): Delete this button type.
161         (rmail-mime-toggle): New button type.
162         (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
163         body display is changed.  Change the save button label to "Save".
164         Don't process show/hide button here.
165         (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
166         the body display is changed.  Unconditionally call
167         rmail-mime-insert for children.
168         (rmail-mime-handle): Update `display' vector of the just inserted
169         entity.
170         (rmail-mime-process): If mail-header-parse-content-type returns
171         nil, use "text/plain" as the fallback type.
172         (rmail-mime-insert): For raw-mode, recursively call
173         rmail-mim-insert for children.
174         (rmail-mime): Handle the case that the current buffer is not rmail
175         buffer (e.g. in summary buffer).
177 2011-01-05  Kenichi Handa  <handa@m17n.org>
179         * mail/rmailmm.el (rmail-mime-next-item)
180         (rmail-mime-previous-item): Skip the body of a non-multipart
181         entity if a tagline is shown.
183 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
185         * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
186         (tmm-prompt): Simplify.
187         (tmm-add-prompt): Remove unused var `win'.
189         * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
190         to minor mode which used nil accidentally to mean "turn off".
192 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
194         * net/tramp.el (tramp-find-inline-compress)
195         (tramp-get-inline-coding): Quote command after pipe symbol for
196         local calls under W32.  (Bug#6784)
198 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
200         * net/tramp.el (tramp-default-method): Initialize with pscp/plink
201         only when running under W32.
203 2011-01-09  Eli Zaretskii  <eliz@gnu.org>
205         * progmodes/grep.el (grep-compute-defaults): Quote the program
206         file name after the pipe symbol in Grep templates.  (Bug#6784)
207         * jka-compr.el (jka-compr-partial-uncompress): Likewise.
209 2011-01-08  Lennart Borgman  <lennart.borgman@gmail.com>
211         * buff-menu.el (Buffer-menu-buffer-list): New var.
212         (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
213         restricted buffer list is not lost on revert (Bug#7749).
215 2011-01-08  Eric Hanchrow  <eric.hanchrow@gmail.com>
217         * net/ldap.el (ldap-search-internal): Discard stderr output.
219 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
221         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
223 2011-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
226         Author names can have spaces (bug#7792).
228 2011-01-04  Kenichi Handa  <handa@m17n.org>
230         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
231         part as a plain text.
232         (rmail-mime-process-multipart): Set the default content-type to
233         nil for unknown multipart subtypes (bug#7651).
235 2011-01-03  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
237         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
238         table, get the value before switching to the output buffer.  (Bug#7733)
240 2011-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
242         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
244 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
246         * files.el (file-local-variables-alist):
247         Make permanent-local (bug#7767).
249 2011-01-02  Glenn Morris  <rgm@gnu.org>
251         * version.el (emacs-copyright): Set short copyright year to 2011.
253 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
255         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
256         an existing temp buffer.  (Bug#7746)
258 2011-01-02  Glenn Morris  <rgm@gnu.org>
260         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
261         multiple addresses.  (Bug#7760)
263 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
265         * net/tramp.el (tramp-methods): Add recursive options to "scpc",
266         "scpx", "pscp" and "psftp".
268 2010-12-31  Eli Zaretskii  <eliz@gnu.org>
270         * term/w32-win.el (image-library-alist): Set up correctly for
271         libpng versions both before and after 1.4.0.  (Bug#7716)
273 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
275         * time.el (display-time-mode): Mention display-time-interval in
276         the doc string.  (Bug#7713)
278         * simple.el (select-active-regions): Doc fix.  (Bug#7702)
280 2010-12-24  Kenichi Handa  <handa@m17n.org>
282         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
283         condition-case and return an error message string if something
284         goes wrong.
285         (rmail-show-mime): Adjust for the above change.  Insert the
286         header by rmail-mime-insert-header.
288 2010-12-24  Kenichi Handa  <handa@m17n.org>
290         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
291         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
292         (rmail-mime-mbox-buffer)
293         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
294         (rmail-mime-entity): Argument changed.  All codes handling an
295         entity object are changed.
296         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
297         the above change.
298         (rmail-mime-entity-children, rmail-mime-entity-handler)
299         (rmail-mime-entity-tagline): New functions.
300         (rmail-mime-message-p): New function.
301         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
302         (rmail-mime-entity-segment, rmail-mime-next-item)
303         (rmail-mime-previous-item, rmail-mime-shown-mode)
304         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
305         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
306         (rmail-mime-insert-tagline, rmail-mime-insert-header):
307         New functions.
308         (rmail-mime-text-handler): Call rmail-mime-insert-text.
309         (rmail-mime-insert-decoded-text): New function.
310         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
311         (rmail-mime-insert-image): Argument changed.  Caller changed.
312         (rmail-mime-image): Call rmail-mime-toggle-hidden.
313         (rmail-mime-set-bulk-data): New funciton.
314         (rmail-mime-insert-bulk): Argument changed.
315         (rmail-mime-multipart-handler): Return t.
316         (rmail-mime-process-multipart): Argument changed.
317         Handle "multipart/alternative" here.
318         (rmail-mime-process): Argument changed.
319         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
320         (rmail-mime-insert): Argument changed.  Handle raw display mode.
321         (rmail-mime): Argument changed.  Handle toggling of raw display
322         mode.
323         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
324         rmail-mime-view-buffer.
325         (rmail-insert-mime-forwarded-message): Likewise.
326         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
328         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
329         non-nil, handle the header in rmail-show-mime-function.
331 2010-12-20  Leo  <sdl.web@gmail.com>
333         * help-fns.el (describe-variable): Fix 2010-12-17 change.
335 2010-12-20  Juri Linkov  <juri@jurta.org>
337         * isearch.el (isearch-lazy-highlight-error): New variable.
338         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
339         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
340         to the current value of `isearch-error' (Bug#7468).
342 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
344         * help-fns.el (describe-variable): Don't emit trailing whitespace
345         (Bug#7511).
347 2010-12-17  Leo  <sdl.web@gmail.com>
349         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
350         if point is not behind eshell-last-output-end (Bug#7585).
352 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
354         * textmodes/rst.el (rst-compile-pdf-preview)
355         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
357 2010-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
359         * emulation/edt-mapper.el: Override mapping of function keys so
360         that the later call to read-key-sequence works.
362 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
364         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
365         Unix EOLs.  (Bug#7589)
367 2010-12-12  Eli Zaretskii  <eliz@gnu.org>
369         * subr.el (posn-col-row): Evaluate header-line-format in the
370         context of the POSITION window's buffer.
372 2010-12-11  Glenn Morris  <rgm@gnu.org>
374         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
375         (with-silent-modifications): Doc fixes.
377 2010-12-10  Michael Albinus  <michael.albinus@gmx.de>
379         * net/tramp.el (tramp-action-password, tramp-process-actions):
380         Revert patch from 2010-12-08.  Use `save-restriction'.
382 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
384         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
385         New functions.
386         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
387         them instead of `nil' and `>', respectively.  (Bug#1077)
389 2010-12-09  Stephen Berman  <stephen.berman@gmx.net>
391         * calendar/diary-lib.el (diary-list-sexp-entries):
392         Handle case of no newline at end of file.  (Bug#7536)
394 2010-12-09  Glenn Morris  <rgm@gnu.org>
396         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
398 2010-12-08  Michael Albinus  <michael.albinus@gmx.de>
400         * net/tramp.el (tramp-handle-start-file-process):
401         Protect buffer-modified value.  (Bug#7557)
402         (tramp-action-password): Delete region, do not narrow.
403         (tramp-process-actions): Do not widen.
405 2010-12-08   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
407         * log-edit.el (log-edit-changelog-entries):
408         Regexp quote filename.  (Bug#7505)
410 2010-12-08  Tom Breton  <tehom@panix.com>
412         * cus-edit.el (custom-save-all):
413         Bind print-length and print-level to nil.  (Bug#7581)
415 2010-12-08  Glenn Morris  <rgm@gnu.org>
417         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
418         Run hooks to update menu contents.  (Bug#7586)
420         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
421         file names, for the sake of MS Windows.  (Bug#7588)
423 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
425         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
426         empty lines without a leading space.
428 2010-12-06  Leo  <sdl.web@gmail.com>
430         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
431         while mapping over marks (Bug#6810).
433 2010-12-06  Chong Yidong  <cyd@stupidchicken.com>
435         * image-dired.el (image-dired-db-file)
436         (image-dired-temp-image-file, image-dired-gallery-dir)
437         (image-dired-temp-rotate-image-file): Set default values relative
438         to image-dired-dir (Bug#7518).
440 2010-12-06  Lawrence Mitchell  <wence@gmx.li>
442         * format.el (format-decode-run-method): Pass args FROM and TO, not
443         point-min and point-max, to shell-command-on-region (Bug#7488).
445 2010-12-06  Jan Djärv  <jan.h.d@swipnet.se>
447         * frame.el (blink-cursor-mode): Make default t for ns.
449 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
451         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
453 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
455         * comint.el (comint-dynamic-list-input-ring)
456         (comint-dynamic-complete-filename)
457         (comint-replace-by-expanded-filename)
458         (comint-dynamic-simple-complete)
459         (comint-dynamic-list-filename-completions)
460         (comint-dynamic-list-completions): Doc fix (Bug#7499).
462         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
463         Doc fix (Bug#7471).
465 2010-12-04  Martin Rudalics  <rudalics@gmx.at>
467         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
468         (Bug#7533).
470 2010-12-04  W. Martin Borgert <debacle@debian.org>  (tiny change)
472         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
473         (Bug#7491).
475 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
477         * simple.el (transient-mark-mode): Doc fix (Bug#7465).
479 2010-12-04  Eli Zaretskii  <eliz@gnu.org>
481         * files.el (file-relative-name): Handle UNC file names on
482         DOS/Windows.  (Bug#4674)
484 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
486         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
487         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
488         (epg-context-set-passphrase-callback): Mention that the callback
489         is not called when used with GnuPG 2.x.
491 2010-12-02  Glenn Morris  <rgm@gnu.org>
493         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
494         Ensure ps-footer-font-size-internal is initialized.
495         Call ps-get-page-dimensions before trying to use ps-font-for-text.
497 2010-12-01  Kenichi Handa  <handa@m17n.org>
499         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
500         within condition-case.
501         (rmail-show-mime): Don't use condition-case.
502         (rmail-search-mime-message): New function.
503         (rmail-search-mime-message-function): Set to
504         rmail-search-mime-message.
506 2010-12-01  Leo  <sdl.web@gmail.com>
508         * ido.el (ido-common-initialization): New function.  (bug#3274)
509         (ido-mode): Use it.
510         (ido-completing-read): Call it.
512 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
514         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
515         stand-alone lines, since that is handled by log-edit-match-to-eoh
516         (Bug#6465).
518 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
520         * dired.el (dired-get-filename): Replace backslashes with slashes
521         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
522         * locate.el (locate-default-make-command-line): Don't consider
523         drive letter and root directory part of
524         `directory-listing-before-filename-regexp'.  (Bug#7308)
525         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
527 2010-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
529         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
530         of :smie-open/close-alist.
531         (smie-next-sexp): Make it accept a "start token" as argument.
532         (smie-indent-keyword): Be careful not to misidentify tokens that span
533         more than one line, as empty lines.  Add argument `token'.
535 2010-11-26  Kenichi Handa  <handa@m17n.org>
537         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
538         multipart subtypes, insert all as usual.
540         * mail/rmail.el: Require rfc2047.
542 2010-11-26  Kenichi Handa  <handa@m17n.org>
544         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
545         (rmail-mime-entity-disposition)
546         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
547         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
548         (rmail-mime-save): Handle the case that the button's `data' is a
549         MIME entity.
550         (rmail-mime-insert-text): New function.
551         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
552         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
553         (rmail-mime-insert-bulk): New function mostly copied from the old
554         rmail-mime-bulk-handler.
555         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
556         (rmail-mime-process-multipart): New function mostly copied from
557         the old rmail-mime-multipart-handler.
558         (rmail-mime-show): Just call rmail-mime-process.
559         (rmail-mime-process): New function mostly copied from the old
560         rmail-mime-show.
561         (rmail-mime-insert-multipart, rmail-mime-parse)
562         (rmail-mime-insert, rmail-show-mime)
563         (rmail-insert-mime-forwarded-message)
564         (rmail-insert-mime-resent-message): New functions.
565         (rmail-insert-mime-forwarded-message-function): Set to
566         rmail-insert-mime-forwarded-message.
567         (rmail-insert-mime-resent-message-function): Set to
568         rmail-insert-mime-resent-message.
570         * mail/rmailsum.el: Require rfc2047.
571         (rmail-header-summary): Handle multiline Subject: field.
572         (rmail-summary-line-decoder): Change the default to
573         rfc2047-decode-string.
575         * mail/rmail.el (rmail-enable-mime): Change the default to t.
576         (rmail-mime-feature): Change the default to `rmailmm'.
577         (rmail-quit): Delete the specifal code for rmail-enable-mime.
578         (rmail-display-labels): Likewise.
579         (rmail-show-message-1): Check rmail-enable-mime, and use
580         rmail-show-mime-function for a MIME message.  Decode the headers
581         according to RFC2047.
583 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
585         * progmodes/which-func.el (which-func-imenu-joiner-function):
586         Return a string, as expected.
587         (which-function-mode): Make sure we stop any previous timer before
588         starting a new one.
590 2010-11-23  Michael Albinus  <michael.albinus@gmx.de>
592         * net/tramp.el (tramp-default-method-alist)
593         (tramp-default-user-alist, tramp-default-proxies-alist):
594         Adapt custom options type.  (Bug#7445)
596 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
598         * progmodes/python.el: Add Ipython support (Bug#5390).
599         (python-shell-prompt-alist)
600         (python-shell-continuation-prompt-alist): New options.
601         (python--set-prompt-regexp): New function.
602         (inferior-python-mode, run-python, python-shell):
603         Require ansi-color.  Use python--set-prompt-regexp to set the comint
604         prompt based on the Python interpreter.
605         (python--prompt-regexp): New var.
606         (python-check-comint-prompt)
607         (python-comint-output-filter-function): Use it.
608         (run-python): Use a pipe (Bug#5694).
610 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
612         * progmodes/python.el (run-python): Doc fix.
613         (python-keep-current-directory-in-path): New var (Bug#7454).
615 2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
617         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
618         Prompt user before actually printing.
620 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
622         * simple.el (kill-new, kill-append, kill-region):
623         * comint.el (comint-kill-region): Make the yank-handler argument
624         obsolete.
626 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
628         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
629         that are both openers (resp. closers) and something else.
630         (smie-grammar): Loosen definition of valid values.
631         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
632         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
633         (smie-indent-after-keyword): Adjust users.
634         (smie-indent-keyword): Don't indent empty lines.
636         * vc-hg.el (vc-hg-program): New var.
637         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
638         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
640 2010-11-17  Glenn Morris  <rgm@gnu.org>
642         * emacs-lisp/autoload.el (autoload-find-destination): The function
643         coding-system-eol-type may return non-numeric values.  (Bug#7414)
645 2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
647         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
649 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
651         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
653 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
655         * textmodes/picture.el (picture-mouse-set-point): Don't use
656         posn-col-row; explicitly compute the motion based on the posn at
657         the window-start (Bug#7390).
659 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
661         * net/tramp.el (tramp-remote-coding-commands): Add an alternative
662         using "base64 -d -i".  This is needed for older base64 versions
663         from GNU coreutils.  Reported by Klaus Reichl
664         <Klaus.Reichl@thalesgroup.com>.
666 2010-11-13  Glenn Morris  <rgm@gnu.org>
668         * novice.el (disabled-command-function):
669         Fix 2009-11-15 change.  (Bug#7384)
671 2010-11-12  Glenn Morris  <rgm@gnu.org>
673         * calendar/calendar.el (diary-iso-date-forms): Make elements
674         mutually exclusive.  (Bug#7377)
676 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
678         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
679         when filling the remaining "unconstrained" values.
681 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
683         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
684         safety predicate.
686         * files.el (safe-local-variable-p): Gracefully handle errors.
688         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
689         Use smie-indent-virtual when indenting relative to an opener.
690         (smie-rule-separator): Use smie-rule-parent.
691         (smie-indent-keyword): Consult rules, even for openers at bol.
692         (smie-indent-comment-close): Try to align closer's content.
694 2010-11-11  Glenn Morris  <rgm@gnu.org>
696         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
698 2010-11-10  Glenn Morris  <rgm@gnu.org>
700         * printing.el (pr-menu-bind): Doc fix.
702         * speedbar.el (speedbar-toggle-images): Doc fix.
704         * progmodes/python.el (python-shell): Doc fix.
706         * wid-edit.el (widget-field-use-before-change)
707         (widget-use-overlay-change): Doc fixes.
709 2010-11-09  Glenn Morris  <rgm@gnu.org>
711         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
713 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
715         * minibuffer.el (minibuffer-completion-help): Specify the end of the
716         completion field (bug#7211).
718         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
719         Fix handling of backslash escapes.
720         (python-quote-syntax): Adjust accordingly.
722 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
724         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
725         (vc-mtn-workfile-branch): Adjust to new output format.
727 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
729         * international/mule-cmds.el (princ-list): Mark as obsolete.
731 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
733         * emacs-lisp/smie.el: New package.
735 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
737         * files.el (backup-by-copying-when-mismatch):
738         Set `permanent-local' property.
740         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
741         `permanent-local' property for `backup-by-copying-when-mismatch'.
743 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
745         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
746         (ls-lisp-classify-file): New function.
747         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
748         (ls-lisp-classify): Call ls-lisp-classify-file.
749         (insert-directory): Remove blanks from switches.
751 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
753         * progmodes/verilog-mode.el (verilog-insert-one-definition)
754         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
755         AUTOINOUT for SV style multidimensional arrays, bug294.
756         Reported by Eric Mastromarchi.
757         (verilog-preprocess): Use with-current-buffer and
758         font-lock-fontify-buffer to cleanup style issues.
760 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
762         * net/trampver.el: Update release number.
764 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
766         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
767         beginning of the string.  Use `string-match-p'.  (Bug#6765)
769 2010-11-01  Glenn Morris  <rgm@gnu.org>
771         * locate.el (locate, locate-mode): Doc fixes.
773 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
775         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
776         user for confirmation.
777         (server-force-stop): Use it.
778         (server-start): Use server-force-stop for kill-emacs-hook, to
779         avoid user interaction while killing Emacs.
781 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
784         (log-edit-author): New dynamic var.
785         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
786         Use it to return the author if different from committer.
787         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
789 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
791         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
793 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
795         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
796         (vc-root-diff, vc-print-root-log, vc-log-incoming)
797         (vc-log-outgoing): Use it.
798         (vc-diff-internal): Set diff-vc-backend.
800         * vc/diff-mode.el (diff-vc-backend): New var.
802 2010-10-31  Juri Linkov  <juri@jurta.org>
804         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
805         buffer-locally to lambda that re-runs the vc diff command.
806         (Bug#6447)
808 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
810         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
812         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
813         log-outgoing commands.
814         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
815         to create a buffer local revert-buffer-function variable.
816         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
817         revert-buffer-function lambda.
819         Improve VC create/retrieve tag/branch.
820         * vc.el (vc-create-tag): Do not read the directory name for VCs
821         with repository revision granularity.  Adjust the tag/branch
822         prompt.  Reset VC properties.
823         (vc-retrieve-tag): Do not read the directory name for VCs
824         with repository revision granularity.  Reset VC properties.
826         Add optional support for resetting VC properties.
827         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
828         call vc-file-clearprops when true.
829         (vc-resynch-buffer): Add new optional argument, pass it down.
830         (vc-resynch-buffers-in-directory): Likewise.
832         Improve support for special markup in the VC commit message.
833         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
834         * vc-hg.el (vc-hg-checkin): Add support for Date:.
835         * vc-git.el (vc-git-checkin):
836         * vc-bzr.el (vc-bzr-checkin): Likewise.
838         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
839         * vc-git.el (vc-git-log-view-mode): Fix font lock for
840         incoming/outgoing logs.
841         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
843         * vc-git.el (vc-git-log-outgoing): Use the same format as the
844         short log.
845         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
846         command
848         Add bindings for vc-log-incoming and vc-log-outgoing.
849         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
850         and vc-log-outgoing.
851         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
852         and vc-log-outgoing.
854         Improve state updating for VC tag commands.
855         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
856         to update the state of all buffers in the directory.
858 2010-05-19  Glenn Morris  <rgm@gnu.org>
860         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
862 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * vc.el (vc-checkin, vc-modify-change-comment):
865         Adjust to new vc-start/finish-logentry.
866         (vc-find-conflicted-file): New command.
867         (vc-transfer-file): Adjust to new vc-checkin.
868         (vc-next-action): Improve scoping.
870         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
871         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
873         * vc-dispatcher.el (vc-log-edit): Shorten names for
874         log-edit-show-files.
876         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
877         (vc-bzr-conflicted-files): New function.
879         * log-edit.el (log-edit-summary, log-edit-header)
880         (log-edit-unknown-header): New faces.
881         (log-edit-headers-alist): New var.
882         (log-edit-header-contents-regexp): New const.
883         (log-edit-match-to-eoh): New function.
884         (log-edit-font-lock-keywords): Use them.
885         (log-edit): Insert a "Summary:" header as default.
886         (log-edit-mode): Mark font-lock rules as case-insensitive.
887         (log-edit-done): Cleanup headers.
888         (log-edit-extract-headers): New function to replace it.
890         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
891         the windows/frames.
893         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
895         * vc-dir.el (vc-dir-kill-line): New command.
896         (vc-dir-mode-map): Bind it to C-k.
897         (vc-dir-headers): Abbreviate the working dir.
899         * vc-git.el (vc-git-revision-table): Include remote branches.
901 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
903         New VC methods: vc-log-incoming and vc-log-outgoing.
904         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
905         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
906         New functions.
907         (vc-print-log-internal): Just call vc-log-internal-common.
908         (vc-log-view-type): New permanent local variable.
910         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
912         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
913         of the dynamic bound vc-short-log.
914         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
916         * vc-git.el (vc-git-log-outgoing): New function.
917         (vc-git-log-view-mode): Use vc-log-view-type instead
918         of the dynamic bound vc-short-log.
920         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
921         the dynamic bound vc-short-log.  Highlight the tag.
922         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
923         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
924         (vc-hg-incoming-mode): Remove.
925         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
927         Fix default-directory for vc-root-diff.
928         * vc.el (vc-root-diff): Bind default-directory to the root
929         directory for the diff command.
931 2010-10-31  Sam Steingold  <sds@gnu.org>
933         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
934         `vc-hg-command' with a list of flags.
936 2010-10-31  Glenn Morris  <rgm@gnu.org>
938         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
939         log-edit-before-checkin-process.
941         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
943         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
945         * vc-dispatcher.el (vc-start-logentry): Doc fix.
946         (log-view-process-buffer, log-edit-extra-flags): Declare.
948 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
950         Add special markup processing for commit logs.
951         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
952         when non-nil instead of the log-view-mode.
954         * vc.el (vc-default-log-edit-mode): New function.
956         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
957         log-edit.
959         Support for shelving snapshots and for showing shelves.
960         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
961         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
962         New functions.
963         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
964         (vc-bzr-extra-menu-map): Map them.
966 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
968         * net/tramp.el (tramp-handle-insert-file-contents): For root,
969         preserve owner and group when editing files.  (Bug#7289)
971 2010-10-29  Glenn Morris  <rgm@gnu.org>
973         * speedbar.el (speedbar-mode):
974         * play/fortune.el (fortune-in-buffer, fortune):
975         * play/gomoku.el (gomoku-mode):
976         * play/landmark.el (lm-mode):
977         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
978         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
980 2010-10-28  Glenn Morris  <rgm@gnu.org>
982         * select.el (x-selection): Mark it as an obsolete alias.
984 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
986         * add-log.el (find-change-log): Use derived-mode-p rather than
987         major-mode (bug#7284).
989 2010-10-27  Glenn Morris  <rgm@gnu.org>
991         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
992         rather than just an unused variable that inherits from the real one.
994 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
996         * verilog-mode.el (verilog-directive-re): Make this variable
997         auto-built for efficiency of execution and updating.
998         (verilog-extended-complete-re): Support 'pure' fucntion & task
999         declarations (these have no bodies).
1000         (verilog-beg-of-statement): General cleanup to enable support of
1001         'pure' fucntion & task declarations (these have no bodies).
1002         These efforts together fix Verilog bug210 from veripool; which was also
1003         noticed by Steve Pearlmutter.
1004         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1005         (verilog-directive-nest-re, verilog-set-auto-endcomments):
1006         Support `elsif.  Reported by Shankar Giri.
1007         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1008         attribute handling for lining up declarations and assignments.
1009         (verilog-beg-of-statement-1): Fix issue where continued declaration
1010         is indented differently if it is after a begin..end clock.
1011         (verilog-in-attribute-p, verilog-skip-backward-comments)
1012         (verilog-skip-forward-comment-p): Support proper treatment of
1013         attributes by indent code. Reported by Jeff Steele.
1014         (verilog-in-directive-p): Fix comment to correctly describe function.
1015         (verilog-backward-up-list, verilog-in-struct-region-p)
1016         (verilog-backward-token, verilog-in-struct-p)
1017         (verilog-in-coverage-p, verilog-do-indent)
1018         (verilog-pretty-declarations): Use verilog-backward-up-list as
1019         wrapper around backward-up-list inorder to properly skip comments.
1020         Reported by David Rogoff.
1021         (verilog-property-re, verilog-endcomment-reason-re)
1022         (verilog-beg-of-statement, verilog-set-auto-endcomments)
1023         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1024         of if). Reported by Max Bjurling and
1025         (verilog-calc-1): Fix for clocking block in modport
1026         declaration. Reported by Brian Hunter.
1028 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
1030         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1031         (verilog-gate-keywords, verilog-read-sub-decls)
1032         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1033         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1034         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
1035         (verilog-read-decls): Fix spaces in V2K module parameters causing
1036         mis-identification as interfaces, bug287.
1037         (verilog-read-decls): Fix not treating "parameter string" as a
1038         parameter in AUTOINSTPARAM.
1039         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1040         treating `elsif similar to `endif inside AUTOSENSE.
1041         (verilog-do-indent): Implement correct automatic or static task or
1042         function end comment highlight. Reported by Steve Pearlmutter.
1043         (verilog-font-lock-keywords-2): Fix highlighting of single
1044         character pins, bug264.  Reported by Michael Laajanen.
1045         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1046         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1047         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1048         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
1049         (verilog-pretty-expr): Fix interactive arguments, bug272.
1050         Reported by Mark Johnson.
1051         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1052         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1053         bug269. Suggested by Gary Delp.
1054         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1055         (verilog-preprocessor, verilog-set-compile-command):
1056         Create verilog-preprocess and verilog-preprocessor to show
1057         preprocessed output.
1058         (verilog-get-beg-of-line, verilog-get-end-of-line)
1059         (verilog-modi-file-or-buffer, verilog-modi-name)
1060         (verilog-modi-point, verilog-within-string): Move defmacro's
1061         before first use to avoid warning. Reported by Steve Pearlmutter.
1062         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1063         (verilog-colorize-region, verilog-highlight-buffer)
1064         (verilog-highlight-includes, verilog-highlight-modules)
1065         (verilog-highlight-region, verilog-mode): Rename colorize to
1066         highlight to match other packages.  Disable module highlighting,
1067         as received speed complaints, reenable for experimentation only
1068         using new verilog-highlight-modules.
1069         (verilog-read-decls): Fix regexp stack overflow in very large
1070         AUTO_TEMPLATEs, bug250.
1071         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1072         (verilog-scan): Create verilog-save-buffer-state to standardize
1073         making insignificant changes that shouldn't call hooks.
1074         (verilog-save-no-change-functions, verilog-save-scan-cache)
1075         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1076         Create verilog-save-no-change-functions to wrap verilog-scan
1077         preservation, and fix to work with nested preserved calls.
1078         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1079         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1080         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
1081         (verilog-submit-bug-report): Update variable list to be complete.
1082         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1083         breaking on-the-fly font-locking.
1084         (verilog-colorize-buffer, verilog-colorize-include-files)
1085         (verilog-colorize-include-files-buffer, verilog-colorize-region)
1086         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1087         (verilog-mode, verilog-read-inst-module-matcher): With point on a
1088         AUTOINST cell instance name, middle mouse button now finds-file on
1089         it.  Suggested by Brad Dobbie.
1090         (verilog-alw-get-temps, verilog-auto-reset)
1091         (verilog-auto-sense-sigs, verilog-read-always-signals)
1092         (verilog-read-always-signals-recurse): Fix loop indexes being
1093         AUTORESET. AUTORESET now assumes any variables in the
1094         initialization section of a for() should be ignored.
1095         Reported by Dan Dever.
1096         (verilog-error-font-lock-keywords)
1097         (verilog-error-regexp-emacs-alist)
1098         (verilog-error-regexp-xemacs-alist): Fix error detection of
1099         Cadence HAL, reported by David Asher.  Repair drift between the
1100         three similar error variables.
1101         (verilog-modi-lookup, verilog-modi-lookup-cache)
1102         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1103         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1104         Fix slow verilog-auto expansion on very large files.
1105         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1106         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1107         "{1*2{...".  Broke in last revision.
1108         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1109         submodule connections with replications "{#{a},#{b}}".
1111 2010-10-23  Glenn Morris  <rgm@gnu.org>
1113         * comint.el (comint-password-prompt-regexp):
1114         Match "enter the password".  (Bug#7224)
1116 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
1118         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1119         Fix typo in docstring.
1121 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
1123         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1124         errors.
1126         * net/trampver.el: Update release number.
1128 2010-10-20  Kenichi Handa  <handa@m17n.org>
1130         * face-remap.el (text-scale-adjust): Call read-event with a proper
1131         prompt.
1133 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
1135         * net/tramp.el (tramp-do-file-attributes-with-stat)
1136         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1137         order to make stat results a float.  Patch by Andreas Schwab
1138         <schwab@linux-m68k.org>.
1140 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1142         * repeat.el (repeat): Use read-key (bug#6256).
1144 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
1146         * emacs-lisp/unsafep.el: Don't mark functions that display
1147         messages as safe.  Suggested by Johan Bockgård.
1149 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1152         Turn comments into docstrings.
1154         * minibuffer.el (completion--replace): Move point where it belongs
1155         when there's a common suffix (bug#7215).
1157 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
1159         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1160         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
1161         <dale@codefu.org>.
1163 2010-10-15  Kenichi Handa  <handa@m17n.org>
1165         * international/characters.el: Add category '|' (word breakable)
1166         to fullwidth characters.
1168 2010-10-14  Kenichi Handa  <handa@m17n.org>
1170         * mail/rmail.el (rmail-show-message-1): Catch an error of
1171         base64-decode-region and just show an error message (bug#7165).
1173         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
1174         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1175         a font-spec (bug#7197).
1177 2010-10-13  Glenn Morris  <rgm@gnu.org>
1179         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1181 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
1183         * international/mule.el (define-coding-system):
1184         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1185         * composite.el (compose-region): Fix typo in docstring.
1187 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
1189         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1190         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1191         (mac-right-option-modifier): New alias for ns-right-option-modifier.
1193         * cus-start.el (all): ns-right-alternate-modifier is new.
1195 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
1197         * Makefile.in (ELCFILES): Update.
1199 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1201         * emacs-lisp/lisp.el (lisp-completion-at-point):
1202         Use emacs-lisp-mode-syntax-table for the whole function.
1204 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
1206         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1207         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1208         work when breakpoint number exceeds nine.
1210 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
1212         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1213         instead of font-lock-mode before adding keywords.
1214         Remove hi-lock-mode off code.  Remove inhibit hack.
1215         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1216         non-nil; removed hook inhibit hack.
1218 2010-10-09  Glenn Morris  <rgm@gnu.org>
1220         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1221         (load-path-shadows-find): ... to this.
1222         (list-load-path-shadows): Update for above change.
1224         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1226 2010-10-08  Glenn Morris  <rgm@gnu.org>
1228         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1230         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1231         (shadows-compare-text-p): Make it an obsolete alias for...
1232         (load-path-shadows-compare-text): ... new name.
1233         (find-emacs-lisp-shadows): Update for above name change.
1234         (load-path-shadows-same-file-or-nonexistent): New name for the old
1235         shadow-same-file-or-nonexistent.
1237 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1239         * minibuffer.el (completion--some, completion--do-completion)
1240         (minibuffer-complete-and-exit, minibuffer-completion-help)
1241         (completion-basic-try-completion)
1242         (completion-basic-all-completions)
1243         (completion-pcm--find-all-completions): Use lexical-let to
1244         avoid some false matches in variable completion (Bug#7056)
1246 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1248         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1250 2010-10-03  Leo  <sdl.web@gmail.com>
1252         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1253         return non-nil if the file exists (Bug#7090).
1255 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1257         * minibuffer.el (completion--replace):
1258         Better preserve markers (bug#7138).
1260 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
1262         * server.el (server-process-filter): Doc fix.
1264 2010-09-27  Drew Adams  <drew.adams@oracle.com>
1266         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1268 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1270         * Makefile.in (ELCFILES): Update.
1272         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1273         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1275 2010-09-27  Kenichi Handa  <handa@m17n.org>
1277         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1278         "ustar" format.
1280 2010-09-27  Kenichi Handa  <handa@m17n.org>
1282         * international/mule.el (define-coding-system): Docstring fixed.
1284         * international/mule-diag.el (describe-character-set): Use princ
1285         with proper print-length and print-level instead of insert.
1287 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
1289         * window.el (walk-windows): Doc fix (bug#7105).
1291 2010-09-23  Glenn Morris  <rgm@gnu.org>
1293         * isearch.el (isearch-lazy-highlight-cleanup)
1294         (isearch-lazy-highlight-initial-delay)
1295         (isearch-lazy-highlight-interval)
1296         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1297         * net/net-utils.el (ipconfig-program-options):
1298         Move aliases to options before the associated definitions.
1300 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1302         * newcomment.el (comment-normalize-vars): Better test validity of
1303         comment-end-skip.
1305 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1307         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1308         (float-e): New name for `e'.
1309         (degrees-to-radians, radians-to-degrees):
1310         * calendar/solar.el (solar-longitude):
1311         * calculator.el (calculator-registers, calculator-funcall):
1312         * textmodes/artist.el (artist-spray-random-points):
1313         * play/bubbles.el (bubbles--initialize-images): Use new names.
1315 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
1317         Update to CEDET 1.0's version of EIEIO.
1319         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1320         New function.
1321         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1322         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1323         (class-precedence-list): If class is nil, return nil.
1324         (eieio-generic-call): If class of first input arg is nil, don't
1325         look up static methods, and do check for primary methods.
1326         (initialize-instance): See if the default needs to be evaluated
1327         during the constructor.
1328         (eieio-perform-slot-validation-for-default): Don't do the check
1329         for values that will eventually be evaluated.
1330         (eieio-eval-default-p): New function.
1331         (eieio-default-eval-maybe): Use it.
1333 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1335         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1336         method-invocation-order.
1337         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1338         (eieio-class-precedence-dfs): Compute class precedence list using
1339         dfs algorithm.
1340         (eieio-class-precedence-bfs): Compute class precedence list using
1341         bfs algorithm.
1342         (eieio-class-precedence-c3): Compute class precedence list using
1343         c3 algorithm.
1344         (class-precedence-list): New function.
1345         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1346         (inconsistent-class-hierarchy): New error symbol.
1347         (call-next-method): Stow the replacement argument list for future
1348         call-next-method invocations.
1350 2010-09-15  Glenn Morris  <rgm@gnu.org>
1352         * calendar/appt.el (appt-check): If not displaying the diary,
1353         use (diary 1) to only get the entries we need.
1354         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1355         that it is in day order.  (Bug#7019)
1357         * calendar/appt.el (appt-check): Rather than showing the diary,
1358         just turn off invisible display, and only if needed.
1360         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1362 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1364         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1365         Add `when' argument.  Update callers.
1367         * subr.el (unintern): Declare the obarray arg mandatory.
1369 2010-09-14  Glenn Morris  <rgm@gnu.org>
1371         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1372         Doc fixes.
1374         * calendar/diary-lib.el (diary-included-files): New variable.
1375         (diary-list-entries): Maybe initialize diary-included-files.
1376         (diary-include-other-diary-files): Append to diary-included-files.
1377         * calendar/appt.el (appt-update-list): Also check the members of
1378         diary-included-files.  (Bug#6999)
1379         (appt-check): Doc fix.
1381 2010-09-12  David Reitter  <david.reitter@gmail.com>
1383         * simple.el (line-move-visual): Do not truncate goal column to
1384         integer size.  (Bug#7020)
1386 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1388         * repeat.el (repeat): Allow repeating when the last event is a click.
1389         Suggested by Drew Adams (bug#6256).
1391 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
1393         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1394         Replace setting HGRCPATH to "" by some less invasive --config options.
1396 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1398         * font-lock.el (font-lock-beginning-of-syntax-function):
1399         Mark as obsolete.
1401 2010-09-10  Glenn Morris  <rgm@gnu.org>
1403         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1404         and tool-bar modes.  (Bug#6211)
1405         (menu-bar-mode): Move setting of standard-value after the
1406         minor-mode definition, otherwise it seems to have no effect.
1408 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
1410         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1411         Fix typo.  (Bug#6976)
1413 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1415         * whitespace.el: Allow cleaning up blanks without blank
1416         visualization (Bug#6651).  Adjust help window for
1417         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1418         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1419         (whitespace-style): Add new value 'face.  Adjust docstring.
1420         (whitespace-space, whitespace-hspace, whitespace-tab):
1421         Adjust foreground property face.
1422         (whitespace-line-column): Adjust docstring and type declaration.
1423         (whitespace-style-value-list, whitespace-toggle-option-alist)
1424         (whitespace-help-text): Adjust const initialization.
1425         (whitespace-toggle-options, global-whitespace-toggle-options):
1426         Adjust docstring.
1427         (whitespace-display-window, whitespace-interactive-char)
1428         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1429         (whitespace-help-scroll): New fun.
1431 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1433         * files.el (directory-abbrev-alist): Use \` as default regexp.
1435         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1436         chars like - or ] (bug#6984).
1437         (rx-any-condense-range): Explode 2-char ranges.
1439 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1441         * textmodes/bibtex.el:
1442         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1444 2010-09-02  Glenn Morris  <rgm@gnu.org>
1446         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1448 2010-08-31  Kenichi Handa  <handa@m17n.org>
1450         * international/mule-cmds.el (standard-display-european-internal):
1451         Setup standard-display-table for 8-bit characters by storing 8-bit
1452         characters in the element vector.
1454         * disp-table.el (standard-display-8bit):
1455         Setup standard-display-table for 8-bit characters by storing 8-bit
1456         characters in the element vector.
1457         (standard-display-european): Likewise.
1459 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1461         Sync with Tramp 2.1.19.
1463         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1464         (tramp-reporter-dump-variable, tramp-load-report-modules)
1465         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1466         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1468         * net/tramp-compat.el (top): Do not autoload
1469         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1470         only when `start-file-process' is not bound.
1471         (byte-compile-not-obsolete-vars): Define if not bound.
1472         (tramp-compat-funcall): New defmacro.
1473         (tramp-compat-line-beginning-position)
1474         (tramp-compat-line-end-position)
1475         (tramp-compat-temporary-file-directory)
1476         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1477         (tramp-compat-copy-file, tramp-compat-copy-directory)
1478         (tramp-compat-delete-file, tramp-compat-delete-directory)
1479         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1480         Use it.
1481         (tramp-advice-file-expand-wildcards): Do not use
1482         `tramp-handle-file-remote-p'.
1483         (tramp-compat-make-temp-file): Simplify fallback implementation.
1484         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1485         (tramp-compat-copy-tree): Remove function.
1486         (tramp-compat-delete-file): New defun.
1487         (tramp-compat-delete-directory): Provide implementation for older
1488         Emacsen.
1489         (tramp-compat-file-attributes): Handle only
1490         `wrong-number-of-arguments' error.
1492         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1493         Add PRESERVE_SELINUX_CONTEXT.
1494         (tramp-fish-handle-delete-file): Add TRASH arg.
1495         (tramp-fish-handle-directory-files-and-attributes):
1496         Do not use `tramp-fish-handle-file-attributes.
1497         (tramp-fish-handle-file-local-copy)
1498         (tramp-fish-handle-insert-file-contents)
1499         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1501         * net/tramp-gvfs.el (top): Require url-util.
1502         (tramp-gvfs-mount-point): Remove.
1503         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1504         and `set-file-selinux-context'.
1505         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1506         (tramp-gvfs-handle-file-selinux-context)
1507         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1508         (with-tramp-dbus-call-method): Format trace message.
1509         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1510         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1511         Implement backup call, when operation on local files fails.
1512         Use progress reporter.  Flush properties of changed files.
1513         (tramp-gvfs-handle-delete-file): Add TRASH arg.
1514         Use `tramp-compat-delete-file'.
1515         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1516         (tramp-gvfs-handle-make-directory): Make more traces.
1517         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1518         (tramp-gvfs-url-file-name): Hexify file name in url.
1519         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1520         into account for the resulting file name.
1521         (tramp-gvfs-handler-askquestion): Preserve current message, in
1522         order to let progress reporter continue afterwards.  (Bug#6257)
1523         Return dummy mountpoint, when the answer is "no".
1524         See `tramp-gvfs-maybe-open-connection'.
1525         (tramp-gvfs-handler-mounted-unmounted)
1526         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1527         attribute "default_location".  Set "prefix" property.
1528         Handle default-location.
1529         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1530         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1531         exists.  Raise an error, if not (due to a corresponding answer
1532         "no" in interactive questions, for example).
1533         Use `tramp-compat-funcall'.
1535         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1536         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1537         (tramp-imap-do-copy-or-rename-file)
1538         (tramp-imap-handle-insert-file-contents)
1539         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1540         (tramp-imap-handle-delete-file): Add TRASH arg.
1542         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1543         Add PRESERVE-SELINUX-CONTEXT.
1544         (tramp-smb-handle-copy-file)
1545         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1546         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1547         Use `with-progress-reporter'.
1548         (tramp-smb-handle-delete-file): Add TRASH arg.
1550         * net/tramp.el (tramp-methods): Move hostname to the end in all
1551         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1552         appropriate.
1553         (tramp-verbose): Describe verbose level 9.
1554         (tramp-completion-function-alist)
1555         (tramp-file-name-regexp, tramp-chunksize)
1556         (tramp-local-coding-commands, tramp-remote-coding-commands)
1557         (with-connection-property, tramp-completion-mode-p)
1558         (tramp-action-process-alive, tramp-action-out-of-band)
1559         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1560         (tramp-exists-file-name-handler): Fix docstring.
1561         (tramp-remote-process-environment): Use `format' instead of
1562         `concat'.  Protect version string by apostroph.
1563         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1564         XEmacs.
1565         (tramp-file-name-regexp-unified)
1566         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1567         not regard the volume letter as remote filename.  (Bug#5447)
1568         (tramp-perl-file-attributes)
1569         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1570         (tramp-vc-registered-read-file-names): Read input as
1571         here-document, otherwise the command could exceed maximum length
1572         of command line.
1573         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1574         `set-file-selinux-context'.
1575         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1576         backtrace functions.
1577         (tramp-error-with-buffer): Don't show the connection buffer when
1578         we are in completion mode.
1579         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1580         (tramp-handle-file-selinux-context)
1581         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1582         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1583         New defuns.
1584         (with-progress-reporter): New defmacro.
1585         (tramp-debug-outline-regexp): New defconst.
1586         (top, tramp-rfn-eshadow-setup-minibuffer)
1587         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1588         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1589         (tramp-completion-mode-p, tramp-check-for-regexp)
1590         (tramp-open-connection-setup-interactive-shell)
1591         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1592         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1593         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1594         Use `tramp-compat-funcall'.
1595         (tramp-handle-make-symbolic-link): Flush file properties.
1596         (tramp-handle-load, tramp-handle-file-local-copy)
1597         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1598         (tramp-handle-vc-registered, tramp-maybe-send-script)
1599         (tramp-find-shell): Use `with-progress-reporter'.
1600         (tramp-do-file-attributes-with-stat): Add space in format string,
1601         in order to work around a bug in pdksh.  Reported by Gilles Pion
1602         <gpion@lfdj.com>.
1603         (tramp-handle-verify-visited-file-modtime): Do not send a command
1604         when the connection is not established.
1605         (tramp-handle-set-file-times): Simplify the check for utc.
1606         (tramp-handle-directory-files-and-attributes)
1607         (tramp-get-remote-path): Use `copy-tree'.
1608         (tramp-completion-handle-file-name-all-completions): Ensure, that
1609         non remote files are still checked.  Oops.
1610         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1611         Handle PRESERVE-SELINUX-CONTEXT.
1612         (tramp-do-copy-or-rename-file): Add progress reporter.
1613         (tramp-do-copy-or-rename-file-directly): Do not use
1614         `tramp-handle-file-remote-p'.
1615         (tramp-do-copy-or-rename-file-out-of-band):
1616         Use `tramp-compat-delete-directory'.
1617         (tramp-do-copy-or-rename-file-out-of-band)
1618         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1619         Use `format-spec-make'.
1620         (tramp-handle-delete-file): Add TRASH arg.
1621         (tramp-handle-dired-uncache): Flush directory cache, not only file
1622         cache.
1623         (tramp-handle-expand-file-name)
1624         (tramp-completion-handle-file-name-all-completions)
1625         (tramp-completion-handle-file-name-completion):
1626         Use `tramp-connectable-p'.
1627         (tramp-handle-start-file-process): Set connection property "vec".
1628         Use it, in order to invalidate file caches.  Check only for
1629         `remote-tty' process property.
1630         Implement tty setting.  (Bug#4604, Bug#6360)
1631         (tramp-file-name-for-operation): Add `call-process-region' and
1632         `set-file-selinux-context'.
1633         (tramp-find-foreign-file-name-handler)
1634         (tramp-advice-make-auto-save-file-name)
1635         (tramp-set-auto-save-file-modes): Remove superfluous check for
1636         `stringp'.  This is done inside `tramp-tramp-file-p'.
1637         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1638         operations when we are in completion mode.  This gives the user
1639         the chance to correct the file name in the minibuffer.
1640         (tramp-completion-mode-p): Use `non-essential'.
1641         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1642         compatibility: Use `completion-ignore-case' if
1643         `read-file-name-completion-ignore-case' does not exist.
1644         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1645         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1646         `tramp-open-shell'.
1647         (tramp-action-password): Hide password prompt before next run.
1648         (tramp-process-actions): Widen connection buffer for the trace.
1649         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1650         process property.  Trace stty settings if `tramp-verbose' >= 9.
1651         Apply workaround for IRIX64 bug.  Move argument of last
1652         `tramp-send-command' where it belongs to.
1653         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1654         front of `login-args'.
1655         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1656         on "/dev/null" instead of "/".
1657         (tramp-get-ls-command-with-dired): Make test for "--dired"
1658         stronger.
1659         (tramp-set-auto-save-file-modes): Adapt version check.
1660         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1661         (tramp-handle-process-file): Call the program in a subshell, in
1662         order to preserve working directory.
1663         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1664         `tramp-remote-sh' from `tramp-methods'.
1665         (tramp-get-ls-command): Make test for "--color=never" stronger.
1666         (tramp-check-for-regexp): Use (forward-line 1).
1668         * net/trampver.el: Update release number.
1670 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1672         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1673         empty argument to gvfs-copy.
1675 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1677         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1678         handle new TRASH arg of `delete-file'.
1680 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1682         * net/tramp.el (tramp-handle-insert-directory): Don't use
1683         `forward-word', its default syntax could be changed.
1685 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1686             Michael Albinus  <michael.albinus@gmx.de>
1688         Implement compression for inline methods.
1690         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1691         (tramp-copy-size-limit): Allow also nil.
1692         (tramp-inline-compress-commands): New defconst.
1693         (tramp-find-inline-compress, tramp-get-inline-compress)
1694         (tramp-get-inline-coding): New defuns.
1695         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1696         replaced by `tramp-get-inline-coding'.
1697         (tramp-handle-file-local-copy, tramp-handle-write-region)
1698         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1700 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1702         Detect ssh 'ControlMaster' argument automatically in some cases.
1704         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1705         (tramp-default-method): Use it.
1707 2010-08-26  Karel Klíč  <kklic@redhat.com>
1709         * net/tramp.el (tramp-file-name-for-operation):
1710         Add file-selinux-context.
1712 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1714         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1716 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1718         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1719         (Bug#6907).
1721 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
1723         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1724         with "else" (Bug#3991).
1726 2010-08-22  Leo  <sdl.web@gmail.com>
1728         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1729         (ignore, bright, dim, keyword): Split list of nicknames before
1730         passing to rcirc-add-or-remove (Bug#6894).
1732 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1734         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1736 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1738         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1739         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1740         New version 13.0.
1741         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1742         Adjust initialization.
1743         (whitespace-bob-marker, whitespace-eob-marker)
1744         (whitespace-buffer-changed): New vars.
1745         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1746         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1747         (whitespace-post-command-hook, whitespace-display-char-on):
1748         Adjust code.
1749         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1750         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1752 2010-08-21  Leo  <sdl.web@gmail.com>
1754         Fix buffer-list rename&refresh after killing a buffer in ido.
1755         * lisp/ido.el: Revert Óscar's.
1756         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1757         Remember the buffers at head, rather than their name.
1758         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1760 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1761             Stefan Monnier  <monnier@iro.umontreal.ca>
1763         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1764         extra backslash added to each line (bug#6890).
1766 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1768         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1770 2010-08-21  Glenn Morris  <rgm@gnu.org>
1772         * menu-bar.el (menu-bar-games-menu): Add landmark.
1774 2010-08-20  Glenn Morris  <rgm@gnu.org>
1776         * align.el (align-regexp): Make group and spacing arguments
1777         use the interactive defaults when non-interactive.  (Bug#6698)
1779         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1780         expansion, so as not to need sendmail.
1781         (mail-text-start): Remove declaration.
1782         (rmail-retry-failure): Require sendmail.
1784 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1786         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1788 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
1790         * progmodes/flymake.el (flymake-start-syntax-check-process):
1791         Use `start-file-process' in order to let it run also on remote hosts.
1793 2010-08-18  Kenichi Handa  <handa@m17n.org>
1795         * files.el: Add `word-wrap' as safe local variable.
1797 2010-08-18  Glenn Morris  <rgm@gnu.org>
1799         * woman.el (woman-translate): Case matters.  (Bug#6849)
1801 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
1803         * simple.el (kill-region): Doc fix (Bug#6787).
1805 2010-08-14  Glenn Morris  <rgm@gnu.org>
1807         * calendar/diary-lib.el (diary-header-line-format):
1808         Fit it to the window, not the frame.
1810 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
1812         * subr.el (ignore-errors): Add debug declaration.
1814 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1816         * whitespace.el (whitespace-color-off): Remove post-command-hook
1817         locally.
1819 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1821         * replace.el (replace-highlight): Bind isearch-forward and
1822         isearch-error, ensuring that highlighting is updated if the user
1823         switches the search direction (Bug#6808).
1825         * isearch.el (isearch-lazy-highlight-forward): New var.
1826         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1827         (isearch-lazy-highlight-update): Use it.
1829 2010-08-06  Kenichi Handa  <handa@m17n.org>
1831         * international/mule.el (define-charset): Store NAME as :base property.
1832         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1833         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1834         current priority.  Force using the designation of the specific
1835         charset by adding `charset' text property.  Improve the whole
1836         algorithm.
1838 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
1840         * emulation/pc-select.el (pc-selection-mode-hook)
1841         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1842         (pc-selection-mode): Fix typos in docstrings.
1844 2010-08-04  Kenichi Handa  <handa@m17n.org>
1846         * language/cyrillic.el: Don't add "microsoft-cp1251" to
1847         ctext-non-standard-encodings-alist here.
1849         * international/mule.el (ctext-non-standard-encodings-alist):
1850         Add "koi8-r" and "microsoft-cp1251".
1851         (ctext-standard-encodings): New variable.
1852         (ctext-non-standard-encodings-table): List only elements for
1853         non-standard encodings.
1854         (ctext-pre-write-conversion): Adjust for the above change.
1855         Check ctext-standard-encodings.
1857         * international/mule-conf.el (compound-text): Doc fix.
1858         (ctext-no-compositions): Doc fix.
1859         (compound-text-with-extensions): Doc fix.
1861 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1863         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1865 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
1867         * progmodes/which-func.el (which-func-format): Split help-echo text
1868         into lines, like other mode-line tooltips.
1870         * server.el (server-start): When using TCP sockets, force IPv4
1871         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
1873 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1875         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1877 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1879         * term.el (term-delimiter-argument-list): Reflow docstring.
1880         (term-read-input-ring, term-write-input-ring, term-send-input)
1881         (term-bol, term-erase-in-display, serial-supported-or-barf):
1882         Fix typos in docstrings.
1884 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1886         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1888 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
1890         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1892 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
1894         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1895         Fix typo in docstring (bug#6747).
1897 2010-07-30  Leo  <sdl.web@gmail.com>
1899         * eshell/esh-io.el (eshell-get-target): Better detection of
1900         read-only file (Bug#6762).
1902 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
1904         * align.el (align-default-spacing): Doc fix.
1905         (align-region-heuristic, align-regexp): Fix typos in docstrings.
1907 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
1909         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1911 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
1913         * time.el (display-time-day-and-date): Remove spurious * in docstring.
1914         (display-time-world-buffer-name, display-time-world-mode-map):
1915         Fix typos in docstrings.
1917 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
1919         * image-mode.el (image-display-size): New function.
1920         (image-forward-hscroll, image-next-line, image-eol, image-eob)
1921         (image-mode-fit-frame): Use it (Bug#6639).
1923 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
1925         * dired.el (dired-buffers-for-dir): Handle list values of
1926         dired-directory (Bug#6636).
1928 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
1930         * vc.el (vc-coding-system-inherit-eol): New defvar.
1931         (vc-coding-system-for-diff): Use it to decide whether to inherit
1932         from the file the EOL format for reading the diffs of that file.
1933         (Bug#4451)
1935 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
1937         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1938         unibyte, so compressed attachments are not compressed again.
1940 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
1942         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1943         now that unicode is used (Bug#6594).
1945 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
1947         * simple.el (push-mark-command): Set the selection if
1948         select-active-regions is non-nil.
1950 2010-07-10  Glenn Morris  <rgm@gnu.org>
1952         * calendar/calendar.el (calendar-week-end-day): New function.
1953         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1954         Respect calendar-week-start-day.  (Bug#6606)
1955         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1956         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1957         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1958         respect calendar-week-start-day.
1960 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
1962         * simple.el (use-region-p): Doc fix (Bug#6607).
1964 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
1966         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1967         builtins (BufferError, BytesWarning, WindowsError; callables
1968         bin, bytearray, bytes, format, memoryview, next, print; __package__).
1970 2010-07-07  Glenn Morris  <rgm@gnu.org>
1972         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1973         forward-line fallout.
1975 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1977         * mouse.el (mouse-appearance-menu): Add docstring.
1979         * help.el (describe-key): Print up-event using key-description.
1981 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1983         * net/zeroconf.el (zeroconf-resolve-service)
1984         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1985         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1987 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1989         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1991 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1993         Avoid displaying files with a nil state in vc-dir.
1994         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1995         cases that cause insertion.
1996         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1997         with a nil state.
1999 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2001         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2003 2010-06-29  Leo  <sdl.web@gmail.com>
2005         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
2007 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
2009         * generic-x.el (bat-generic-mode): Fix regexp for command line
2010         switches (Bug#5719).
2012 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
2014         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2015         of nconc to avoid pure storage error (Bug#6239).
2017 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
2019         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2020         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2021         bindings of bookmark-automatically-show-annotations (Bug#6515).
2023 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
2025         * arc-mode.el (archive-zip-extract): Don't quote the file name on
2026         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
2028 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2030         * comint.el (make-comint, make-comint-in-buffer): Mention return
2031         value in the docstrings.  (Bug#6498)
2033 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
2035         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2036         since it is not present when using some non-default switches.
2038 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
2040         * simple.el (compose-mail): Fix doc string to refer to
2041         `compose-mail-user-agent-warnings', instead of to the
2042         nonexistent `compose-mail-check-user-agent'.
2044 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2046         Fix vc-annotate for renamed files when using Git.
2047         * vc-git.el (vc-git-find-revision): Deal with empty results from
2048         ls-files.  Doe not pass the object as a file name to cat-file, it
2049         is not a file name.
2050         (vc-git-annotate-command): Pass the file name using -- to avoid
2051         ambiguity with the revision.
2052         (vc-git-previous-revision): Pass a relative file name.
2054 2010-06-22  Glenn Morris  <rgm@gnu.org>
2056         * progmodes/js.el (js-mode-map): Use standard capitalization and
2057         ellipses for menu entries.
2059         * wid-edit.el (widget-complete): Doc fix.
2061 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
2063         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2065 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2067         Fix annotating other revisions for renamed files in vc-annotate.
2068         * vc-annotate.el (vc-annotate): Add an optional argument for the
2069         VC backend.  Use it when non-nil.
2070         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2071         (Bug#6487).
2073         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2074         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2075         Do not pass the file name to the 'previous-revision call when we
2076         don't want a file diff.  (Bug#6489)
2078 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2080         Fix finding revisions for renamed files in vc-annotate.
2081         * vc.el (vc-find-revision): Add an optional argument for
2082         the VC backend.  Use it when non-nil.
2083         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2084         backend to vc-find-revision.  (Bug#6487)
2086 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2088         Fix reading file names in Git annotate buffers.
2089         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2090         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
2092 2010-06-20  Alan Mackenzie  <acm@muc.de>
2094         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2095         in file local variables, set it first.
2097 2010-06-19  Glenn Morris  <rgm@gnu.org>
2099         * descr-text.el (describe-char-unicode-data): Insert separating
2100         space when needed.  (Bug#6422)
2102         * progmodes/idlwave.el (idlwave-action-and-binding):
2103         Fix typo in 2009-12-03 change.  (Bug#6450)
2105 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2107         * subr.el (read-quoted-char): Fix up last change (bug#6290).
2109 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2111         * font-lock.el (font-lock-major-mode): Rename from
2112         font-lock-mode-major-mode to distinguish it from
2113         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2114         (font-lock-set-defaults):
2115         * font-core.el (font-lock-default-function): Adjust users.
2116         (font-lock-mode): Don't set it at all.
2118 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2120         * vc-annotate.el (vc-annotate): Use vc-read-revision.
2122 2010-06-15  Glenn Morris  <rgm@gnu.org>
2124         * calendar/appt.el (appt-time-msg-list): Doc fix.
2125         (appt-check): Let-bind appt-warn-time.
2126         (appt-add): Make the 3rd argument optional.
2127         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
2128         Only add WARNTIME to the output list if non-nil.
2130 2010-06-15  Ivan Kanis  <apple@kanis.eu>
2132         * calendar/appt.el (appt-check): Let the 3rd element of
2133         appt-time-msg-list specify the warning time.
2134         (appt-add): Add new argument with the warning time.  (Bug#5176)
2136 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2138         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2139         older than version 1.6.  (Bug#6361)
2141 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
2143         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2144         used by cl-do-arglist.  (Bug#6408)
2146 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2148         * emacs-lisp/advice.el (ad-compile-function):
2149         Define warning-suppress-types before we let-bind it (bug#6275).
2151         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2152         declare it, make it buffer-local and permanent-local (bug#6324).
2153         (vc-resynch-window): Adjust name.
2154         * vc-hooks.el (vc-find-file-hook): Adjust name.
2156 2010-06-07  Jonathan Rockway  <jon@jrock.us>
2158         * net/rcirc.el: Add support for password authentication.
2159         (rcirc-server-alist): Add :password keyword.
2160         (rcirc): Ask for a password, or get it from the server's alist.
2161         (rcirc-connect): Add password argument.  Pass it to server.
2163 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
2165         * net/dbus.el (dbus-register-method): Declare function.
2166         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2167         (dbus-introspect): Doc fix.
2168         (dbus-event-bus-name, dbus-introspect-get-interface)
2169         (dbus-introspect-get-argument): Reflow docstrings.
2171 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
2173         * term/common-win.el (x-colors): Add "dark green" and "dark
2174         turquoise" (Bug#6332).
2176 2010-06-03  Glenn Morris  <rgm@gnu.org>
2178         * desktop.el (desktop-clear-preserve-buffers):
2179         Add "*Warnings*" buffer.  (Bug#6336)
2181 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
2183         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2185 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2187         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2188         `file-directory-p' to the filename part rather than to the whole text.
2190 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2192         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2194 2010-05-31  Drew Adams  <drew.adams@oracle.com>
2196         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2198 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
2200         * subr.el (momentary-string-display): Just use read-event to read
2201         the exit event (Bug#6238).
2203 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
2205         * ansi-color.el: Delete unused escape sequences (Bug#6085).
2206         (ansi-color-drop-regexp): New constant.
2207         (ansi-color-apply, ansi-color-filter-region)
2208         (ansi-color-apply-on-region): Delete unrecognized control sequences.
2209         (ansi-color-apply): Build string list before calling concat.
2211 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2213         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2214         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2216 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2218         * htmlfontify.el (hfy-face-resolve-face): New function.
2219         (hfy-face-to-style): Use it (Bug#6279).
2221 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2223         * epa.el (epa--select-keys): Don't explicitly delete the window since
2224         that can fail (e.g. sole window in frame).  Use dedication instead.
2226 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2228         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2230 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2232         * subr.el (read-quoted-char): Resolve modifiers after key
2233         remapping (bug#6212).
2235 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2237         * tmm.el (tmm-prompt): Don't try to precompute bindings.
2238         (tmm-get-keymap): Compute shortcuts (bug#6171).
2240 2010-05-10  Glenn Morris  <rgm@gnu.org>
2242         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2243         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
2245 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2247         * Version 23.2 released.
2249 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2251         * international/mule.el (auto-coding-alist): Only purecopy
2252         car of each item, not the whole list (Bug#6083).
2254 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
2256         * progmodes/js.el (js-mode): Make paragraph variables local before
2257         calling c-setup-paragraph-variables (Bug#6071).
2259 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
2261         * composite.el (compose-region, reference-point-alist): Fix typos
2262         in the doc strings.
2264 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2266         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2267         gnuplot's "set" command.
2269 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
2271         * abbrev.el (last-abbrev-text): Doc fix.
2272         (abbrev-prefix-mark): Don't escape parenthesis.
2274 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
2276         * composite.el (find-composition): Doc fix.
2278 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
2280         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2281         (sql-oracle-program, sql-sqlite-options)
2282         (sql-query-placeholders-and-send): Doc fixes.
2283         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2284         (sql-imenu-generic-expression, sql-buffer)
2285         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2286         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2287         (sql-mode-sybase-font-lock-keywords)
2288         (sql-mode-informix-font-lock-keywords)
2289         (sql-mode-interbase-font-lock-keywords)
2290         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2291         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2292         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2293         (sql-product-feature, sql-highlight-product)
2294         (comint-line-beginning-position, sql-rename-buffer)
2295         (sql-toggle-pop-to-buffer-after-send-region)
2296         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2297         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2298         Fix typos in docstrings.
2300 2010-04-23  Juri Linkov  <juri@jurta.org>
2302         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2303         property instead of `invisible' and `after-string' (bug#5998).
2305 2010-04-23  Juri Linkov  <juri@jurta.org>
2307         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2309 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
2311         * filecache.el (file-cache-add-directory-list)
2312         (file-cache-add-directory-recursively): Fix typos in docstrings.
2314 2010-04-22  Kenichi Handa  <handa@m17n.org>
2316         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2317         (gujarati-composable-pattern): Fix typo.
2319 2010-04-20  Kenichi Handa  <handa@m17n.org>
2321         * language/indian.el (oriya-composable-pattern)
2322         (tamil-composable-pattern, malayalam-composable-pattern):
2323         Add two-part vowels to "v" (vowel sign).
2325 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
2327         * files.el (copy-directory): Handle symlinks (Bug#5982).
2329         * progmodes/compile.el (compilation-next-error-function):
2330         Revert 2009-10-12 change (Bug#5983).
2332 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2334         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2335         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2336         (Bug#5846).
2338 2010-04-20  Glenn Morris  <rgm@gnu.org>
2340         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2342         * minibuffer.el (completion-at-point): Doc fix.
2344 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
2346         Fix the version number for added files.
2347         * vc-hg.el (vc-hg-working-revision): Check if the file is
2348         registered after hg parent fails (Bug#5961).
2350 2010-04-17  Glenn Morris  <rgm@gnu.org>
2352         * htmlfontify.el (htmlfontify-buffer)
2353         (htmlfontify-copy-and-link-dir): Autoload entry points.
2355 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
2357         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2358         name relative to the project root (Bug#5960).
2360 2010-04-16  Glenn Morris  <rgm@gnu.org>
2362         * vc-git.el (vc-git-print-log): Doc fix.
2364 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
2366         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2368 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
2370         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2371         default settings (Bug#5928).
2373 2010-04-10  Glenn Morris  <rgm@gnu.org>
2375         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2376         New function.
2377         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2379 2010-04-07  Kenichi Handa  <handa@m17n.org>
2381         * language/indian.el (malayalam-composable-pattern): Fix previous
2382         change (add U+0D4D "SIGN VIRAMA").
2383         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2384         (tamil-composable-pattern): Fix typo in the regexp.
2385         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2386         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2387         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2389 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
2391         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2392         paragraph-separate (Bug#5821).
2394 2010-04-05  Juri Linkov  <juri@jurta.org>
2396         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2398         * info.el (Info-find-node-2): Comment out code that skips
2399         breadcrumbs line.
2400         (Info-mouse-follow-link): New command.
2401         (Info-link-keymap): New keymap.
2402         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2403         Return a string with links instead of inserting breadcrumbs
2404         to the Info buffer.
2405         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2406         Instead of putting the `invisible' text property over the Info
2407         header, make an overlay over the Info header with the `invisible'
2408         property and `after-string' set to the string returned by
2409         `Info-breadcrumbs'.
2411 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
2413         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2414         Reported by monkey@sandpframing.com.
2416 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
2418         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2419         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2421 2010-03-30  Kenichi Handa  <handa@m17n.org>
2423         * language/sinhala.el (composition-function-table): Fix regexp for
2424         the new Unicode specification.
2426         * language/indian.el (devanagari-composable-pattern)
2427         (tamil-composable-pattern, kannada-composable-pattern)
2428         (malayalam-composable-pattern): Adjust for the new Unicode
2429         specification.
2430         (bengali-composable-pattern, gurmukhi-composable-pattern)
2431         (gujarati-composable-pattern, oriya-composable-pattern)
2432         (telugu-composable-pattern): New variables to cope with the new
2433         Unicode specification.  Use them in composition-function-table.
2435 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2437         Make tmm-menubar work for the Buffers menu again (bug#5726).
2438         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2439         vectors rather than cons cells, as used in menu-bar-update-buffers.
2441 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2443         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2444         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2445         electric punctuation for "{}();,:" (Bug#5586).
2447         * mail/sendmail.el (mail-default-directory): Doc fix.
2449 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
2451         * mail/sendmail.el (mail-default-directory): Doc fix.
2453 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
2455         * subr.el (version-regexp-alist, version-to-list)
2456         (version-list-<, version-list-=, version-list-<=)
2457         (version-list-not-zero, version<, version<=, version=): Doc fix.
2458         (Bug#5744).
2460 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2461             Nick Roberts  <nickrob@snap.net.nz>
2463         * progmodes/gdb-ui.el (gdb-apple-test): New function.
2464         (gdb-init-1): Use it.
2466 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2468         * vc.el (vc-root-diff): Doc fix.
2470 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
2472         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2474         * simple.el (append-to-buffer): Fix last change.
2476 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2478         * simple.el (append-to-buffer): Ensure that point is preserved if
2479         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2480         (Bug#5749)
2482 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2484         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2485         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2486         not be present any more.
2488 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2490         * faces.el (set-face-attribute): Fix typo in docstring.
2491         (face-valid-attribute-values): Reflow docstring.
2493 2010-03-23  Glenn Morris  <rgm@gnu.org>
2495         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2497 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2499         * indent.el (indent-for-tab-command): Doc fix.
2501 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
2503         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2504         (image-dired-read-comment): Doc fix.
2506         * json.el (json-object-type, json-array-type, json-key-type)
2507         (json-false, json-null, json-read-number):
2508         * minibuffer.el (completion-in-region-functions):
2509         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2510         (cal-tex-cursor-week):
2511         * emacs-lisp/trace.el (trace-function):
2512         * eshell/em-basic.el (eshell/printnl):
2513         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2514         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2515         * obsolete/levents.el (allocate-event, event-key, event-object)
2516         (event-point, event-process, event-timestamp, event-to-character)
2517         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2518         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2519         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2520         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2521         (reftex-highlight-selection): Fix typos in docstrings.
2523 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2525         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2527 2010-03-18  Glenn Morris  <rgm@gnu.org>
2529         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2530         2008-02-13 without comment; mark it obsolete.
2531         (rmail-highlight-headers): Use rmail-highlight-face once more.
2533 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
2535         * woman.el (woman2-process-escapes): Only consume the newline if
2536         the filler character is on a line by itself (Bug#5729).
2538 2010-03-16  Kenichi Handa  <handa@m17n.org>
2540         * language/indian.el (devanagari-composable-pattern): Add more
2541         consonants.
2543 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
2545         * net/trampver.el: Update release number.
2547 2010-03-13  Glenn Morris  <rgm@gnu.org>
2549         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2551 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2553         * net/tramp.el (tramp-find-executable):
2554         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2555         output of "wc -l" more robust.
2556         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2557         (tramp-open-connection-setup-interactive-shell): Remove workaround
2558         for OpenSolaris bug, it is not needed anymore.
2560 2010-03-12  Glenn Morris  <rgm@gnu.org>
2562         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2564 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
2566         * files.el (auto-mode-alist): Accept more verilog file patterns.
2568 2010-03-09  Miles Bader  <miles@gnu.org>
2570         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2571         instead of "format:"; this ensures that the output is
2572         newline-terminated.
2574 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2576         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2577         that all errors are caught, and that the return value is always a
2578         list (Bug#5692).
2580 2010-03-08  Kenichi Handa  <handa@m17n.org>
2582         * language/misc-lang.el (windows-1256): New coding system.
2583         (cp1256): New alias of windows-1256 (bug#5690).
2585 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2587         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2588         call to rfc822-bad-address.  (Bug#5692)
2590 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2592         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2593         Use vc-git-root as default directory for revision path (Bug#5657).
2595 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2597         * calculator.el (calculator): Don't bind split-window-keep-point
2598         (Bug#5674).
2600 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2602         * vc-git.el: Re-flow to fit into 80 columns.
2603         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2604         Remove spurious `quote' element in each case alternative.
2605         (vc-git-show-log-entry): Use prog1.
2606         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2608 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2610         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2612 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2614         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2615         definition, not the name (Bug#5481).
2617 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2619         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2620         argument with a local variable.  (Bug#5670)
2622 2010-03-02  Juri Linkov  <juri@jurta.org>
2624         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2626 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2628         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2629         error when FILENAME and NEWNAME are existing remote directories.
2631         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2632         parameter DIR-FLAG.
2634 2010-03-02  Glenn Morris  <rgm@gnu.org>
2636         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2637         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2639 2010-03-01  Kenichi Handa  <handa@m17n.org>
2641         * language/burmese.el (burmese-composable-pattern): Rename from
2642         myanmar-composable-pattern.
2644         * international/characters.el (script-list):
2645         * international/fontset.el (script-representative-chars):
2646         Change myanmar to burmese.
2647         (otf-script-alist): Likewise.
2648         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2650 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2652         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2654 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2656         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2658 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2660         * net/tramp.el (tramp-handle-write-region): START can be a string.
2661         Take care in the checks.  Reported by Dan Davison
2662         <davison@stats.ox.ac.uk>.
2664 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2666         * net/dbus.el (dbus-introspect, dbus-get-property)
2667         (dbus-set-property, dbus-get-all-properties):
2668         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2670 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2672         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2673         * emacs-lisp/elint.el (elint-add-required-env):
2674         * calendar/icalendar.el (icalendar--add-diary-entry):
2675         * calc/calcalg2.el (math-tracing-integral):
2676         * files.el (recover-session-finish): Use with-current-buffer
2677         instead of save-excursion.
2679 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2681         Fix in-buffer completion when after-change-functions modify the buffer.
2682         * minibuffer.el (completion--replace): New function.
2683         (completion--do-completion): Use it and use relative movement.
2685 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2687         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2689 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2691         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2692         Allow the characters _<> in the stack entry (Bug#5653).
2694 2010-02-26  Kenichi Handa  <handa@m17n.org>
2696         * language/burmese.el: Fix entries in composition-function-table.
2697         (myanmar-composable-pattern): New variable.
2699         * international/fontset.el (setup-default-fontset): Add an entry
2700         for myanmar.
2702         * international/characters.el (script-list): Add Myanmar
2703         Extended-A.
2705 2010-02-26  Glenn Morris  <rgm@gnu.org>
2707         * custom.el (custom-initialize-delay): Doc fix.
2709         * mail/sendmail.el (send-mail-function): Autoload the call
2710         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2712 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2714         * files.el (hack-local-variables-filter): For eval forms, also
2715         check safe-local-variable-p (Bug#5636).
2717 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
2719         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2720         and use c(ad)r of cddr (Bug#5640).
2722 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2724         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2725         setting the modes by `ignore-errors'.  It might fail, for example
2726         if the file is not owned by the user but the group.
2727         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2729 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2731         * files.el (directory-listing-before-filename-regexp):
2732         Use stricter matching for iso-style dates, to avoid false matches with
2733         date-like filenames (Bug#5597).
2735         * htmlfontify.el (htmlfontify): Doc fix.
2737         * eshell/eshell.el (eshell): Doc fix.
2739         * startup.el (fancy-about-screen): In mode-line, apply
2740         mode-line-buffer-id face only to the buffer name (Bug#5613).
2742 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2744         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2745         In `watcom' anchor regexp to start of line, to avoid slowness
2746         (Bug#5599).
2748 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2750         * subr.el (remove-yank-excluded-properties): Explain in a comment
2751         why `category' property is removed.
2753 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2755         * isearch.el (isearch-update-post-hook, isearch-update):
2756         Revert 2010-02-17 change.
2758 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2760         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2761         (icalendar--convert-weekly-to-ical)
2762         (icalendar--convert-yearly-to-ical)
2763         (icalendar--convert-block-to-ical)
2764         (icalendar--convert-cyclic-to-ical)
2765         (icalendar--convert-anniversary-to-ical): Take care of time
2766         specifications where hour has 1-digit only (Bug#5549).
2768 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2770         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2771         of disassemble output in GDB 7.1.
2773 2010-02-19  Glenn Morris  <rgm@gnu.org>
2775         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2776         property.  (Bug#5593)
2778 2010-02-18  Sam Steingold  <sds@gnu.org>
2780         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2782 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2784         Use abbreviated file names in bookmarks (bug#5591).
2785         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2786         calls to expand-file-name.
2787         (bookmark-relocate): Use abbreviated file names in bookmarks.
2788         (bookmark-load): Use abbreviated file names in messages.
2790 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2792         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2793         expand "." and "..".  Reported by Thierry Volpiatto
2794         <thierry.volpiatto@gmail.com>.
2796 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2798         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2799         permissions of the temporary file to "0600".  In case the remote
2800         file has no read permissions for the owner, there might be
2801         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
2803 22010-02-18  Glenn Morris  <rgm@gnu.org>
2805         * emacs-lisp/authors.el (authors-renamed-files-alist):
2806         Add entries for INSTALL.CVS.
2808 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
2810         * vc-bzr.el: Fix typo in Known Bugs section.
2812         * isearch.el (isearch-update-post-hook): New hook.
2813         (isearch-update): Use the new hook.
2815 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
2817         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2818         Fix errors in copying directories.
2819         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2820         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2821         (tramp-handle-delete-file)
2822         (tramp-handle-dired-recursive-delete-directory)
2823         (tramp-handle-write-region): Flush also the cache for the upper
2824         directory.
2826 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
2828         * simple.el (save-interprogram-paste-before-kill): Doc fix.
2830         * cus-edit.el (hardware): Doc fix.
2832         * man.el (man): Add to external custom group.
2834         * delim-col.el (columns): Move to wp custom group.
2836         * doc-view.el (doc-view): Add to data custom group.
2838         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2840         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2841         by ispell-parse-output (Bug#5575).
2843 2010-02-16  Kenichi Handa  <handa@m17n.org>
2845         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2846         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2847         (skkdic-convert): Use `euc-japan' coding system for writing.
2849 2010-02-16  Glenn Morris  <rgm@gnu.org>
2851         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2852         tex-main-file before using it.  (Bug#5562)
2854 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2856         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2857         warnings, since it is annoying for the user to see them each time he
2858         runs the code.
2860 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
2862         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2863         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2864         instead of PROC for caching "first-password-request".  Otherwise,
2865         new processes would not profit from passwords already entered.
2867         * net/tramp-cache.el (tramp-dump-connection-properties):
2868         Don't save "first-password-request" property.
2870 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
2872         * outline.el (outline-head-from-level):
2873         * simple.el (with-wrapper-hook):
2874         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2875         (elint-defun, elint-buffer-env, elint-top-form-logged)
2876         (elint-unbound-variable):
2877         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2878         Fix typos in docstrings.
2880 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
2882         * files.el (insert-directory): When WILDCARD-REGEXP and
2883         FULL-DIRECTORY-P are nil, insert the file entry instead of the
2884         whole directory.  (Bug#5551)
2886         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
2887         dired's alignment sanity.  (Bug#5516)
2889 2010-02-14  Juri Linkov  <juri@jurta.org>
2891         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2892         Remove remaining ^H with their preceding chars.  (Bug#5566)
2894 2010-02-13  Glenn Morris  <rgm@gnu.org>
2896         * simple.el (transpose-subr): Give it a doc-string.
2898         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2899         Doc fixes.
2901 2010-02-12  Juri Linkov  <juri@jurta.org>
2903         * arc-mode.el (archive-unique-fname): Make directories for nested
2904         archives.  (Bug#5540)
2906 2010-02-12  Juri Linkov  <juri@jurta.org>
2908         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
2910 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2912         * subr.el (copy-overlay): Handle deleted overlays.
2914         * man.el (Man-completion-table): Don't signal an error if we can't run
2915         manual-program (bug#4056).
2917 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
2919         * textmodes/artist.el (artist-mt): Fix typos in docstring.
2921 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2923         * info.el (Info-bookmark-jump): Simplify.
2925         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2926         (bookmark-default-handler): Accept new bookmark field `buffer'.
2928 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
2930         * iswitchb.el (iswitchb-completions): Revert last change.
2932 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
2934         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2935         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2936         This prevents file names like "~/" being listed literally.
2938 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2940         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2941         Remove dead code.  (Bug#5546)
2943 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
2945         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2946         correctly (Bug#5548).
2948 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
2950         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2951         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2953 2010-02-08  Kenichi Handa  <handa@m17n.org>
2955         * international/mule-util.el (with-coding-priority): Add autoload
2956         cookie for putting `lisp-indent-function'.
2958 2010-02-07  Glenn Morris  <rgm@gnu.org>
2960         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2961         Move F2003 named interfaces from keywords-2 to keywords-1, and
2962         use function-name-face rather than constant-face.
2963         Simplify "abstract interface" regexp.
2965 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2967         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2968         ID-FORMAT.  Pass it to `file-attributes'.
2970         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2972 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2974         * faces.el (set-face-attribute): Allow calling
2975         internal-set-lisp-face-attribute with 'unspecified family and
2976         foundry argument (Bug#5536).
2978 2010-02-07  Glenn Morris  <rgm@gnu.org>
2980         * progmodes/f90.el (f90-font-lock-keywords-2)
2981         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2982         Handle F2003 named interfaces.
2984 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2986         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2987         beg and end before calling c-get-state-before-change-functions.
2989 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2991         * vc-bzr.el (vc-bzr-dir-extra-headers):
2992         Disable the pending merges header.
2994 2010-02-05  Juri Linkov  <juri@jurta.org>
2996         * doc-view.el (doc-view-mode):
2997         * image-mode.el (image-mode): Put property mode-class=special.
2998         (Bug#4896)
3000 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3002         * vc-svn.el (vc-svn-revision-table): New function.
3004 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3006         * net/ange-ftp.el (ange-ftp-insert-directory):
3007         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3008         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3009         Handle also directories.  (Bug#5478)
3011 2010-02-05  Glenn Morris  <rgm@gnu.org>
3013         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3015 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3017         * startup.el (command-line-1): Convert options beginning with a
3018         single dash as well (Bug#5519).
3020 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3022         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3023         * minibuffer.el (completion-initials-expand): Only check the presence
3024         of delims *within* the boundaries, since otherwise the / delim is
3025         always found for files.
3027         Fix up various corner case problems.
3028         * doc-view.el (doc-view-last-page-number): New function.
3029         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3030         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3031         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3032         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3033         (doc-view-convert-current-doc): Don't create the resolution.el file
3034         here any more.
3035         (doc-view-pdf/ps->png): Do it here instead.
3036         (doc-view-already-converted-p): Check that resolution.el is present.
3037         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3038         windows that are not yet showing images.
3040 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3042         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3043         `dired-uncache' for every elemnt which is an absolute file name.
3045         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3046         directory, handle its directory component.
3047         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3048         function is called permanently and creates noise, otherwise.
3050         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3051         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3052         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3054 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3056         * macros.el (apply-macro-to-region-lines):
3057         Minor simplification.  (Bug#5485)
3059 2010-02-04  Glenn Morris  <rgm@gnu.org>
3061         * mail/rmail.el (rmail-show-message-1): Handle malformed
3062         quoted-printable text.  (Bug#5441)
3064         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3066         * simple.el (visual-line-mode): Capitalize lighter.
3068 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3070         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3071         list of files considered for "virtual buffer" completions.
3073 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3075         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3076         also in case of (and (not full) (not wildcard)). This is needed,
3077         when dired is called with a list of files, which are not in
3078         `default-directory'.  (Bug#5478)
3080 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3082         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3084 2010-02-02  Juri Linkov  <juri@jurta.org>
3086         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3087         from unidiff to allow function-line after @@.
3089 2010-02-02  Juri Linkov  <juri@jurta.org>
3091         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3092         '(RCS SCCS) with inverted condition.
3094 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3096         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3097         messages.
3099 2010-02-01  Juri Linkov  <juri@jurta.org>
3101         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3102         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3103         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3104         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3106 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3108         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3109         (doc-view-revert-buffer): New command.
3110         (doc-view-mode-map): Use it.
3112 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3114         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3115         pending merge is detected.
3117 2010-01-31  Juri Linkov  <juri@jurta.org>
3119         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3120         beginning of interactive spec like all other grep commands do.
3121         Put "all" in front of "gz".  (Bug#5260)
3123 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3125         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3127 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3129         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3130         regexp is incorrect (Bug#5476).
3132 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3134         * net/tramp.el (tramp-handle-insert-directory): Handle also
3135         symlinks, when FILENAME is not in `default-directory'.
3137 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3139         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3140         FILE is not in `default-directory'.  (Bug#5478)
3142         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3143         of SWITCHES.  Handle the case, FILENAME is not in
3144         `default-directory'.  (Bug#5478)
3145         (tramp-register-file-name-handlers): Add safe-magic property.
3147 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3149         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3150         unzip (Bug#5475).
3152 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3154         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3155         (flymake-master-make-header-init): Add other C++ filename masks.
3156         (flymake-find-possible-master-files)
3157         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3159 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3161         Fix some busybox annoyances.
3163         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3164         not responding." string.
3165         (tramp-open-connection-setup-interactive-shell): Dump stty
3166         settings.  Enable "neveropen" arg for all `tramp-send-command'
3167         calls.  Handle "=" in variable values properly.
3168         (tramp-find-inline-encoding): Raise an error, when no encoding is
3169         found.
3170         (tramp-wait-for-output): Check, whether PROC buffer is available.
3171         Remove spurious " ^H" sequences, sent by busybox.
3172         (tramp-get-ls-command): Suppress coloring, if possible.
3174 2010-01-28  Glenn Morris  <rgm@gnu.org>
3176         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3178         * log-edit.el (log-edit-strip-single-file-name): Add missing
3179         :safe, :group, and :version tags.
3181 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3183         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3184         buffers.  (Bug#5477)
3186 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3188         * files.el (delete-directory): Handle moving to trash without
3189         first doing recursion (Bug#5436).
3191 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3193         * vc-hooks.el (vc-path): Mark as obsolete.
3195 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3197         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3198         names too.
3200         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3201         for the short log.
3202         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3204 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3206         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3208         * vc-bzr.el (vc-bzr-revision-table): New function.
3210 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3212         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3213         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3215 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3217         Remove support for adding --signoff on commit.
3218         Future support will use an incompatible generic mechanism.
3219         * vc-git.el (vc-git-add-signoff): Remove variable.
3220         (vc-git-toggle-signoff): Remove function.
3221         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3223         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3224         Rename from xterm-set-background-mode.  Return t if the background mode
3225         was set.
3226         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3227         earlier, call it again in case the background mode has changed.
3229 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3231         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3232         (Bug#3541).
3234 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3236         * emacs-lisp/assoc.el (aelement): Doc fix.
3237         (aput, adelete, amake): Use lexical-let (Bug#5450).
3239 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3241         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3242         is the same as subprogram call, not declaration.  (Bug#5435).
3244 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3246         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3247         (tramp-smb-maybe-open-connection): Use it.
3249 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3251         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3253 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3255         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3256         just because we see "encoding: 8bit".
3257         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3259 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3261         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3263 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3265         * jka-compr.el (jka-compr-load): If load-file is not in
3266         load-history, try its file-truename version.  (bug#5447)
3268 2010-01-21  Alan Mackenzie  <acm@muc.de>
3270         Fix a situation where deletion of a cpp construct throws an error.
3271         * progmodes/cc-engine.el (c-invalidate-state-cache):
3272         Before invoking c-with-all-but-one-cpps-commented-out, check that the
3273         special cpp construct is still in the buffer.
3274         (c-parse-state): Record the special cpp with markers, not numbers.
3276 2010-01-21  Kenichi Handa  <handa@m17n.org>
3278         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3279         process last-command-event, as it is now decoded first (Bug#5380).
3281 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3283         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3285 2010-01-20  Glenn Morris  <rgm@gnu.org>
3287         * indent.el (tab-always-indent): Fix custom-type.
3289 2010-01-19  Alan Mackenzie  <acm@muc.de>
3291         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3292         buffer throws "args out of range".
3293         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3294         playing the role of delimiter.
3296 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3298         * progmodes/ada-mode.el: Fix bug#5400.
3299         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3300         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3301         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3302         Improve comments in "is" portion.  Handle null procedure declaration.
3303         (ada-move-to-end): Improve doc string.
3305 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3307         * ido.el (ido-cur-list): Initialize to nil.
3308         Remove obsolete information from commentary.
3309         (ido-choice-list): Initialize to nil.
3310         (ido-get-bufname): Reject minibuffers.
3311         (ido-make-buffer-list): If "default" is a nonexistent
3312         buffer, ignore it, as per the function's comment.
3313         (ido-kill-buffer-internal): New function.
3314         (ido-kill-buffer-at-head): Use it.
3315         (ido-visit-buffer): Likewise.
3317 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3319         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3321 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3323         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3324         Fix typos in chart titles.
3326         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3327         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3328         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3329         (describe-class, eieio-describe-generic, describe-generic):
3330         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3331         (eieio-speedbar-expand):
3332         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3333         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3334         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3335         (viper-del-backward-char-in-replace, viper-backward-indent)
3336         (viper-brac-function, viper-register-to-point, viper-submit-report):
3337         * net/tramp.el (tramp-remote-coding-commands):
3338         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3339         Fix typos in docstrings.
3341 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3343         * mail/sendmail.el (mail-yank-original): Set the mark if the
3344         specified function for yanking does not do it.
3346 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3348         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3350         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3351         resyncing a directory.
3353 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3355         * progmodes/ada-mode.el: Fix bug#1920.
3356         (ada-ident-re): Delete ., allow multibyte characters.
3357         (ada-goto-label-re): New; matches goto labels.
3358         (ada-block-label-re): New; matches block labels.
3359         (ada-label-re): New; matches both.
3360         (ada-named-block-re): Deleted; callers changed to use
3361         `ada-block-label-re' instead.
3362         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3363         Use `ada-block-label-re'.
3364         (ada-indent-on-previous-lines): Improve handling of goto labels.
3365         (ada-get-indent-block-start): Special-case block label.
3366         (ada-get-indent-label): Split into `ada-indent-block-label' and
3367         `ada-indent-goto-label'.
3368         (ada-goto-stmt-start, ada-goto-next-non-ws):
3369         Optionally ignore goto labels.
3370         (ada-goto-next-word): Simplify.
3371         (ada-indent-newline-indent-conditional): Insert newline before
3372         trying to fix indentation; doc fix.
3374 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3376         * calc/calc.el (calc-command-flags): Give it an initial value.
3378 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3380         * files.el (minibuffer-with-setup-hook):
3381         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3382         (artist-key-draw-continously, artist-key-do-continously-continously)
3383         (artist-key-set-point-continously, artist-mouse-draw-continously):
3384         Fix typos in docstrings.
3386 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3388         * nxml/nxml-mode.el (nxml-extend-after-change-region):
3389         Never return t (Bug#3898).
3391 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3393         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3394         can parse the output of the external commands (Bug#5279).
3396 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3398         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3400 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3402         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3404         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3406         * startup.el (command-line): Remove unused --icon-type arg.
3407         Handle --display arg, passing it to command-line-1 (Bug#5392).
3409 2010-01-16  Mario Lang  <mlang@delysid.org>
3411         * emacs-lisp/chart.el (chart-translate-namezone):
3412         * textmodes/artist.el (artist-compute-popup-menu-table):
3413         Remove duplicated words in doc-strings.
3415 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3417         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3418         to mairix-search to suppress threading (Bug#5342).
3420 2010-01-15  Kenichi Handa  <handa@m17n.org>
3422         * international/mule-cmds.el (canonicalize-coding-system-name):
3423         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3425 2010-01-15  Glenn Morris  <rgm@gnu.org>
3427         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3429         * wid-edit.el (widget-keymap): Doc fix.
3431         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3432         former seems to be more widely accepted by various svn versions.
3434 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3436         * find-cmd.el (find-constituents):
3437         * vc-arch.el (vc-arch-root):
3438         * window.el (window-body-height, pop-up-frames):
3439         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3440         * progmodes/ada-stmt.el (ada-if):
3441         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3442         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3443         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3444         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3446         * progmodes/flymake.el (flymake-post-syntax-check):
3447         Fix typo in error message.
3449 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3451         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3452         which is always a string.  (Bug#5313)
3454 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3456         * progmodes/ada-xref.el (ada-default-prj-properties):
3457         Simplify previous change.
3459 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3461         * progmodes/ada-xref.el (ada-default-prj-properties):
3462         Default ada_project_path to $ADA_PROJECT_PATH.
3464 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3466         * progmodes/ada-mode.el (ada-create-keymap):
3467         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3469 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3471         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3472         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3473         (ada-get-current-indent, ada-imenu-generic-expression)
3474         (ada-which-function): Check for it.
3476 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3478         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3479         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3481 2010-01-14  Glenn Morris  <rgm@gnu.org>
3483         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3485 2010-01-14  Kenichi Handa  <handa@m17n.org>
3487         * composite.el (auto-composition-mode): Make it a buffer local
3488         variable (permanent-local).
3489         (auto-composition-function): Set the default value to
3490         auto-compose-chars.
3491         (auto-composition-mode): Make it a simple function, not a minor mode.
3492         (global-auto-composition-mode): Likewise.
3493         (turn-on-auto-composition-if-enabled): Delete it.
3495 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3497         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3499 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3501         * files.el (copy-directory): Compute target for recursive
3502         directories with identical names.  (Bug#5343)
3504 2010-01-12  Glenn Morris  <rgm@gnu.org>
3506         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3507         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3509 2010-01-11  Sam Steingold  <sds@gnu.org>
3511         * imenu.el (imenu-default-create-index-function): Detect infinite
3512         loops caused by imenu-prev-index-position-function.
3514 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3516         * htmlfontify.el (htmlfontify-load-rgb-file)
3517         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3518         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3519         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3520         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3521         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3522         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3523         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3524         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3525         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3526         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3527         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3528         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3529         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3530         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3531         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3532         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3533         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3534         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3535         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3536         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3537         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3538         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3539         backslash-quoting from parentheses, etc.
3541 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3543         * progmodes/js.el: Autoload javascript-mode alias.
3545 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3547         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3548         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3549         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3550         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3551         Fix typos in docstrings.
3552         (ffap-url-regexp): Doc fix.
3553         (ffap-at-mouse): Fix typo in message.
3555 2010-01-11  Glenn Morris  <rgm@gnu.org>
3557         * version.el (emacs-copyright): Set copyright year to 2010.
3559 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3561         * format.el (format-annotate-function): Only set
3562         write-region-post-annotation-function after running to-fn so as not to
3563         affect nested write-region calls (bug#5273).
3565 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3567         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3568         wisent/python.el.
3570 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3572         * man.el (Man-goto-section): Signal error if the section is not
3573         found (Bug#5317).
3575 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3577         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3578         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3580 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3582         * progmodes/compile.el: Don't treat compile-command as safe if
3583         compilation-read-command might be nil (Bug#4218).
3585 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3587         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3588         NS options.
3590 2010-01-08  Kenichi Handa  <handa@m17n.org>
3592         * international/fontset.el (build-default-fontset-data):
3593         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3595 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3597         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3598         to `create-file-buffer' as it expects, not just a buffer name.
3599         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3600         to help uniquify.  (Bug#3224)
3602 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3604         * font-setting.el (font-setting-change-default-font): Use user-spec
3605         instead of name.
3607 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3609         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3611 2010-01-05  Tom Tromey  <tromey@redhat.com>
3613         * progmodes/python.el (python-font-lock-keywords):
3614         Handle qualified decorators (Bug#881).
3616 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3618         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3619         in a lightweight checkout.
3621 2010-01-05  Kenichi Handa  <handa@m17n.org>
3623         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3625 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3627         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3629 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3631         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3632         checkouts.  (Bug#618)
3633         (vc-bzr-log-view-mode): Also highlight the author.
3634         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3635         (vc-bzr-shelve-menu-map):
3636         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3637         (vc-bzr-shelve-apply): Make prompt more explicit.
3639 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3641         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3642         They are valid characters in URL paths (rfc3986), and at least
3643         Firefox does not understand the encoded version (Bug#3166).
3645 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3647         * progmodes/octave-mod.el (octave-end-keywords)
3648         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3649         Add "end" keyword (Bug#3061).
3650         (octave-end-as-array-index-p): New function.
3651         (calculate-octave-indent): Use it.
3653 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3655         * bookmark.el: Consistently put the text property on the bookmark name.
3656         (bookmark-bmenu-marks-width): Bump back to 2, to include
3657         annotation marks.
3658         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3659         property on the bookmark name, instead of not putting it at all.
3660         (bookmark-bmenu-list): Fix where we put the text property.
3662 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3664         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3665         for showing buffer modified state (as added in the previous change).
3667 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3669         * bookmark.el: Show modified state of bookmark buffer more accurately.
3670         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3671         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3672         (with-buffer-modified-unmodified): New macro.
3673         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3674         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3675         Use new macro to preserve the buffer modified state.
3677 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3679         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3680         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3681         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3682         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3683         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3684         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3685         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3687 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3689         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3690         Make the lines in the generated doc string shorter.  (Bug#4668)
3692 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3694         * net/rcirc.el: Add follow-link binding (Bug#4738).
3696 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3698         * Makefile.in (bzr-update): Rename from cvs-update.
3699         (cvs-update): New target for backward compatibility.
3701         * makefile.w32-in (bzr-update): Rename from cvs-update.
3702         (cvs-update): New target for backward compatibility.
3704 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3706         * bookmark.el: Remove gratuitous gratitude.
3708 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3710         * bookmark.el (bookmark-bmenu-any-marks): New function
3711         (bookmark-bmenu-save): Clear buffer modification if no marks.
3713 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3715         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3716         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3717         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3718         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3720         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3721         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3722         To: emacs-devel {_AT_} gnu.org
3723         Subject: bookmark.el bug report
3724         Date: Mon, 28 Dec 2009 14:19:16 +0800
3725         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3727 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3729         * bookmark.el: Improvements suggested by Drew Adams:
3730         (bookmark-bmenu-ensure-position): New name for
3731         `bookmark-bmenu-check-position'.  Just ensure the position,
3732         don't return any meaningful value.
3733         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3734         New constants.
3736 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3738         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3739         (bookmark-yank-point, bookmark-bmenu-check-position):
3740         Fix typos in docstrings.
3741         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3742         (bookmark-name-from-full-record, bookmark-get-position)
3743         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3744         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3745         Remove useless quoting of parenthesis, etc. in docstrings.
3747         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3748         (ediff-append-custom-diff): Fix typo in error message.
3749         (ediff-meta-mark-equal-files): Fix typos in messages.
3751         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3753         * net/imap-hash.el (imap-hash-make): Doc fix.
3754         (imap-hash-test): Fix typo in error message; reflow docstring.
3755         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3756         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3757         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3758         Fix typos in docstrings.
3759         (imap-hash-open-connection): Fix typo in error message.
3761         * play/gomoku.el (gomoku): Fix typos in docstring.
3763         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3764         (gdb-jsonify-buffer): Fix typos in docstring.
3765         (gdb-goto-breakpoint): Fix typo in error message.
3766         ("Display Other Windows"): Fix typo in help message.
3767         (gdb-speedbar-expand-node): Fix typo in question.
3769         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3770         (idlwave-html-system-help-location, idlwave-html-help-location)
3771         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3772         (idlwave-help-browser-generic-args, idlwave-help-directory)
3773         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3774         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3775         (idlwave-online-help, idlwave-help-html-link)
3776         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3777         Fix typos in docstrings.
3778         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3779         Reflow docstrings.
3780         (idlwave-help-assistant-start): Fix typo in error message.
3782         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3783         (octave-electric-space): Fix typos in docstrings.
3785 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3787         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3789 2010-01-01  Juri Linkov  <juri@jurta.org>
3791         * comint.el (comint-input-ring-size): Make it a defcustom and
3792         increase the default to 500 (Bug#5148).
3794 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
3796         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3797         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3798         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3800 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
3802         Show working revision correctly for mercurial.
3803         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3804         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3806 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
3808         Declare some functions for the byte-compiler.
3809         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3810         (speedbar-timer-fn, speedbar-change-expand-button-char)
3811         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3813 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
3815         This changeset reverts GDB Graphical Interface to use annotations.
3816         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3818 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3820         Make vc-dir work on subdirectories of the bzr root.
3821         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3822         Return file names relative to it.
3823         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3824         relative directory to vc-bzr-after-dir-status.
3826 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
3828         * font-lock.el (font-lock-refresh-defaults): New function, which
3829         can be used to let font-lock react to external changes in
3830         variables like font-lock-defaults and keywords.
3831         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3833 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
3835         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3837         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3839 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3841         Supersede color.diff settings in git log (bug#5211).
3843         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3844         escape chars in its output when the user has color.diff set to `always'.
3845         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3847 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3849         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3850         node.  Keep previous "Index" name to work with past coreutils too.
3852         * man.el (man): Revise docstring a bit to show -a and -l as
3853         examples.  Add -k description since support for it has otherwise
3854         been a secret.  (Further to bug#3717.)
3855         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3856         "no matches" rather than "Can't find manpage", as the latter reads
3857         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3859 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3861         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3862         switches.  Check also for //SUBDIRED// line.
3864 2009-12-25  Kenichi Handa  <handa@m17n.org>
3866         * language/indian.el (devanagari-composable-pattern): Fix to
3867         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3868         Devanagari.
3869         (malayalam-composable-pattern): Fix previous change.
3871 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3873         * ps-print.el (ps-face-attributes): It was not returning the
3874         attribute face for faces specified as string.  Reported by harven
3875         <harven@free.fr>.  (Bug#5254)
3876         (ps-print-version): New version 7.3.5.
3878 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3880         * calendar/icalendar.el (icalendar--convert-tz-offset):
3881         Fix timezone names.
3882         (icalendar--convert-tz-offset): Fix the "last-day-problem".
3883         (icalendar--add-diary-entry): Remove the trailing blank that
3884         diary-make-entry inserts.
3886 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3888         Make `file-expand-wildcards' work for remote files.
3890         * files.el (file-expand-wildcards): In case of remote files, check
3891         only local file name part for wildcards.  Provide feature 'files
3892         and subfeature 'remote-wildcards.  (Bug#5198)
3894         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3895         if there is already an established connection.
3896         (tramp-advice-file-expand-wildcards): Remove it.
3898         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3899         (tramp-advice-file-expand-wildcards): Move from tramp.el.
3900         Activate advice for older GNU Emacs versions.  (Bug#5237)
3902 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3904         Some doc fixes (more needed).
3906         * find-cmd.el (find-constituents): Reflow docstring.
3907         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3908         (find-generic): Doc fix.
3910 2009-12-17  Juri Linkov  <juri@jurta.org>
3912         Fix regression from 23.1 to allow multiple modes in Local Variables.
3914         * files.el (hack-local-variables-filter): While ignoring duplicates,
3915         don't take `mode' into account.
3916         (hack-local-variables-filter, hack-dir-local-variables):
3917         Don't remove duplicate `mode' from local-variables-alist (like `eval').
3919 2009-12-17  Juri Linkov  <juri@jurta.org>
3921         Make `dired-diff' more safe.  (Bug#5225)
3923         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3924         `current' or when `file' is a directory of the `current' file.
3926 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3928         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3929         unconditionally preloaded files.
3931 2009-12-16  Juri Linkov  <juri@jurta.org>
3933         Revert to old 23.1 logic of using the file at the mark as default.
3934         * dired-aux.el (dired-diff): Use the file at the mark as default
3935         if it's not the same as the current file, and the target dir is
3936         the current dir or the mark is active.  Add the current file
3937         as the arg of `dired-dwim-target-defaults'.  Use the default file
3938         in the prompt.  (Bug#5225)
3940 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3942         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3943         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3944         (tramp-check-for-regexp): Check also, when an echoing shell stops
3945         to echo sent commands.
3947 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3949         * Makefile.in: Revert last change (Bug#5191).
3951 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3953         * vc-hg.el (vc-hg-print-log): Fix argument order.
3954         (vc-hg-working-revision): Make sure the command is executed in a
3955         known environment so that we can parse the output.  (Bug#4417)
3957 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3959         * progmodes/python.el (python-symbol-completions): Remove text
3960         properties from symbol string before calling python-send-receive.
3962 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3964         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3965         when there are values for both file and line.  (Bug#5060)
3967 2009-12-14  Juri Linkov  <juri@jurta.org>
3969         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3970         whitespace after the file name of the first line of unified format,
3971         because git-diff doesn't output whitespace and file modification time
3972         after the file name.
3974 2009-12-14  David Kastrup  <dak@gnu.org>
3976         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3977         check if it already has the `display' property added by
3978         `Info-display-images-node', and not put the `invisible' property
3979         in this case.
3981 2009-12-13  Glenn Morris  <rgm@gnu.org>
3983         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3984         (report-emacs-bug): In message-mode, sort manually before storing
3985         original report text.  (Bug#5178)
3986         Remove superfluous save-excursion.
3988 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3990         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3991         when responding to "GetAll" properties.
3993 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3995         * simple.el (compose-mail): Remove mail-setup-with-from from
3996         customization checks.
3998 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
4000         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4001         RAR archives created on Unix systems.
4003 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4005         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4006         the varalias that was accidentally removed by the 2009-11-19 change
4007         (bug#5186).
4009 2009-12-12  Kenichi Handa  <handa@m17n.org>
4011         * language/indian.el (indian-compose-regexp): New function.
4012         (malayalam-composable-pattern): Fix the pattern.
4013         (composition-function-table): Set malayalam-composable-pattern for
4014         Malayalam characters.
4016 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4018         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4019         rather than down-mouse-1, based on follow-link conventions.
4021         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4022         are compiled.
4024 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4026         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4027         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4028         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4029         (verilog-leap-to-head, verilog-backward-token):
4030         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4032 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4034         * progmodes/verilog-mode.el (verilog-auto-lineup)
4035         (verilog-nameable-item-re): Cleanup user-visible spelling and
4036         documentation errors.  One reported by Gary Delp.
4037         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4038         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4039         package, bug195.  Reported by Pierre-David Pfister.
4041 2009-12-11  Glenn Morris  <rgm@gnu.org>
4043         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4045         * mail/emacsbug.el: No longer require sendmail.
4046         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4047         (report-emacs-bug-orig-text): Doc fix.
4048         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4049         New local variables, to adapt to different mail-user-agents.
4050         (report-emacs-bug): Fix test for a gnu.org address.
4051         Use overlays for emphasis, since font-lock defeats 'face property.
4052         Pretest bugs also end up at the newsgroup these days.
4053         Stop message-mode stripping text properties.
4054         Set and use the new buffer-local variables.
4055         (report-emacs-bug-hook): Add doc-string.
4056         Remove some unnecessary save-excursions and simplify.
4057         Use the appropriate hook and send-command.
4059         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4060         capitalization of some menu entries.
4062 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4064         * whitespace.el (whitespace-display-char-on):
4065         Ensure `buffer-display-table' is unique when two or more windows are
4066         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4067         New version 12.1.
4069 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4071         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4072         characters in the Attribute field.
4074 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4076         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4078 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4080         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4081         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4082         Disregard autoload-excludes.
4083         (update-directory-autoloads): Obey autoload-excludes here instead.
4084         But don't store its contents in no-autoloads and remove entries that
4085         refer to excludes files.
4087 2009-12-10  Glenn Morris  <rgm@gnu.org>
4089         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4090         (expand-mail-aliases): Define for compiler.
4092         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4093         Define for compiler.
4095         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4096         appropriate for the mail-user-agent in use.
4098 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4100         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4102 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4104         Fix short log parsing and fontification.
4105         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4106         Fix fontification for the [merge] label.
4108 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4110         Drop some properties to avoid surprises.
4111         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4112         (hfy-fontify-buffer): Use it.
4114 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4116         Minor cleanup.
4117         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4118         Adjust all callers.
4119         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4120         args compulsory.  Adjust callers.
4121         (ffap-gopher-at-point): Remove unused var `name'.
4123         Get rid of the ELCFILES abomination.
4124         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4125         (compile-elcfiles): New phony target.
4126         (compile-main): Compute ELCFILES dynamically.
4127         (compile-clean): New target to remove left-over elc files.
4128         (compile, all): Use it.
4130 2009-12-09  Kenichi Handa  <handa@etlken>
4132         * international/mule-diag.el: Require help-mode instead of help-fns.
4134 2009-12-09  Kenichi Handa  <handa@m17n.org>
4136         * international/mule-cmds.el (ucs-names): Supply sufficiently
4137         fine ranges instead of pre-calculating accurate ranges.
4138         Iterate with bigger gc-cons-threshold.
4140 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4142         Add support for stashing a snapshot of the current tree.
4143         * vc-git.el (vc-git-stash-snapshot): New function.
4144         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4146 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4148         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4149         instead of `(beginning|end)-of-line'.
4151 2009-12-08  Glenn Morris  <rgm@gnu.org>
4153         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4155         * Makefile.in (ELCFILES): Regenerate.
4157 2009-12-07  Juri Linkov  <juri@jurta.org>
4159         Don't lazy-highlight the comint output in history Isearch mode.
4161         * comint.el (comint-history-isearch-search): Instead of
4162         `comint-line-beginning-position', use `comint-after-pmark-p'
4163         to check if point if before the process mark, and go to
4164         `process-mark' in this case.
4166 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4168         * textmodes/tex-mode.el (latex-complete)
4169         (latex-indent-or-complete): Remove.
4170         (latex-mode): Set completion-at-point-functions instead.
4172         Provide a standard completion command and hook it into TAB.
4173         * minibuffer.el (completion-at-point-functions): New var.
4174         (completion-at-point): New command.
4175         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4176         * progmodes/python.el (python-mode-map): Use completion-at-point.
4177         (python-completion-at-point): Rename from python-partial-symbol and
4178         adjust for use in completion-at-point-functions.
4179         (python-mode): Setup completion-at-point for Python completion.
4180         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4181         extracted from lisp-complete-symbol.
4182         (lisp-complete-symbol): Use it.
4183         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4184         setup completion-at-point for Elisp completion.
4185         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4186         Use completion-at-point.
4187         * ielm.el (ielm-map): Use completion-at-point.
4188         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4189         * progmodes/sym-comp.el: Move to...
4190         * obsolete/sym-comp.el: Move from progmodes.
4192 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4194         Prevent save-buffer in Rmail buffers from using the coding-system
4195         of the current message, and from clobbering the encoding mnemonics
4196         in the mode line (Bug#4623).
4198         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4199         flag, too.
4200         (rmail-message-encoding): New variable.
4201         (rmail-write-region-annotate): Record the encoding of the current
4202         message in rmail-message-encoding.
4203         (rmail-after-save-hook): New function, restores the encoding of
4204         the current message after the message collection is saved.
4206 2009-12-07  Juri Linkov  <juri@jurta.org>
4208         * progmodes/grep.el (grep-read-files): Use `completing-read'
4209         instead of `read-string'.  Set its `collection' arg to
4210         `read-file-name-internal'.  (Bug#4301)
4212 2009-12-07  Juri Linkov  <juri@jurta.org>
4214         Correctly restore original Isearch point.  (Bug#4994)
4216         * isearch.el (isearch-mode): Move `isearch-push-state' after
4217         `(run-hooks 'isearch-mode-hook)'.
4218         (isearch-cancel): When `isearch-push-state-function' is defined,
4219         let-bind `isearch-cmds' to the first state (the last element of
4220         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4221         function and restores the original point).  Otherwise, move point
4222         to `isearch-opoint'.
4224 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4226         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4227         chars that don't have names, so the table can be built much faster at
4228         run-time.
4230 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4232         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4233         change.  Suggested by David Kastrup.
4235         * simple.el (compose-mail): Check for incompatibilities and warn.
4236         (compose-mail-user-agent-warnings): New option.
4238 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4240         Support showing a single log entry from vc-annotate.
4241         * vc.el (print-log): Add a new argument: START-REVISION.
4242         (vc-print-log-internal): Add a new optional argument and
4243         pass it to the backend.
4244         (vc-print-log, vc-print-root-log): Adjust callers.
4245         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4246         buffer already displays the requested log entry, use it.
4247         Otherwise display only the log entry in question.
4248         * vc-svn.el (vc-svn-print-log):
4249         * vc-mtn.el (vc-mtn-print-log):
4250         * vc-hg.el (vc-hg-state):
4251         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4252         (vc-git-show-log-entry): Return t on success.
4253         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4254         (vc-bzr-show-log-entry): Return t on success.
4255         * vc-rcs.el (vc-rcs-print-log):
4256         * vc-sccs.el (vc-sccs-print-log):
4257         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4259 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4261         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4262         Add menus to the meta mode.  (Bug#5043)
4264 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4266         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4267         event-key.
4269         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4271 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4273         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4274         Berbain <raphael.berbain@gmail.com>.
4276         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4277         characters.
4278         (tramp-initial-end-of-output): New defconst.
4279         (tramp-methods, tramp-find-shell)
4280         (tramp-open-connection-setup-interactive-shell)
4281         (tramp-maybe-open-connection): Use it.
4282         (tramp-shell-prompt-pattern, tramp-wait-for-output):
4283         Handle existence of `#' and `$'.
4285         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4286         Use `tramp-initial-end-of-output'.
4288 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4290         Get the background mode from the terminal for xterm, and set
4291         faces accordingly.
4292         * term/xterm.el (xterm-set-background-mode): New function.
4293         (terminal-init-xterm): Use it in case xterm supports background
4294         color queries.  Recompute faces after getting the background
4295         color.
4297 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4299         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4300         number comment back on its own line, for easier parsing.
4302 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4304         Make it work for non-file buffers (bug#5102).
4305         * doc-view.el (doc-view-current-cache-dir):
4306         Use doc-view-buffer-file-name rather than buffer-file-name.
4307         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4309 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4311         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4312         author field is too short.
4314 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4316         * vc-git.el (vc-git-print-log): Handle a limit argument.
4317         Display the short log in graph form and with labels.
4318         (vc-git-log-view-mode): Handle labels.
4320         Make vc-revert change VC state from 'added to 'unregistered.
4321         * vc-git.el (vc-git-revert): Call git reset first.
4323 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4325         * net/newst-backend.el, net/newst-plainview.el:
4326         * net/newst-reader.el, net/newst-ticker.el:
4327         * net/newst-treeview.el, net/newsticker.el:
4328         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4330 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4332         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4334         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4335         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4336         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4337         Update annotation regexp.
4339         * simple.el (beginning-of-visual-line): Constrain to field
4340         boundaries (Bug#5106).
4342 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4344         * xml.el (xml-substitute-numeric-entities):
4345         Move newsticker--decode-numeric-entities in newst-backend.el to
4346         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4347         * net/newst-backend.el (newsticker--parse-generic-feed)
4348         (newsticker--parse-generic-items)
4349         (newsticker--decode-numeric-entities):
4350         Move newsticker--decode-numeric-entities in newst-backend.el to
4351         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4353 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4355         * progmodes/js.el (js--js-not): Add null to the list of values.
4357 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4359         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4361 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4363         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4364         delimiter if it is at the end of the current line.
4365         (bibtex-generate-url-list): Fix docstring.
4367 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4369         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4370         minibuffer's content with itself.
4371         Fold the confirm-after-completion case into the `confirm' case.
4372         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4374 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4376         * ffap.el (ffap-rfc-path): Make this a defcustom since
4377         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4379         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4380         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4382 2009-12-05  Juri Linkov  <juri@jurta.org>
4384         Save and restore dired buffer's point positions too.  (Bug#4880)
4386         * dired.el (dired-save-positions): Return in the first element
4387         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4388         Doc fix.
4389         (dired-restore-positions): First restore buffer's position.
4390         While restoring window's positions, check if window still displays
4391         the original buffer.
4393 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4395         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4396         if possible.
4398         * shell.el (shell): Require ansi-color (Bug#5113).
4400         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4402         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4404 2009-12-05  Alan Mackenzie  <acm@muc.de>
4406         * progmodes/cc-mode.el (c-before-hack-hook)
4407         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4408         `c-file-style' to work again.  This reversion restores the current
4409         software to its state in Emacs 23.1.  (Bug#4146)
4411 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4413         * textmodes/sgml-mode.el (sgml-lexical-context):
4414         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4416 2009-12-05  Juri Linkov  <juri@jurta.org>
4418         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4419         for virtual nodes.  (Bug#4147)
4420         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4421         when moving from a virtual node.
4422         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4423         (Info-mode): Add `Info-virtual-index' to the docstring.
4425 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4427         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4428         track of the buffer position of the end of a BibTeX entry as this
4429         position may change during reformatting.
4430         (bibtex-format-entry): Remove whitespace before processing
4431         numerical fields so that we recognize the latter properly.
4432         (bibtex-reformat): Do not use push which changes the global value
4433         of bibtex-entry-format.
4434         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4435         (bibtex-field-re-init): Replace only space characters by regexp
4436         for whitespace.
4437         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4438         (bibtex-initialize): Also update bibtex-strings.
4439         (bibtex-kill-field): Preserve white space at end of entry.
4440         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4441         Update bibtex-reference-keys.
4443 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4445         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4446         point after a star, if that's the only place where modifications can
4447         make progress.
4449 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4451         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4452         in docstrings.
4454 2009-12-04  Juri Linkov  <juri@jurta.org>
4456         * proced.el (proced): Call `(proced-update t)' to update process
4457         information instead of only running proced-post-display-hook.
4458         (proced-send-signal): Add a leading space to the buffer name
4459         " *Marked Processes*" to make this buffer ephemeral.
4461 2009-12-04  Juri Linkov  <juri@jurta.org>
4463         * dired.el (dired-auto-revert-buffer): New defcustom.
4464         (dired-internal-noselect): Use it.
4466 2009-12-04  Juri Linkov  <juri@jurta.org>
4468         Change roles of modes and functions in image-mode.el (Bug#5062).
4470         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4471         in `auto-mode-alist'.
4472         (image-mode-previous-major-mode): New variable.
4473         (image-minor-mode-map): Rename from `image-mode-text-map'.
4474         (image-mode): Move graceful error-handling code from
4475         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4476         (image-minor-mode): Remove all image-handling code.
4477         Replace `image-mode-text-map' with `image-minor-mode-map'.
4478         Check for `image-type' in mode-line format string.
4479         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4480         (image-mode-as-text): New function with most code from
4481         `image-mode-maybe'.
4482         (image-toggle-display-text): Move code that removes image
4483         properties from `image-toggle-display' to here.
4484         (image-toggle-display-image): New function with code that adds
4485         image properties copied from `image-toggle-display'.
4486         (image-toggle-display): Remove most code with leaving only code
4487         that toggles between `image-mode-as-text' and `image-mode'.
4489 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4491         * net/newst-treeview.el
4492         (newsticker--treeview-list-highlight-start): Restored call to
4493         save-excursion: Selected item was stuck.
4494         (newsticker--treeview-list-select): New.
4495         (newsticker--treeview-item-show-text)
4496         (newsticker--treeview-item-show)
4497         (newsticker--treeview-item-update): Use new
4498         newsticker-treeview-item-mode.
4499         (newsticker-treeview-update): Keep current item.
4500         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4501         (newsticker--treeview-first-feed): Doc change.
4502         (newsticker-treeview-list-menu)
4503         (newsticker-treeview-item-menu): Add menu entries.
4504         (newsticker-treeview-item-mode): New.
4506         * net/newst-backend.el (newsticker-customize): Delete other
4507         windows.
4509 2009-12-04  Sam Steingold  <sds@gnu.org>
4511         * log-view.el (log-view-mode-map): "q" calls quit-window,
4512         like in all the other non-self-insert buffers.
4514 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4516         Minor cleanup.
4517         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4518         key decoding rather than do it manually via last-input-event +
4519         ascii-character.
4520         (term-exec): Use delete-and-extract-region.
4521         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4522         (term-process-pager): Remove unused var `i'.
4523         (term-dynamic-simple-complete): Make obsolete.
4524         (serial-update-config-menu): Remove unused vars `y' and `str'.
4525         (term-update-mode-line): Remove unused var `temp'.
4527 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4529         Limit the number of log entries displayed by default.
4530         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4531         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4532         using a prefix argument.
4534 2009-12-03  Glenn Morris  <rgm@gnu.org>
4536         * progmodes/idlwave.el (class): Restore still useful declaration.
4538 2009-12-03  Alan Mackenzie  <acm@muc.de>
4540         Enhance `c-parse-state' to run efficiently in "brace deserts".
4542         * progmodes/cc-mode.el (c-basic-common-init):
4543         Call c-state-cache-init.
4544         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4545         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4546         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4548         * progmodes/cc-langs.el (c-before-font-lock-function):
4549         c-extend-and-neutralize-syntax-in-CPP has been renamed
4550         c-neutralize-syntax-in-and-mark-CPP.
4552         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4553         with `category' properties now, not `syntax-table' ones.
4555         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4556         enhanced (but slower) version of c-end-of-macro that won't land
4557         inside a literal or on another awkward character.
4558         (c-state-cache-too-far, c-state-cache-start)
4559         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4560         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4561         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4562         (c-state-min-scan-pos, c-state-brace-pair-desert)
4563         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4564         buffer local variables.
4565         (c-state-literal-at, c-state-lit-beg)
4566         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4567         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4568         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4569         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4570         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4571         (c-renarrow-state-cache)
4572         (c-append-lower-brace-pair-to-state-cache)
4573         (c-state-push-any-brace-pair, c-append-to-state-cache)
4574         (c-remove-stale-state-cache)
4575         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4576         (c-invalidate-state-cache-1, c-parse-state-1)
4577         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4578         (c-parse-state): Enhance and refactor.
4579         (c-debug-parse-state): Amend to deal with all the new variables.
4581         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4582         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4583         modify to use category text properties rather than syntax-table ones.
4584         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4585         to switch off/on the syntactic paren property of C++ template
4586         delimiters using the category property.
4587         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4588         template delims suppressed.
4589         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4590         New constant/macros which apply category properties to the start
4591         and end of preprocessor constructs.
4592         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4593         "comment out" the syntactic value of characters in preprocessor
4594         constructs.
4595         (c-with-cpps-commented-out)
4596         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4597         with characters in all or all but one preprocessor constructs
4598         "commented out".
4600 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4602         * proced.el (proced-filter-alist): Use regexp-quote.
4604 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4606         Cleanup.
4607         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4608         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4609         arguments.  Expand `default-directory'.
4611         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4612         the benefit of returning an expanded localname.
4613         (tramp-tramp-file-p): Handle the case NAME is not a string.
4615 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4617         Add support for bzr shelve/unshelve.
4618         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4619         (vc-bzr-extra-menu-map): New variables.
4620         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4621         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4622         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4623         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4624         (vc-bzr-dir-extra-headers): Display shelves.
4626         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4628 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4630         * textmodes/bibtex.el (bibtex-complete-internal):
4631         Use completion-in-region.
4632         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4634 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4636         Support applying stashes.  Improve UI.
4637         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4638         (vc-git-stash-apply, vc-git-stash-pop)
4639         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4640         (vc-git-stash-menu): New functions.
4641         (vc-git-stash-menu-map): New variable.
4642         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4644 2009-12-03  Glenn Morris  <rgm@gnu.org>
4646         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4647         (vc-print-log-internal): Fix previous change.
4648         (vc-revert): Correct pluralization.
4650 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4652         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4653         it to be an alist any more.
4654         (makefile-complete): Use completion-in-region.
4656         * progmodes/octave-mod.el (octave-complete-symbol):
4657         Use completion-in-region.
4659         Misc cleanup.
4660         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4661         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4662         (idlwave-complete-class): Don't quote lambda.
4663         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4664         (idlwave-mode-map): Move initialization into declaration.
4665         (idlwave-action-and-binding): Use backquotes.
4666         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4667         Simplify.
4668         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4669         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4670         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4671         `parts', and `all-parts'.
4672         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4673         (idlwave-convert-xml-system-routine-info): Remove unused string
4674         `version-string'.
4675         (idlwave-display-user-catalog-widget): Use dolist.
4676         (idlwave-scanning-lib): Declare dynamically-scoped var.
4677         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4678         (completion-highlight-first-word-only): Declare to silence bytecomp.
4679         (idlwave-popup-select): Tighten scope of `resp'.
4680         (idlwave-find-struct-tag): Remove unused var `beg'.
4681         (idlwave-after-load-rinfo-hook): Declare.
4682         (idlwave-sintern-class-info): Remove unused var `taglist'.
4683         (idlwave-find-class-definition): Remove unused var `list'.
4684         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4685         (idlwave-what-module-find-class): Remove unused var `classes'.
4687 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4689         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4691 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4693         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4694         buffers visited.  Remove redundant current-buffer-saving.
4696 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4698         Use completion-in-buffer and remove uses of dynamic scoping.
4699         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4700         (pascal-buffer-to-use, pascal-flag): Don't declare.
4701         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4702         (pascal-get-completion-decl, pascal-keyword-completion):
4703         Add `pascal-str' argument, save-excursion,
4704         return the found completions, and don't filter with pascal-pred.
4705         (pascal-completion-cache): New var.
4706         (pascal-completion): Don't switch buffer any more (it was never
4707         necessary).  Don't save-excursion any more (it's done by the called
4708         subroutines).  Use a cache to avoid redundant computations.
4709         Use complete-with-action rather than pascal-completion-response and
4710         let it apply the predicate as well.
4711         (pascal-complete-word): Use completion-in-buffer when
4712         pascal-toggle-completions is nil.
4713         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4714         not used any more.
4715         (pascal-comp-defun): Don't change buffer any more.
4716         Use complete-with-action rather than pascal-completion-response and
4717         let it apply the predicate as well.
4718         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4719         when neded.
4721 2009-12-02  Kenichi Handa  <handa@m17n.org>
4723         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4724         shape for all Indic scripts.
4726 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4728         Use completion-in-buffer.
4729         * wid-edit.el (widget-field-text-end): New function.
4730         (widget-field-value-get): Use it.
4731         (widget-string-complete, widget-file-complete)
4732         (widget-color-complete): Use it and completion-in-region.
4733         (widget-complete): Don't narrow the buffer.
4735 2009-12-02  Glenn Morris  <rgm@gnu.org>
4737         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4738         (rmail-select-summary): Use rmail-pop-to-buffer.
4739         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4740         rmail-pop-to-buffer, to prevent horizontal splits.
4742         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4743         save-excursion with save-current-buffer.
4744         Widen before searching.  (Bug#5093)
4745         (diary-list-sexp-entries): Remove superfluous save-excursion.
4747 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4749         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4750         name.  (Bug#5038)
4752 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4754         * ido.el (ido-file-internal): Handle filenames at point that do
4755         not have a directory part.  (Bug#5049)
4757 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4759         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4760         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4762 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4764         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4765         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4766         any more.
4768 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4770         * comint.el (comint-insert-input): Ignore clicks to the right of
4771         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4773         * vc.el (vc-print-log-internal): Don't wait for the process to
4774         terminate before setting up the major mode.
4776         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4777         in case.
4779         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4780         the last element.
4782         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4784 2009-12-01  Glenn Morris  <rgm@gnu.org>
4786         * window.el (window--display-buffer-2): Fix previous changes.
4788 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4790         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4792 2009-12-01  Glenn Morris  <rgm@gnu.org>
4794         * Makefile.in (ELCFILES): Add mpc.elc.
4796 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         * mpc.el: New file.
4800 2009-12-01  Glenn Morris  <rgm@gnu.org>
4802         * window.el (window-to-use): Define for compiler.
4804         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4805         consistent with others (no final period).
4807         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4808         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4810 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4812         Make vc-print-log buttons work.
4813         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4815 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4817         * savehist.el (savehist-autosave-interval): Allow setting to nil
4818         through customize.  (Bug#5056)
4820 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4822         Fix references to jit-lock properties.
4823         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4824         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4825         (perl-font-lock-special-syntactic-constructs):
4826         Quote jit-lock-defer-multiline property.
4828 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4830         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4832 2009-11-30  Juri Linkov  <juri@jurta.org>
4834         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4835         value `buffer' of `multi-isearch-next-buffer-current-function'.
4836         Use `(current-buffer)' when `buffer' is nil.
4837         (multi-isearch-next-buffer-from-list): Don't fallback to
4838         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4840 2009-11-30  Juri Linkov  <juri@jurta.org>
4842         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4843         of buffers with `get-buffer' to `multi-isearch-buffers'.
4844         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4845         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4846         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4847         FILES with `expand-file-name' converting relative file names
4848         to absolute.  Doc fix.  (Bug#4727)
4850 2009-11-30  Juri Linkov  <juri@jurta.org>
4852         * misearch.el (multi-isearch-read-buffers)
4853         (multi-isearch-read-matching-buffers): New functions.
4854         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4855         Use them in the `interactive' spec.  Doc fix.
4856         (multi-isearch-read-files, multi-isearch-read-matching-files):
4857         New functions.
4858         (multi-isearch-files, multi-isearch-files-regexp):
4859         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4861 2009-11-30  Juri Linkov  <juri@jurta.org>
4863         * doc-view.el (doc-view-continuous):
4864         Rename from `doc-view-continuous-mode'.
4865         (doc-view-menu): Move "Toggle display" to the top.
4866         Add submenu "Continuous" with radio buttons "Off"/"On"
4867         and "Save as Default".
4868         (doc-view-scroll-up-or-next-page)
4869         (doc-view-scroll-down-or-previous-page)
4870         (doc-view-next-line-or-next-page)
4871         (doc-view-previous-line-or-previous-page):
4872         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4874 2009-11-30  Juri Linkov  <juri@jurta.org>
4876         * comint.el (comint-mode-map): Rebind `M-r' from
4877         `comint-previous-matching-input' to
4878         `comint-history-isearch-backward-regexp'.
4879         Unbind `M-s' to allow global key binding `M-s'.
4880         Add menu items for `comint-history-isearch-backward' and
4881         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4883 2009-11-30  Juri Linkov  <juri@jurta.org>
4885         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4886         For def=recenter, replace `recenter' with `recenter-top-bottom'
4887         that is called with `this-command' and `last-command' let-bound
4888         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4889         set `recenter-last-op' to nil.  (Bug#4981)
4891 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4893         Minor cleanup and simplification.
4894         * filecache.el (file-cache-add-directory)
4895         (file-cache-add-directory-recursively)
4896         (file-cache-add-from-file-cache-buffer)
4897         (file-cache-delete-file-regexp, file-cache-delete-directory)
4898         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4899         (file-cache-temp-minibuffer-message): Delete function.
4900         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4902         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4903         Don't signal an error when bumping into EOB in tr, s, or y.
4905 2009-11-29  Juri Linkov  <juri@jurta.org>
4907         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4908         (Bug#4960)
4910         * descr-text.el (describe-char-unidata-list): Use lowercase name
4911         for "Unicode name" like in other tags.
4913 2009-11-29  Juri Linkov  <juri@jurta.org>
4915         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4916         New compatibility macro.
4917         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4919 2009-11-29  Juri Linkov  <juri@jurta.org>
4921         Add defcustom to define the cycling order of `recenter-top-bottom'.
4922         (Bug#4981)
4924         * window.el (recenter-last-op): Doc fix.
4925         (recenter-positions): New defcustom.
4926         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4927         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4929 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4931         Improve integration of Tramp and ange-ftp in eshell.
4933         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4934         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4935         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4937         * eshell/esh-util.el (top): Require also Tramp when compiling.
4938         (eshell-directory-files-and-attributes): Check for FTP remote
4939         connection.
4940         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4941         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4942         (eshell-file-attributes): Handle ".".  Return `entry'.
4944         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4945         (ange-ftp-directory-files-and-attributes)
4946         (ange-ftp-real-directory-files-and-attributes): New defuns.
4948         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4949         shell with "exec" when possible.  This prevents trailing prompts
4950         in `start-file-process'.
4952 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4954         Try and remove assumptions about point-min==1.
4955         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4956         (rng-compute-mode-line-string): Show the validation percentage in
4957         terms of the narrowed text, not the widened text.
4958         (rng-do-some-validation): Don't catch internal errors when debugging.
4959         (rng-first-error): Simplify.
4960         (rng-after-change-function): Remove work around.  AFAIK the bug has
4961         been fixed a while ago.
4963         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4964         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4966         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4968         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4969         `cd' doesn't always do it for us (bug#5067).
4971         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4972         on 2009-10-25 as part of some other change (bug#5067).
4974 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4976         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4977         `suspicious'.
4978         (byte-compile-warnings): Use byte-compile-warning-types.
4979         (byte-compile-save-excursion): Warn about use of set-buffer right
4980         after save-excursion.
4982         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4983         the excursion as well.
4985 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4987         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4988         providing a Tramp related implementation of "su" and "sudo".
4989         (eshell-unix-initialize): Add "su" and "sudo".
4991 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4993         * net/socks.el (socks-send-command): Convert binary request to
4994         unibyte before sending.  This fixes mishandling of some port
4995         numbers such as 129.
4997 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4999         * help.el (describe-bindings-internal): Remove `interactive'.
5001         * man.el (Man-completion-table): Trim a terminating "(".
5002         Remove the space between name page a section.
5003         Add the command's description on the `help-echo' property.
5004         Remove `process-connection-type' binding since it's unused by
5005         call-process.
5006         Provide completion for the "<section> <name>" format as well.
5007         (Man-default-man-entry): Remove spurious var shadowing the argument.
5009 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5011         * log-view.el: Add "Keywords: tools", since its other keywords
5012         aren't in finder-known-keywords, and following vc.el.
5014         * sha1.el (sha1-string-external): default-directory "/" in case
5015         otherwise non-existent.  process-connection-type pipe for touch of
5016         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5018 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         Misc coding convention cleanups.
5021         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5022         hfy-init-kludge-hooks.
5023         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5024         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5025         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5026         and push.
5027         (hfy-slant, hfy-weight): Use tables rather than code.
5028         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5029         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5030         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5031         (hfy-face-to-css): Remove `nconc' with single arg.
5032         (hfy-p-to-face-lennart): Use `or'.
5033         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5034         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5035         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5036         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5037         (hfy-force-fontification): Use run-hooks.
5039 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5041         Various minor fixes.
5042         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5043         Javascript belongs in the header, not the body.
5044         (hfy-javascript): Remove.
5045         (hfy-fontify-buffer): Don't insert it any more.
5046         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5047         Fix bug in invis handling when there were no invis props in a chunk.
5049 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5051         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5053 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5055         * finder.el (finder-mode-map): Add a menu.
5057 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5059         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5060         "unsigned" structs.
5062         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5063         fork" statement better.
5065 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5067         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5068         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5069         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5070         Reported by Clay Douglass.
5072         (verilog-auto-inst, verilog-auto-star-safe)
5073         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5074         Fix removing "// Interfaces" when saving .* expansions.
5075         Reported by Pierre-David Pfister.
5077 2009-11-26  Glenn Morris  <rgm@gnu.org>
5079         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5080         the scope.
5082 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5084         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5085         Really use previous revision.
5087 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5089         * man.el (Man-completion-table): default-directory "/" in case
5090         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5091         not to truncate long names.  process-connection-type pipe to avoid
5092         any chance of hitting the pseudo-tty TIOCGWINSZ.
5093         (man): completion-ignore-case t for friendliness and since man
5094         itself is case-insensitive on the command line.
5095         Further to Bug#3717.
5097         * arc-mode.el: Add "Keywords: files", so the details in its
5098         commentary can be reached from finder-by-keyword.
5099         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5100         editing mode, but it's comms related and sgml-mode.el has "comm"
5101         on that basis too.
5102         * textmodes/bibtex-style.el: Add "Keywords: tex".
5103         * international/isearch-x.el, international/ja-dic-cnv.el:
5104         * international/ja-dic-utl.el, international/kkc.el:
5105         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5107 2009-11-25  Juri Linkov  <juri@jurta.org>
5109         * man.el (Man-completion-table): Modify regexp to include
5110         section names to completion strings.  (Bug#3717)
5112 2009-11-25  Juri Linkov  <juri@jurta.org>
5114         Search recursively in gzipped files.  (Bug#4982)
5116         * progmodes/grep.el (grep-highlight-matches): Add new options
5117         `always' and `auto'.  Doc fix.
5118         (grep-process-setup): Check `grep-highlight-matches' for
5119         `auto-detect' to determine the need to compute grep defaults.
5120         Move Windows/DOS specific --colors settings handling
5121         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5122         to get the value of "--color=".
5123         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5124         has the value `auto-detect'.  Move Windows/DOS specific settings
5125         from `grep-process-setup'.
5126         (zrgrep): New command with alias `rzgrep'.
5128 2009-11-25  Juri Linkov  <juri@jurta.org>
5130         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5131         to nil instead of switching off view-mode.  (Bug#4896)
5133 2009-11-25  Juri Linkov  <juri@jurta.org>
5135         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5137         * mwheel.el (mwheel-scroll-up-function)
5138         (mwheel-scroll-down-function): New defvars.
5139         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5140         `scroll-up', and `mwheel-scroll-down-function' instead of
5141         `scroll-down'.
5143         * doc-view.el (doc-view-scroll-up-or-next-page)
5144         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5145         Use this ARG in the call to image-scroll-up/image-scroll-down.
5146         Change `interactive' spec to "P".  Goto next/previous page only
5147         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5148         SPC/DEL case).  Doc fix.
5149         (doc-view-next-line-or-next-page)
5150         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5151         for consistency.
5152         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5153         `doc-view-scroll-up-or-next-page', and buffer-local
5154         `mwheel-scroll-down-function' to
5155         `doc-view-scroll-down-or-previous-page'.
5157 2009-11-25  Juri Linkov  <juri@jurta.org>
5159         Provide additional default values (directories at other Dired
5160         windows) via M-n in the minibuffer of some Dired commands.
5162         * dired-aux.el (dired-diff, dired-compare-directories)
5163         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5164         `minibuffer-default' in `minibuffer-with-setup-hook'.
5165         (dired-dwim-target-directory): Find a window that displays Dired
5166         buffer instead of failing when the next window is not Dired.
5167         Use `get-window-with-predicate' to find for the next Dired window.
5168         (dired-dwim-target-defaults): New function.
5170         * ediff-util.el (ediff-read-file-name):
5171         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5172         in `minibuffer-with-setup-hook'.
5174 2009-11-25  Juri Linkov  <juri@jurta.org>
5176         Provide additional default values (file name at point or at the
5177         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5179         * minibuffer.el (read-file-name-defaults): New function.
5180         (read-file-name): Reset `minibuffer-default' to nil when
5181         it duplicates initial input `insdef'.
5182         Bind `minibuffer-default-add-function' to lambda that
5183         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5184         (minibuffer-insert-file-name-at-point): New command.
5186         * files.el (file-name-at-point-functions): New defcustom.
5187         (find-file-default): Remove defvar.
5188         (find-file-read-args): Don't use `find-file-default'.
5189         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5190         to `read-file-name'.
5191         (find-file-literally): Use `read-file-name' with
5192         `confirm-nonexistent-file-or-buffer'.
5194         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5196         * dired.el (dired-read-dir-and-switches):
5197         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5198         to `read-file-name'.
5199         (dired-file-name-at-point): New function.
5200         (dired-mode): Add hook `dired-file-name-at-point' to
5201         `file-name-at-point-functions'.
5203 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5205         Really make the *Completions* window soft-dedicated (bug#5030).
5206         * window.el (window--display-buffer-2): Add `dedicated' argument.
5207         (display-buffer): Pass it when needed so the dedicated flag is set
5208         after calling set-window-buffer, which would otherwise reset it.
5210 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5212         * progmodes/meta-mode.el (meta-complete-symbol):
5213         * progmodes/etags.el (complete-tag):
5214         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5215         Use completion-in-region.
5217         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5218         (dabbrev-completion): Use completion-in-region.
5219         (dabbrev--abbrev-at-point): Simplify regexp.
5221         * abbrev.el (abbrev--before-point): Use word-motion functions
5222         if :regexp is not specified (bug#5031).
5224         * subr.el (string-prefix-p): New function.
5226         * man.el (Man-completion-cache): New var.
5227         (Man-completion-table): Use it.
5229         * vc.el (vc-print-log-internal): Make `limit' optional for better
5230         compatibility (e.g. with vc-annotate.el).
5232 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5234         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5235         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5237         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5238         when .el source file not found or other error.
5240 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5242         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5244 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5246         Handle the [back] button properly (bug#4979).
5247         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5248         Use help-setup-xref, help-buffer, and with-help-window.
5249         (describe-char): Add `buffer' argument.
5250         Pass proper command to help-setup-xref.  Don't meddle with
5251         help-xref-stack-item directly.
5252         (describe-text-category): Use with-help-window and help-buffer.
5254         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5255         for the displayed buffer (bug#4887).
5257         * man.el (Man-completion-table): New function.
5258         (man): Use it.
5260 2009-11-24  David Reitter  <david.reitter@gmail.com>
5262         * vc-git.el (vc-git-registered): Use checkout directory (where
5263         .git is) rather than the file's directory and a relative path spec
5264         to work around a bug in git.
5266 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5268         Improve handling of processes on remote hosts.
5270         * eshell/esh-util.el (eshell-path-env): New defvar.
5271         (eshell-parse-colon-path): New defun.
5272         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5274         * eshell/esh-ext.el (eshell-search-path):
5275         Use `eshell-parse-colon-path'.
5276         (eshell-remote-command): Remove argument HANDLER.
5277         (eshell-external-command): Check for FTP remote connection.
5279         * eshell/esh-proc.el (eshell-gather-process-output):
5280         Use `file-truename', in order to start also symlinked files.
5281         Apply `start-file-process' instead of `start-process'.
5282         Shorten `command' to the local file name part.
5284         * eshell/em-cmpl.el (eshell-complete-commands-list):
5285         Use `eshell-parse-colon-path'.
5287         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5289         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5290         to `eshell-directory-change-hook'.
5292 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5294         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5295         because it could be enabled automatically if view-read-only is non-nil.
5297 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5299         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5300         made on 2009-11-22.
5302 2009-11-24  Glenn Morris  <rgm@gnu.org>
5304         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5305         deleted variable bookmark-bmenu-bookmark-column.
5307 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5309         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5311 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5313         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5314         two slashes to the "file:" prefix.
5315         (browse-url-file-url): De-munge Cygwin filenames before passing
5316         them to Windows browser.
5317         (browse-url-default-windows-browser): Use call-process.
5319 2009-11-23  Juri Linkov  <juri@jurta.org>
5321         Implement DocView Continuous mode.  (Bug#4896)
5322         * doc-view.el (doc-view-continuous-mode): New defcustom.
5323         (doc-view-mode-map): Bind C-n/<down> to
5324         `doc-view-next-line-or-next-page', C-p/<up> to
5325         `doc-view-previous-line-or-previous-page'.
5326         (doc-view-next-line-or-next-page)
5327         (doc-view-previous-line-or-previous-page): New commands.
5329 2009-11-23  Juri Linkov  <juri@jurta.org>
5331         Implement Isearch in comint input history.  (Bug#3746)
5332         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5333         `isearch-mode-hook'.
5334         (comint-history-isearch): New defcustom.
5335         (comint-history-isearch-backward)
5336         (comint-history-isearch-backward-regexp): New commands.
5337         (comint-history-isearch-message-overlay): New buffer-local variable.
5338         (comint-history-isearch-setup, comint-history-isearch-end)
5339         (comint-goto-input, comint-history-isearch-search)
5340         (comint-history-isearch-message, comint-history-isearch-wrap)
5341         (comint-history-isearch-push-state)
5342         (comint-history-isearch-pop-state): New functions.
5344 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5346         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5347         return.
5348         (tramp-handle-make-symbolic-link)
5349         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5350         Quote file names.
5351         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5352         (tramp-handle-process-file): Use it.
5354 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5356         * window.el (move-to-window-line-last-op): Remove.
5357         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5359 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5361         Make M-r mirror the new cycling behavior of C-l.
5362         * window.el (move-to-window-line-last-op): New var.
5363         (move-to-window-line-top-bottom): New command.
5364         (global-map): Bind M-r move-to-window-line-top-bottom.
5366 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5368         * dired-x.el (dired-guess-shell-alist-default):
5369         Support xz format.  (Bug#4953)
5371 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5373         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5374         last-command-char/last-command-event.
5375         (viper-prefix-arg-value): Do correct conversion of event-char for
5376         XEmacs.
5378         * emulation/viper-util.el, emulation/viper.el:
5379         Use viper-last-command-char instead of
5380         last-command-char/last-command-event.
5382         * ediff-init.el, ediff-mult.el, ediff-util.el:
5383         Replace last-command-char and last-command-event
5384         with (ediff-last-command-char) everywhere.
5386         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5387         created in fundamental mode.
5389         * ediff.el (ediff-version): Revert the change of interactive-p to
5390         called-interactively-p.
5392 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5394         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5395         generation from word-movement command names.
5397 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5399         * cus-start.el (all): Add native condition for font-use-system-font.
5401 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5403         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5404         Correct the patch from 2009-11-18.  (Bug#3910)
5406 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5408         * progmodes/subword.el: Rename from lisp/subword.el.
5410         * subword.el: Rename to progmodes/subword.el.
5412         * Makefile.in (ELCFILES): Adapt to subword.el move.
5414 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5415             Stefan Monnier  <monnier@iro.umontreal.ca>
5417         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5418         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5419         (bookmark-bmenu-show-filenames): Use push.
5420         (bookmark-bmenu-hide-filenames): Use local var instead of
5421         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5422         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5423         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5424         filenames now that the bookmark names are always available.
5426 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5428         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5429         (bookmark-search-pattern): Move and leave unbound.
5430         (bookmark-bmenu-mode-map): Change binding.
5431         (bookmark-read-search-input): Simplify.
5432         Don't use text-char-description.  Don't error on non-char events.
5433         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5434         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5435         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5436         Use a local var for the timer.
5437         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5438         (i.e. bookmark-bmenu-search).
5440 2009-11-21  Glenn Morris  <rgm@gnu.org>
5442         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5444 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5446         * net/browse-url.el (browse-url-default-windows-browser):
5447         Use cygstart for cygwin.
5449 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5451         * bookmark.el: Formatting and doc fixes only:
5452         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5453         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5454         Minor grammar and punctuation fixes in doc string.
5455         (bookmark-read-search-input): Adjust to fit within 80 columns.
5457 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5459         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5460         (c-backward-into-nomenclature): Adapt to subword renaming.
5462         * subword.el (subword-forward, subword-backward, subword-mark)
5463         (subword-kill, subword-backward-kill, subword-transpose)
5464         (subword-downcase, subword-upcase, subword-capitalize)
5465         (subword-forward-internal, subword-backward-internal):
5466         Rename from forward-subword, backward-subword, mark-subword,
5467         kill-subword, backward-kill-subword, transpose-subwords,
5468         downcase-subword, upcase-subword, capitalize-subword,
5469         forward-subword-internal, backward-subword-internal.
5471 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5473         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5474         New options.
5475         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5476         New vars.
5477         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5478         (bookmark-bmenu-filter-alist-by-regexp)
5479         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5480         (bookmark-bmenu-search): New command.
5481         (bookmark-bmenu-mode-map): Bind it.
5483 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5485         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5486         backward-subword to quit the byte-compiler.
5488         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5490         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5492         * progmodes/cc-cmds.el (c-update-modeline)
5493         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5494         Refer to subword.el functions instead of cc-subword.el.
5496         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5497         subword.el functions instead of cc-subword.el.
5499         * progmodes/cc-subword.el: Rename to subword.el.
5500         * subword.el: Rename from progmodes/cc-subword.el.
5501         (subword-mode-map): Rename from c-subword-mode-map.
5502         (subword-mode): Rename from c-subword-mode.
5503         (global-subword-mode): New global minor mode.
5504         (forward-subword): Rename from c-forward-subword.
5505         (backward-subword): Rename from c-backward-subword.
5506         (mark-subword): Rename from c-mark-subword.
5507         (kill-subword): Rename from c-kill-subword.
5508         (backward-kill-subword): Rename from c-backward-kill-subword.
5509         (transpose-subwords): Rename from c-tranpose-subword.
5510         (downcase-subword): Rename from c-downcase-subword.
5511         (capitalize-subword): Rename from c-capitalize-subword.
5512         (forward-subword-internal): Rename from c-forward-subword-internal.
5513         (backward-subword-internal): Rename from c-backward-subword-internal.
5515 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5517         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5518         from a dired buffer.
5519         (vc-dired-deduce-fileset): New function.
5520         (vc-root-diff, vc-print-root-log): Use it.
5522         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5523         nil LIMIT argument to vc-print-log-internal.
5525 2009-11-20  Glenn Morris  <rgm@gnu.org>
5527         * Makefile.in (ELCFILES): Regenerate.
5529 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5531         * calc/calc.el (calc-set-mode-line):
5532         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5533         (math-format-number): Rename `math-format-complement-signed' to
5534         `math-format-twos-complement'.
5536         * calc/calc-bin.el (math-format-twos-complement): Rename from
5537         math-format-complement-signed.
5538         (calc-radix): Rename `calc-complement-signed-mode' to
5539         `calc-twos-complement-mode'.
5540         (calc-octal-radix, calc-hex-radix): Add an argument for
5541         two's complement.
5543         * calc/calc-embed.el (calc-embedded-mode-vars):
5544         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5546         * calc/calc-ext.el (calc-init-extensions):
5547         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5548         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5550         * calc/calc-units.el (math-build-units-table-buffer):
5551         Let `calc-twos-complement-mode' be nil.
5553         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5554         entries.
5556         * calc/calc-vec.el (calcFunc-vunpack):
5557         * calc/calc-aent.el (calc-do-calc-eval):
5558         * calc/calc-forms.el (math-format-date):
5559         * calc/calc-graph.el (calc-graph-plot):
5560         * calc/calc-math.el (math-use-emacs-fn):
5561         * calc/calccomp.el (math-compose-expr):
5562         Let `calc-twos-complement-mode' be nil.
5564 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5566         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5567         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5568         * minibuffer.el (completion-in-region-functions): New hook.
5569         (completion-in-region): New function.
5570         * emacs-lisp/lisp.el (lisp-complete-symbol):
5571         * pcomplete.el (pcomplete-std-complete): Use it.
5573 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5575         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5576         (latex-complete-alist): New vars.
5577         (latex-string-prefix-p, latex-complete-bibtex-keys)
5578         (latex-complete-envnames, latex-complete-refkeys)
5579         (latex-complete-data): New functions.
5580         (latex-complete, latex-indent-or-complete): New commands.
5582         * window.el (display-buffer-mark-dedicated): New var.
5583         (display-buffer): Obey it.
5584         * minibuffer.el (minibuffer-completion-help): Use it.
5586         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5588         * filecache.el (file-cache-add-file): Use push and cons.
5589         (file-cache-delete-file-regexp): Use push.
5590         (file-cache-complete): Use completion-in-region.
5592         * simple.el (with-wrapper-hook): Fix thinko.
5594         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5595         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5596         Use with-current-buffer and string-to-number.
5597         (hfy-fallback-colour-values): Use assoc-string.
5598         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5599         (hfy-face-at): Remove unused var `found-face'.
5600         (hfy-compile-stylesheet): Remove unused var `css'.
5601         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5602         and `orig-buffer'.
5603         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5604         Use with-current-buffer.
5605         (hfy-text-p): Use expand-file-name and fewer setq.
5607 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5609         * htmlfontify.el, hfy-cmap.el: New files.
5611 2009-11-19  Juri Linkov  <juri@jurta.org>
5613         * minibuffer.el (completions-format): New defcustom.
5614         (completion--insert-strings): Implement vertical format.
5616         * simple.el (switch-to-completions): Move point to the first
5617         completion when point was at the beginning of the buffer.
5619 2009-11-19  Juri Linkov  <juri@jurta.org>
5621         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5623         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5625 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5627         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5628         (mail-signature): Change default to t.
5629         (mail-from-style): Deprecate `system-default' value.
5630         (mail-insert-from-field): For default value of mail-from-style,
5631         default to `angles' unless `angles' needs quoting and `parens'
5632         does not.
5633         (mail-citation-prefix-regexp): Use citation regexp from
5634         message-mode.
5636 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5638         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5639         Set variables for computing the prompt for reading password.
5641 2009-11-19  Glenn Morris  <rgm@gnu.org>
5643         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5645         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5647         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5648         (newsticker-treeview-listwindow-height): Fix custom type.
5650 2009-11-19  Kenichi Handa  <handa@m17n.org>
5652         * descr-text.el (describe-char-padded-string): Compose with TAB
5653         only if there's a font for CH.
5654         (describe-char): Fix the condition for detecting a trivial composition.
5656 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5658         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5659         more accurate version of the regexp.  (Bug#3910)
5661 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5663         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5665 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5667         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5668         (font-setting-change-default-font): Fix typo in docstring.
5670 2009-11-18  Alan Mackenzie  <acm@muc.de>
5672         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5674 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5676         * font-setting.el (font-use-system-font): Move ...
5678         * cus-start.el (all): ... to here.
5680 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5682         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5683         Don't set `ad-return-value' if `ad-do-it' doesn't.
5685         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5686         modification time.
5688 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5690         * menu-bar.el: Put "Use system font" in Option-menu.
5691         (menu-bar-options-save): Add font-use-system-font.
5693         * loadup.el: If feature system-font-setting or font-render-setting is
5694         there, load font-setting.
5696         * Makefile.in (ELCFILES): Add font-settings.el.
5697         * font-setting.el: New file.
5699 2009-11-17  Glenn Morris  <rgm@gnu.org>
5701         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5703         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5704         Preserve point in the list buffer.  (Bug#4939)
5705         Use point-at-eol.
5706         (newsticker--treeview-list-update-highlight)
5707         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5709 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5711         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5712         Remove.
5714         * calc/calc-ext.el (calc-init-extensions): Remove references to
5715         symclip.
5717         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5719         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5720         * calc/calc-help.el (calc-b-prefix-help): Remove references to
5721         `calc-symclip'.
5723 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5725         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5726         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5728         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5729         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5730         Ignore trailing spaces by omit-nulls to split-string (fixing
5731         regression from Emacs 21 due to the incompatible split-string
5732         change).  (Bug #4928.)
5734 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5736         * vc.el (vc-log-show-limit): Default to 2000.
5737         (vc-print-log-internal): Insert buttons to request more entries
5738         when limiting the output.
5740         * vc-sccs.el (vc-sccs-print-log):
5741         * vc-rcs.el (vc-rcs-print-log):
5742         * vc-cvs.el (vc-cvs-print-log):
5743         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5744         LIMIT is non-nil.
5746 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5748         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5749         error when `tramp-gvfs-dbus-event-vector' is set.
5750         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5752 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5754         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5756 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5758         * net/dbus.el (dbus-unregister-service): New defun.
5759         (dbus-register-property): Register the handlers of
5760         "org.freedesktop.DBus.Properties" for SERVICE.
5761         (dbus-property-handler): Fix docstring.
5763 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5765         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5766         Quote doc string reference in defvaralias as it is not in special form.
5767         (byte-compile-output-docform): Doc fix.
5769 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5771         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5772         (calc-complement-signed-mode): New variables.
5773         (calc-set-mode-line): Add indicator for twos-complements.
5774         (math-format-number): Format twos-complement notation.
5776         * calc/calc-bin.el (calc-word-size): Reset the variables
5777         `math-2-word-size' and `math-half-2-word-size'.
5778         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5779         (calc-symclip): New functions.
5781         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5783         * calc/calc-embed.el (calc-embedded-mode-vars):
5784         Add `calc-complement-signed-mode' to the list of modes.
5786         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5787         (calc-b-oper-keys): Add `calc-symclip' to list.
5789         * calc/calc-ext.el (math-read-number-fancy): Read complement
5790         signed numbers.
5791         (calc-init-extensions): Add binding for `calc-symclip'.
5792         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5794         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5795         `calc-symclip'.
5796         (calc-modes-menu): Add item for twos complement mode.
5798         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5800 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5802         * register.el (jump-to-register, insert-register): Handle Semantic
5803         tags.  From commented-out advice in semantic/senator.el.
5805 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5807         * vc.el (vc-log-show-limit): New variable.
5808         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5809         when using a prefix argument.
5810         (vc-print-log-internal): Add new argument LIMIT.
5812         * vc-svn.el (vc-svn-print-log):
5813         * vc-mtn.el (vc-mtn-print-log):
5814         * vc-hg.el (vc-hg-print-log):
5815         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5816         pass it to the log command when set.  Make the BUFFER argument
5817         non-optional.
5819         * vc-sccs.el (vc-sccs-print-log):
5820         * vc-rcs.el (vc-rcs-print-log):
5821         * vc-git.el (vc-git-print-log):
5822         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5823         ignore it.  Make the BUFFER argument non-optional
5825         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5827 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5829         * dired.el (dired-mode-map): Move encryption items to "Operate"
5830         menu (Bug#4703).
5832         * strokes.el (strokes-update-window-configuration): Make strokes
5833         buffer current before erasing (Bug#4906).
5835 2009-11-15  Juri Linkov  <juri@jurta.org>
5837         * simple.el (set-mark-default-inactive): Add :type, :group
5838         and :version.  (Bug#4876)
5840 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5842         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5843         (archive-unique-fname): ... here.  (Bug#4929)
5845 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5847         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5848         with a real fix.
5850         * novice.el (disabled-command-function): Add useful args.
5851         Setup the help buffer so that [back] works.
5852         Remove redundant call to help-mode.
5853         (disabled-command-function): Use `case'.
5854         (en/disable-command): New function extracted from enable-command.
5855         (enable-command, disable-command): Use it.
5857 2009-11-14  Glenn Morris  <rgm@gnu.org>
5859         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5860         constants.  (Bug#4913)
5862         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5864 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5866         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5867         defined in C that have no doc-strings.  (Bug#1063)
5869 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5871         * cus-edit.el (data, files):
5872         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5874 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5876         * simple.el (shell-command): Doc fix (Bug#4891).
5878         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5880 2009-11-14  Glenn Morris  <rgm@gnu.org>
5882         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5883         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5884         If they are already loaded, eval-after-load will do the right thing.
5886         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5887         compiling.
5889         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5891         * simple.el (x-selection-owner-p): Declare.
5892         (read-mail-command): Use custom radio type rather than choice.
5893         (completion-no-auto-exit): Doc fix.
5895         * custom.el (defgroup):
5896         * epg-config.el (epg): Doc fixes.
5898 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5900         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5901         * international/ccl.el (define-ccl-program): Do not purecopy the
5902         docstring, defconst does it anyway.
5904 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5906         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5907         a second time.
5909         * x-dnd.el (x-dnd-maybe-call-test-function):
5910         * window.el (split-window-vertically):
5911         * whitespace.el (whitespace-help-on):
5912         * vc-rcs.el (vc-rcs-consult-headers):
5913         * userlock.el (ask-user-about-lock-help)
5914         (ask-user-about-supersession-help):
5915         * type-break.el (type-break-force-mode-line-update):
5916         * time-stamp.el (time-stamp-conv-warn):
5917         * terminal.el (te-set-output-log, te-more-break, te-filter)
5918         (te-sentinel, terminal-emulator):
5919         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5920         (term-write-input-ring, term-check-source, term-start-output-log):
5921         (term-display-buffer-line, term-dynamic-list-completions):
5922         (term-ansi-make-term, serial-term):
5923         * subr.el (selective-display):
5924         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5925         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5926         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5927         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5928         (speedbar-remove-localized-speedbar-support)
5929         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5930         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5931         (speedbar-buffers-line-directory):
5932         * simple.el (shell-command-on-region, append-to-buffer)
5933         (prepend-to-buffer):
5934         * shadowfile.el (shadow-save-todo-file):
5935         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5936         (scroll-bar-maybe-set-window-start):
5937         * sb-image.el (speedbar-image-dump):
5938         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5939         (load-save-place-alist-from-file):
5940         * ps-samp.el (ps-print-message-from-summary):
5941         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5942         (ps-background-image, ps-begin-job, ps-do-despool):
5943         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5944         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5945         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5946         (pr-call-process, pr-file-list, pr-interface-save):
5947         * novice.el (disabled-command-function)
5948         (enable-command, disable-command):
5949         * mouse.el (mouse-buffer-menu-alist):
5950         * mouse-copy.el (mouse-kill-preserving-secondary):
5951         * macros.el (kbd-macro-query):
5952         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5953         * informat.el (batch-info-validate):
5954         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5955         * hippie-exp.el (try-expand-dabbrev-visible):
5956         * help-mode.el (help-make-xrefs):
5957         * help-fns.el (describe-variable):
5958         * generic-x.el (bat-generic-mode-run-as-comint):
5959         * finder.el (finder-mouse-select):
5960         * find-dired.el (find-dired-sentinel):
5961         * filesets.el (filesets-file-close):
5962         * files.el (list-directory):
5963         * faces.el (list-faces-display, describe-face):
5964         * facemenu.el (list-colors-display):
5965         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5966         * epg.el (epg--process-filter, epg-cancel):
5967         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5968         (epa--read-signature-type):
5969         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5970         (emerge-file-names):
5971         * ehelp.el (electric-helpify):
5972         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5973         * ediff-vers.el (rcs-ediff-view-revision):
5974         * ediff-util.el (ediff-setup):
5975         * ediff-mult.el (ediff-append-custom-diff):
5976         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5977         (ediff-wordify):
5978         * echistory.el (Electric-command-history-redo-expression):
5979         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5980         * disp-table.el (describe-display-table):
5981         * dired.el (dired-find-buffer-nocreate):
5982         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5983         * dabbrev.el (dabbrev--same-major-mode-p):
5984         * chistory.el (list-command-history):
5985         * apropos.el (apropos-documentation):
5986         * allout.el (allout-obtain-passphrase):
5987         (allout-copy-exposed-to-buffer):
5988         (allout-verify-passphrase): Use with-current-buffer.
5990 2009-11-13  Glenn Morris  <rgm@gnu.org>
5992         * Makefile.in (ELCFILES): Regenerate.
5994 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
5996         * net/dbus.el (dbus-registered-objects-table): Rename from
5997         `dbus-registered-functions-table', because it contains also properties.
5998         (dbus-unregister-object): Unregister also properties.
5999         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6000         Use a timeout of 500 msec, in order to not block.
6001         (dbus-register-property, dbus-property-handler): New defuns.
6003 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6005         * simple.el (minibuffer-default-add-completions): Drop deprecated
6006         4th arg.
6008 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6010         * textmodes/artist.el (artist-mouse-choose-operation):
6011         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6012         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6013         (artist-compute-up-event-key): New function.
6014         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6016 2009-11-13  Kenichi Handa  <handa@m17n.org>
6018         * language/japan-util.el: Make sure that the value of jisx0208
6019         property is jisx0208 character.
6021 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6023         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6024         car or each item, not the whole list.
6026 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6028         * minibuffer.el (minibuffer-completion-help):
6029         Use minibuffer-hide-completions.
6031 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6033         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6034         (dired-revert): Use them (bug#4880).
6036 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6038         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6040 2009-11-12  Juri Linkov  <juri@jurta.org>
6042         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6043         New functions.
6044         (find-file-literally-at-point): Alias of `ffap-literally'.
6046 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6048         * textmodes/ispell.el (ispell-skip-region-alist):
6049         * textmodes/css-mode.el (auto-mode-alist):
6050         * progmodes/compile.el (auto-mode-alist):
6051         * international/mule.el (ctext-non-standard-encodings-alist)
6052         (ctext-non-standard-encodings-regexp):
6053         * simple.el (shell-command-switch, text-read-only):
6054         * replace.el (occur-mode-map):
6055         * paths.el (rmail-file-name):
6056         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6057         * find-file.el (ff-special-constructs):
6058         * files.el (file-name-handler-alist):
6059         * composite.el: Purecopy strings.
6061         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6063 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6065         * widget.el (define-widget): Purecopy the docstring.
6066         * international/mule-cmds.el (charset): Do not purecopy the
6067         docstring here, define-widget does it.
6069         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6070         * textmodes/bibtex-style.el (auto-mode-alist):
6071         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6072         * progmodes/compile.el (compile-command):
6073         * language/korea-util.el (default-korean-keyboard):
6074         * international/mule-conf.el (file-coding-system-alist):
6075         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6076         * tooltip.el (tooltip-frame-parameters):
6077         * newcomment.el (comment-end, comment-padding):
6078         * dired.el (dired-trivial-filenames):
6079         * comint.el (comint-file-name-prefix): Purecopy initial values.
6081 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6083         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6084         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6085         `tramp-unload'.
6086         (tramp-advice-make-auto-save-file-name)
6087         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6088         after removing the advice.
6090 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6092         * progmodes/grep.el (grep-regexp-alist):
6093         * international/mule-cmds.el (iso-2022-control-alist):
6094         * emacs-lisp/timer.el (timer-duration-words):
6095         * subr.el (version-separator, version-regexp-alist):
6096         * minibuffer.el (completion-styles-alist):
6097         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6098         Change defvars to defconsts.
6100         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6101         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6102         * international/mule-conf.el: Allow to be byte compiled.
6104         * international/mule.el (define-charset): Purecopy props.
6105         (load-with-code-conversion): Purecopy doc string and file name.
6106         (put-charset-property): Purecopy strings.
6107         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6109         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6110         (define-char-code-property): Correctly purecopy the table.
6112         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6114         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6116         * subr.el (add-hook): Purecopy strings.
6117         (eval-after-load): Purecopy load-history-regexp and the form.
6119         * custom.el (custom-declare-group): Purecopy load-file-name.
6121         * subr.el (menu-bar-separator): New defconst.
6122         * net/eudc.el (eudc-tools-menu):
6123         * international/mule-cmds.el (set-coding-system-map)
6124         (mule-menu-keymap):
6125         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6126         * vc-hooks.el (vc-menu-map):
6127         * replace.el (occur-mode-map):
6128         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6129         (menu-bar-edit-menu, menu-bar-goto-menu)
6130         (menu-bar-custom-menu, menu-bar-showhide-menu)
6131         (menu-bar-options-menu, menu-bar-tools-menu)
6132         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6133         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6134         (menu-bar-help-menu):
6135         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6136         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6138         * term/x-win.el (x-gtk-stock-map):
6139         * progmodes/vera-mode.el (auto-mode-alist):
6140         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6141         (inferior-lisp-program, inferior-lisp-load-command):
6142         * progmodes/hideshow.el (hs-special-modes-alist):
6143         * progmodes/gud.el (same-window-regexps):
6144         * progmodes/grep.el (grep-program, find-program, xargs-program):
6145         * net/telnet.el (same-window-regexps):
6146         * net/rlogin.el (same-window-regexps):
6147         * language/ethiopic.el (font-ccl-encoder-alist):
6148         * vc-sccs.el (vc-sccs-master-templates):
6149         * vc-rcs.el (vc-rcs-master-templates):
6150         * subr.el (cl-assertion-failed):
6151         * simple.el (next-error-overlay-arrow-position):
6152         * lpr.el (lpr-command):
6153         * locate.el (locate-ls-subdir-switches):
6154         * info.el (same-window-regexps, info)
6155         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6156         * image-mode.el (image-mode, auto-mode-alist):
6157         * hippie-exp.el (hippie-expand-ignore-buffers):
6158         * format.el (format-alist):
6159         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6160         (find-name-arg):
6161         * facemenu.el (facemenu-keybindings):
6162         * dired.el (dired-listing-switches, dired-chown-program):
6163         * diff.el (diff-switches, diff-command):
6164         * cus-edit.el (same-window-regexps):
6165         * bindings.el (mode-line-mule-info)
6166         (mode-line-buffer-identification): Purecopy strings.
6168 2009-11-11  Juri Linkov  <juri@jurta.org>
6170         * simple.el (dired-get-filename) <declare-function>:
6171         Tell the byte-compiler about dired-get-filename.
6172         (shell-command): In Dired mode, get filename from the current line
6173         as the default value.
6175 2009-11-10  Glenn Morris  <rgm@gnu.org>
6177         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6178         * calendar/holidays.el, progmodes/cperl-mode.el:
6179         Update x-popup-menu declarations.
6181         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6182         (list-load-path-shadows): Use dolist.
6183         (list-load-path-shadows): Use with-current-buffer.
6185 2009-11-10  Juri Linkov  <juri@jurta.org>
6187         * minibuffer.el (read-file-name): Support a list of default values
6188         in `default-filename'.  Use the first file name where only one
6189         element is required.  Doc fix.
6191 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6193         * net/dbus.el (dbus-unregister-object): Release service, if no
6194         other method is registered for it.
6196 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6198         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6199         bookmark-sort-flag is non-nil (Bug#4653).
6201 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6203         * emulation/cua-base.el: Add CUA property to some CC mode commands
6204         (Bug#4100).
6206 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6208         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6209         at end of sentence (Bug#4818).
6211 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6213         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6214         Handle "see declaration of" MSFT statements (Bug#4100).
6216 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6218         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6219         (tramp-advice-file-expand-wildcards): Unload via
6220         `ad-remove-advice'.
6222         * net/trampver.el: Update release number.
6224 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6226         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6227         `ad-do-it'.
6229 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6231         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6232         in order to keep context in SELinux.
6234 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6236         * dired-aux.el (dired-query): Place cursor in echo area and allow
6237         C-g.
6239         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6240         menu item if not on a directory (Bug#4701).
6242 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6244         Sync with Tramp 2.1.17.
6246         * net/tramp.el (tramp-handle-copy-directory): Don't use
6247         `file-remote-p' (due to compatibility).
6249         * net/tramp-compat.el (tramp-compat-copy-directory)
6250         (tramp-compat-delete-directory): New defuns.
6252         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6253         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6254         Use `tramp-compat-delete-directory'.
6256         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6257         (tramp-smb-handle-delete-directory):
6258         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6260         * net/trampver.el: Update release number.
6262 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6264         * tar-mode.el (tar-copy): Call write-region on the right buffer
6265         (Bug#4857).
6267         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6268         by hand, if necessary (Bug#4878).
6270 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6272         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6273         align size column (Bug#4839).
6275         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6276         statement.
6278 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6280         * progmodes/ld-script.el (auto-mode-alist):
6281         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6283         * cus-face.el (custom-declare-face): Purecopy face spec.
6285 2009-11-06  Kenichi Handa  <handa@m17n.org>
6287         * international/uni-bidi.el: Re-generated.
6288         * international/uni-category.el: Re-generated.
6289         * international/uni-combining.el: Re-generated.
6290         * international/uni-mirrored.el: Re-generated.
6292 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6294         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6295         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6296         (tex-start-options, slitex-run-command, latex-run-command)
6297         (tex-run-command, tex-directory):
6298         * textmodes/ispell.el (ispell-html-skip-alists)
6299         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6300         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6301         (adaptive-fill-regexp):
6302         * textmodes/dns-mode.el (auto-mode-alist):
6303         * progmodes/python.el (interpreter-mode-alist):
6304         * progmodes/etags.el (tags-compression-info-list):
6305         * progmodes/etags.el (tags-file-name):
6306         * net/browse-url.el (browse-url-galeon-program)
6307         (browse-url-firefox-program):
6308         * mail/sendmail.el (mail-signature-file)
6309         (mail-citation-prefix-regexp):
6310         * international/mule-conf.el (eight-bit):
6311         * international/latexenc.el (latex-inputenc-coding-alist):
6312         * international/fontset.el (x-pixel-size-width-font-regexp):
6313         * emacs-lisp/warnings.el (warning-type-format):
6314         * emacs-lisp/trace.el (trace-buffer):
6315         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6316         (emacs-lisp-mode-map):
6317         * calendar/holidays.el (holiday-solar-holidays)
6318         (holiday-bahai-holidays, holiday-islamic-holidays)
6319         (holiday-christian-holidays, holiday-hebrew-holidays)
6320         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6321         (hebrew-holidays-1, holiday-oriental-holidays)
6322         (holiday-general-holidays):
6323         * x-dnd.el (x-dnd-known-types):
6324         * tool-bar.el (tool-bar):
6325         * startup.el (site-run-file):
6326         * shell.el (shell-dumb-shell-regexp):
6327         * rfn-eshadow.el (file-name-shadow-tty-properties)
6328         (file-name-shadow-properties):
6329         * paths.el (remote-shell-program, news-directory):
6330         * mouse.el ([C-down-mouse-3]):
6331         * menu-bar.el (menu-bar-tools-menu):
6332         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6333         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6334         (jka-compr-compression-info-list):
6335         * isearch.el (search-whitespace-regexp):
6336         * image-file.el (image-file-name-extensions):
6337         * find-dired.el (find-ls-option):
6338         * files.el (directory-listing-before-filename-regexp)
6339         (directory-free-space-args, insert-directory-program)
6340         (list-directory-brief-switches, magic-fallback-mode-alist)
6341         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6342         (automount-dir-prefix):
6343         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6344         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6345         (face-font-registry-alternatives, face-font-registry-alternatives)
6346         (face-font-family-alternatives):
6347         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6348         (facemenu-foreground-menu, facemenu-face-menu):
6349         * epa-hook.el (epa-file-name-regexp):
6350         * dnd.el (dnd-protocol-alist):
6351         * textmodes/rst.el (auto-mode-alist):
6352         * button.el (default-button): Purecopy strings.
6354 2009-11-06  Glenn Morris  <rgm@gnu.org>
6356         * Makefile.in (ELCFILES): Update.
6358 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6360         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6361         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6363         * nxml/xsd-regexp.el (xsdre-gen-categories):
6364         * nxml/xmltok.el (xmltok-parse-entity):
6365         * nxml/rng-parse.el (rng-parse-validate-file):
6366         * nxml/rng-maint.el (rng-format-manual)
6367         (rng-manual-output-force-new-line):
6368         * nxml/rng-loc.el (rng-save-schema-location-1):
6369         * nxml/rng-cmpct.el (rng-c-parse-file):
6370         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6371         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6373 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6375         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6376         Remove extra save-excursions and make-variable-buffer-local's.
6377         Suggested by Stefan Monnier.
6379         (verilog-getopt-file, verilog-module-inside-filename-p)
6380         (verilog-set-define): Merge GNU 1.35 and repair changes from
6381         switching to using with-current-buffer.
6383         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6384         being treated as a number and confusing AUTORESET.
6385         Reported by Dan Dever.
6387         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6388         Add verilog-auto-ignore-concat to fix backward compatibility with
6389         older verilog-modes.  Reported by Dan Katz.
6391         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6392         containing closing anchors "...$".
6394         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6395         Reported by Wade Smith.
6397         (verilog-batch-execute-func): Comment on function usage.
6399 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6401         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6402         for labels.
6404         (verilog-label-re, verilog-calc-1): Support proper indent of named
6405         asserts.
6407         (verilog-backward-token, verilog-basic-complete-re)
6408         (verilog-beg-of-statement, verilog-indent-re): Support proper
6409         indent of the assert statement at the beginning of a block of text.
6411         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6412         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6413         tokens as begins.
6415 2009-11-05  Glenn Morris  <rgm@gnu.org>
6417         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6418         Emacs 19.  (Bug#1531)
6419         (byte-compile-fix-header): Update for the above change.
6420         Drop test for epoch::version.
6422         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6423         * cus-dep.el (custom-make-dependencies):
6424         * finder.el (finder-compile-keywords):
6425         Use autoload-rubric's feature argument.
6427         * calendar/diary-lib.el (top-level): Make load behave more like require.
6429         * vc-git.el (vc-git-stash-map): Move definition before use.
6431 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6433         * custom.el (custom-declare-group): Purecopy standard-value.
6434         (custom-declare-group): Purecopy custom-prefix.
6436         * international/mule.el (load-with-code-conversion):
6437         Call do-after-load-evaluation unconditionally.
6439         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6441 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6443         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6445 2009-11-04  Glenn Morris  <rgm@gnu.org>
6447         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6448         (byte-compile-compatibility): Remove option.
6449         (byte-compile-close-variables, byte-compile-fix-header)
6450         (byte-compile-insert-header, byte-compile-output-docform)
6451         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6452         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6453         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6454         (byte-compile-insert, byte-compile-defun):
6455         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6456         (byte-defop-compiler19): Remove.
6457         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6458         used by anything.  Replace all calls with byte-defop-compiler.
6460 2009-11-04  Juri Linkov  <juri@jurta.org>
6462         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6463         (menu-bar-options-menu): Don't quote the `prop' arg of
6464         `menu-bar-make-mm-toggle'.
6466 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6468         * calendar/calendar.el (cal-loaddefs):
6469         * calendar/diary-lib.el (diary-loaddefs):
6470         * calendar/holidays.el (hol-loaddefs):
6471         * eshell/esh-module.el (esh-groups): Load rather than require.
6473 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6475         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6476         point-min==1.
6477         (todo-top-priorities): Only display-buffer when called interactively.
6478         (todo-item-start): Don't save excursion point.
6479         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6480         (todo-insert-item-here, todo-file-item, todo-remove-item):
6481         Adjust uses of todo-item-start and todo-item-end.
6483         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6484         (autoload-rubric): Don't use any more.
6486         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6487         and only put a prop if it is non-nil.
6489 2009-11-03  Juri Linkov  <juri@jurta.org>
6491         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6492         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6494         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6495         and "Menu" to make top-level menu item visually one unit (like
6496         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6497         multi-word menu items).  Fix :help string for quit-window.
6499 2009-11-03  Glenn Morris  <rgm@gnu.org>
6501         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6502         (byte-compile-file-form-define-abbrev-table)
6503         (byte-compile-file-form-custom-declare-variable)
6504         (byte-compile-variable-ref, byte-compile-defvar):
6505         Whether or not a warning is enabled should only affect whether we issue
6506         the warning, not whether or not we collect the relevant data.
6507         Eg warnings can be turned on and off throughout the course of a file.
6509         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6510         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6512 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6514         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6515         * play/mpuz.el (mpuz-create-buffer):
6516         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6517         (lm-print-y,s,noise, lm-print-w0, lm-init):
6518         * play/gomoku.el (gomoku-prompt-for-move):
6519         * play/fortune.el (fortune-in-buffer):
6520         * play/dissociate.el (dissociated-press):
6521         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6522         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6523         * mail/supercite.el (sc-eref-show):
6524         * mail/smtpmail.el (smtpmail-send-it):
6525         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6526         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6527         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6528         (rmail-summary-goto-msg, rmail-summary-expunge)
6529         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6530         (rmail-summary-add-label, rmail-summary-output-menu)
6531         (rmail-summary-output-body):
6532         * mail/rfc822.el (rfc822-addresses):
6533         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6534         * mail/mailpost.el (post-mail-send-it):
6535         * mail/hashcash.el (hashcash-generate-payment):
6536         * mail/feedmail.el (feedmail-run-the-queue)
6537         (feedmail-queue-send-edit-prompt-help-first)
6538         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6539         (feedmail-deduce-address-list):
6540         * eshell/esh-ext.el (eshell-remote-command):
6541         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6542         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6543         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6544         (viper-save-string-in-file, viper-valid-marker):
6545         * emulation/viper-keym.el (viper-toggle-key):
6546         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6547         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6548         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6549         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6550         (viper-exec-form-in-emacs, viper-brac-function):
6551         * emulation/viper.el (viper-delocalize-var):
6552         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6553         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6554         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6555         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6556         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6557         * emulation/edt.el (edt-electric-helpify):
6558         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6559         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6560         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6561         (cua-indent-to-global-mark-column):
6562         * calendar/diary-lib.el (calendar-mark-1):
6563         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6564         Use with-current-buffer.
6565         * emulation/viper.el (viper-delocalize-var): Use dolist.
6567 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6569         * comint.el (comint-replace-by-expanded-history-before-point):
6570         Replace !! with the previous input string literally (Bug#1795).
6572 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6574         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6575         to be made up of whitespace.
6577 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6579         * minibuffer.el (read-file-name): Don't use file dialogs for
6580         remote directories (Bug#99).
6582 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6584         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6586 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6588         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6589         instead of deleting the window or frame.
6591 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6593         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6594         Support face colors.
6596         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6597         New function.  Support face colors (Bug#1168).
6598         (tex-common-initialization): Use it.
6600         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6601         mode allows it (Bug#1168).
6603 2009-10-31  Juri Linkov  <juri@jurta.org>
6605         * facemenu.el (list-colors-display): Don't mark buffer as
6606         modified (Bug#3948).
6608 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6610         * international/mule-diag.el (list-character-sets-1):
6611         Minor message fix (Bug#3526).
6613         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6614         Fix face property (Bug#4834).
6615         (etags-list-tags, etags-tags-apropos-additional)
6616         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6617         property.
6619         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6620         items.
6622 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6624         * textmodes/two-column.el (2C-split):
6625         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6626         * textmodes/tex-mode.el (tex-set-buffer-directory):
6627         * textmodes/spell.el (spell-region, spell-string):
6628         * textmodes/reftex.el (reftex-erase-buffer):
6629         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6630         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6631         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6632         (reftex-select-item):
6633         * textmodes/reftex-ref.el (reftex-label-info-update)
6634         (reftex-offer-label-menu):
6635         * textmodes/reftex-index.el (reftex-index-change-entry)
6636         (reftex-index-phrases-info):
6637         * textmodes/reftex-global.el (reftex-create-tags-file)
6638         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6639         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6640         (reftex-view-crossref-from-bibtex):
6641         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6642         (reftex-extract-bib-entries-from-thebibliography)
6643         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6644         * textmodes/refbib.el (r2b-capitalize-title):
6645         (r2b-convert-buffer, r2b-help):
6646         * textmodes/page-ext.el (pages-directory)
6647         (pages-directory-goto-with-mouse):
6648         * textmodes/bibtex.el (bibtex-validate-globally):
6649         * textmodes/bib-mode.el (bib-capitalize-title):
6650         * textmodes/artist.el (artist-clear-buffer, artist-system):
6651         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6652         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6653         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6654         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6655         (xscheme-send-control-g-interrupt, xscheme-start-process)
6656         (xscheme-process-sentinel, xscheme-cd):
6657         * progmodes/verilog-mode.el (verilog-read-always-signals)
6658         (verilog-set-define, verilog-getopt-file)
6659         (verilog-module-inside-filename-p):
6660         * progmodes/sh-script.el:
6661         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6662         (python-pdbtrack-grub-for-buffer, python-execute-file):
6663         * progmodes/octave-inf.el (inferior-octave):
6664         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6665         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6666         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6667         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6668         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6669         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6670         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6671         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6672         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6673         (idlwave-shell-examine-display, idlwave-shell-run-region)
6674         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6675         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6676         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6677         (idlwave-help-get-help-buffer):
6678         * progmodes/gud.el (gud-basic-call, gud-find-class)
6679         (gud-tooltip-activate-mouse-motions-if-enabled):
6680         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6681         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6682         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6683         (ebrowse-tags-next-file):
6684         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6685         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6686         (ebnf-eps-finish-and-write):
6687         * progmodes/cpp.el (cpp-edit-save):
6688         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6689         * progmodes/cc-defs.el (c-emacs-features):
6690         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6691         (antlr-directory-dependencies):
6692         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6693         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6694         (ada-find-any-references, ada-make-filename-from-adaname)
6695         (ada-make-body-gnatstub):
6696         * obsolete/rnews.el (news-list-news-groups):
6697         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6698         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6699         * net/rcirc.el (rcirc-debug):
6700         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6701         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6702         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6703         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6704         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6705         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6706         (newsticker--treeview-list-clear-highlight)
6707         (newsticker--treeview-list-update-highlight)
6708         (newsticker--treeview-list-highlight-start)
6709         (newsticker--treeview-tree-update-highlight)
6710         (newsticker--treeview-get-selected-item)
6711         (newsticker-treeview-mark-list-items-old)
6712         (newsticker--treeview-set-current-node):
6713         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6714         * net/newst-backend.el (newsticker--get-news-by-funcall)
6715         (newsticker--get-news-by-wget, newsticker--image-get)
6716         (newsticker--image-sentinel):
6717         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6718         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6719         (eudc-ph-close-session):
6720         * net/eudc.el (eudc-save-options):
6721         * language/thai-word.el (thai-update-word-table):
6722         * language/japan-util.el (japanese-string-conversion):
6723         * international/titdic-cnv.el (tsang-quick-converter)
6724         (ziranma-converter, ctlau-converter):
6725         * international/mule-cmds.el (describe-language-environment):
6726         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6727         (skkdic-convert-postfix, skkdic-convert-prefix):
6728         (skkdic-convert-okuri-nasi, skkdic-convert):
6729         * emacs-lisp/re-builder.el (reb-update-overlays):
6730         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6731         * emacs-lisp/gulp.el (gulp-send-requests):
6732         * emacs-lisp/find-gc.el (trace-call-tree):
6733         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6734         (eieio-describe-generic):
6735         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6736         * emacs-lisp/edebug.el (edebug-outside-excursion):
6737         * emacs-lisp/debug.el (debugger-make-xrefs):
6738         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6739         * emacs-lisp/chart.el (chart-new-buffer):
6740         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6741         Use with-current-buffer.
6742         * textmodes/artist.el (artist-system): Don't call
6743         copy-sequence on a fresh string.
6744         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6746 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6748         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6749         is no item to edit.  (Bug#4820)
6750         (todo-top-priorities): Restore point and restore narrowing in Todo
6751         buffer.  (Bug#4820)
6753 2009-10-31  Glenn Morris  <rgm@gnu.org>
6755         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6756         (comint-last-output-start, comint-last-input-start)
6757         (comint-last-input-end): Don't defvar when compiling.
6758         (ange-ftp-process-file): Use bound-and-true-p.
6760         * pcmpl-rpm.el (top-level): Move provide statement to end.
6761         (pcmpl-rpm): Remove unused custom group.
6763         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6765         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6767         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6768         (byte-compile-warnings): Add `constants' as an option.
6769         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6770         (display-call-tree): Update for byte-compile-fdefinition possibly
6771         returning `(macro lambda ...)'.  (Bug#4778)
6772         (byte-compile-variable-ref, byte-compile-setq-default):
6773         Respect `constants' member of byte-compile-warnings.
6775 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6777         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6778         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6779         to "submit:".
6781 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6783         * textmodes/ispell.el (ispell-skip-region-alist):
6784         * international/mule-conf.el (eight-bit):
6785         * international/fontset.el (font-encoding-alist):
6786         * startup.el (pure-space-overflow-message):
6787         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6788         * paths.el (gnus-nntp-service, rmail-spool-directory)
6789         (term-file-prefix):
6790         * files.el (save-some-buffers-action-alist):
6791         * cmuscheme.el (same-window-buffer-names):
6792         * ielm.el (same-window-buffer-names):
6793         * shell.el (same-window-buffer-names):
6794         * mail/sendmail.el (same-window-buffer-names):
6795         * progmodes/inf-lisp.el (same-window-buffer-names):
6796         * bindings.el (mode-line-client)
6797         (mode-line-column-line-number-mode-map):
6798         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6799         (tibetan-precomposed-regexp): Purecopy string arguments.
6801 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6803         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6804         (calcDigit-nondigit):
6805         * calc/calc-yank.el (calc-copy-to-buffer):
6806         * calc/calc-units.el (calc-invalidate-units-table):
6807         * calc/calc-trail.el (calc-trail-yank):
6808         * calc/calc-store.el (calc-insert-variables):
6809         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6810         * calc/calc-prog.el (calc-read-parse-table):
6811         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6812         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6813         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6814         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6815         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6816         (calc-graph-name, calc-graph-find-command, calc-graph-view)
6817         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6818         * calc/calc-ext.el (calc-realign):
6819         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6820         (calc-embedded-finish-edit, calc-embedded-make-info)
6821         (calc-embedded-finish-command, calc-embedded-stack-change):
6822         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6824         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6825         shell-dynamic-complete-filename in preference to
6826         comint-dynamic-complete-filename.
6828         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6829         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6830         Don't consider whether the display supports colors.
6831         (bookmark-import-new-list): Use dolist.
6832         (bookmark-bmenu-mode-map): Move initialization into declaration.
6833         (bookmark-bmenu-list): Use dolist, simplify.
6834         (bookmark-show-all-annotations): Use save-selected-window and dolist.
6835         (menu-bar-final-items): Use push.
6837 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6839         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6840         it works on remote files.
6841         (vc-hg-diff): Don't pass any `--cwd' argument.
6843 2009-10-27  Kevin Ryde  <user42@zip.com.au>
6845         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6846         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6847         (Further to Bug#3921).
6849 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
6851         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6852         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6853         calling `tramp-imap-put-file'.  Add file size to the call.
6854         (tramp-imap-get-file-entries): Compute also user name, file size,
6855         and date.
6856         (tramp-imap-handle-insert-directory): Insert uid and gid.
6857         (tramp-imap-handle-file-attributes): Transform uid and gid
6858         according to `id-format'.
6859         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
6860         size in header X-Size.
6862 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
6864         * simple.el (transpose-subr): Give clearer error when the mark
6865         is not set.  (Bug#4807)
6867 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
6869         * net/tramp.el (tramp-perl-file-truename): New defconst.
6870         Perl code contributed by yary <not.com@gmail.com> (tiny change).
6871         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6872         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6873         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6875         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6876         Ignore `dired-call-process'.
6877         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6879 2009-10-26  Julian Scheid  <julians37@gmail.com>
6881         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6882         (tramp-get-remote-readlink): New defun.
6883         (tramp-handle-file-truename): Use it.
6884         (tramp-handle-file-exists-p): Check file-attributes cache, assume
6885         file exists if cache value present.
6886         (tramp-check-cached-permissions): New defun.
6887         (tramp-handle-file-readable-p): Use it.
6888         (tramp-handle-file-writable-p): Likewise.
6889         (tramp-handle-file-executable-p): Likewise.
6890         (tramp-handle-file-name-all-completions): Try using Perl to get
6891         partial completions.  When perl not available, combine `cd' and
6892         `ls' into single remote operation and use shell expansion to get
6893         partial remote directory contents.  Set `file-exists-p' cache for
6894         directory and any files returned by ls.  Change cache handling to
6895         support partial directory contents.  Use error message emitted by
6896         remote `cd' or Perl code for local tramp-error.
6897         (tramp-do-copy-or-rename-file-directly): Avoid separate
6898         tramp-send-command-and-check call.
6899         (tramp-handle-process-file): Merge three remote ops into one.
6900         Do not flush all caches when `process-file-side-effects' is set.
6901         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6902         file-attributes shows uid/gid to be set already.
6904 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6906         * textmodes/tex-mode.el (tex-dvi-view-command)
6907         (tex-show-queue-command, tex-open-quote):
6908         * progmodes/ruby-mode.el (auto-mode-alist)
6909         (interpreter-mode-alist): Purecopy strings.
6911         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6913         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6914         string for the hook, keymap and abbrev table.
6916         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6918         * x-dnd.el (x-dnd-xdnd-to-action):
6919         * startup.el (fancy-startup-text, fancy-about-text): Change to
6920         defconst from defvar.
6922         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6924         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6925         Purecopy initialization strings.
6927         * mail/sendmail.el (mail-header-separator)
6928         (mail-personal-alias-file):
6929         * mail/rmail.el (rmail-default-dont-reply-to-names)
6930         (rmail-ignored-headers, rmail-retry-ignored-headers)
6931         (rmail-highlighted-headers, rmail-secondary-file-directory)
6932         (rmail-secondary-file-regexp):
6933         * files.el (null-device, file-name-invalid-regexp)
6934         (locate-dominating-stop-dir-regexp)
6935         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6936         (interpreter-mode-alist): Use mapcar instead of mapc.
6938         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6940         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6941         (completion-ignored-extensions):
6942         (debug-ignored-errors): Purecopy strings.
6944 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6946         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6947         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6948         (pcomplete--here): Use push.
6950         * subr.el (all-completions): Declare the 4th arg obsolete.
6952 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6954         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6955         (pcomplete-unquote-argument): New function.
6956         (pcomplete--common-suffix): Always pay attention to case.
6957         (pcomplete--table-subvert): Quote and unquote the text.
6958         (pcomplete--common-quoted-suffix): New function.
6959         (pcomplete-std-complete): Use it and pcomplete-begin.
6961         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6962         we're inside a dedicated or minibuffer window.
6964 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6966         * bookmark.el: Update documentation, especially documentation
6967         of `bookmark-alist' and of the bookmark file format.
6968         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6970 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6972         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6973         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6974         window to buffer.
6976         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6977         (global-whitespace-mode, global-whitespace-newline-mode)
6978         (whitespace-toggle-options, global-whitespace-toggle-options):
6979         Doc fix (Bug#3660).
6981         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6982         of xmltok-start before the end tag was inserted (Bug#2840).
6984         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6985         patterns that are preceded by an open-paren (Bug#1320).
6987 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6989         * files.el (delete-directory): Delete symlinks to directories with
6990         delete-file (Bug#4739).
6992 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6994         * vc.el (vc-backend-for-registration): Rename from
6995         vc-get-backend-for-registration.  Update callers.
6997         * international/mule-cmds.el (set-language-info-alist):
6998         Purecopy lang-env.
6999         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7000         (charset): Purecopy the name.
7001         (define-char-code-property): Purecopy string arguments.
7003         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7004         Purecopy string arguments.
7006         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7007         * ediff-hook.el (menu-bar-ediff-menu):
7008         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7009         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7011 2009-10-24  Glenn Morris  <rgm@gnu.org>
7013         * comint.el (comint-dynamic-list-completions):
7014         * term.el (term-dynamic-list-completions): Use choose-completion rather
7015         than obsolete alias mouse-choose-completion.
7017         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7018         file-cache-choose-completion.
7019         (file-cache-choose-completion): Handle an optional event argument.
7020         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7022         * progmodes/octave-mod.el (octave-complete-symbol):
7023         Use choose-completion if mouse-choose-completion is ever removed.
7025         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7026         use.
7028         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7029         compiler.
7031         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7033 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7035         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7036         Ignore `pred' now that we receive one.
7037         Handle test-completion specially.
7039 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7041         * vc.el (vc-responsible-backend): Throw an error if not backend is
7042         found.  Remove the REGISTER argument.  Move the code dealing with
7043         REGISTER ...
7044         (vc-get-backend-for-registration): ... here.  New function.
7045         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7046         of vc-responsible-backend, pass the file name instead of the
7047         directory name.
7049 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7051         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7052         New funs.
7053         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7054         (pcomplete-comint-setup): Don't modify a global var via
7055         accidental side-effects.
7056         (pcomplete-shell-setup): Adjust call accordingly.
7057         (pcomplete-parse-comint-arguments): Use push.
7059 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7061         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7062         Allow uncapitalized info node names (Bug#3921).
7064         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7065         to the DEBUG file (Bug#3781).
7067 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7069         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7070         dictionary entry (Bug#4579).
7072 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7074         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7075         from `rfn-eshadow-update-overlay-hook' when unloading.
7076         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7077         "rsyncc".  Adjust doc string.
7078         (tramp-temp-buffer-file-name): New buffer-local defvar.
7079         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7080         Keep temporary file when indicated by method ("rsync" and
7081         "rsyncc").
7082         (tramp-handle-write-region): Handle APPEND.
7083         (tramp-delete-temp-file-function): New defun.  Added to
7084         `kill-buffer-hook'.
7086 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7088         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7090 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7092         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7093         (color-name-rgb-alist, tty-standard-colors)
7094         (tty-color-mode-alist): Change to defconst.
7096         * simple.el (mark-inactive): Purecopy message.
7098         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7099         (global-map, yank-menu):
7100         * textmodes/ispell.el (ispell-menu-map):
7101         * net/eudc.el (eudc-tools-menu):
7102         * international/mule-cmds.el (describe-language-environment-map)
7103         (setup-language-environment-map, set-coding-system-map)
7104         (mule-menu-keymap):
7105         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7106         * replace.el (occur-mode-map):
7107         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7109 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7111         * calc/calc.el (math-read-number, math-read-number-simple):
7112         Use `save-match-data'.
7114 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7116         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7117         rather than fiddling with global-map bindings, since it should only
7118         affect per-terminal settings.
7119         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7121         * minibuffer.el (completion-table-with-terminator): Allow to specify
7122         the terminator-regexp.
7124         * simple.el (switch-to-completions): Look for *Completions* in other
7125         frames as well.
7127         * pcomplete.el: Allow the use of completion-tables.
7128         (pcomplete-std-complete): New command.
7129         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7130         (pcomplete--here): Use a function for `form' rather than an expression,
7131         so it can be byte-compiled.
7132         (pcomplete-here, pcomplete-here*): Adjust accordingly.
7133         Add edebug declaration.
7134         (pcomplete-show-completions): Remove unused var `curbuf'.
7135         (pcomplete-do-complete, pcomplete-stub):
7136         Don't assume `completions' is a list of strings any more.
7138 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
7140         * find-dired.el (find-name-arg): Fix typo in docstring.
7142 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7144         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7145         (pcmpl-linux-fs-types): Same, and update to new modules layout.
7147         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7148         pcomplete-entries.
7150         * comint.el (comint-read-input-ring, comint-write-input-ring)
7151         (comint-substitute-in-file-name)
7152         (comint-dynamic-complete-as-filename)
7153         (comint-dynamic-simple-complete)
7154         (comint-dynamic-list-filename-completions)
7155         (comint-dynamic-list-completions)
7156         (comint-redirect-results-list-from-process): Minor simplifications.
7158 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7160         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7161         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7162         the first form.  And insert a blank line after ";;; Code" since
7163         that's usual style.  (Bug#4612)
7165         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7167 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7169         * minibuffer.el (completion-table-with-terminator): Properly implement
7170         boundaries, in case `terminator' appears in the suffix.
7171         (completion--embedded-envvar-table): Don't return boundaries if
7172         there's no valid completion.  Simplify.
7173         (completion-file-name-table): New completion table extracted from
7174         completion--file-name-table.
7175         (completion--file-name-table): Use it.
7176         (read-file-name-predicate): Declare obsolete.
7177         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7178         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7179         completion-file-name-table, and use the `pred' argument.
7180         * files.el (locate-file-completion-table): Use the `pred' arg rather
7181         than read-file-name-predicate.
7182         (abbreviate-file-name): Use \` rather than ^ for BOS.
7184 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
7186         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7187         vc-responsible-backend to register, it causes problems.
7189 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7191         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7193 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
7195         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7196         (tramp-smb-handle-file-attributes): Use it.
7197         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7198         (tramp-smb-handle-insert-directory): Use `mapc' rather than
7199         `mapcar'.  Use `tramp-smb-get-stat-capability'.
7200         Add `dired-filename' text properties.
7201         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7202         (tramp-smb-maybe-open-connection): Simplify check for smbclient
7203         version.
7205 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7207         * subr.el (read-key-delay): Reduce to 0.01.
7208         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7209         (bug#4751).
7211 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7213         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7215         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7216         (Info-menu): Remove unused vars `last' and `completions'.
7217         (Info-index-nodes): Remove unused var `node'.
7219         * info.el (Info-complete-menu-item): Use complete-with-action.
7221 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7223         Make vc-annotate work through copies and renames.
7224         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7225         Return the file name too.
7226         (vc-annotate-revision-at-line)
7227         (vc-annotate-find-revision-at-line)
7228         (vc-annotate-revision-previous-to-line)
7229         (vc-annotate-show-log-revision-at-line): Update to get the file
7230         name from vc-annotate-extract-revision-at-line.
7231         (vc-annotate-show-diff-revision-at-line-internal): Change the
7232         argument to mean whether to show a file diff or not.  Get the file
7233         name from vc-annotate-extract-revision-at-line.
7234         (vc-annotate-show-diff-revision-at-line):
7235         Update vc-annotate-show-diff-revision-at-line call.
7236         (vc-annotate-warp-revision): Add an optional file argument.
7238         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7239         (vc-git-annotate-extract-revision-at-line): Also return the file
7240         name if found.
7242         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7243         command.  Remove unused code.
7244         (vc-hg-annotate-re): Update to match --follow output.
7245         (vc-hg-annotate-extract-revision-at-line): Also return the file
7246         name if found.
7248         * vc.el: Update annotate-extract-revision-at-line documentation.
7250 2009-10-18  Kevin Ryde  <user42@zip.com.au>
7252         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7253         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7255         * net/browse-url.el (browse-url): Identify alist with "consp and
7256         not functionp" and let all other things go down the `apply' leg,
7257         as suggested by Stefan.  (Further to bug#4531.)
7259 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
7261         * minibuffer.el (read-file-name): Check for repeat before putting
7262         a default argument in file-name-history (Bug#4657).
7264         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7265         read syntax (Bug#4737).
7267         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7269 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7271         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7272         (html-tag-alist, html-tag-help): Add descriptions for undocumented
7273         entries and make note of obsolete tags.
7275 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7277         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7279 2009-10-18  Glenn Morris  <rgm@gnu.org>
7281         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7282         grep, so that binary files (eg international/uni-bidi.el) can match.
7283         Remove test for "UnicodeData" files, since it is hopefully unnecessary
7284         now, and in any case the file header format has changed.
7286 2009-10-17  Glenn Morris  <rgm@gnu.org>
7288         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7289         (flyspell-get-word, flyspell-large-region)
7290         (flyspell-auto-correct-previous-word): Doc/error message fixes.
7292 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7294         * Makefile.in (ELCFILES): Add ede/shell.
7296 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7298         * term/common-win.el (x-colors): Purecopy it.
7300 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7302         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7303         permissive for when the buffer is empty.
7304         (tar-header-block-tokenize): Decode the username and groupname.
7305         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7307 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7309         * international/mule-cmds.el (select-safe-coding-system): If the file
7310         has a coding cookie, use it regardless of any other setting (bug#4712).
7312 2009-10-17  Glenn Morris  <rgm@gnu.org>
7314         * foldout.el (foldout-mouse-swallow-events):
7315         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7317         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7318         (dired-keep-marker-copy, dired-keep-marker-hardlink)
7319         (dired-keep-marker-symlink, dired-dwim-target)
7320         (dired-copy-preserve-time): Do not autoload these defcustoms.
7322         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7323         messages from messing up the file coding.  (Bug#4623)
7325 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
7327         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7328         if no match is found for the current dictionary.  (Bug#4578)
7330         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7331         optional, since that is how it is documented, and this is often called
7332         with a nil argument.  (Bug#4577)
7333         (flyspell-external-point-words, flyspell-auto-correct-word)
7334         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7335         (flyspell-word-search-backward): Remove nil argument in calls to
7336         flyspell-get-word, since it is not needed now.
7338 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7340         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7342 2009-10-16  Glenn Morris  <rgm@gnu.org>
7344         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7346 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7348         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7349         (ange-ftp-file-size): New function.
7350         (ange-ftp-file-attributes): Use it.
7352 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7354         * net/tramp-smb.el (tramp-smb-version): New defvar.
7355         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7356         repeated checks.
7358 2009-10-16  Glenn Morris  <rgm@gnu.org>
7360         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7361         Maybe copy some custom properties from old to new name.  (Bug#4706)
7363 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7365         * subr.el (error, sit-for, start-process-shell-command)
7366         (start-file-process-shell-command): Set the calling convention
7367         after the function definition.
7369 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7371         * subr.el (error, sit-for, start-process-shell-command)
7372         (start-file-process-shell-command): Use the new
7373         set-advertised-calling-convention feature.
7375 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7377         * international/ucs-normalize.el (ucs-normalize-version):
7378         Change to 1.2.
7379         (check-range): Adjust for Unicode 5.2.
7381 2009-10-15  Juri Linkov  <juri@jurta.org>
7383         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7384         to the `menu-item' format.
7386 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7388         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7389         if the environment variable does not exist.
7391         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7392         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7393         parameter.
7394         (tramp-smb-handle-add-name-to-file)
7395         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7396         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7397         (tramp-smb-handle-file-attributes)
7398         (tramp-smb-do-file-attributes-with-stat)
7399         (tramp-smb-handle-file-local-copy)
7400         (tramp-smb-handle-insert-directory)
7401         (tramp-smb-handle-make-directory)
7402         (tramp-smb-handle-make-directory-internal)
7403         (tramp-smb-handle-make-symbolic-link)
7404         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7405         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7406         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7407         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7408         Handle long file names.
7409         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7410         process is running.
7411         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7412         Read share names with "-g" option.
7414 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7416         * net/rcirc.el (rcirc-view-log-file): New command.
7417         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7418         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7419         specified.
7421 2009-10-15  Glenn Morris  <rgm@gnu.org>
7423         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7424         from the second command-line argument.
7425         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7426         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7427         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7428         w32-batch-update-autoloads.
7429         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7430         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7432         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7433         the headers cannot be located.  Simplify, subtracting superflous
7434         save-excursions.
7436 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7438         Replace completion-base-size by completion-base-position to fix bugs
7439         such as (bug#4699).
7440         * simple.el (completion-base-position): New var.
7441         (completion-base-size): Mark as obsolete.
7442         (choose-completion): Make it work for mouse events as well.
7443         Pass the new base-position to choose-completion-string.
7444         (choose-completion-guess-base-position): New function, extracted from
7445         choose-completion-delete-max-match.
7446         (choose-completion-delete-max-match): Use it.  Make obsolete.
7447         (choose-completion-string): Use the new base-position info.
7448         (completion-root-regexp): Delete.
7449         (completion-setup-function): Preserve completion-base-position.
7450         Eliminate obsolete base-size manipulation.
7451         * minibuffer.el (display-completion-list): Don't mess with base-size.
7452         (minibuffer-completion-help): Set completion-base-position instead.
7453         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7454         choose-completion.
7455         * textmodes/bibtex.el (bibtex-complete):
7456         * emacs-lisp/crm.el (crm--choose-completion-string):
7457         Adjust to new calling convention.
7458         * complete.el (partial-completion-mode): Use minibufferp to avoid
7459         bumping into incompatible change to choose-completion-string-functions.
7460         * ido.el (ido-choose-completion-string): Make its calling convention
7461         more permissive.
7462         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7463         base-size manipulation.
7464         (comint-dynamic-list-input-ring): Use dotimes and push.
7465         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7466         fundamental-mode.  Use `or'.
7468 2009-10-14  Juri Linkov  <juri@jurta.org>
7470         * misearch.el (multi-isearch-next-buffer-from-list)
7471         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7473 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7475         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7476         `bytecomp.el'.
7478         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7479         string we return is all made up of text from the completions rather
7480         than part from the completions and part from the input (bug#4219).
7482         * ido.el (ido-everywhere): Use define-minor-mode.
7484         * buff-menu.el (list-buffers, ctl-x-map):
7485         Mark the entry points with ;;;###autoload cookies.
7487 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7489         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7490         correctly in the detached head case.
7491         (vc-git-print-log): Remove unused binding.
7493         * vc.el (vc-responsible-backend): When a directory is passed for
7494         for registration create a VC repository if no backend is
7495         responsible for the directory argument.
7496         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7498         * vc.el: Move comments about RCS and SCCS ...
7499         * vc-rcs.el:
7500         * vc-sccs.el: ... here, respectively.
7502 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7504         * minibuffer.el (completion--file-name-table): Return nil if there's
7505         no file completion, even if substitute-in-file-name changed
7506         the string (bug#4708).
7508 2009-10-13  Juri Linkov  <juri@jurta.org>
7510         * files-x.el (read-file-local-variable-value): Don't filter out
7511         minor modes from mode name completion (bug#4664).
7513 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7515         * international/mule-cmds.el (ucs-names): Remove exclusion of
7516         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7518 2009-10-13  Kenichi Handa  <handa@m17n.org>
7520         * international/uni-name.el: Regenerated.
7522 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7524         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7525         should be automatically buffer-local, but isn't.)
7527 2009-10-12  Sam Steingold  <sds@gnu.org>
7529         * progmodes/compile.el (compilation-next-error-function): Fix the
7530         timestamps if the buffer has been visited before.
7531         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7532         non-anchored patterns, like the perl one (bug#3928).
7534 2009-10-12  Glenn Morris  <rgm@gnu.org>
7536         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7537         Let-bind `size'.
7539 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7541         * proced.el (proced-unload-function): New function.
7543         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7544         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7545         Doc fix.
7547         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7549 2009-10-11  Juri Linkov  <juri@jurta.org>
7551         * files-x.el (read-file-local-variable-value):
7552         Provide default value only for bound variables (bug#4664).
7554 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7556         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7557         connection methods like smb.
7559         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7560         can be empty.
7562         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7563         (tramp-smb-file-name-handler-alist): Add handlers for
7564         `add-name-to-file', `make-symbolic-link'.
7565         (tramp-smb-handle-add-name-to-file)
7566         (tramp-smb-do-file-attributes-with-stat)
7567         (tramp-smb-handle-make-symbolic-link)
7568         (tramp-smb-get-cifs-capabilities): New defuns.
7569         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7570         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7571         (tramp-smb-handle-file-local-copy)
7572         (tramp-smb-handle-make-directory-internal)
7573         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7574         The file name syntax depends on cifs capabilities.
7575         (tramp-smb-handle-file-attributes):
7576         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7577         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7578         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7580 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7582         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7583         (eieio-defclass): Apply deftype handler and setf-method properties
7584         directly.
7585         (eieio-add-new-slot): Avoid union function from cl library.
7586         (eieio--typep): New function.
7587         (eieio-perform-slot-validation): Use it.
7589 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7591         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7592         Update documentation to refer to the variables documented in r1.135.
7593         (Bug#4188)
7595 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7597         * bookmark.el (Info-suffix-list): Remove this unused variable.
7598         (bookmark-current-point): Remove this obsolete variable.
7599         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7600         Adjust for removal of bookmark-current-point.
7602         (bookmarks-already-loaded, bookmark-current-buffer)
7603         (bookmark-yank-point): Document.  (Bug#4188)
7605 2009-10-10  Glenn Morris  <rgm@gnu.org>
7607         * frame.el (frame-height): Doc fix.
7609         * calendar/calendar.el (calendar-split-width-threshold): New option.
7610         (calendar-basic-setup): Use calendar-split-width-threshold.
7612 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7614         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7615         Ideographic Supplement" range (U+1F200..U+1F2FF).
7617 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7619         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7620         since the list will have been rebuilt anyway.  (Bug#4349)
7622 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7624         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7625         (bookmark-bmenu-execute-deletions): Don't save here, as
7626         bookmark-delete will now do so if necessary.
7627         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7628         (Bug#4348)
7630 2009-10-09  Glenn Morris  <rgm@gnu.org>
7632         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7634 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7636         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7637         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7638         argument now, so the two function's behaviors will match.  (Bug#3645)
7640 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7642         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7643         (tramp-file-name-real-host, tramp-file-name-port):
7644         Apply `save-match-data'.
7646         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7647         case both directories are remote.
7648         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7649         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7651 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7653         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7655 2009-10-07  Glenn Morris  <rgm@gnu.org>
7657         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7658         of concat.
7660 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7662         * files-x.el (read-file-local-variable): Include some
7663         non-user-variables in the completion table (bug#4664).
7665 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7667         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7668         message.
7670         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7671         (tramp-smb-file-name-handler-alist): Add handler for
7672         `copy-directory', `expand-file-name', `set-file-modes'.
7673         (tramp-smb-handle-copy-directory)
7674         (tramp-smb-handle-expand-file-name)
7675         (tramp-smb-handle-set-file-modes): New defuns.
7676         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7677         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7678         entry.
7679         (tramp-smb-handle-insert-directory): Don't flush the cache.
7680         (tramp-smb-maybe-open-connection): Check for samba client and
7681         server versions.
7683 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7685         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7686         to not error out of search for "^lisp=" fails.
7688 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7690         * makefile.w32-in (WINS_UPDATES): New macro.
7691         (custom-deps, finder-data, autoloads): Use it.
7693 2009-10-07  Glenn Morris  <rgm@gnu.org>
7695         * Makefile.in (autoloads): Revert previous change.
7696         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7697         the list of preloaded files passed on the command-line, get
7698         it from src/Makefile.
7700         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7701         show the original buffer rather than a random one.
7703 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
7705         * help.el (describe-no-warranty): Place point in a slightly better
7706         position in the GPLv3 text.
7708 2009-10-06  Sam Steingold  <sds@gnu.org>
7710         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7711         the comm attribute is present before calling regexp-quote.
7713 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
7715         * play/animate.el (animate-string): For good effect, make sure
7716         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7718         * play/animate.el (animate-sequence, animate-birthday-present):
7719         * misc.el (butterfly): Don't set `indent-tabs-mode'.
7721 2009-10-06  Glenn Morris  <rgm@gnu.org>
7723         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7725         * emacs-lisp/autoload.el (autoload-excludes): New variable.
7726         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7727         (batch-update-autoloads): Process a string value of autoload-excludes,
7728         set during the build process.
7729         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
7731         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7732         inside with-parsed...  macro so that `v' is defined.
7734         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7735         * progmodes/fortran.el (fortran-end-of-block)
7736         (fortran-beginning-of-block):
7737         Also push mark in the macro case.
7739         * emerge.el (emerge-show-file-name):
7740         * calc/calc.el (calc-quit):
7741         * calc/calc-misc.el (calc-big-or-small):
7742         * calc/calc-graph.el (calc-graph-view):
7743         * calc/calc-ext.el (calc-reset):
7744         * calendar/calendar.el (calendar-basic-setup):
7745         Use window-full-height-p.
7747         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7748         header we don't understand, don't insert another.  (Bug#4624)
7749         If changing mime charset, insert the new one in the right place.
7751 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
7753         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7754         (cal-tex-cursor-month): Correctly increment the end date for diary and
7755         holiday listing.  (Bug#4626)
7757 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7759         * help-fns.el (describe-function-1): Don't burp if the function is not
7760         a symbol.
7762 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
7764         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7765         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7766         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7767         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7769         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7770         (eieio-default-superclass): Reflow docstrings.
7771         (this, class-option-assoc, defclass, eieio-class-un-autoload)
7772         (eieio-unbind-method-implementations, defmethod)
7773         (eieio-validate-slot-value, eieio-validate-class-slot-value)
7774         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7775         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7776         (eieio-slot-originating-class-p, eieio-slot-name-index)
7777         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7778         (constructor, initialize-instance, no-next-method, object-print)
7779         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7780         Fix typos in docstrings.
7781         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7782         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7783         (next-method-p): Doc fixes.
7784         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7785         Fix typos in error messages.
7786         (eieio-defmethod): Fix typo in description of generic method.
7788         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7789         (eieio-persistent-save-interactive, slot-missing):
7790         Fix typos in docstrings.
7791         (eieio-instance-inheritor-slot-boundp): Doc fix.
7793         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7794         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7796         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7797         (eieio-custom-object-apply-reset):
7798         Fix typos in docstrings and error messages.
7800         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7801         Fix typo in docstring.
7803         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7804         (eieio-browse-tree): Doc fix.
7805         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7806         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7807         Fix typos in docstrings.
7809         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7810         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7811         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7812         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7813         Reflow docstrings.
7815 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7817         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7818         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7819         Set log-view-vc-backend so that diff can work.
7821         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7822         vc-version-diff.
7823         (vc-diff-internal): Autoload this instead of vc-version-diff.
7825 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7827         * simple.el (eval-expression): Doc fix.
7829         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7831 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7833         * files.el (directory-files-no-dot-files-regexp): New defconst.
7834         (delete-directory): Use it.
7835         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7837         * net/tramp.el (tramp-verbose): Fix docstring.
7838         (tramp-methods): Add recursive option to `tramp-copy-args'.
7839         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7840         "scp1_old", "scp2_old", "rsync", "rsyncc".
7841         (tramp-default-method): Check also for `auth-source-user-or-password'.
7842         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7843         Add handler for `copy-directory'.
7844         (tramp-handle-copy-directory): New defun.
7845         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7846         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7847         Optimize sent command.
7849 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7851         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7852         window if necessary.
7854         * calendar/calendar.el (calendar-basic-setup): Don't call
7855         switch-to-buffer in a dedicated window.
7857 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7859         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7860         don't do anything related to relocating, just return nil.
7861         (bookmark-error-no-filename): New error.
7862         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7863         bookmark has no file.  Don't even attempt to handle things that
7864         are not files; the whole point of custom handlers is to keep that
7865         knowledge elsewhere anyway.  Tighten some comments.
7866         (bookmark-file-or-variation-thereof): Remove now-unused function.
7867         (bookmark-location): Doc string fix.
7868         (Bug#4250)
7870 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7872         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7873         don't use a file dialog, because they usually don't know how to read
7874         a directory target from the user.  (Bug#4230)
7875         Also, make sure the prompt can display directories as well as files.
7877 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7879         * bookmark.el (bookmark-set, bookmark-buffer-name):
7880         Improve doc strings.  (Bug#1193)
7882 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7884         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7885         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7886         (bookmark-get-annotation, bookmark-set-annotation)
7887         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7888         (bookmark-set-position, bookmark-get-front-context-string)
7889         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7890         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7891         (bookmark-jump-other-window, bookmark-handle-bookmark)
7892         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7893         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7894         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7895         Improve doc strings to say whether bookmark can be a string or
7896         a record or both, and make other consistency and clarity fixes.
7897         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7898         (bookmark-default-annotation-text, bookmark-yank-word)
7899         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7900         (bookmark-import-new-list, bookmark-maybe-rename)
7901         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7902         (bookmark-bmenu-bookmark): Give these doc strings.
7903         (bookmark-bmenu-check-position): Give this a doc string, but also
7904         add a FIXME comment about how the function may be pointless.
7905         (bookmark-default-handler): Rework doc string and change a
7906         parameter name, to clarify that this takes a bookmark record
7907         not a bookmark name.
7908         (bookmark-set): Change a parameter name to indicate its meaning,
7909         and improve the doc string a bit.
7910         (Bug#4188)
7912 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7914         * bookmark.el (bookmark-alist): Document the new `handler' element
7915         in the param alist.
7916         (bookmark-make-record-function): Adjust documentation for above.
7917         (Bug#4193)
7919 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7921         * info.el (Info-bookmark-make-record): Document this function.
7922         (Info-bookmark-jump): Document with a doc string, not just a comment.
7923         (Bug#4203)
7925 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7927         * files.el (copy-directory): New defun.
7929         * dired-aux.el (dired-copy-file-recursive): Use it.
7931 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7933         * files-x.el (modify-dir-local-variable)
7934         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7935         docstrings.
7937         * recentf.el (recentf-unload-function): New function.
7939 2009-10-04  Glenn Morris  <rgm@gnu.org>
7941         * window.el (window-full-height-p): Add doc string.
7943 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7945         * window.el (window-full-height-p): New function.  (Bug#4543)
7947 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7949         * vc.el: Remove commented out code.
7950         (vc-derived-from-dir-mode): Remove, unused.
7951         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7953 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7955         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7956         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7957         there could be recursive loading when `default-directory' is a
7958         remote file name.  (Bug#4614)
7960 2009-10-03  Glenn Morris  <rgm@gnu.org>
7962         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7963         the frame is wide.
7964         (calendar-generate-window): Test for shrinkability rather than width.
7966         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7967         reusing existing buffers, in case we happen to visit two files with the
7968         same basename.  (Bug#4593)
7970 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7972         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7973         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7974         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7975         subdirs of cedet as well.
7976         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7978 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7980         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7981         Obey advertised-signature-table.
7983         * help-fns.el (help-function-arglist): Don't check
7984         advertised-signature-table.
7985         (describe-function-1): Do it here instead so it also applies to subrs.
7987 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7989         * simple.el (start-file-process): Say in the doc-string, that file
7990         handlers might not support pty association, if PROGRAM is nil.
7992         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7993         HOST and USER are strings.  They are nil, when there are
7994         incomplete entries in ~/.netrc, for example.
7995         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7996         root directory ("device busy" error otherwise).
7998         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7999         Flush file properties of created directory.
8001 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8003         * makefile.w32-in (WINS_BASIC): Remove cedet.
8004         (WINS_CEDET): Add cedet.
8005         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8007 2009-10-02  Kevin Ryde  <user42@zip.com.au>
8009         * net/browse-url.el (browse-url): Pass any symbol in
8010         browse-url-browser-function to `apply', since if you've mistakenly put
8011         an unbound symbol then the error is clearer.  (Bug#4531)
8013 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8015         * allout.el (allout-init, allout-back-to-current-heading)
8016         (allout-beginning-of-current-entry, allout-ascend-to-depth)
8017         (allout-ascend, allout-up-current-level, allout-end-of-level)
8018         (allout-previous-visible-heading, allout-forward-current-level)
8019         (allout-backward-current-level, allout-show-children):
8020         * apropos.el (apropos-describe-plist):
8021         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8022         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8023         * completion.el (add-completion, add-permanent-completion):
8024         * descr-text.el (describe-text-category, describe-char):
8025         * desktop.el (desktop-lazy-abort):
8026         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8027         * dired.el (dired-build-subdir-alist):
8028         * ediff.el (ediff-version):
8029         * elide-head.el (elide-head, elide-head-show):
8030         * emerge.el (emerge-version):
8031         * env.el (getenv):
8032         * face-remap.el (variable-pitch-mode):
8033         * faces.el (describe-face):
8034         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8035         (dired-at-point):
8036         * files.el (find-file-existing, auto-save-mode):
8037         * font-lock.el (font-lock-fontify-buffer):
8038         * help-fns.el (describe-function, describe-variable)
8039         (describe-syntax, describe-categories):
8040         * help.el (view-lossage, describe-bindings, describe-key)
8041         (describe-mode):
8042         * hexl.el (hexl-current-address):
8043         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8044         * info.el (Info-goto-emacs-key-command-node):
8045         * log-edit.el (log-edit-insert-cvs-template)
8046         (log-edit-insert-cvs-rcstemplate):
8047         * menu-bar.el (menu-bar-mode):
8048         * mouse.el (mouse-appearance-menu):
8049         * newcomment.el (comment-indent-new-line):
8050         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8051         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8052         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8053         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8054         * recentf.el (recentf-mode):
8055         * savehist.el (savehist-mode, savehist-save):
8056         * shadowfile.el (shadow-copy-files):
8057         * simple.el (kill-ring-save, next-line, previous-line)
8058         (normal-erase-is-backspace-mode):
8059         * strokes.el (strokes-update-window-configuration)
8060         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8061         (strokes-xpm-for-stroke):
8062         * time.el (emacs-uptime, emacs-init-time):
8063         * tutorial.el (tutorial--describe-nonstandard-key)
8064         (tutorial--detailed-help):
8065         * type-break.el (type-break-mode)
8066         (type-break-mode-line-message-mode, type-break-query-mode)
8067         (type-break-guesstimate-keystroke-threshold):
8068         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8069         * version.el (emacs-version):
8070         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8071         * winner.el (winner-mode):
8072         * calendar/timeclock.el (timeclock-in, timeclock-out)
8073         (timeclock-status-string, timeclock-change)
8074         (timeclock-workday-remaining-string)
8075         (timeclock-workday-elapsed-string)
8076         (timeclock-when-to-leave-string):
8077         * calendar/todo-mode.el (todo-add-category):
8078         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8079         * emacs-lisp/autoload.el (update-file-autoloads):
8080         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8081         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8082         (checkdoc-message-text, checkdoc-defun):
8083         * emacs-lisp/debug.el (debugger-list-functions):
8084         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8085         * emacs-lisp/eieio-opt.el (eieio-describe-class)
8086         (eieio-describe-generic):
8087         * emacs-lisp/lisp-mnt.el (lm-synopsis):
8088         * emacs-lisp/shadow.el (list-load-path-shadows):
8089         * emulation/cua-base.el (cua-mode):
8090         * emulation/edt.el (edt-set-scroll-margins):
8091         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8092         (tpu-toggle-regexp, tpu-toggle-search-direction)
8093         (tpu-toggle-rectangle, tpu-toggle-control-keys):
8094         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8095         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8096         (viper-set-parsing-style-toggling-macro)
8097         (viper-set-emacs-state-searchstyle-macros):
8098         * emulation/viper.el (viper-set-hooks):
8099         * eshell/esh-mode.el (eshell-truncate-buffer):
8100         * international/mule-cmds.el (prefer-coding-system)
8101         (describe-input-method, describe-language-environment):
8102         * international/mule-diag.el (list-character-sets)
8103         (describe-character-set, describe-coding-system)
8104         (describe-fontset, list-fontsets, list-input-methods):
8105         * mail/sendmail.el (mail-signature):
8106         * net/ange-ftp.el (ange-ftp-copy-file):
8107         * net/browse-url.el (browse-url):
8108         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8109         * net/quickurl.el (quickurl-add-url):
8110         * net/rcirc.el (names, topic):
8111         * net/xesam.el (xesam-mode):
8112         * play/5x5.el (5x5-new-game):
8113         * play/yow.el (apropos-zippy):
8114         * progmodes/ada-mode.el (ada-mode-version):
8115         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8116         (f90-end-of-block)
8117         (f90-beginning-of-block):
8118         * progmodes/fortran.el (fortran-end-of-block)
8119         (fortran-beginning-of-block):
8120         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8121         * progmodes/python.el (python-describe-symbol, python-shell):
8122         * term/ns-win.el (ns-print-buffer):
8123         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8124         * textmodes/flyspell.el (flyspell-mode-on):
8125         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8126         (pages-directory-for-addresses):
8127         * textmodes/table.el (table-recognize-cell)
8128         (table-query-dimension, table-generate-source)
8129         (table-insert-sequence, table--warn-incompatibility):
8130         * textmodes/tex-mode.el (tex-validate-buffer):
8131         * textmodes/texinfmt.el (texinfmt-version)
8132         (texinfo-format-buffer):
8133         Use `called-interactively-p' instead of `interactive-p'.
8135 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8137         * image-mode.el (image-toggle-display):
8138         * emacs-lisp/elp.el (elp-instrument-function):
8139         * emacs-lisp/advice.el (ad-make-advised-definition):
8140         * emacs-lisp/easy-mmode.el (define-minor-mode):
8141         * net/browse-url.el (browse-url-maybe-new-window):
8142         * progmodes/sh-script.el (sh-learn-buffer-indent):
8143         Pass new argument 'any to `called-interactively-p'.
8145 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8147         * international/uni-bidi.el:
8148         * international/uni-category.el:
8149         * international/uni-combining.el:
8150         * international/uni-comment.el:
8151         * international/uni-decimal.el:
8152         * international/uni-decomposition.el:
8153         * international/uni-digit.el:
8154         * international/uni-lowercase.el:
8155         * international/uni-mirrored.el:
8156         * international/uni-name.el:
8157         * international/uni-numeric.el:
8158         * international/uni-old-name.el:
8159         * international/uni-titlecase.el:
8160         * international/uni-uppercase.el:
8161         Regenerate from Unicode 5.2.0 data.
8163 2009-10-01  Glenn Morris  <rgm@gnu.org>
8165         * Makefile.in (ELCFILES): Regenerate.
8167 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8169         * subr.el (interactive-p): Mark obsolete.
8170         (called-interactively-p): Make the optional-ness of `kind' obsolete.
8171         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8172         advertised-signature-table for subroutines as well.
8174         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8175         (set-advertised-calling-convention): New function.
8176         (make-obsolete, define-obsolete-function-alias)
8177         (make-obsolete-variable, define-obsolete-variable-alias):
8178         Make the optional-ness of `when' obsolete.
8179         (define-obsolete-face-alias): Make `when' non-optional.
8180         * help-fns.el (help-function-arglist):
8181         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8182         Use advertised-signature-table.
8184 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
8186         * files.el (delete-directory): New defun.  The original function
8187         in fileio.c has been renamed to `delete-directory-internal'.
8189         * dired.el (dired-delete-file): Call `delete-directory' with
8190         RECURSIVE parameter.
8192         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8193         parameter RECURSIVE.  Implementation is missing.
8195         * net/tramp.el (tramp-handle-make-directory): Flush upper
8196         directory's file properties.
8197         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8198         (tramp-handle-dired-recursive-delete-directory): Flush directory
8199         properties after the remove command only.
8201         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8202         Handle optional parameter RECURSIVE.
8204         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8205         Handle optional parameter RECURSIVE.
8207         * net/tramp-smb.el (tramp-smb-errors): Add error message for
8208         connection timeout.
8209         (tramp-smb-handle-delete-directory): Handle optional parameter
8210         RECURSIVE.
8212 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8214         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8215         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8216         (byte-compile-defmacro): Use backquotes.
8218         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8220         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8221         has no associated file.
8222         (vc-resynch-buffer): Use vc-dir-buffers.
8224 2009-10-01  Glenn Morris  <rgm@gnu.org>
8226         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8227         (chart-file-count):
8228         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8229         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8230         * emacs-lisp/eieio-opt.el (eieio-describe-class):
8231         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8232         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8233         (eieio-copy-parents-into-subclass, make-instance, class-children)
8234         (eieio-generic-form):
8236         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8237         match-data.  (Bug#4555).
8239         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8240         rather than parsing it as a regexp.  This relaxes the layout
8241         requirements and makes errors easier to detect.
8242         (check-declare-verify): Check file is regular.
8243         (check-declare-directory): Doc fix.
8244         * subr.el (declare-function): Doc fix.
8246         * ibuffer.el (ibuffer-format-qualifier):
8247         * isearch.el (hi-lock-regexp-okay):
8248         * calc/calc.el (math-zerop):
8249         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8250         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8251         Remove unused declarations.
8253 2009-09-30  Glenn Morris  <rgm@gnu.org>
8255         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8257         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8258         filename is not a string.
8260 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8262         * files.el (safe-local-eval-forms): Fix typo.
8264 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8266         * vc-hooks.el (vc-dir-buffers): New var.
8267         (vc-state-refresh): New function.
8268         (vc-state): Use it.
8269         (vc-after-save): Always ask the backend to recompute the new state.
8270         Always call vc-dir if necessary, using vc-dir-buffers.
8271         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8272         Use vc-dir-buffers.
8273         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8274         (vc-dir-prepare-status-buffer, vc-dir-update)
8275         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8276         Don't call expand-file-name on default-directory.
8278 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8280         * speedbar.el (speedbar-item-delete):
8281         * calc/calc-prog.el (calc-kbd-if):
8282         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8284         * epa.el (epa-key-list-mode-map):
8285         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8287         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8288         (hs-show-hook): Fix typo in docstring.
8290 2009-09-29  Glenn Morris  <rgm@gnu.org>
8292         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8293         file-name-nondirectory call preventing location of cedet files.
8294         (check-declare-verify): Use literal search rather than re-search.
8295         Add basic defmethod and defclass, and define-overloadable-function.
8297         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8298         Use tramp-compat-file-attributes rather than nonexistent
8299         tramp-compat-handle-file-attributes.
8301         * Makefile.in (lisptagsfiles4): New.
8302         (AUTOGENEL): Add cedet loaddefs files.
8303         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8304         (update-elclist, compile-always, backup-compiled-files)
8305         (bootstrap-clean): Add yet another directory level.
8306         (update-elclist): Use LC_COLLATE rather than COLLATE.
8307         (ELCFILES): Update, via `make update-elclist'.
8309 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8311         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8312         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8313         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8315 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8317         * Makefile.in (lisptagsfiles3): Define.
8318         (TAGS, TAGS-LISP): Use it.
8319         (update-elclist): Add third directory level to look for elc files.
8320         (compile-always): Likewise.
8321         (backup-compiled-files): Likewise.
8322         (bootstrap-clean): Likewise.
8323         (ELCFILES): Update.
8325 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8327         * Makefile.in (ELCFILES): Add CEDET files.
8329 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8331         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8333         * net/tramp.el (top): Require tramp-imap.
8335         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8336         Use `tramp-compat-handle-file-attributes'.
8338 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8340         * net/tramp-imap.el: New package.
8342 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8344         * whitespace.el (whitespace-trailing-regexp)
8345         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8346         Fix doc string.
8348 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8350         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8351         menu.
8353         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8354         menu-bar-ediff-menu.
8356         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8357         define-overloadable-function.
8359         * progmodes/autoconf.el: Provide autoconf as well, so that this
8360         file can be `require'd.
8362         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8364         * emacs-lisp/autoload.el (generated-autoload-feature)
8365         (generated-autoload-load-name): New vars.
8366         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8367         (make-autoload): Recognize define-overloadable-function and
8368         defclass forms (for EIEIO).
8370         * Makefile.in (update-subdirs): Exclude cedet directory.
8372 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8374         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
8376         * faces.el: Default light-background background for region face to
8377         ns_selection_color under NS.
8379 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8381         * net/imap-hash.el: New library, see NEWS.
8383         * Makefile.in (ELCFILES): Add imap-hash.el.
8385 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8387         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8388         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8389         * help-macro.el (make-help-screen): Avoid using an ambiguous function
8390         definition where the docstring could be taken for the return value.
8392 2009-09-26  Glenn Morris  <rgm@gnu.org>
8394         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8395         Add option to only show images below a certain size.
8396         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8397         save-excursion calls.
8399 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
8401         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8402         subdirectories) and eieio.
8404 2009-09-26  Alan Mackenzie  <acm@muc.de>
8406         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8407         Correct buggy bracketing.  (Bug#4289)
8409         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8410         character constants (as case labels).  (Bug#4289)
8412 2009-09-25  Juri Linkov  <juri@jurta.org>
8414         * files.el (safe-local-eval-forms): Allow time-stamp in
8415         before-save-hook (Bug#4554).
8417 2009-09-25  Drew Adams  <drew.adams@oracle.com>
8419         * menu-bar.el (list-buffers-directory): Doc fix.
8421 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8423         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8424         Try and avoid copying twice the same paragraph.
8425         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8426         Remove save-excursion.
8427         (log-edit-changelog-entry): Do it here instead.
8429 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
8431         * bs.el (bs--get-file-name): Use `list-buffers-directory'
8432         when available, instead of hardcoding mode names.  Doc fix.
8434         * menu-bar.el (list-buffers-directory): Add docstring.
8435         Make automatically buffer-local.
8437         * dired.el (dired-mode):
8438         * files.el (cd-absolute):
8439         * pcvs.el (cvs-temp-buffer):
8440         * pcvs-util.el (cvs-get-buffer-create):
8441         * shell.el (shell-mode):
8442         * vc-dir.el (vc-dir-mode):
8443         Don't make `list-buffers-directory' buffer local.
8445 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
8447         * comint.el (comint-exec, comint-run, make-comint):
8448         Doc fixes (Bug#4542).
8450 2009-09-25  Glenn Morris  <rgm@gnu.org>
8452         * mail/rmailmm.el (rmail-mime): New custom group.
8453         Move all defcustoms in this file into this group.
8454         (rmail-mime-media-type-handlers-alist): Revert previous change.
8455         (rmail-mime-show-images): New option.
8456         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8457         references to it, since it wasn't actually used for anything.
8458         (rmail-mime-insert-image): New function.
8459         (rmail-mime-image): Use rmail-mime-insert-image.
8460         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8461         obey the value of `rmail-mime-show-images' option.  Print the size of
8462         attachments.
8464 2009-09-25  David Engster  <deng@randomsample.de>
8466         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
8468 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8470         * whitespace.el: Does not highlight trailing spaces While point is
8471         at end of line.  Does not highligt spaces at beginning of buffer
8472         while point is at beginning of buffer.  Does not highlight spaces
8473         at end of buffer while point is at end of buffer.  (Bug#4177)
8474         New version 12.0.
8475         (whitespace-display-mappings): Adjust initialization.
8476         (whitespace-point, whitespace-font-lock-refontify): New vars.
8477         (whitespace-color-on, whitespace-color-off): Adjust code.
8478         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8479         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8480         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8482 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
8484         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8486         * textmodes/sgml-mode.el: Remove xml-mode alias.
8488         * files.el (auto-mode-alist, conf-mode-maybe)
8489         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8491 2009-09-24  Alan Mackenzie  <acm@muc.de>
8493         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8494         c-forward-conditionals, but it doesn't move point and doesn't set
8495         the mark.
8496         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8497         (c-down-conditional-with-else, c-backward-conditional)
8498         (c-forward-conditional): Refactor to use c-scan-conditionals.
8500 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8502         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8503         (help-default-arg-highlight): Remove.
8504         (help-highlight-arg): New function.
8505         (help-do-arg-highlight): Use it.
8506         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8508 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8510         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8511         Undo last change, which didn't fix the problem and introduced others.
8513 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8515         * progmodes/gdb-mi.el: Don't require speedbar.
8516         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8518 2009-09-24  Glenn Morris  <rgm@gnu.org>
8520         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8522         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8524         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8525         there is no newline after the final mime boundary.  (Bug#4539)
8526         Move markers on insertion so that any buttons inserted don't end up in
8527         the next part of a multipart message.
8528         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8529         (rmail-mime-bulk-handler): Optionally handle images.
8530         (rmail-mime-image): New button action.
8531         (rmail-mime-image-handler): New function.
8532         (rmail-mime-mode): New mode.
8533         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8535 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8537         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8538         than just dropping elements from it (bug#4504).
8540         * term.el (term-set-scroll-region): Don't move cursor any more.
8541         (term-handle-ansi-escape): Call term-goto here instead.
8542         Suggested by Ivan Kanis <apple@kanis.eu>.
8544         * term.el: Require CL.
8545         (term-ansi-reset): New function.
8546         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8547         (term-handle-colors-array): Simplify.
8549 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8551         * allout.el (allout-overlay-interior-modification-handler)
8552         (allout-obtain-passphrase):
8553         * epa-file.el (epa-file-write-region):
8554         * ps-print.el (ps-begin-job):
8555         * vc-hooks.el (vc-toggle-read-only):
8556         * vc-rcs.el (vc-rcs-rollback):
8557         * vc-sccs.el (vc-sccs-rollback):
8558         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8559         (vc-version-diff, vc-revert, vc-rollback):
8560         * wdired.el (wdired-check-kill-buffer):
8561         * emacs-lisp/authors.el (authors):
8562         * net/socks.el (socks-open-connection):
8563         * net/zeroconf.el (zeroconf-service-add-hook):
8564         * obsolete/vc-mcvs.el (vc-mcvs-register):
8565         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8566         (gdb-select-frame):
8567         * progmodes/grep.el (lgrep, rgrep):
8568         * progmodes/idlw-help.el (idlwave-help-check-locations)
8569         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8570         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8571         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8572         (reftex-toc-rename-label): Fix typos in error messages.
8574         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8575         (dired-copy-how-to-fn): Doc fix.
8576         (dired-files-attributes, dired-read-shell-command):
8577         Fix typos in docstrings.
8579         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8580         (dired-x-find-file-other-window): Reflow docstrings.
8581         (dired-omit-marker-char, dired-read-shell-command)
8582         (dired-x-submit-report): Fix typos in docstrings.
8584         * shell.el (shell-mode-hook):
8585         * view.el (View-scroll-line-forward):
8586         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8587         Fix typos in docstrings.
8589         * net/dig.el (dig-invoke): Fix typo in docstring.
8590         (query-dig): Reflow docstring.
8592         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8593         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8594         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8595         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8596         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8597         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8598         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8599         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8600         (idlwave-completion-map, idlwave-current-indent)
8601         (idlwave-custom-ampersand-surround, idlwave-customize)
8602         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8603         (idlwave-define-abbrev, idlwave-determine-class-special)
8604         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8605         (idlwave-end-block-reg, idlwave-end-of-statement)
8606         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8607         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8608         (idlwave-explicit-class-listed, idlwave-file-header)
8609         (idlwave-fill-paragraph, idlwave-find-class-definition)
8610         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8611         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8612         (idlwave-in-quote, idlwave-indent-action-table)
8613         (idlwave-indent-expand-table, idlwave-indent-line)
8614         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8615         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8616         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8617         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8618         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8619         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8620         (idlwave-outlawed-buffers, idlwave-popup-select)
8621         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8622         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8623         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8624         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8625         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8626         (idlwave-statement-type, idlwave-struct-skip)
8627         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8628         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8629         (idlwave-what-module-find-class): Fix typos in docstrings.
8630         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8631         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8632         (idlwave-find-module, idlwave-find-structure-definition)
8633         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8634         (idlwave-list-load-path-shadows, idlwave-next-statement)
8635         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8636         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8637         (idlwave-template): Reflow docstrings.
8639         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8640         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8641         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8642         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8643         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8644         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8645         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8646         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8647         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8648         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8649         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8650         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8651         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8652         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8653         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8654         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8655         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8656         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8657         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8658         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8659         Fix typos in docstrings.
8660         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8661         (idlwave-shell-hide-output, idlwave-shell-mode)
8662         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8663         Reflow docstrings.
8665         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8667 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8669         * term.el (term-bold-attribute): New var.
8670         (term-handle-colors-array): Use it.
8672 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8674         * progmodes/gdb-mi.el (gdb-version): New variable.
8675         (gdb-non-stop-handler): Set gdb-version.
8676         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8677         Condition "--thread" option on gdb-version.
8678         (gdb-invalidate-threads): Remove unused argument.
8680 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8682         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8683         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8685 2009-09-23  Glenn Morris  <rgm@gnu.org>
8687         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8688         replying to mail without References or Message-Id.  (Bug#4525)
8690 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8692         * term/ns-win.el (ns-reg-to-script): New variable.
8694 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8696         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8698 2009-09-22  Sam Steingold  <sds@gnu.org>
8700         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8701         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8702         to 1 because hg returns status 1 when nothing is found.
8703         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8705 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8707         * textmodes/fill.el: Convert to utf-8 encoding.
8708         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8709         pre-unicode days.
8711         * add-log.el (change-log-fill-forward-paragraph): New function.
8712         (change-log-mode): Use it so fill-region DTRT.
8713         Set fill-indent-according-to-mode here rather than in
8714         change-log-fill-paragraph.
8715         (change-log-fill-paragraph): Remove.
8717 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8719         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8720         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8722 2009-09-22  Glenn Morris  <rgm@gnu.org>
8724         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8725         the scroll-bar scroll the calendar window rather than the buffer.
8727         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8728         commands that move point (as opposed to scrolling).
8730         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8732         * emacs-lisp/elint.el (elint): New custom group.
8733         (elint-log-buffer): Make it a defcustom.
8734         (elint-scan-preloaded, elint-ignored-warnings)
8735         (elint-directory-skip-re): New options.
8736         (elint-builtin-variables): Doc fix.
8737         (elint-preloaded-env): New variable.
8738         (elint-unknown-builtin-args): Add an entry for encode-time.
8739         (elint-extra-errors): Make it a variable rather than a constant.
8740         (elint-preloaded-skip-re): New constant.
8741         (elint-directory): Skip files matching elint-directory-skip-re.
8742         (elint-features): New variable, local to linted buffers.
8743         (elint-update-env): Initialize elint-features.  Possibly add
8744         elint-preloaded-env to the buffer's environment.
8745         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8746         Skip quoted forms.
8747         (elint-init-form): New function, extracted from elint-init-env.
8748         Make non-list forms a warning rather than an error.
8749         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8750         easy-menu-define, put that adds an error-condition, and provide.
8751         When requiring cl, also require cl-macs.  Really require cl, to handle
8752         some cl macros.  Store required libraries in the list elint-features,
8753         so as not to re-load them.  Treat cc-require like require.
8754         (elint-init-env): Call elint-init-form to do the work.
8755         Handle eval-and-compile and such like.
8756         (elint-add-required-env): Do not clear messages.
8757         (elint-special-forms): Add handlers for function, defalias, if, when,
8758         unless, and, or.
8759         (elint-form): Add optional argument to ignore elint-special-forms,
8760         useful to prevent recursive calls from handlers.  Doc fix.
8761         Respect elint-ignored-warnings.
8762         (elint-form): Respect elint-ignored-warnings.
8763         (elint-bound-variable, elint-bound-function): New variables.
8764         (elint-unbound-variable): Respect elint-bound-variable.
8765         (elint-get-args): Respect elint-bound-function.
8766         (elint-check-cond-form): Add some simple handling for (f)boundp and
8767         featurep tests.
8768         (elint-check-defalias-form): New handler.
8769         (elint-check-let-form): Make an empty let a warning rather than an
8770         error.
8771         (elint-check-setq-form): Make an empty setq a warning rather than an
8772         error.  Respect elint-ignored-warnings.
8773         (elint-check-defvar-form): Accept null doc-strings.
8774         (elint-check-conditional-form): New handler.  Does some simple-minded
8775         checking of featurep and (f)boundp tests.
8776         (elint-put-function-args): New function.
8777         (elint-initialize): Use elint-scan-doc-file rather than
8778         elint-find-builtin-variables.  Use elint-put-function-args.
8779         Possibly scan preloaded-file-list.
8780         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8781         extend to handle functions as well.
8783 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8785         * linum.el (linum-delete-overlays, linum-update-window):
8786         Do not modify the right margin.  (Bug#3971)
8788 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8790         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8791         Use nxml-mode instead of xml-mode.
8793 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8795         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8797 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8799         * net/dig.el (dig-mode): Use define-derived-mode.
8801 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8803         * vc-dispatcher.el (vc-do-command): Return the process object in
8804         the asynchronous case.  Use when instead of if.  Do not run
8805         vc-exec-after to display a message if not enabled.  (Bug#4463)
8807         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8808         properties to the stash strings.
8809         (vc-git-stash-list): Return a list of strings.
8810         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8811         (vc-git-stash-show-at-point): New functions.
8812         (vc-git-stash-map): New keymap.
8814         * register.el (ctl-x-r-map): Define the keys here instead of
8815         using autoload.
8817 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8819         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8820         list, to workaround performance problem (bug#4485).
8822 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8824         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8826 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8828         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8829         Document that this option is not recommended to use.
8831 2009-09-19  Glenn Morris  <rgm@gnu.org>
8833         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8834         variable `var'.
8836         * calc/calc-alg.el (var):
8837         * calc/calcalg2.el (var): Define for compiler.
8839 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8841         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8842         Doc fix (Bug#3932).
8844         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8846         * time-stamp.el (time-stamp-month-dd-yyyy)
8847         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8848         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8849         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8850         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8851         Remove functions that have been obsolete since 1995 (Bug#4436).
8853         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8854         indent buffer only if called interactively (Bug#4452).
8856 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8857             Eli Zaretskii  <eliz@gnu.org>
8859         This fixes bug#4197 (merged to bug#865, though not identical).
8860         * server.el (server-auth-dir): Add docstring note about FAT32.
8861         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8862         but warn against using them.
8864 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8866         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8867         older GDB where there is no has_more field.
8869 2009-09-19  Glenn Morris  <rgm@gnu.org>
8871         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8873 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8875         * files.el (auto-mode-alist): Change default for XML files to nXML
8876         mode (Bug#4169).
8878 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8880         * server.el (server-ensure-safe-dir): Pass 'integer
8881         to `file-attributes', as suggested.
8883 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8885         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8886         (dired-query): Use read-key.
8888 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8890         * cus-start.el (ns-use-qd-smoothing): Remove.
8892 2009-09-18  Glenn Morris  <rgm@gnu.org>
8894         * allout.el (top-level): Remove unnecessary progn.
8896         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8898         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8899         definition of abbrev table.
8901         * speedbar.el (speedbar-track-mouse):
8902         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8903         * net/eudc.el (eudc-expand-inline):
8904         * net/newst-backend.el (newsticker--cache-read-feed):
8905         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8906         condition-case handlers.
8908 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8910         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8911         (gdb-var-list): Add an element for has_more field.
8912         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8913         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8914         (gdb-var-update-handler-1): Parse output of dynamic variable
8915         objects (STL containers).
8916         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8917         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8919         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8920         gdb-var-list.
8921         (gud-speedbar-buttons): Make node expandable if expression "has more"
8922         children.
8924 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8926         * startup.el (emacs-quick-startup): Remove variable and all uses.
8927         (command-line): Set `inhibit-x-resources' instead.
8928         (command-line-1): Use `inhibit-x-resources' instead.
8930 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8932         * subr.el: Fix last change to avoid using the `unless' macro,
8933         which breaks bootstrapping.
8935 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8937         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8938         extended definitions, in case we reload subr.el after having
8939         loaded CL.
8940         (eval-next-after-load): Mark as obsolete.
8942 2009-09-17  Juri Linkov  <juri@jurta.org>
8944         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8945         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8946         (menu-bar-showhide-menu, menu-bar-tools-menu)
8947         (menu-bar-describe-menu, menu-bar-help-menu)
8948         (minibuffer-local-completion-map, minibuffer-local-map):
8949         Fix list quoting.
8951 2009-09-17  Glenn Morris  <rgm@gnu.org>
8953         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8954         arguments, whether or not it has a handler.
8956         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8958         * simple.el (hard-newline): Give it a doc-string.
8960         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8961         (lisp-mode-syntax-table): Give them doc-strings.
8963 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8965         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8966         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8967         (menu-bar-options-menu, menu-bar-showhide-menu)
8968         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8969         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8970         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8971         (menu-bar-options-menu, menu-bar-tools-menu)
8972         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8973         (menu-bar-help-menu):
8974         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8975         string arguments.
8977         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8978         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8979         calls for the menu names and :help.
8981 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8983         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8984         to :minor-mode-function (bug#4455).
8986 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8988         * startup.el (command-line): Initialize the window-system after
8989         processing the command-line.
8991         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8992         page-delimiter matches the empty string.
8994 2009-09-16  Glenn Morris  <rgm@gnu.org>
8996         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8997         byte-compile-not-obsolete-var.  It's a list now.
8998         (byte-compile-not-obsolete-funcs): New variable.
8999         (byte-compile-warn-obsolete): Don't warn about functions if they are in
9000         byte-compile-not-obsolete-funcs.
9001         (byte-compile-variable-ref, byte-compile-defvar): Update for
9002         byte-compile-not-obsolete-vars name-change and list nature.
9003         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9004         and variables behind (f)boundp tests.
9005         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9007 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9009         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9011 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9013         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9014         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9015         Don't autoload.
9017 2009-09-15  Stephen Eglen  <stephen@gnu.org>
9019         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9020         the virtual-buffers, use the name of the buffer specified by
9021         find-file-noselect, as the match may be a symlink.  (This was a
9022         problem if the target and the symlink had different names.)
9024 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9026         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9028         * desktop.el (desktop-path): Check user-emacs-directory.
9030         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9032         * loadup.el: Use after-load-functions to GC after loading each file.
9033         Remove the explicit GC calls that used to be sprinkled around.
9035         * subr.el (after-load-functions): New hook.
9036         (do-after-load-evaluation): Run it.  Use string-match-p to detect
9037         `obsolete' packages, rather than painfully extracting the relevant
9038         directory name.
9040 2009-09-15  Glenn Morris  <rgm@gnu.org>
9042         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9043         free variable `doc'.
9045         * dired.el (dired-mode-map): Add menu entry for async shell command.
9047         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9048         variables, also consider the .elc files, since the .el files are
9049         normally gzipped (subsequent code locates the .el.gz from the .elc).
9051         * calc/calc-prog.el (arglist): Define for compiler.
9053         * calendar/diary-lib.el (diary-display-function): Change the default to
9054         fancy display.
9055         (body): Define for compiler.
9057         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9058         (byte-compile-file-form, byte-compile-lambda)
9059         (byte-compile-top-level-body, byte-compile-form)
9060         (byte-compile-variable-ref, byte-compile-setq)
9061         (byte-compile-setq-default, byte-compile-body)
9062         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9063         (batch-byte-compile): Give some more local variables with common names
9064         a "bytecomp-" prefix to avoid masking warnings about free variables.
9066         * startup.el (command-line-1): Give local variables with common names a
9067         distinguishing prefix, so as not to hide free variable warnings during
9068         bootstrap.
9070         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9071         clever and add a suffix to make a unique name, just let the user decide
9072         whether or not to overwrite it.  If the input is a directory, write the
9073         default filename to that directory.  (Bug#4388)
9074         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9075         is a filename-as-a-directory.
9077 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9079         * textmodes/page.el (what-page): Don't move to beginning of line.
9080         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9082 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9084         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9086 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
9088         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9089         * help.el (help-for-help-internal): Add purecopy calls for text.
9091         * vc.el (top): print-log method now takes an optional SHORTLOG
9092         argument.  Add a new method: root.
9093         (vc-root-diff, vc-print-root-log): New functions.
9094         (vc-log-short-style): New variable.
9095         (vc-print-log-internal): Add support for showing short logs.
9097         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9098         vc-print-root-log and vc-print-root-diff.
9100         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9101         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9102         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9103         short logs.
9105         * vc-cvs.el (vc-cvs-print-log):
9106         * vc-mtn.el (vc-mtn-print-log):
9107         * vc-rcs.el (vc-rcs-print-log):
9108         * vc-sccs.el (vc-sccs-print-log):
9109         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9110         that is ignored for now.
9112         * vc-mtn.el (vc-mtn-annotate-command):
9113         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9115 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9117         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9118         to function-key-map, and give them ascii-character property.
9119         * term/x-win.el (x-alternatives-map):
9120         * term/ns-win.el (ns-alternatives-map):
9121         * term/internal.el (msdos-key-remapping-map):
9122         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9124 2009-09-14  Glenn Morris  <rgm@gnu.org>
9126         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9127         temp-buffers (2009-09-12).
9129 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9131         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9132         the new read-key function.
9134 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9136         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9137         is defined (Bug#4405).
9139 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
9141         * recentf.el (recentf-cleanup): Use a hash table to find
9142         duplicates (Bug#4407).
9144 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
9146         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9147         kp-0 to ascii equivalents (Bug#4325).
9149 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9151         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9153         * eshell/em-hist.el:
9154         * eshell/em-dirs.el (eshell-complete-user-reference):
9155         Declare pcomplete functions and variables to avoid compiler warnings.
9157 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
9159         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9160         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9161         * eshell/em-alias.el (eshell-aliases-file):
9162         * eshell/em-hist.el (eshell-history-file-name):
9163         Use expand-file-name instead of concat to make file names (Bug#4308).
9165 2009-09-13  Glenn Morris  <rgm@gnu.org>
9167         * ediff-merg.el (ediff-do-merge):
9168         * filesets.el (filesets-run-cmd):
9169         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9170         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9171         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9172         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9173         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9174         Replace empty `let's with `progn'.
9176 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9178         * mail/sendmail.el (send-mail-function):
9179         * tooltip.el (tooltip-mode):
9180         * simple.el (transient-mark-mode):
9181         * rfn-eshadow.el (file-name-shadow-mode):
9182         * frame.el (blink-cursor-mode):
9183         * font-core.el (global-font-lock-mode):
9184         * files.el (temporary-file-directory)
9185         (small-temporary-file-directory, auto-save-file-name-transforms):
9186         * epa-hook.el (auto-encryption-mode):
9187         * composite.el (global-auto-composition-mode):
9188         Use custom-initialize-delay.
9189         * startup.el (command-line): Don't explicitly call
9190         custom-reevaluate-setting for all the above vars.
9191         * custom.el (custom-initialize-safe-set)
9192         (custom-initialize-safe-default): Delete.
9194 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9196         * term/x-win.el (x-initialize-window-system):
9197         * term/w32-win.el (w32-initialize-window-system):
9198         * term/ns-win.el (ns-initialize-window-system): Don't call
9199         mouse-wheel-mode since it's enabled globally by default already.
9201         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9202         actually define the variable, but only silences the byte-compiler.
9203         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9204         before looking it up.
9205         (mouse-wheel-scroll-amount): Also reset the bindings if this value
9206         is changed.
9208 2009-09-12  Glenn Morris  <rgm@gnu.org>
9210         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9211         1000.
9212         (elint-add-required-env): Don't beep on error.
9213         (elint-forms): In case of error, return ENV unchanged.
9214         (elint-init-env): Skip non-list forms.
9215         (elint-log): Handle unknown file positions.
9217 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9219         * epg.el (epg-make-context): Add autoload cookie.
9220         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9221         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9222         (epg-verify-string, epg-start-sign, epg-sign-file)
9223         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9224         (epg-encrypt-string, epg-start-export-keys)
9225         (epg-export-keys-to-file, epg-export-keys-to-string)
9226         (epg-start-import-keys, epg-import-keys-from-file)
9227         (epg-import-keys-from-string, epg-start-receive-keys)
9228         (epg-receive-keys, epg-import-keys-from-server)
9229         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9230         (epg-sign-keys, epg-start-generate-key)
9231         (epg-generate-key-from-file, epg-generate-key-from-string):
9232         Remove autoload cookie.
9234 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9236         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9237         reevaluation of trash-directory.
9239         * mwheel.el: Fix last change.
9240         (mouse-wheel-mode): New defvar.
9241         (mouse-wheel-mode): Remove autoload cookie.
9243 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9245         * mwheel.el (mwheel-installed-bindings): New var.
9246         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9247         the bindings we set last time.  Use custom-initialize-delay.
9248         * loadup.el: Load mwheel after term/*-win.el.
9249         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9250         and mouse-wheel-up-event now that their first evaluation is done
9251         sufficiently late to be correct.
9253         * startup.el (tutorial-directory): Make it a defcustom.
9254         Use custom-initialize-delay rather than eval-at-startup to set it.
9255         * image.el (image-load-path): Make it a defcustom.
9256         Use custom-initialize-delay rather than eval-at-startup to set it.
9257         * subr.el (eval-at-startup): Remove.
9258         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9260         * subr.el (do-after-load-evaluation): Warn the user after loading an
9261         obsolete package.
9263 2009-09-12  Glenn Morris  <rgm@gnu.org>
9265         * proced.el (proced-mark-alt): Remove alias.
9266         (proced-mode-map): Remove proced-mark-alt.
9268         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9269         Elint file and directory.  Remove initialization entry.
9271         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9272         commands.
9273         (elint-current-buffer): Set mode-line-process.
9274         (elint-init-env): Handle define-derived-mode.
9275         Fix declare-function with unspecified arglist.  Guard against odd
9276         defalias statements (eg iso-insert's 8859-1-map).
9277         (elint-add-required-env): Use a temp buffer.
9278         (elint-form): Just print the function/macro name, not the whole form.
9279         Return env unchanged if we fail to parse a macro.
9280         (elint-forms): Guard against parse errors.
9281         (elint-output): New function, to handle batch mode.
9282         (elint-log-message): Add optional argument.  Use elint-output.
9283         (elint-set-mode-line): New function.
9285 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9287         * emacs-lisp/elp.el (elp-not-profilable): Add more
9288         functions (Bug#4233).
9290 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9292         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9293         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9295 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9297         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9298         (gdb-var-list-children): Use json parsing.
9300 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9302         * progmodes/js.el (js--proper-indentation): Handle the case where
9303         char-before is null.  Reported by Deniz Dogan.
9305 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9307         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9309 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9311         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9312         (epg-digest-algorithm-alist): Add SHA224.
9313         (epg-context-set-passphrase-callback)
9314         (epg-context-set-progress-callback): Add description about
9315         callback function.
9317 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9319         * custom.el (custom-delayed-init-variables): New var.
9320         (custom-initialize-delay): New function.
9321         * startup.el (command-line): "Re"evaluate all vars in
9322         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9323         explicitly any more.
9324         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9325         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9327         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9329 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9331         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9332         (gdb-var-update-handler): Use json parsing.
9334 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9336         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9337         decode annotated text, regardless of language environment.  (Bug#2741)
9339 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9341         * Makefile.in (autoloads): Make rmail.el writable as well.
9343 2009-09-11  Glenn Morris  <rgm@gnu.org>
9345         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9346         loaddefs.el.
9347         * dired.el: Regenerate with extracted autoloads.
9348         * Makefile.in (autoloads): Make dired.el writable.
9350         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9351         * ibuffer.el: Regenerate with extracted autoloads.
9352         * Makefile.in (autoloads): Make ibuffer.el writable.
9354         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9355         * version.el (emacs-copyright, emacs-major-version)
9356         (emacs-minor-version): Reformat doc-strings for make-docfile.
9358         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9359         functions and variables, since they must be stuff specific to some other
9360         platform.
9361         (apropos-print): Make mouse-click message less specific about button.
9363         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9364         that records where a macro was defined.
9365         * help-fns.el (describe-function-1): Mention if a function has a
9366         compiler-macro.
9367         * help-mode.el (help-function-cmacro): New button.
9369         * locate.el (top-level): Always require dired.
9370         (locate-mode-map): Initialize inside the defvar.
9372         * net/ange-ftp.el (dired-compress-file): Declare.
9373         (ange-ftp-dired-compress-file): Add doc string.
9375         * term/ns-win.el (x-display-name, x-setup-function-keys):
9376         Unify doc-strings with X versions.
9378 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9380         * emulation/crisp.el (crisp-mode-map): Move initialization
9381         into declaration.
9382         (crisp-mode): Use define-minor-mode.
9384         * progmodes/xscheme.el (xscheme-evaluation-commands):
9385         Put a :advertised-binding property rather than using
9386         advertised-xscheme-send-previous-expression.
9387         (advertised-xscheme-send-previous-expression): Declare obsolete.
9388         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9389         `advertised-undo'.
9390         (crisp-mode): Add corresponding bindings to
9391         undo's :advertised-binding instead.
9392         * dired.el (dired-mode-map): Put a :advertised-binding property rather
9393         than using dired-advertised-find-file.
9394         (dired-advertised-find-file):
9395         * simple.el (advertised-undo):
9396         * wid-edit.el (advertised-widget-backward): Declare obsolete.
9397         (widget-keymap): Put a :advertised-binding property rather
9398         than using advertised-widget-backward.
9399         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9400         than using advertised-undo.
9401         * tutorial.el (tutorial--default-keys): Adjust accordingly.
9403 2009-09-10  Simon South  <ssouth@slowcomputing.org>
9405         * progmodes/delphi.el (delphi-tab): Indent region when Transient
9406         Mark mode is enabled and region is active; otherwise indent or
9407         insert TAB as usual.
9408         (delphi-mode): Update description of TAB-key binding.
9410 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9412         * subr.el (define-key-rebound-commands): Mark obsolete.
9413         * startup.el (precompute-menubar-bindings): Remove.
9414         (normal-top-level): Remove obsolete code that tried to precompute
9415         menubar bindings.
9416         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9417         define-key-rebound-commands and precompute-menubar-bindings.
9419 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9421         * net/imap.el (imap-interactive-login): Better messages.
9422         (imap-open): Fix bug with renamed buffer on reconnect.
9423         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9424         for easier debugging and cleaner code.  On successful (guessed based on
9425         server capabilities) secondary authentication, set imap-state
9426         correctly.
9427         (imap-last-authenticator): Define imap-last-authenticator as a variable
9428         to avoid warnings.
9430 2009-09-10  Glenn Morris  <rgm@gnu.org>
9432         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9434         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9435         (byte-compile-file-form-autoload): Don't warn about unknown functions
9436         where the autoload statement comes after the use.
9437         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9438         that any handlers inside the body (eg require) are in turn respected.
9440         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9441         effects.
9443         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9444         and syntax and abbrev tables basic docs, if they don't have any.
9446         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9448         * international/mule-cmds.el (top-level): Require cl when compiling.
9449         (view-hello-file): Use default-value rather than
9450         default-enable-multibyte-characters.
9452         * progmodes/fortran.el: Move all safe and risky properties into the
9453         defcustoms.
9455         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9456         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9457         * mail/undigest.el:
9458         Put autoloads in rmail.el rather than loaddefs.el.
9459         * mail/rmail.el: Regenerate with extracted autoloads.
9461         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9462         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9464 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
9466         Reported in thread for Bug#4375.
9467         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9468         "-data-evaluate-expression" instead of print.
9469         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9470         (gdb-tooltip-print): Parse output from above MI command.
9471         (gdb): Revert 2009-08-11 change.  User should detach inferior
9472         manually.
9474         Remove the word "separate" from IO functions as inferior
9475         output is now never displayed in the GUD buffer.
9477 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
9479         * startup.el (command-line-normalize-file-name): On Windows and
9480         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9482 2009-09-10  Juri Linkov  <juri@jurta.org>
9484         * isearch.el (isearch-text-char-description): Propertize escape
9485         character sequences with the `escape-glyph' face.  (Bug#4344)
9487         * simple.el (shell-command): Set asynchronous process filter to
9488         `comint-output-filter'.  (Bug#4343)
9490         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9491         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9492         the list.  Move "asm" to the bottom.
9493         (grep-find-ignored-directories): Add `choice' with nil value
9494         to empty the list easily.
9495         (grep-find-ignored-files): New option.
9496         (grep-files-history): Set to nil by default instead of '("ch" "el").
9497         (grep-compute-defaults): Add "<X>" to `grep-template'.
9498         (grep-read-files): Bind new local variables `default-alias' and
9499         `default-extension'.  Use a list of default values for the file prompt.
9500         (lgrep): Add `--exclude=' command line options composed from
9501         `grep-find-ignored-files'.
9502         (rgrep): Add `-name' command line options composed from
9503         `grep-find-ignored-files'.  (Bug#4301)
9505 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9507         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9508         (bug#4368).
9510 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9512         * calendar/time-date.el (autoload):
9513         Expand define-obsolete-function-alias into defalias and make-obsolete
9514         for old Emacsen that Gnus supports.
9515         (with-no-warnings): Define it for old Emacsen.
9516         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9517         is available.
9518         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9519         float-time is available; suppress compile warning for time-to-seconds.
9521 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9523         * net/imap.el (imap-message-map): Docstring fix.
9525 2009-09-09  Glenn Morris  <rgm@gnu.org>
9527         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9528         line numbers too.  (Bug#4374)
9530 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9532         * smerge-mode.el (smerge-remove-props, smerge-refine):
9533         Use with-silent-modifications (bug#4342).
9535         * subr.el (with-silent-modifications): New macro.
9537 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9539         * files.el (top-level): Require `cl' when compiling.
9541 2009-09-07  Glenn Morris  <rgm@gnu.org>
9543         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9545         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9546         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9548 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9550         * vc-git.el (vc-git-annotate-command): Use separator to parse
9551         arguments correctly.
9553 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9555         * proced.el (proced-mode): Doc fix.
9557 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9559         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9560         lstat fails.
9561         (tramp-do-file-attributes-with-ls): Check for file existence at
9562         remote end.
9563         (tramp-do-file-attributes-with-stat): Likewise.
9564         (tramp-convert-file-attributes): Return nil when attr is nil.
9566 2009-09-05  Glenn Morris  <rgm@gnu.org>
9568         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9569         properties to this button.
9570         (diary-fancy-display): Don't extend the button to the final newline.
9571         (diary-fancy-display-mode): Continue to define "q" as a local key.
9573         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9574         efficient.
9576         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9578         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9579         (byte-compile-dest-file-function): New option.
9580         (byte-compile-dest-file): Doc fix.
9581         Obey byte-compile-dest-file-function.
9582         (byte-compile-cl-file-p): New function.
9583         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9584         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9585         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9586         than for file being previously loaded.
9587         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9588         (byte-compile-file-form-require): Handle the case where requiring a file
9589         indirectly causes CL to be loaded.
9591 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9593         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9594         before killing the old buffer, since by the time `kill-buffer' is
9595         run so many buffer variables have been set to nil that it may not
9596         behave as expected.  (Bug#4061)
9598 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9600         * files.el (find-alternate-file): If the old buffer is modified
9601         and visiting a file, behave similarly to `kill-buffer' when
9602         killing it, thus reverting to the pre-1.878 behavior; see
9603         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9604         for discussion.  Also, consult `buffer-file-name' as a variable
9605         not as a function, for consistency with the rest of the code.
9607 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9609         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9610         also when adding a new directory.
9612         * net/tramp-compat.el (tramp-compat-line-beginning-position):
9613         New defun.
9615 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9617         * files.el (locate-file-completion-table): Make it provide boundary
9618         information, so partial-completion works better.
9620 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9622         * mail/footnote.el (Footnote-text-under-cursor):
9623         Check footnote-text-marker-alist before using it (bug#4324).
9625 2009-09-04  Glenn Morris  <rgm@gnu.org>
9627         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9628         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9629         * play/solitaire.el, play/tetris.el:
9630         Remove leading * from defcustom and defface docs.
9632         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9633         necessary.
9634         (diary-fancy-overriding-map): New variable.
9635         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9636         Use view-mode.
9638         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9639         goto-line.
9641 2009-09-03  Glenn Morris  <rgm@gnu.org>
9643         * arc-mode.el (archive-mode):
9644         * dos-fns.el (set-default-process-coding-system):
9645         * man.el (Man-getpage-in-background):
9646         * menu-bar.el (menu-bar-describe-menu):
9647         * server.el (server-process-filter):
9648         * startup.el (command-line):
9649         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9650         * w32-fns.el (set-default-process-coding-system):
9651         * x-dnd.el (x-dnd-handle-file-name):
9652         * international/mule-cmds.el (mule-menu-keymap)
9653         (set-default-coding-systems, language-info-alist, set-language-info)
9654         (set-language-environment, standard-display-european-internal)
9655         (set-locale-environment):
9656         * international/mule-diag.el (mule-diag):
9657         * mail/emacsbug.el (report-emacs-bug):
9658         * mail/rmail.el (rmail-mode):
9659         * mail/sendmail.el (mail-setup):
9660         Use default-value rather than default-enable-multibyte-characters.
9662         * progmodes/f90.el: Move all safe properties into the defcustoms.
9663         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9665         * calendar/appt.el (appt-check):
9666         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9667         (diary-check-diary-file, diary-list-entries)
9668         (diary-include-other-diary-files, diary-simple-display)
9669         (diary-fancy-display, diary-print-entries)
9670         (diary-mark-included-diary-files, diary-make-entry):
9671         Don't call substitute-in-file-name on diary-file.
9673 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9674             Stefan Monnier  <monnier@iro.umontreal.ca>
9676         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9677         (footnote-mode-map): Move initialization into the declaration.
9678         (footnote-minor-mode-map): Define it rather than changing global-map.
9679         (footnote-mode): Use define-minor-mode.
9681 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9683         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9684         (tramp-do-file-attributes-with-perl)
9685         (tramp-do-file-attributes-with-stat): Rename from
9686         `tramp-handle-file-attributes-with-*'.
9687         (tramp-handle-file-attributes): Use them.
9688         (tramp-do-directory-files-and-attributes-with-perl)
9689         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9690         `tramp-handle-directory-files-and-attributes-with-*'.
9691         (tramp-handle-directory-files-and-attributes): Use them.
9692         (tramp-method-out-of-band-p): Additional parameter SIZE.
9693         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9694         (tramp-handle-write-region): Use it.
9695         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9696         (tramp-handle-vc-registered): Check, whether the first run did
9697         return files to be tested.
9698         (tramp-advice-make-auto-save-file-name): Do not call directly
9699         `tramp-handle-make-auto-save-file-name', because this would bypass
9700         the locking mechanism.
9702         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9703         (file-remote-p, process-file, start-file-process, set-file-times)
9704         (tramp-compat-file-attributes): Compatibility functions shall not
9705         call directly `tramp-handle-*', because this would bypass the
9706         locking mechanism.
9707         (tramp-compat-number-sequence): New defun.
9709 2009-09-02  Glenn Morris  <rgm@gnu.org>
9711         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9712         alias for float-time.
9713         (time-to-number-of-days): In Emacs, use float-time.
9714         * net/newst-backend.el (time-add): Suppress warnings from compat
9715         function.
9716         * time.el (emacs-uptime, emacs-init-time):
9717         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9718         Use float-time rather than time-to-seconds.
9720         * minibuffer.el (completion-initials-expand): Fix typo.
9722         * faces.el (modeline, modeline-inactive, modeline-highlight)
9723         (modeline-buffer-id):
9724         * info.el (info-menu-5): Mark these face aliases as obsolete.
9726 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9728         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9729         space ...
9730         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9731         no "--thread" option.
9732         (gdb-stopped): Don't print "Switched to thread" message when it is
9733         unchanged.
9735 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9737         * minibuffer.el (completion-try-completion)
9738         (completion-all-completions): Remove ill-defined (and
9739         mistakenly installed and luckily never used nor documented)
9740         `completion-styles' property.
9741         (completion-initials-expand, completion-initials-all-completions)
9742         (completion-initials-try-completion): New functions.
9743         (completion-styles-alist): Add doc to each entry.
9744         Add new `initials' entry.
9746 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9748         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9749         MI command -var-evaluate-expression.
9750         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9751         and tweak for case of string child.
9752         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9754 2009-09-01  Glenn Morris  <rgm@gnu.org>
9756         * add-log.el (change-log-date-face, change-log-name-face)
9757         (change-log-email-face, change-log-file-face, change-log-list-face)
9758         (change-log-conditionals-face, change-log-function-face)
9759         (change-log-acknowledgement-face):
9760         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9761         (custom-modified-face, custom-set-face, custom-changed-face)
9762         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9763         (custom-documentation-face, custom-state-face, custom-comment-face)
9764         (custom-comment-tag-face, custom-variable-tag-face)
9765         (custom-variable-button-face, custom-face-tag-face)
9766         (custom-group-tag-face-1, custom-group-tag-face):
9767         * diff-mode.el (diff-header-face, diff-file-header-face)
9768         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9769         (diff-added-face, diff-changed-face, diff-function-face)
9770         (diff-context-face, diff-nonexistent-face):
9771         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9772         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9773         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9774         (Info-title-4-face):
9775         * isearch.el (isearch-lazy-highlight-face):
9776         * log-view.el (log-view-file-face, log-view-message-face):
9777         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9778         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9779         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9780         (cvs-msg-face):
9781         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9782         (smerge-base-face, smerge-markers-face):
9783         * wid-edit.el (widget-documentation-face, widget-button-face)
9784         (widget-field-face, widget-single-line-field-face)
9785         (widget-inactive-face, widget-button-pressed-face):
9786         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9787         (woman-addition-face):
9788         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9789         (eshell-ls-executable-face, eshell-ls-readonly-face)
9790         (eshell-ls-unreadable-face, eshell-ls-special-face)
9791         (eshell-ls-missing-face, eshell-ls-archive-face)
9792         (eshell-ls-backup-face, eshell-ls-product-face)
9793         (eshell-ls-clutter-face):
9794         * eshell/em-prompt.el (eshell-prompt-face):
9795         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9796         * obsolete/old-whitespace.el (whitespace-highlight-face):
9797         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9798         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9799         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9800         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9801         (antlr-font-lock-literal-face):
9802         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9803         (ebrowse-root-class-face, ebrowse-file-name-face)
9804         (ebrowse-default-face, ebrowse-member-attribute-face)
9805         (ebrowse-member-class-face, ebrowse-progress-face):
9806         * progmodes/make-mode.el (makefile-space-face):
9807         * progmodes/sh-script.el (sh-heredoc-face):
9808         * textmodes/flyspell.el (flyspell-incorrect-face)
9809         (flyspell-duplicate-face):
9810         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9811         * textmodes/texinfo.el (texinfo-heading-face):
9812         Mark face aliases with "-face" suffix as obsolete.
9814         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9815         compiler.
9817         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9818         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9819         easy-menu-define wants to modify these.
9821         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9823         * net/browse-url.el (browse-url-file-url):
9824         * term/internal.el (dos-codepage-setup):
9825         Use default-value rather than default-enable-multibyte-characters.
9827         * progmodes/etags.el (etags-goto-tag-location):
9828         * progmodes/flymake.el (flymake-highlight-line)
9829         (flymake-goto-file-and-line, flymake-goto-line):
9830         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9831         (gdb-goto-breakpoint):
9832         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9833         * progmodes/python.el (python-find-function)
9834         (python-pdbtrack-track-stack-file):
9835         * progmodes/verilog-mode.el (verilog-surelint-off):
9836         * term/ns-win.el (ns-open-file-select-line):
9837         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9838         Use forward-line rather than goto-line.
9840         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9841         * textmodes/reftex-index.el (reftex-display-index):
9842         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9843         * textmodes/reftex-toc.el (reftex-toc):
9844         Remove unnecessary bindings of default-major-mode (all are followed by
9845         major-mode check and possible mode switch).
9847 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9849         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9850         Handle watchpoints (bug#4282).
9851         (def-gdb-thread-buffer-command): Enable thread to be selected by
9852         clicking without selecting threads buffer first.
9853         (gdb-current-context-command): Use selected frame so that "up",
9854         "down" etc work in the GUD buffer.
9855         (gdb-update): Find selected frame before rendering stack buffer.
9856         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9858 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9860         * progmodes/sym-comp.el (displayed-completions): Remove.
9861         (symbol-complete): Use minibuffer-complete.
9863 2009-08-31  Glenn Morris  <rgm@gnu.org>
9865         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9867         * apropos.el (apropos-symbols-internal):
9868         Handle (obsolete) face aliases.
9870         * faces.el (describe-face): Adjust the output format to be more like
9871         describe-variable, and to mention (obsolete) face aliases.
9872         Adjust the whitespace so that help-setup-xref works.
9874         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9875         * calendar/diary-lib.el (diary-button-face):
9876         Mark these face aliases as obsolete.
9878         * calendar/calendar.el (calendar-today): Doc fix.
9880 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9882         * progmodes/gdb-mi.el (gdb-control-all-threads)
9883         (gdb-control-current-thread): Force tool bar update.
9884         (gdb-non-stop-handler): New function.
9885         (gdb-init-1): Use it to test if non-stop mode is supported.
9886         Remove unused gdbmi buffer type.
9888 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9890         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9891         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9893 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9895         * comint.el (comint-exec-1): Check command is non-null first.
9896         Part of gdb-mi.el change (2009-08-28).
9898 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9900         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9902 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9904         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9905         instead of `dolist' to avoid a recursive require when bootstrapping.
9907 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9909         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9911         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9913         * net/imap.el (imap-send-command): Simplify.
9914         (imap-wait-for-tag): point-max -> buffer-size.
9916         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9918         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9919         with constant argument.
9921         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9923         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9925         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9926         Change default, since most of our files don't have a history.
9927         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9928         the user.
9930         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9931         Add comint-run.
9933         * calc/calc.el: Improve commenting convention.
9934         (calc-digit-map, toplevel): Simplify.
9936         * comint.el (comint-insert-input): Be careful to only set point if we
9937         don't delegate to some other command.
9939         * proced.el (proced-signal-list): Make it an alist.
9940         (proced-grammar-alist): Capitalize names.
9941         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9942         Disable undo manually and make it read-only.
9943         Use completion-annotate-function.
9945         * minibuffer.el (minibuffer-message): If the current buffer is not
9946         a minibuffer, insert the message in the echo area rather than at the
9947         end of the buffer.
9948         (completion-annotate-function): New variable.
9949         (minibuffer-completion-help): Use it.
9950         (completion--embedded-envvar-table): Environment vars are
9951         always case-sensitive.
9953 2009-08-30  Glenn Morris  <rgm@gnu.org>
9955         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9956         from fortran-current-defun.
9957         (fortran-beginning-of-subprogram): Be more precise about finding the
9958         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9959         (fortran-end-of-subprogram): Simplify.
9960         (fortran-current-defun): Use fortran-start-prog-re.
9962 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9964         * subr.el (do-after-load-evaluation): Simplify.
9966 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9968         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9970         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9971         (vc-rcs-print-log): Use it.
9973         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9975 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9977         * paths.el (abbrev-file-name): Move to abbrev.el.
9978         * abbrev.el (abbrev-file-name): Move from paths.el.
9979         Obey user-emacs-directory.
9980         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9981         user-emacs-directory.
9982         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9983         abbrev-file-name and calc-settings-file any more.
9984         * startup.el (command-line): Recompute abbrev-file-name and
9985         abbreviated-home-dir.
9986         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9987         of the special code for when C-h bindings haven't been changed.
9988         (display-startup-echo-area-message): Use with-current-buffer.
9989         (command-line-1): Use a list of strings, rather than a list of lists
9990         of strings for longopts.
9992         * files.el (get-free-disk-space): Use / for default-directory.
9994         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9995         Use with-current-buffer.
9997         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9998         Recognize immutable variables like most-positive-fixnum.
9999         (byte-compile-setq-default): Check and warn if trying to assign
10000         to an immutable variable, or a non-variable.
10002         * progmodes/cc-vars.el (c-comment-continuation-stars):
10003         * progmodes/cc-engine.el (c-looking-at-bos):
10004         * progmodes/cc-cmds.el (c-toggle-auto-state)
10005         (c-forward-into-nomenclature, c-backward-into-nomenclature)
10006         (c-comment-line-break-function): Add version of obsolescence.
10008 2009-08-28  Juri Linkov  <juri@jurta.org>
10010         * files.el (magic-fallback-mode-alist): Add ZIP magic number
10011         associated with `archive-mode'.
10013         * image.el (image-type-header-regexps): Use only JPEG magic number
10014         to determine JPEG images, and don't use `image-jpeg-p' because
10015         Emacs can display non-JFIF non-Exif JPEG images.
10017 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10019         * arc-mode.el (archive-mode):
10020         * emacs-lisp/re-builder.el (re-builder-unload-function):
10021         Protect against the default value of `major-mode' being nil.
10023 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10025         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10026         Fix typos in docstrings.
10028         * progmodes/js.el (js--macro-decl-re): Doc fix.
10029         (js--plain-method-re, js--split-name): Refloc docstring.
10030         (js--class-styles, js--make-merged-item, js--splice-into-items):
10031         Fix typos in docstrings; reflow docstrings.
10032         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10033         (js--variable-decl-matcher, js--inside-pitem-p)
10034         (js--parse-state-at-point, js--get-all-known-symbols)
10035         (js--symbol-history, js-find-symbol, js--js-references)
10036         (js--moz-interactor, js--js-encode-value, js--read-tab):
10037         Fix typos in docstrings.
10039 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10041         * textmodes/reftex.el (reftex-get-file-buffer-force):
10042         * progmodes/verilog-mode.el (verilog-batch-execute-func):
10043         * emulation/viper.el (viper-go-away, viper-set-hooks):
10044         * emacs-lisp/re-builder.el (re-builder-unload-function):
10045         * emacs-lisp/bytecomp.el (byte-compile-file):
10046         * ses.el (ses-unload-function):
10047         * hexl.el (hexl-find-file):
10048         * files.el (normal-mode):
10049         * ehelp.el (with-electric-help):
10050         * autoinsert.el (auto-insert-alist):
10051         * arc-mode.el (archive-mode):
10052         Use (default-value 'major-mode) instead of default-major-mode.
10054         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10055         * international/mule.el (load-with-code-conversion):
10056         * emacs-lisp/debug.el (debug):
10057         * ediff-vers.el (ediff-rcs-get-output-buffer):
10058         * dired.el (dired-internal-noselect): Don't let-bind
10059         default-major-mode around code that doesn't use it.
10060         E.g. buffer creation via get-buffer-create doesn't use it.
10062 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
10064         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10065         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10066         when writing the temp file.  Otherwise, epa-file gets confused.
10067         (tramp-register-file-name-handlers): Make it a defun.  Move also
10068         `epa-file-handler' to the front of `file-name-handler-alist'.
10070 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10072         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10073         start right after a ^M.
10074         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10075         (tramp-completion-file-name-regexp-separate)
10076         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10077         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10078         Don't modify last-coding-system-used by accident.
10079         (tramp-completion-file-name-handler): Apply the checks here,
10080         instead during registration.
10081         (tramp-register-file-name-handlers): Rename from
10082         `tramp-register-file-name-handler'.  Register both
10083         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10084         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
10086 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
10088         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10089         Remove variable ...
10090         (gdb-init-1, gdb-display-separate-io-buffer)
10091         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10092         references to it.
10093         (gdb-inferior-io-mode): Use make-comint-in-buffer.
10094         (gdb-inferior-filter): Use comint-output-filter to stop
10095         echoing and remove ^M characters.
10097 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10099         * emulation/viper-init.el (viper-restore-cursor-type):
10100         * emulation/cua-base.el (cua--update-indications):
10101         Replace default-cursor-type with (default-value 'cursor-type).
10103         * mail/sendmail.el (mail-recover-1):
10104         * international/mule-diag.el (describe-current-coding-system-briefly)
10105         (describe-current-coding-system):
10106         * international/mule-cmds.el (select-safe-coding-system)
10107         (select-message-coding-system)
10108         (set-language-environment-coding-systems, set-locale-environment):
10109         * hexl.el (hexl-insert-multibyte-char):
10110         * dos-w32.el (find-buffer-file-type-coding-system):
10111         * simple.el (what-cursor-position):
10112         Replace uses of default-buffer-file-coding-system
10113         with (default-value 'buffer-file-coding-system).
10115         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10116         Replace uses of default-cursor-in-non-selected-windows
10117         with (default-value 'cursor-in-non-selected-windows).
10118         Use with-current-buffer.
10120         * mail/feedmail.el: Use CL macros.
10121         (feedmail-run-the-queue, feedmail-send-it-immediately):
10122         * dos-w32.el (find-buffer-file-type): Replace uses of
10123         default-buffer-file-type with (default-value 'buffer-file-type).
10125 2009-08-28  Glenn Morris  <rgm@gnu.org>
10127         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10128         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10129         Use default-value of major-mode rather than default-major-mode.
10131 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10133         * Makefile.in (update-elcfiles): Report left over elc files.
10135         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10136         expand-file-name and with-current-buffer.
10137         (mail-get-names, mail-directory): Use with-current-buffer.
10139         * vc.el (vc-read-revision): New function.
10140         (vc-version-diff, vc-merge): Use it.
10142 2009-08-27  Sam Steingold  <sds@gnu.org>
10144         * simple.el (kill-do-not-save-duplicates): New user option.
10145         (kill-new): When it is non-nil, and the new string is the same as
10146         the latest kill, set replace to t to avoid duplicates in kill-ring.
10148 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
10150         * net/tramp.el (tramp-handle-process-file): Do not flush all
10151         caches when `process-file-side-effects' is set.
10152         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10153         instead of `tramp-find-file-exists-command'.
10154         Unset `process-file-side-effects'.
10156 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
10158         * net/tramp.el (tramp-methods): New method "rsyncc".
10159         (top): Add completion function for "rsyncc".
10160         (tramp-message-show-message): New defvar.
10161         (tramp-message, tramp-error): Use it.
10162         (tramp-do-copy-or-rename-file-directly): Extend check for direct
10163         remote copying.
10164         (tramp-do-copy-or-rename-file-out-of-band): Handle new
10165         `tramp-methods' entry `copy-env' of "rsyncc".
10166         (tramp-vc-registered-read-file-names): New defconst.
10167         (tramp-vc-registered-file-names): New defvar.
10168         (tramp-handle-vc-registered): Implement optimization strategy.
10169         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10170         (tramp-vc-file-name-handler): New defun.
10171         (tramp-get-ls-command, tramp-get-test-command)
10172         (tramp-get-file-exists-command, tramp-get-remote-ln)
10173         (tramp-get-remote-perl, tramp-get-remote-stat)
10174         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10176         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10177         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
10178         timestamps.
10179         (tramp-get-file-property): Check for timestamps in
10180         `tramp-cache-inhibit-cache'.
10181         (tramp-set-file-property): Write timestamp.
10183 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10185         * language/japan-util.el (japanese-symbol-table): Add entries for
10186         cp932-2-byte.
10188         * international/characters.el: Add category `j' to cp932-2-byte.
10190 2009-08-27  Kenichi Handa  <handa@m17n.org>
10192         * international/fontset.el (build-default-fontset-data): New macro.
10193         (setup-default-fontset): Use build-default-fontset-data for CJK,
10194         tibetan, ethiopic, and ipa.
10196 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10198         * cus-start.el (default-major-mode): Customize `major-mode' instead.
10199         (enable-multibyte-characters): Not customizable any more.
10201         * subr.el (default-mode-line-format, default-header-line-format)
10202         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10203         (default-direction-reversed, default-truncate-lines)
10204         (default-left-margin, default-tab-width, default-case-fold-search)
10205         (default-left-margin-width, default-right-margin-width)
10206         (default-left-fringe-width, default-right-fringe-width)
10207         (default-fringes-outside-margins, default-scroll-bar-width)
10208         (default-vertical-scroll-bar, default-indicate-empty-lines)
10209         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10210         (default-fringe-cursor-alist, default-scroll-up-aggressively)
10211         (default-scroll-down-aggressively, default-fill-column)
10212         (default-cursor-type, default-buffer-file-type)
10213         (default-cursor-in-non-selected-windows)
10214         (default-buffer-file-coding-system, default-major-mode)
10215         (default-enable-multibyte-characters): Mark as obsolete.
10217 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10219         * vc-dir.el (vc-dir-update): Remove debug helper.
10221         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10223 2009-08-26  Sam Steingold  <sds@gnu.org>
10225         * simple.el (save-interprogram-paste-before-kill): New user option.
10226         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10227         save the interprogram-paste into kill-ring before overriding it
10228         with the Emacs kill.
10230 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10232         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10233         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10234         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10235         and move to vc-rcs.el.
10236         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10237         move to vc-rcs.el.
10238         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10239         (vc-rcs-update-changelog): Remove.
10240         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10241         and move to vc-rcs.el.
10243         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10244         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10245         renaming.
10246         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10247         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10248         vc.el, renamed to be RCS specific.
10250         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10251         New functions.
10252         (vc-cvs-update-changelog): Move here from vc.el.
10254         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10255         New functions.
10257 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10259         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10261 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10263         * vc-git.el (vc-git-register): Use "git add" for directories.
10264         (vc-git-stash, vc-git-stash-show): New functions.
10265         (vc-git-extra-menu-map): Bind them.
10267         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10268         directory correctly in case the item is a directory itself.
10270         * vc.el: Document the desired behavior for reverted files in the
10271         `added' state.
10272         (vc-default-prettify-state-info): Remove function, unused.
10274         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10276 2009-08-26  Glenn Morris  <rgm@gnu.org>
10278         * bindings.el (standard-mode-line-format): Reposition dashes in
10279         which-func entry.  (Bug#4217)
10281         * files.el (enable-local-variables, enable-local-eval)
10282         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10283         the defcustoms.
10284         (auto-mode-alist, ignored-local-variables)
10285         (save-some-buffers-action-alist): Move risky declarations to the
10286         definitions.
10287         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10288         (font-lock-defaults, format-alist, imenu--index-alist)
10289         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10290         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10291         (mode-line-modified, mode-line-mule-info, mode-line-position)
10292         (mode-line-process, mode-line-remote, outline-level)
10293         (parse-time-rules, rmail-output-file-alist)
10294         (special-display-buffer-names, vc-mode):
10295         Move risky declarations to the relevant files.
10296         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10297         (mode-line-modified, mode-line-process, mode-line-position)
10298         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10299         * font-core.el (font-lock-defaults):
10300         * format.el (format-alist):
10301         * vc-hooks.el (vc-mode):
10302         * window.el (special-display-buffer-names):
10303         * international/mule-cmds.el (input-method-alist):
10304         Define riskiness here (dumped file) rather than in files.el.
10305         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10306         * imenu.el (imenu-generic-expression, imenu--index-alist):
10307         * outline.el (outline-level):
10308         * time.el (display-time-string):
10309         * calendar/parse-time.el (parse-time-rules):
10310         * mail/rmailout.el (rmail-output-file-alist):
10311         Autoload riskiness here, rather than placing in files.el.
10313 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10315         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10317 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10319         * simple.el (process-file-side-effects): New defvar.
10321         * dired-aux.el (dired-show-file-type):
10322         * vc.el (vc-diff-internal):
10323         * vc-arch.el (vc-arch-diff):
10324         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10325         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10326         * vc-git.el (vc-git-registered, vc-git-working-revision)
10327         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10328         (vc-git--empty-db-p):
10329         * vc-hooks.el (vc-user-login-name):
10330         * vc-svn.el (vc-svn-registered, vc-svn-state)
10331         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10332         * progmodes/grep.el (grep-probe): Let-bind
10333         `process-file-side-effects' with nil.
10335         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10337         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10338         daemon.  Replace ping by checking for running service for bluez
10339         and zeroconf.  (Bug#4239)
10341 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10343         * net/dig.el (dig): Add autoload cookie.
10345 2009-08-25  Glenn Morris  <rgm@gnu.org>
10347         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10348         load-history for absolute file-names.
10349         (byte-compile-file-form-require): Warn about use of the cl package.
10351         * format.el (format-alist): Doc fix.
10353         * play/bubbles.el (top-level): Don't require cl at run-time.
10355         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10356         run-time cl).
10358 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10360         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10361         from cl package.
10362         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10364 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10366         * calc/calc-alg.el (math-trig-rewrite)
10367         (math-hyperbolic-trig-rewrite): New functions.
10368         (calc-simplify): Simplify trig functions when asked.
10370 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10372         * diff-mode.el (diff-find-source-location): Avoid goto-line.
10374 2009-08-24  Kenichi Handa  <handa@m17n.org>
10376         * language/ind-util.el (mapthread): Delete it.
10377         (combinatorial): New function.
10378         (indian--puthash-cv): Use combinatorial instead of mapthread.
10380 2009-08-22  Kevin Ryde  <user42@zip.com.au>
10382         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10383         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10384         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10385         Clarify docstring that the value is strings not symbols.
10386         (checkdoc-list-of-strings-p): New function.
10388 2009-08-22  Glenn Morris  <rgm@gnu.org>
10390         * files.el (auto-mode-alist):
10391         * hippie-exp.el (he-concat-directory-file-name):
10392         * lpr.el (lpr-windows-system, printer-name):
10393         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10394         * ps-print.el (ps-windows-system):
10395         * startup.el (command-line):
10396         * emulation/viper-ex.el (viper-glob-function):
10397         * international/mule-cmds.el (set-language-environment-coding-systems):
10398         * net/ange-ftp.el (ange-ftp-write-region):
10399         * obsolete/fast-lock.el (fast-lock-cache-name):
10400         Remove code for defunct system-types emx, macos, mswindows, next-mach,
10401         unisoft-unix, vax-vms, win32, w32.
10403         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10404         given name if the pattern is not more specific.
10406         * calendar/lunar.el (lunar-phase-names): New option.
10407         (lunar-phase): Doc fix.
10408         (lunar-cycles-per-year): New constant.
10409         (lunar-index): New function.
10410         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10411         (lunar-phase-name): Use lunar-phase-names.
10412         (calendar-lunar-phases): Use format.
10413         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10415         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10416         Copy imenu-example--name-and-position function here for own use.
10417         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10419         * bs.el (bs--redisplay):
10420         * cus-edit.el (custom-redraw):
10421         * ibuffer.el (ibuffer-bury-buffer):
10422         * server.el (server-goto-line-column):
10423         * startup.el (command-line-1):
10424         * strokes.el (strokes-xpm-for-stroke):
10425         * term.el (term-display-buffer-line):
10426         * view.el (View-goto-line):
10427         * calc/calc.el (calc-do, calc-trail-buffer):
10428         * play/gamegrid.el (gamegrid-add-score-insecure):
10429         * progmodes/ada-mode.el (ada-compile-goto-error):
10430         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10431         (ebrowse-select-1st-to-9nth):
10432         * progmodes/cperl-mode.el (cperl-time-fontification):
10433         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10434         * progmodes/gud.el (gud-display-line):
10435         (idlwave-shell-display-line):
10436         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10437         * progmodes/make-mode.el (makefile-browser-toggle):
10438         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10439         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10440         * textmodes/picture.el (picture-draw-rectangle):
10441         * textmodes/reftex-index.el (reftex-index-goto-letter):
10442         (reftex-select-jump-to-previous):
10443         * textmodes/reftex-sel.el (reftex-find-start-point)
10444         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10445         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10446         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10447         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10448         * textmodes/two-column.el (2C-associated-buffer):
10449         Use forward-line rather than goto-line.
10451         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10452         goto-line.
10454         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10455         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10456         (quick-check-list-to-regexp): Declare.
10458         * progmodes/make-mode.el (makefile-browser-insert-selection):
10459         Use goto-char rather than goto-line.
10461         * progmodes/prolog.el (compilation-error-regexp-alist)
10462         (compilation-forget-errors): Declare.
10464 2009-08-22  Juri Linkov  <juri@jurta.org>
10466         * progmodes/grep.el (lgrep, rgrep): At the beginning
10467         set `dir' to `default-directory' unless `dir' is a non-nil
10468         readable directory.  (Bug#4052)
10469         (lgrep, rgrep): Change a weird way to report an error
10470         from using `read-string' to using `error'.
10471         Instead of using interactive arguments in the function body,
10472         add new argument `confirm'.
10474 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10476         * textmodes/remember.el (remember-buffer):
10477         * progmodes/cperl-mode.el (cperl-vc-header-alist):
10478         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10479         (icalendar-extract-ical-from-buffer):
10480         * net/newst-treeview.el (newsticker-groups-filename):
10481         * net/newst-backend.el (newsticker-cache-filename):
10482         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10483         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10484         (speedbar-add-ignored-path-regexp, speedbar-line-path)
10485         (speedbar-buffers-line-path, speedbar-path-line)
10486         (speedbar-buffers-line-path):
10487         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10488         (epg-sign-keys):
10489         * epa.el (epa-display-verify-result):
10490         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10492 2009-08-21  Glenn Morris  <rgm@gnu.org>
10494         * progmodes/js.el (inferior-moz-process): Fix declaration.
10496         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10498         * obsolete/rnewspost.el (news-mail-reply):
10499         Use goto-char rather than goto-line.
10501         * term/ns-win.el (ns-open-file-select-line):
10502         Use line-beginning-position rather than goto-line.
10504         * apropos.el (apropos-command):
10505         * ehelp.el (electric-helpify):
10506         * printing.el (pr-show-setup):
10507         * strokes.el (strokes-help):
10508         * tutorial.el (tutorial--describe-nonstandard-key)
10509         (tutorial--detailed-help):
10510         * woman.el (woman-mini-help, woman-display-extended-fonts):
10511         * calc/calc-help.el (calc-describe-key):
10512         * emulation/edt.el (edt-electric-helpify):
10513         * international/mule-diag.el (mule-diag):
10514         * play/yow.el (apropos-zippy):
10515         * progmodes/python.el (python-describe-symbol):
10516         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10517         * textmodes/table.el (*table--cell-describe-mode)
10518         (*table--cell-describe-bindings):
10519         Use help-print-return-message rather than the now obsolete alias.
10521         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10522         (calendar-cursor-to-visible-date):
10523         * play/5x5.el (5x5-position-cursor):
10524         * play/decipher.el (decipher):
10525         * play/gomoku.el (gomoku-goto-xy):
10526         * play/landmark.el (lm-goto-xy):
10527         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10528         (mpuz-paint-digit):
10529         Use forward-line, not goto-line.
10531         * mail/rmail.el (rmail-obsolete): Delete custom group.
10532         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10533         (rmail-remote-password, rmail-remote-password-required):
10534         Remove unneeded :set-after and :set properties.
10536 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10538         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10540 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10542         * loadup.el: Remove leftover macos code.
10544         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10545         Explicitly pass the date format to git blame so that user local
10546         so that the output format can be parsed.
10548 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10550         * net/dbus.el (top): Don't check for (getenv
10551         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10553 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10555         * log-edit.el (log-edit-strip-single-file-name): New var.
10556         (log-edit-insert-changelog): Use it.  Bug#3571
10558 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10560         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10561         Bug#3287
10563         * help.el (help-print-return-message): Rename from
10564         print-help-return-message.
10566         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10567         cvs-mode-map parent hack.
10568         (log-view-mode): Derive from special-mode.
10570         * linum.el (linum-mode): window-size-change-functions is redundant.
10571         Adapt to new window-configuration-change-hook behavior.
10572         (linum-after-size, linum-after-config): Remove.
10574         * imenu.el (imenu-example--name-and-position)
10575         (imenu-example--lisp-extract-index-name)
10576         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10577         Mark as obsolete.
10579         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10580         (inferior-prolog-mode): Use it.
10581         (inferior-prolog-load-file): Reset list of errors.
10583 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10585         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10587         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10589 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10591         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10592         is running already.
10594 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10596         * subr.el (listify-key-sequence-1): Use normal syntax since those
10597         integers are nowadays always represented by the same (positive) number
10598         on all platforms.
10599         (read-key-empty-map): New const.
10600         (read-key-delay): New var.
10601         (read-key): New function.
10602         (force-mode-line-update): Use with-current-buffer.
10603         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10604         (start-process-shell-command, start-file-process-shell-command):
10605         Discourage the use of command-args.
10607 2009-08-19  Glenn Morris  <rgm@gnu.org>
10609         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10611 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10613         * simple.el (choose-completion-string): Don't rely on
10614         minibuffer-completing-file-name and ad-hoc checks to decide whether
10615         to continue completion or not.
10617         * minibuffer.el (minibuffer-hide-completions): New function.
10618         (completion--do-completion): Use it.
10619         (completions-annotations): New face.
10620         (completion--insert-strings): Use it.
10621         (completion-pcm--delim-wild-regex): Add docstring.
10622         (completion-pcm--string->pattern): Add support for 0-width delimiters
10623         in completion-pcm--delim-wild-regex.
10625 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10627         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10628         Remove unused var `buffer-modified-p'.
10630         * minibuffer.el (completion--do-completion): Move point for the #b001
10631         case as well (bug#4176).
10632         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10634 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10636         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10637         and :session buses.
10639 2009-08-18  Kenichi Handa  <handa@m17n.org>
10641         * international/ucs-normalize.el (ucs-normalize-version):
10642         Change to 1.1.
10643         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10644         (utf-8-hfs): Make it perform normalization on encoding too.
10646         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10647         (sentence-end-without-space): Delete duplicated chars.
10648         (sentence-end-base): Likewise.
10650         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10651         (html-mode): Delete duplicated chars from sentence-end-base.
10653         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10654         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10656 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10658         * files.el (hack-one-local-variable): If the mode function is for
10659         a minor mode, pass it an argument (Bug#4148).
10661 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10663         * net/tramp.el (tramp-register-completion-file-name-handler):
10664         Check also for (member 'partial-completion completion-styles).
10666 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10668         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10669         abbrev (Bug#3943).
10671 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10673         * progmodes/cperl-mode.el: Merge upstream 6.2.
10674         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10675         (cperl-forward-re): Check cperl-brace-recursing.
10676         (cperl-highlight-charclass): New function.
10677         (cperl-find-pods-heres): Use it.
10678         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10679         (cperl-beautify-regexp-piece): Fix column calculation.
10680         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10681         (cperl-beautify-level): Don't process entire regexp.
10682         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10683         calling man.
10684         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10685         (cperl-init-faces): Build a list in the normal way.
10687 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10689         * calendar/parse-time.el (parse-time-string-chars): Save match
10690         data.
10692 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10694         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10695         (sql-product): Use it.
10696         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10697         (sql-set-product): Add completion.
10698         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10699         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10700         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10701         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10702         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10703         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10704         (sql-highlight-db2-keywords): Remove.
10705         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10706         (sql-highlight-product): Use derived-mode-p.
10707         (sql-set-sqli-buffer): Use with-current-buffer.
10708         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10709         Simplify.
10711         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10713         * term.el: Fix commenting convention, turn comments into docstrings.
10715 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10717         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10719 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10721         * calendar/parse-time.el (parse-time-string-chars): Compute using
10722         character classes, to handle non-ascii characters (Bug#3190).
10724 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10726         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10727         another heredoc if the user adds another < (Bug#3226).
10729         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10730         Don't initialize based on window-system (Bug#4124).
10732         * facemenu.el (facemenu-read-color): Use a completion function
10733         that accepts any defined color, such as RGB triplets (Bug#3677).
10735         * files.el (get-free-disk-space): Change fallback default
10736         directory to /.  Expand DIR argument before switching to fallback.
10737         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10739 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10741         * files.el (load-library): Doc fix.
10743 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10745         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10746         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10747         incremental search string.
10749         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10750         XEmacs.
10752         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10753         (ediff-merge-region-is-non-clash)
10754         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10755         Also check if the job is really a merge job.
10757         * ediff.el (ediff-current-file): New function.
10759 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10761         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10762         conventions.
10763         (js-insert-and-indent): Delete function.
10764         (js-mode-map): Don't bind keys to js-insert-and-indent.
10765         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10766         (js-end-of-defun): Rename from js--end-of-defun.
10767         (js-auto-indent-flag): Delete variable.
10769 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10771         * progmodes/js.el: Remove proclaim statement.
10772         Defvar which-func-imenu-joiner-function to silence compiler.
10774         * files.el (auto-mode-alist): Use js-mode for .js files.
10776         * progmodes/js2-mode.el: Remove file.
10778         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10780         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10782         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10784 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10785             Karl Landstrom  <karl.landstrom@brgeight.se>
10787         * progmodes/js.el: New file.
10789 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10791         * timezone.el (timezone-parse-date): Add ability to understand ISO
10792         basic format (minimal separators) dates in addition to the
10793         already-supported extended format dates.
10795 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10797         * international/ucs-normalize.el: Add a `coding' file variable.
10799         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10801 2009-08-14  Sam Steingold  <sds@gnu.org>
10803         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10805 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10807         * faces.el (help-argument-name): Define it here instead of
10808         help-fns.el, because in daemon mode help-fns.el may be loaded when
10809         faces are still uninitialized (Bug#1078).
10811         * help-fns.el (help-argument-name): Move defface to faces.el.
10813 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10815         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10816         create buffer with a pty but no process so that GDB can make the
10817         inferior the controlling process.
10819 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10821         * international/ucs-normalize.el: New file.
10823 2009-08-13  Richard Stallman  <rms@gnu.org>
10825         * mail/rmail.el (rmail-get-attr-names):
10826         Accept an attribute header that is too short.
10828         * mail/rmail.el (rmail-forget-messages):
10829         Ignore nil elt in rmail-message-vector.  Use dotimes.
10831         * progmodes/compile.el (compilation-goto-locus):
10832         Use next-error-move-function.
10834         * simple.el (next-error-move-function): New variable.
10836 2009-08-12  Juri Linkov  <juri@jurta.org>
10838         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10839         always non-nil.  (Bug#4052)
10841         * replace.el (read-regexp): Return empty string when
10842         `default-value' is nil.
10843         (keep-lines-read-args): Don't use empty string as the
10844         default value for `read-regexp'.  (Bug#2495)
10846 2009-08-12  Juri Linkov  <juri@jurta.org>
10848         * international/mule-cmds.el (ucs-insert): Change arguments
10849         from `arg' to `character', `count', `inherit' to be the same
10850         as in `insert-char'.  Doc fix.  (Bug#4039)
10852         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10854 2009-08-12  Juri Linkov  <juri@jurta.org>
10856         * files-x.el: New file.
10858         * files.el: Move code that deals with adding/deleting
10859         file/directory-local variables to files-x.el.
10861         * Makefile.in (ELCFILES): Add files-x.elc.
10863 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10865         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10866         to use `goto-line'.
10867         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10868         `goto-line'.
10869         (gdb-invalidate-disassembly): Do not refresh upon receiving
10870         'update signal.  Instead, update all disassembly buffers only after
10871         threads list.
10872         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10873         (gdb-starting): Move -data-list-register-names...
10874         (gdb-stopped): ...here so it's sent when first thread stops.
10875         (gdb-registers-handler-custom): Do nothing if register names are
10876         unknown yet.
10878         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10879         from `gdb-mi.el' to avoid extra tangling.
10881         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10882         change which breaks `gud-def' definitions used in `gdb'.
10883         (gdb-update-gud-running): No extra fuss for updating frame number.
10885 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10887         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10888         (describe-language-environment-map, setup-language-environment-map)
10889         (set-coding-system-map): Move initialization into declaration.
10890         (set-language-info-alist): Last arg to define-key-after can be skipped.
10892         * international/quail.el (quail-completion-1): Simplify.
10893         (quail-define-rules): Use slightly more compact code.
10894         (quail-insert-decode-map): Propertize keys, compact columns.
10896         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10897         Add goto-line.
10899 2009-08-10  Miles Bader  <miles@gnu.org>
10901         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10902         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10903         (js2-instance-member, js2-private-member, js2-private-function-call)
10904         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10905         (js2-magic-paren, js2-external-variable):
10906         Remove "-face" suffix from face names.
10907         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10908         (js2-highlight-undeclared-vars, js2-peek-token)
10909         (js2-parse-function-params, js2-mode-show-errors)
10910         (js2-mode-show-warnings, js2-make-magic-delimiter)
10911         (js2-mode-highlight-magic-parens): Update to use new face names.
10913 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10915         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10916         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10918 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10920         * subr.el: Provide hashtable-print-readable.
10922         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10923         hs-c-like-adjust-block-beginning.
10924         (hs-hide-block-at-point): Stop hiding at the beginning of
10925         hs-block-end-regexp (Bug#700).
10927 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10929         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10930         a macro.
10931         (gdb-registers-handler-custom): Do not fail when register names
10932         are unavailable.
10934 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10936         * progmodes/gdb-mi.el (gdb-control-all-threads)
10937         (gdb-control-current-thread): Interactive setters for
10938         `gdb-gud-control-all-threads' to use in menu.
10939         (gdb-show-run-p): Show «Go» when process is not active.
10940         (gud-tool-bar-map): Add non-stop/A,T indicator.
10941         Uses gud/thread.xpm and gud/all.xpm.
10943 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10945         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10946         (nslookup-font-lock-keywords): Make it a variable.
10947         (net-utils-mode): New mode for viewing diagnostic network output.
10948         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10949         (net-utils-run-simple): New function.
10950         (ifconfig, iwconfig, netstat, arp, route): Use it.
10952 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10954         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10955         (gdb-memory-set-address, def-gdb-set-positive-number)
10956         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10957         after changing settings.
10958         (gdb-invalidate-disassembly): Update when first shown.
10959         (gdb-edit-locals-value): Fixed.
10960         (gdb-registers-handler-custom): Print registers in right order and
10961         allow changing register values (only for current thread yet).
10962         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10963         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10964         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10965         (gdb-locals-handler-custom, gdb-registers-handler-custom):
10966         Thread info in mode name.
10967         (gdb-registers-mode-map): TAB to switch to locals.
10969 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10971         * mail/rmail.el (rmail-add-mbox-headers)
10972         (rmail-set-message-counters-counter): Search for
10973         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10975 2009-08-08  Glenn Morris  <rgm@gnu.org>
10977         * Makefile.in (ELCFILES): Update.
10979 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10981         * mail/sendmail.el (mail-yank-original):
10982         Set buffer-file-coding-system from the one used by the message whose
10983         text is yanked.
10985         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10986         to "windows" when "pgnuplot" is used.
10987         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10988         Don't call accept-process-output if "pgnuplot" is used.
10989         (calc-graph-init): Don't send -display and -geometry to
10990         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10991         running "pgnuplot -V" with shell-command-to-string.
10993         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10994         the default.
10996 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10998         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10999         org/org-latex.elc.
11001 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
11003         * vc-dispatcher.el (vc-resynch-window): Update comment.
11005         * term.el (term-handle-ansi-escape): Add comments with the
11006         terminfo capabilities implemented.
11008 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
11010         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11011         (gdb-var-create-handler): Rewritten using JSON parser.
11012         (gdb-propertize-header): Move earlier.
11013         (gdb-set-header): Remove to avoid duplication.
11014         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11015         Refresh disassembly buffers only after threads list have been
11016         update.
11017         (gdb-threads-header, gdb-registers-header): Per-buffer header line
11018         variables.
11020 2009-08-04  Juri Linkov  <juri@jurta.org>
11022         * files.el: Commands to add/delete file/directory-local variables.
11023         (read-file-local-variable, read-file-local-variable-value)
11024         (read-file-local-variable-mode, modify-file-local-variable)
11025         (modify-file-local-variable-prop-line)
11026         (modify-dir-local-variable): New functions.
11027         (add-file-local-variable, delete-file-local-variable)
11028         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11029         (add-dir-local-variable, delete-dir-local-variable)
11030         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11031         (copy-dir-locals-to-file-locals-prop-line): New commands.
11033 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
11035         * abbrev.el (insert-abbrev-table-description): Prettify output.
11036         Suggested by Karl Chen.
11038 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
11040         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11041         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11042         (gdb-overlay-arrow-position, gdb-thread-position)
11043         (gdb-disassembly-position): Declare variables.
11044         (gdb-wait-for-pending): Function now.
11045         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11046         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11047         compilation goes smoothly.
11048         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11049         (gdb-non-stop-setting): New customization setting which replaces
11050         `gdb-non-stop' so changing it doesn't break active GDB session.
11051         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11052         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11053         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11054         (gdb-show-threads-by-default): New customization options.
11055         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11056         routines.
11057         (gdb-get-buffer-create): Send buffers update signal when they are
11058         created.
11059         (gdb-invalidate-locals, gdb-invalidate-registers)
11060         (gdb-invalidate-breakpoints)
11061         (gdb-invalidate-threads, gdb-invalidate-disassembly)
11062         (gdb-invalidate-memory): Accept update signal.
11063         (gdb-current-context-command): Use --frame option.
11064         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11065         Implement `gdb-frame-number' selection logic.
11066         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11067         whether to show GUD toolbar buttons.
11068         (gdb-thread-exited): Unselect current thread when it exits.
11069         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11070         (gdb-mark-line): Routine which sets overlay arrow or inverses
11071         video on fringeless displays.
11072         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11073         to build aligned columns of data in GDB buffers and set text
11074         properties line-by-line.
11075         (gdb-invalidate-breakpoints)
11076         (gdb-breakpoints-list-handler-custom)
11077         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11078         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11079         (gdb-registers-handler-custom): Align data columns.
11080         (gdb-locals-handler-custom): Now prints data like in variable
11081         declarations.
11082         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11083         Remove confusing buttons.
11084         (gdb-invalidate-threads): Append --frame.
11085         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11086         between breakpoints/threads buffers.
11087         (gdb-set-window-buffer): Now can ignore dedicated windows.
11088         (gdb-propertize-header): Use `gdb-set-window-buffer'.
11089         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11090         (def-gdb-thread-buffer-gud-command): Replaces
11091         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11092         for fine thread control.
11093         (gdb-preempt-existing-or-display-buffer): New function used to
11094         display bound buffers without breaking window layout.
11095         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11096         (gdb-select-frame): New version of `gdb-frames-select' which now
11097         sets `gdb-frame-number' so commands may use --frame option instead
11098         of inner debugger state.
11099         (gdb-frame-handler): Do not set `gdb-frame-number'.
11100         (gdb-threads-mode-map): Select threads with mouse.
11102         * progmodes/gud.el (gdb-gud-context-call): Declare function to
11103         avoid compilation warning.
11104         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11105         `gdb-show-stop-p`.
11107         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11108         Argument `key' renamed to `buffer-type'.
11109         (gdb-current-context-buffer-name): Do not add thread info to
11110         buffer name when no thread is selected.
11111         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11112         command (bug 3794).
11113         (gdb-thread-selected): Handle `=thread-selected' notification.
11114         (gdb-wait-for-pending): New macro to deal with congestion problems.
11115         (gdb-breakpoints-list-handler-custom): Don't fail on pending
11116         breakpoints.
11117         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11118         This fixes problem similar to one described in bug 3947.
11119         (gud-menu-map): More menu items.
11120         (gdb-init-1): Reset `gdb-thread-number' to nil.
11122         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11123         non-stop settings.
11125         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11126         (gdb-current-context-command): Do not append --thread if
11127         `gdb-thread-number' is nil.
11128         (gdb-running-threads-count, gdb-stopped-threads-count):
11129         New variables.
11130         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11131         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11132         New customization options.
11133         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11134         GUD commands.
11135         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11136         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11137         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11138         set `gdb-thread-number' and update `gud-running' properly.
11139         (gdb-running): Update threads list when new threads appear.
11140         (gdb-stopped): Support non-stop operation and new thread switching
11141         logic.
11142         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11143         (gdb-json-partial-output): New set of JSON routines.
11144         (def-gdb-auto-update-trigger): New `signal-list' optional
11145         argument.
11146         (gdb-thread-list-handler-custom): Update `gud-running',
11147         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11148         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11149         (gdb-continue-thread, gdb-step-thread): New commands for fine
11150         thread execution control.
11151         (gud-menu-map): New menu items to switch non-stop options.
11152         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11153         (gdb-send): Mimic RET properly (bug 3794).
11155         * progmodes/gdb-mi.el (gdb-rules-name-maker)
11156         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11157         gdb-buffer-rules.
11158         (def-gdb-auto-update-handler): New nopreserve optional argument.
11159         (gdb-stack-list-frames-custom): Print stack from top to bottom.
11161         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11162         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11163         (gdb-parent-mode): New mode to derive other GDB modes from.
11164         (gdb-display-disassembly-for-thread)
11165         (gdb-frame-disassembly-for-thread): New commands for threads
11166         buffer.
11168         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11169         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11170         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11171         (gdb-update): We now store all GDB buffers in a list so that they
11172         can be updated by traversing a list instead of calling invalidate
11173         triggers explicitly.
11174         (def-gdb-trigger-and-handler): New macro to define trigger-handler
11175         pair for GDB buffer.
11176         (gdb-stack-buffer-name): Add thread information.
11177         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11178         handle pending triggers.
11179         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11180         (def-gdb-thread-buffer-simple-command)
11181         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11182         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11183         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11184         New commands which show buffers bound to thread.
11185         (gdb-stack-list-locals-regexp): Remove unused regexp.
11187         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11188         (gdb-locals-buffer-name, gdb-registers-buffer-name)
11189         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11190         to (gud-comint-buffer) in *-buffer-name functions
11191         because (gdb-get-target-string) already does that.
11192         (gdb-locals-handler-custom, gdb-registers-handler-custom)
11193         (gdb-changed-registers-handler): Rewritten without regexps.
11195         * progmodes/gdb-mi.el: Basic thread selection support.
11196         (gdb-thread-number): New variable.
11197         (gdb-current-context-command): New macro which adds --thread
11198         option to command.
11199         (gdb-threads-mode-map): Select thread with SPC.
11200         (gdb-thread-list-handler-custom): Mark current thread with overlay
11201         arrow.  Synchronize GDB thread and Emacs thread.
11202         (gdb-select-thread): New command which selects current thread.
11203         (gdb-invalidate-frames, gdb-invalidate-locals)
11204         (gdb-invalidate-registers): Use --thread option.
11206 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
11208         * net/tramp.el (top): Make check for tramp-gvfs loading more
11209         robust.  (Bug#3977)
11210         (tramp-handle-insert-file-contents): `unwind-protect' must be
11211         inside `with-parsed-tramp-file-name'.
11213         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11214         fails.
11216 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11218         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11219         directory if CLASSPATH is not set.
11221 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11223         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11224         New defconst.
11225         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11227 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11229         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11230         Update freshmeat link.  Delete newsforge.com as it seems gone.
11232 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11234         * select.el (x-set-selection): Doc fix (Bug#4021).
11236         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11238         * help-fns.el (describe-variable): Treat list return values from
11239         dir-locals-find-file properly (Bug#4005).
11241 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11243         * net/tramp.el (tramp-debug-message): Print also microseconds.
11245 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11247         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11248         or END is non-nil.
11249         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11250         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11251         format.
11253         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11254         (tramp-get-file-property): Use it.
11256         * autorevert.el (auto-revert-handler):
11257         Allow `auto-revert-tail-mode' for remote files.
11259 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11261         * minibuffer.el (read-file-name): Treat confirm options to
11262         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11264 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11266         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11267         (font-lock-variable-name-face, font-lock-constant-face):
11268         Darken the colors for light backgrounds.
11270 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11272         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11273         month names.  (Bug#3987)
11275 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11277         * simple.el (line-move-finish): Pass whole number to
11278         line-move-to-column.
11279         (line-move-visual): Perform hscroll to the recorded position.
11281 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11283         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11285 2009-07-29  Alan Mackenzie  <acm@muc.de>
11287         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11289 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11291         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11292         (gdb-place-breakpoints): Use full path when setting breakpoints.
11294 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11296         * calc/calc.el (calc-mode-map): Add keybinding for
11297         `calc-transpose-lines'.
11299 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11301         * calc/calc-misc.el (calc-transpose-lines): New function.
11303 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11305         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11306         Simplify check for out-of-band methods.
11307         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11308         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11310 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11312         * vc-git.el (vc-git-checkin): Fix typo.
11314 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11316         * progmodes/js2-mode.el: New file.
11318 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11320         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11321         (gud-menu-map): Adjust tooltip accordingly.
11323 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11325         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11326         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11328         * add-log.el (change-log-mode-map): Add a menu.
11330 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11332         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11333         function returns nil.
11334         (dbus-handle-event): Handle special return value :ignore.
11335         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11337 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11339         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11340         it's not needed.
11342 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11344         Fix Bug#3888:
11346         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11348         * term/pc-win.el (x-display-name, x-colors)
11349         (x-select-enable-clipboard, x-select-text): Doc fix.
11351         * term/common-win.el (x-display-name, x-colors): Doc fix.
11353         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11354         (xw-defined-colors): Doc fix.
11356         * w32-fns.el (x-select-text, x-setup-function-keys)
11357         (x-get-selection, x-set-selection): Doc fix.
11359         * term/x-win.el (x-select-text, x-setup-function-keys)
11360         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11362         * select.el (x-set-selection): Doc fix.
11364 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11366         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11367         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11368         "IsNSSSupportAvailable" method is not available.
11369         Reported by Steve Youngs <steve@sxemacs.org>.
11371 2009-07-24  Kenichi Handa  <handa@m17n.org>
11373         * international/characters.el: Fix setting of category ?C, ?|, ?K,
11374         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
11375         (build-unicode-category-table): Fix range checks.
11377 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
11379         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11380         the buffer we try to sync is current when calling
11381         vc-resynch-buffer.
11383         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11384         not show up to date files.
11386 2009-07-24  Glenn Morris  <rgm@gnu.org>
11388         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11389         Add autoload cookies.  If necessary, initialize.
11390         (elint-log): Handle non-file buffers.
11391         (elint-initialize): Add optional argument to reinitialize.
11392         (elint-find-builtin-variables): Save excursion.
11394 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11396         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11397         for Lint.
11399 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11401         * vc.el (vc-print-log-internal): New function, split out from ...
11402         (vc-print-log): ... here.
11403         (vc-dir-move-to-goal-column): Declare.
11405         * vc-git.el (vc-git-add-signoff): New variable.
11406         (vc-git-checkin): Use it.
11407         (vc-git-toggle-signoff): New function.
11408         (vc-git-extra-menu-map): Bind it to menu.
11409         (vc-git--run-command-string): Accept a nil FILE argument.
11410         (vc-git-stash-list): New function.
11411         (vc-git-dir-extra-headers): Use it.
11413 2009-07-23  Glenn Morris  <rgm@gnu.org>
11415         * help-fns.el (describe-variable): Describe ignored and risky local
11416         variables in a similar way to that in which we describe safe ones.
11418         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11419         (byte-compile-output-file-form, byte-compile-output-docform)
11420         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11421         Give some more local variables with common names a "bytecomp-" prefix,
11422         so as not to shadow things during compilation.
11423         * emacs-lisp/cl-macs.el (load-time-value)
11424         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11425         `outbuffer' to `bytecomp-outbuffer'.
11427         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11428         since the next two variables cover them automatically now.
11429         (elint-builtin-variables, elint-autoloaded-variables): New.
11430         (elint-unknown-builtin-args): Remove all members, since they can be
11431         parsed automatically now.
11432         (elint-extra-errors): New.
11433         (elint-env-add-env, elint-env-add-macro): Use cadr.
11434         (elint-current-buffer): Use or.  Change final message.
11435         (elint-get-top-forms): Use line-end-position.
11436         (elint-init-env): Use cadr.  Handle autoload, declare-function,
11437         and defalias.
11438         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
11439         (regexp-assoc): Remove unused function.
11440         (elint-top-form): Set elint-current-pos, to record the start of the
11441         top-level form, for compilation-mode.
11442         (elint-form): Trap errors in macro expansion.  Use dolist.
11443         (elint-unbound-variable): Use elint-builtin-variables and
11444         elint-autoloaded-variables.
11445         (elint-get-args): Use cadr, or.
11446         (elint-check-cond-form): Use dolist, cadr.
11447         (elint-check-condition-case-form): Doc fix.  Use cadr.
11448         Use elint-extra-errors.
11449         (elint-log): New function.
11450         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11451         Distinguish errors and warnings.
11452         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
11453         Use a bytecomp-style format.
11454         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
11455         (elint-get-log-buffer): Use compilation mode.  Disable undo.
11456         Don't truncate lines.
11457         (elint-initialize): Set builtin and autoloaded variable lists.
11458         Only process elint-unknown-builtin-args if non-nil.
11459         (elint-find-builtin-variables, elint-find-autoloaded-variables):
11460         New functions.
11461         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
11463 2009-07-22  Kevin Ryde  <user42@zip.com.au>
11465         * net/newst-backend.el (newsticker--parse-atom-1.0)
11466         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11467         (newsticker--parse-rss-1.0):
11468         * progmodes/idlwave.el (idlwave-mode):
11469         * progmodes/idlw-shell.el (idlwave-shell-mode):
11470         * progmodes/vera-mode.el (vera-mode):
11471         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11472         * progmodes/vhdl-mode.el (vhdl-mode):
11473         * textmodes/table.el (table-generate-source)
11474         (table--warn-incompatibility):
11475         Hyperlink urls in docstrings with URL `...'.
11477 2009-07-22  Glenn Morris  <rgm@gnu.org>
11479         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11480         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11481         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11482         Remove leading * from defcustom docs.
11484         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
11486         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11487         defcustom doc.
11488         (list-load-path-shadows): Optionally, just return shadows as a string.
11490         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11492 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11494         * mail/rmailedit.el (rmail-edit-mode):
11495         Use auto-save-include-big-deletions.
11497         * mail/rmail.el (rmail-variables):
11498         Use auto-save-include-big-deletions.
11500         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11501         changes.
11503 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11505         * calc/calc.el (calc-undo-length): New variable.
11506         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11508 2009-07-21  Richard Stallman  <rms@gnu.org>
11510         * files.el (auto-save-mode): Handle buffer-save-size = -2
11511         for toggling mode.
11513 2009-07-21  Glenn Morris  <rgm@gnu.org>
11515         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11517         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11519         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11520         silence compiler.  Instead...
11521         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11522         (ps-print-ensure-fontified): Update for above function name changes.
11524         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11525         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11526         silence compiler.  Instead...
11527         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11528         (mh-show-buffer): Only define for compiler.
11529         (pr-mh-current-message): Update for above function name changes.
11531         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11532         as an argument.
11533         (find-file-noselect, insert-file-1): Update for above change.
11535         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11537         * mail/mailclient.el (mailclient-send-it): Fix message.
11539         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11540         (edebug-eval): Check cl-debug-env is bound.
11541         (print-level, print-circle): Don't redefine built-in variables.
11543         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11544         (custom-print-vectors): Remove old comments from doc.
11546         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11547         (emerge-version): Make the variable an obsolete alias for the
11548         emacs-version variable.  Make the function obsolete.
11549         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11550         Emerge options, rather than merging in into the main Options menu.
11551         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11552         and auto advance modes.  Disable edit/fast items when not relevant.
11554 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11556         * term/vt420.el (terminal-init-vt420): Fix typo.
11558 2009-07-20  Sam Steingold  <sds@gnu.org>
11560         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11561         variable (removed from compile.el on 2004-03-11).
11563 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11565         * files.el (hack-local-variables-filter): Fix last change.
11567 2009-07-19  Juri Linkov  <juri@jurta.org>
11569         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11570         (dir-local-variables-alist): New buffer-local variable.
11571         (hack-local-variables-filter): If variable is not dir-local,
11572         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11573         because file-local overrides dir-local.
11574         (c-postprocess-file-styles) <declare-function>:
11575         Remove obsolete declaration.
11576         (hack-dir-local-variables): Add dir-local variable/value pair to
11577         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11579         * help-fns.el (describe-variable): Add information about
11580         file-local and dir-local variables.
11582 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11584         * files.el (hack-local-variables-filter): Rewrite.
11586 2009-07-19  Glenn Morris  <rgm@gnu.org>
11588         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11589         Silence compiler by only defining on XEmacs.
11591         * international/mule.el (auto-coding-regexp-alist): Only match
11592         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11594         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11595         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11596         (cal-menu-context-mouse-menu): Doc fix.
11598         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11600         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11602 2009-07-18  Juri Linkov  <juri@jurta.org>
11604         * info.el: Virtual Info keyword finder.
11605         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11606         (Info-finder-file): New variable.
11607         (Info-finder-find-file): New function.
11608         (finder-known-keywords, finder-package-info)
11609         (find-library-name, lm-commentary): Use defvar and
11610         declare-function to silence compiler warnings.
11611         (Info-finder-find-node): New function.
11612         (info-finder): New command.
11614         * subr.el (process-kill-buffer-query-function): New function.
11615         (add-hook)<kill-buffer-query-functions>: Add hook
11616         `process-kill-buffer-query-function'.
11618 2009-07-18  Alan Mackenzie  <acm@muc.de>
11620         * progmodes/cc-mode.el (c-before-hack-hook)
11621         (c-postprocess-file-styles): Give invocation of `c-set-style'
11622         DONT-OVERRIDE parameter of t.  Already set style variables will
11623         thus not be overridden by style settings given by `c-file-syle'.
11625         * files.el (hack-local-variables-filter): Remove entries with
11626         duplicate keys from `file-local-variables-alist'.
11628 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11630         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11631         x-set-selection if display-selections-p returns nil for the
11632         current frame.
11634 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11636         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11638 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11640         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11641         Accept nil in addition to a regexp.
11642         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11643         Accept nil in addition to a regexp.
11644         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11645         buffers that have an associated file.  Handle nil values of
11646         desktop-buffers-not-to-save and desktop-files-not-to-save.
11647         (Bug#3833)
11649         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11650         (x-disown-selection-internal): New functions.
11652 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11654         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11655         warning.
11656         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11657         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11659 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11661         * simple.el (set-mark): Revert last change.
11663 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11665         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11666         rendering of pngs is not possible instead of messaging a long
11667         description.
11669 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11671         * w32-fns.el (x-selection-owner-p): New function.
11673         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11674         (mouse-yank-at-click, mouse-yank-primary):
11675         If select-active-regions is non-nil, deactivate the mark before
11676         insertion.
11678         * simple.el (deactivate-mark, set-mark): Only save selection if we
11679         own it.
11681 2009-07-17  Kenichi Handa  <handa@m17n.org>
11683         * case-table.el (describe-buffer-case-table): Fix for the case
11684         that KEY is a cons.
11686 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11688         * vc-rcs.el (vc-rcs-find-file-hook):
11689         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11691 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11693         * net/tramp.el (tramp-wait-for-output): Handle the case when
11694         commands do not return a newline but a null byte before the shell
11695         prompt.  (Bug#3858)
11697 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11699         * term/ns-win.el (ns-set-alpha): Don't declare.
11700         (ns-set-background-alpha): Remove function.
11702 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11704         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11705         y-or-n-p, for safety.
11707 2009-07-16  Richard Stallman  <rms@gnu.org>
11709         * files.el (auto-save-mode): If buffer-saved-size is -2,
11710         don't clobber it.
11712         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11713         (rmail-retry-ignored-headers): Add more uninteresting fields.
11715 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11717         * net/rcirc.el (rcirc): Use history variables.
11718         (rcirc-server-name-history, rcirc-nick-name-history)
11719         (rcirc-server-port-history): New variables.
11721 2009-07-15  Kenichi Handa  <handa@m17n.org>
11723         * international/mule-cmds.el (set-language-environment-charset):
11724         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11725         ignore them.
11727         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11728         Delete unibyte-display.
11730 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11732         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11734 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11736         * simple.el (deactivate-mark): Optional argument FORCE.
11737         (set-mark): Use deactivate-mark.
11739         * info.el (Info-search): No need to check transient-mark-mode
11740         before calling deactivate-mark.
11742         * select.el (x-set-selection): Doc fix.
11743         (x-valid-simple-selection-p): Allow buffer values.
11744         (xselect--selection-bounds): Handle buffer values.
11745         Suggested by David De La Harpe Golden.
11747         * mouse.el (mouse-set-region, mouse-drag-track):
11748         Call copy-region-as-kill before setting the mark, to let
11749         select-active-regions work.
11751 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11753         * simple.el (deactivate-mark): If select-active-regions is
11754         non-nil, copy the selection data into a string.
11755         (activate-mark): If select-active-regions is non-nil, set the
11756         selection to the current buffer.
11757         (set-mark): Update selection if select-active-regions is non-nil.
11759         * select.el (x-valid-simple-selection-p): Allow buffer values.
11761 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11763         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11764         and more featureful message-mode.
11766 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11768         * select.el (x-set-selection): Doc fix.
11769         (x-valid-simple-selection-p): Disallow selection data consisting
11770         of a list or cons of integers, since that is not used.
11771         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11772         (xselect-convert-to-string, xselect-convert-to-length)
11773         (xselect-convert-to-filename, xselect-convert-to-charpos)
11774         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11776 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11778         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11779         output in -break-info command (Emacs bug #3794).
11781 2009-07-14  Glenn Morris  <rgm@gnu.org>
11783         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11784         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11785         (edebug-print-length, edebug-print-level, edebug-print-circle)
11786         (edebug-sit-for-seconds, edebug-view-outside)
11787         (edebug-bounce-point, edebug-set-global-break-condition)
11788         (edebug-Go-nonstop-mode, edebug-trace-mode)
11789         (edebug-Trace-fast-mode, edebug-continue-mode)
11790         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11791         (edebug-visit-eval-list): Doc fixes.
11793         * subr.el (def-edebug-spec): Doc fix.
11795 2009-07-14  Kenichi Handa  <handa@m17n.org>
11797         * international/characters.el: Fix setting of category ?C.
11799 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11801         * term/ns-win.el (x-select-font): defalias x-select-font to
11802         ns-popup-font-panel instead of generate-fontset-menu.
11804 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11806         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11808 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11810         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11811         the PK\003\004 header (Bug#3770).
11813 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11815         * pcomplete.el (pcomplete-comint-setup): Check for
11816         shell-dynamic-complete-filename too.
11818 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11820         * simple.el (temporary-goal-column): Change the value for
11821         line-move-visual to a cons cell.
11822         (line-move-visual): Record or set the window hscroll, if
11823         necessary (Bug#3494).
11824         (line-move-1): Handle cons value of temporary-goal-column.
11826 2009-07-11  Kenichi Handa  <handa@m17n.org>
11828         * international/mule-diag.el (describe-character-set): Don't show
11829         width.
11831 2009-07-10  Sam Steingold  <sds@gnu.org>
11833         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11834         Omake sometimes indents the errors it prints, so allow all
11835         regexps to start with spaces.
11837 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11839         * cus-edit.el (customize-changed-options-previous-release):
11840         Bump value to 22.1.  (Bug#3804)
11842 2009-07-08  Sam Steingold  <sds@gnu.org>
11844         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11845         to be a cons cell (test . ignored-directory) to selectively ignore
11846         some directories depending on the location of the search.
11848 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11850         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11851         remote user is root, on the local host.
11852         (tramp-local-host-p): Either the local user or the remote user
11853         must be root.  (Bug#3771)
11855 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11857         * progmodes/gdb-mi.el (gdb): Remove description of
11858         gdb-use-separate-io-buffer.
11859         (menu): Don't allow toggling of or enable
11860         gdb-use-separate-io-buffer from menubar.
11862 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11864         * mail/unrmail.el (unrmail): Make sure the message ends with two
11865         newlines (Bug#3769).
11867 2009-07-08  Glenn Morris  <rgm@gnu.org>
11869         * calendar/calendar.el (calendar-current-date): Rework previous change.
11871 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11873         * calendar/calendar.el (calendar-current-date):
11874         Add an optional argument giving an offset from today.
11876 2009-07-08  Glenn Morris  <rgm@gnu.org>
11878         * tutorial.el (tutorial--describe-nonstandard-key):
11879         Adjust the message for when a key has been unbound.
11880         (help-with-tutorial): Hide the arch-tag.
11882 2009-07-08  Kenichi Handa  <handa@m17n.org>
11884         * international/fontset.el (setup-default-fontset): For each
11885         script, append (not set) font-specs.
11887         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11888         docstring.
11890 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11892         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11893         -data-list-register-names to ...
11894         (gdb-starting): ... here because GDB 7.0 requires execution to
11895         have started when using this MI command.
11896         (gdb-set-header): New function to distinguish select and
11897         unselected tabs in gdb buffers.
11898         (gdb-propertize-header): New macro that uses gdb-set-header.
11899         (gdb-breakpoints-header, gdb-locals-header): Use it.
11900         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11902 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11904         * Makefile.in (ELCFILES): Remove fadr.elc.
11906 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11908         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11909         may contain frame information, so `string-match' should be used.
11910         (gdb-update): Disassembly is invalidated through
11911         `gdb-get-selected-frame'.
11912         (gdb-pad-string): New function to pad string with spaces.
11913         (gdb-invalidate-disassembly): Invalidate only if the buffer
11914         exists.
11915         (gdb-disassembly-handler-custom): Column alignment.
11916         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11917         placing new ones.
11918         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11919         end of line, too.
11920         (gdb-frame-handler): Match convention to for disassembly buffer
11921         mode name.
11922         (gdb-stack-list-frames-handler): Rewritten without regexps.
11923         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11924         not highlight breakpoints without line information.
11925         (gdb-input): Add trailing newline to command.
11927         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11928         buffer properly.
11929         (gdb-breakpoints-list-handler-custom): Replacement for
11930         `gdb-break-list-handler'.  Using real parser instead of regexps
11931         now.
11932         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11933         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11934         to place breakpoints.
11935         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11936         functions.
11937         (gdb-disassembly-handler-custom): Show overlay arrow.
11938         (gdb-disassembly-place-breakpoints): Show breakpoints in
11939         disassembly buffer.
11940         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11941         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11942         instead of parsing breakpoints buffer.  Fixed old menu references
11943         in `gud-menu-map'.
11945         * fadr.el: Remove.
11947         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11948         (gdb-memory-address): New variable which holds top address of
11949         memory page shown in memory buffer.
11950         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11951         New customization variables.
11952         New functions:
11953         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11954         display the memory buffer.
11955         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11956         buffer display parameters.
11957         (def-gdb-memory-format, gdb-memory-format-binary)
11958         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11959         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11960         Functions for setting memory buffer format.
11961         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11962         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11963         unit size used in memory buffer.
11964         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11965         Switch to next/previous page of memory buffer.
11966         Now using (bindat-get-field) instead of fadr functions.
11968 2009-07-07  Sam Steingold  <sds@gnu.org>
11970         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11971         non-top-level files.
11973 2009-07-07  Kenichi Handa  <handa@m17n.org>
11975         * international/mule-cmds.el (reset-language-environment):
11976         Put the highset priority to the charset iso-8859-1.
11978 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11980         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11981         to the end of the line when locating the block (Bug#700).
11983 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11985         * net/tramp.el (tramp-handle-write-region): Flush file properties
11986         in case of short track.
11988 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11990         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11991         Coded custom representation of verilog error regular expressions
11992         to work with Emacs-22's new format.
11993         (verilog-error-regexp-xemacs-alist): Coded custom representation
11994         of verilog error regular expressions to work with XEmacs format.
11995         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11996         error recognition into XEmacs.
11997         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11998         error recognition into Emacs-22.
12000 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12002         * woman.el: Remove stand-alone closing parentheses.
12003         (woman-file-name, woman2-format-paragraphs)
12004         (woman-leave-blank-lines): Code cleanup.
12005         (woman-use-own-frame): Change default to nil.
12006         (woman-italic, woman-bold, woman-unknown, woman-addition):
12007         Change defaults to inherit from default faces.
12008         (woman2-process-escapes): Consume the newline after a stand-alone
12009         filler character (Bug#3651).
12011 2009-07-06  Glenn Morris  <rgm@gnu.org>
12013         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12014         (top-level): Move provide to the end.
12015         (ffap): Remove defunct URL from custom group.
12017         * subr.el (eval-after-load): Doc fix.
12019 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
12021         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12022         `calc-embedded-word' is called twice.
12024 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12026         * files.el (find-alternate-file-other-window, find-alternate-file):
12027         Obey confirm-nonexistent-file-or-buffer.
12029 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
12031         * dired-aux.el (dired-show-file-type): Handle remote files.
12033 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
12035         * desktop.el (desktop-globals-to-save):
12036         Add file-name-history (Bug#2750).
12038 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
12040         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12042 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
12044         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12045         property on entire argument since this is what eshell-lisp-command
12046         expects.
12048 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
12050         * net/tramp-gvfs.el (tramp-gvfs-methods)
12051         (tramp-gvfs-zeroconf-domain)
12052         (tramp-bluez-discover-devices-timeout): Add version flag.
12053         (tramp-gvfs-handler-mounted-unmounted)
12054         (tramp-gvfs-connection-mounted-p): Polish handling of
12055         incompatibilities between GVFS 0.2 and 1.0.
12057 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
12059         * cus-start.el (all): Add make-pointer-invisible.
12061 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12063         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12064         formatted correctly.
12066 2009-07-02  Juri Linkov  <juri@jurta.org>
12068         * info.el: Virtual Info files and nodes.
12069         (Info-virtual-files, Info-virtual-nodes): New variables.
12070         (Info-current-node-virtual): New variable.
12071         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12072         New functions.
12073         (Info-file-supports-index-cookies): Use Info-virtual-file-p
12074         to check for a virtual file instead of checking a fixed list
12075         of node names.
12076         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12077         instead of ad-hoc processing of "dir" and (apropos history toc).
12078         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12079         instead of ad-hoc processing of "dir" and (apropos history toc).
12080         Reread a file when moving from a virtual node.
12081         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12082         (Info-directory-toc-nodes, Info-directory-find-file)
12083         (Info-directory-find-node): New functions.
12084         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12085         (Info-history): Move part of code to
12086         `Info-history-find-node'.
12087         (Info-history-toc-nodes, Info-history-find-file)
12088         (Info-history-find-node): New functions.
12089         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12090         (Info-toc): Move part of code to `Info-toc-find-node'.
12091         (Info-toc-find-node): New function.
12092         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
12093         the current Info file name to references because now the node
12094         "*TOC*" belongs to the same Info manual.
12095         (Info-toc-build): Rename from `Info-build-toc'.
12096         (Info-toc-nodes): Rename input argument `file' to `filename'.
12097         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12098         instead of ad-hoc processing of ("dir" apropos history toc).
12099         (Info-index-nodes): Use Info-virtual-file-p
12100         to check for a virtual file instead of checking a fixed list
12101         of node names.
12102         (Info-index-node): Add check for `Info-current-node-virtual'.
12103         Raise `save-match-data' higher up the tree to contain
12104         `search-forward' too (bug fix).
12105         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12106         (Info-virtual-index-nodes): New variable.
12107         (Info-virtual-index-find-node, Info-virtual-index): New functions.
12108         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12109         (Info-apropos-file, Info-apropos-nodes): New variables.
12110         (Info-apropos-toc-nodes, Info-apropos-find-file)
12111         (Info-apropos-find-node, Info-apropos-matches): New functions.
12112         (info-apropos): Move part of code to `Info-apropos-find-node' and
12113         `Info-apropos-matches'.
12114         (Info-mode-map): Bind "I" to `Info-virtual-index'.
12115         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12116         for a virtual file instead of checking a fixed list of node names.
12118         * simple.el (async-shell-command): New command.
12120         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12122         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12123         instead of `mount-info'.
12125 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
12127         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12128         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12130 2009-07-02  Kenichi Handa  <handa@m17n.org>
12132         * international/mule.el (set-keyboard-coding-system): Force *-unix
12133         coding-system to avoid eol conversion.
12135 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
12137         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12138         Add handler for `process-file', `shell-command' and
12139         `start-file-process'.
12140         (tramp-gvfs-handle-shell-command)
12141         (tramp-gvfs-handle-start-file-process)
12142         (tramp-gvfs-handle-process-file): New defuns.
12143         (tramp-synce-list-devices): Simplify check for existence of property.
12145 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
12147         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12149 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
12151         * language/korean.el (set-language-info-alist): Add korean-cp949,
12152         cp949 to spec.
12154 2009-07-01  Kenichi Handa  <handa@m17n.org>
12156         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12158         * international/encoded-kb.el: Deleted.
12160         * international/mule.el (set-keyboard-coding-system): Perform the
12161         necessary setup here instead of calling encoded-kbd-setup-display.
12163 2009-07-01  Glenn Morris  <rgm@gnu.org>
12165         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12167 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
12169         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
12171 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
12173         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12174         Handle also the 'rename case, when setting file modes.  (Bug#3712)
12175         (tramp-default-file-modes): Remove execute permissions.
12177         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12178         (top): Add a default for "synce" in `tramp-default-user-alist'.
12179         Add completion function for "synce" method.
12180         (tramp-hal-service, tramp-hal-path-manager)
12181         (tramp-hal-interface-manager, tramp-hal-interface-device):
12182         New defconst.
12183         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12184         (tramp-synce-list-devices, tramp-synce-parse-device-names):
12185         New defuns.
12187         * net/trampver.el: Update release number.
12189 2009-06-30  Kenichi Handa  <handa@m17n.org>
12191         * international/fontset.el (setup-default-fontset): Add CJK fonts
12192         for symbols and the other miscellaneous characters.
12194         * language/korea-util.el (setup-korean-environment-internal):
12195         Make char-width-table suitable for Korean environments.
12196         (exit-korean-environment): Cancel above.
12198         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12199         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12200         setup-function to make char-width-table suitable for respective
12201         environments, and an exit-function to cancel that.
12203         * language/japan-util.el (setup-japanese-environment-internal):
12204         Call use-cjk-char-width-table with arg `ja_JP'.
12206         * international/characters.el (cjk-char-width-table): Delete it.
12207         (cjk-char-width-table-list): New variable.
12208         (use-cjk-char-width-table): New arg local-name.
12209         (use-default-char-width-table): Fix for the case that Emacs is
12210         already using the default char-width-table.
12212 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12214         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12215         modes mandatory.  (Bug#3712)
12217 2009-06-29  Alan Mackenzie  <acm@muc.de>
12219         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12220         correction between the visible width of TABs and their number of bytes.
12222 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12224         * server.el (server-buffer-done): Prevent kill-buffer from
12225         prompting by clearing the buffer modification flag (Bug#3696).
12227 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12229         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12230         (verilog-endcomment-reason-re): Support unique case and priority case.
12231         (verilog-basic-complete-re): Support localparam lineup.
12232         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12233         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12234         commenting.
12235         (verilog-leap-to-case-head): Now support *nested* unique &
12236         priority case statements.
12237         (verilog-auto-lineup): Make just declarations the default (as it
12238         had been).
12239         (verilog-leap-to-case-head): Support priority/unique case statements.
12240         (verilog-auto-lineup): Rework to give users radio buttons to
12241         select the various styles of automatic lineup.
12242         (verilog-error-regexp-alist): Rework to support the XEmacs style
12243         of error regular expressions from compilers, lint tools &
12244         simulators.  Note that GNU Emacs has made it impossible for a mode
12245         to load such things.
12246         (electric-verilog-terminate-line, verilog-indent-declaration)
12247         (verilog-auto-wiure): Rework for radio button selection of
12248         auto-lineup selection of specification of auto lineup.
12249         (verilog-beg-of-statement-1): Redesign to support proper operation
12250         in additional code, based on testing with auto-lineup.
12251         (verilog-calculate-indent, assignments & declarations)
12252         (verilog-backward-token): Enhance to support auto-lineup of
12253         assignments & declarations.
12254         (verilog-in-directive-p, verilog-at-struct-p): New function for
12255         easy test of whether we are.
12256         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12257         to support safe execution at almost anyline.
12258         (verilog-calc-1): Properly support indenting deep inside generate
12259         blocks.
12260         (verilog-init-font): Remove definition & use of verilog-init-font,
12261         as it is redundant with font-lock-defaults.
12262         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12263         to avoid circular calls if syntax-ppss is a function (as is the
12264         case now in 22.x GNU Emacs) as that function would sometimes call
12265         itself, leading to (nearly) infinite recursion.
12266         (verilog-ovm-begin-re, verilog-ovm-end-re)
12267         (verilog-ovm-statement-re, verilog-leap-to-head)
12268         (verilog-backward-token): Add support for OVM macros.  Some are
12269         complete statements, and others open and close scopes like begin
12270         and end.
12271         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12272         (verilog-defun-level-generate-only-re): Really fix the defun-list
12273         compilation issue.
12274         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12275         coverpoint, constraint and cross statements.
12276         (verilog-defun-level-list, verilog-generate-defun-level-list)
12277         (verilog-all-defun-level-list): Redo these specifications - it is
12278         too hard to support eval-when compile aggregation of lists also
12279         built at when-compile time.
12280         (verilog-defun-level-list): Place defconsts of variables used in
12281         building regular expressions which are built in eval-when-compile
12282         bodies in the same eval-when-compile body to facilitate compile
12283         without load.
12284         (verilog-beg-block-re-ordered): Support indenting
12285         virtual/protected tasks and functions.
12286         (verilog-defun-level-list, verilog-in-generate-region-p)
12287         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12288         indentation of some module items (generate items).
12289         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12290         across virtual/protected tasks and functions.
12292 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12294         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12295         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12296         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12297         in concatenations.  Reported by Yishay Belkind.
12298         (verilog-auto-ascii-enum): Support one-hot state machines in
12299         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12300         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12301         modport in AUTOINST and add vl-modport for users.
12302         Reported by David Rogoff.
12303         (verilog-auto-inout-module, verilog-auto-inst)
12304         (verilog-decls-get-interfaces, verilog-insert-definition)
12305         (verilog-insert-one-definition, verilog-read-decls)
12306         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12307         (verilog-sig-modport, verilog-signals-combine-bus)
12308         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12309         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12310         Suggested by David Rogoff.
12311         (verilog-repair-open-comma): Fix non-insertion of comma when
12312         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12313         (verilog-make-width-expression): Simplify [A-1:0] expression
12314         widths to just {A{1'b0}}.
12315         (verilog-mode): Cleanup checkdoc warnings.
12316         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12317         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12318         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12319         (next-error-last-buffer): Fix byte-compiler warning.
12320         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12321         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12322         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12323         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12324         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12325         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12326         in AUTOINOUT.  Reported by Matthew Lovell.
12327         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12328         causing use of <= assignments.  Reported by Alex Reed.
12329         (verilog-read-decls): Fix triand, trior, wand, wor to be
12330         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12331         (verilog-extended-complete-re): Support import "DPI-C" functions.
12332         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12333         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12334         (verilog-insert-date, verilog-insert-year)
12335         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12336         Windows systems.  Reported by Michael Potts.
12337         (verilog-read-module-name): Fix AUTOINST when the child module
12338         declaration's name is a tick define.  Reported by Elliot Mednick.
12339         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12340         passed to next parameter's definition.  Reported by Bruce T.
12341         (verilog-read-decls): Fix detecting "parameter int" when using
12342         AUTOINSTPARAM.  Reported by Bruce T.
12343         (verilog-goto-defun): Fix goto not finding modules unless first
12344         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12345         (verilog-mode): Expand -f flag arguments on entry to mode so
12346         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12347         (verilog-getopt): Expand environment variables in -f file
12348         arguments.  Suggested by Lawrence Butcher.
12349         (verilog-set-define): Fix "Symbol's value as variable is void"
12350         when reading enumerations.
12351         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12352         Suggested by Stephen Peltan.
12353         (verilog-read-defines): Fix reading of enumerations in include
12354         files.  Reported by Steve Peltan.
12356 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12358         * files.el (trash-directory): Fix defcustom type.
12360 2009-06-28  Juri Linkov  <juri@jurta.org>
12362         * help-fns.el (describe-function-1): Correctly locate adviced
12363         functions in hyperlink (Bug#2438).
12365 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12367         * files.el (trash-directory): Change default to nil.
12368         (move-file-to-trash): If trash-directory is nil and
12369         system-move-file-to-trash is unbound, perform freedesktop-style
12370         trashing.
12372 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12374         * files.el (move-file-to-trash): Add freedesktop trash
12375         support (Bug#973).
12377 2009-06-28  Glenn Morris  <rgm@gnu.org>
12379         * autorevert.el (global-auto-revert-non-file-buffers)
12380         (global-auto-revert-mode): Doc fixes.
12382 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
12384         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12386 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
12388         * faces.el (x-handle-named-frame-geometry): Ensure that we have
12389         opened an X connection before calling x-get-resource (Bug#3194).
12391         * play/doctor.el: Remove reference to obsolete website.
12392         (make-doctor-variables): Correct grammar mistake (Bug#2633).
12394 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
12396         Remove find-file-not-found-hook VC method.  (Bug#2757)
12397         * vc-hooks.el (vc-file-not-found-hook)
12398         (vc-default-find-file-not-found-hook): Remove functions.
12399         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12400         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12401         * vc.el:
12402         * vc-hg.el:
12403         * vc-git.el: Do not mention find-file-not-found-hook VC method.
12405 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
12407         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12408         compatibility function for `looking-back'.
12410         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12411         Use `ispell-looking-back'.
12413 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
12415         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12416         rather than `filename'.
12418 2009-06-23  Miles Bader  <miles@gnu.org>
12420         * face-remap.el (text-scale-set): New function.
12422 2009-06-23  Glenn Morris  <rgm@gnu.org>
12424         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12426         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12428         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12430         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12432         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12433         Simplify Persian conditionals.
12435         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12436         variable `filename'.
12438         * comint.el (comint-insert-input): Doc fix.
12440         * Makefile.in (ELCFILES): Fix typo in previous change.
12442 2009-06-23  Miles Bader  <miles@gnu.org>
12444         * cus-start.el: Add entry for `recenter-redisplay'.
12446 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12448         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12449         Add an optional argument for the backend, use it instead of
12450         calling vc-backend.
12451         (vc-mode-line): Add an optional argument for the backend.
12452         Pass the backend to vc-state and vc-working-revision.  Move code for
12453         special handling for vc-state being a buffer to ...
12455         * vc-rcs.el (vc-rcs-find-file-hook):
12456         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
12458         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12459         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12460         vc-stay-local-p and vc-mode-line calls.
12462         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12463         (vc-cvs-diff, vc-cvs-annotate-command)
12464         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12465         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12466         vc-mode-line calls.
12468         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12469         direct comparison.
12470         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12471         backend when calling vc-mode-line.
12472         (vc-register): Do not create a closure for calling the vc register
12473         function, call it directly.
12475 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12477         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12478         to make it obvious item can be clicked.
12480         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12482 2009-06-23  Kenichi Handa  <handa@m17n.org>
12484         * language/korea-util.el (korean-key-bindings): Change the binding
12485         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
12486         same command.
12488 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12490         Sync with Tramp 2.1.16.
12492         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12494         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12495         when a loading of a package fails.  Completion function for rsync
12496         is `tramp-completion-function-alist-ssh'.
12497         (all): Replace all calls of `split-string' and
12498         `tramp-split-string' by `tramp-compat-split-string'.
12499         (tramp-default-method): Use `tramp-compat-process-running-p'.
12500         (tramp-default-proxies-alist): Allow also Lisp forms.
12501         (tramp-remote-path): Add choice "Private Directories".
12502         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12503         (tramp-domain-regexp): Allow also "-", "_" and ".".
12504         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12505         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12506         (tramp-debug-message): Insert header line in debug buffer.
12507         (tramp-handle-directory-files-and-attributes-with-stat):
12508         Care about filenames with spaces, or starting with "-".
12509         (tramp-handle-dired-uncache): New defun.
12510         (tramp-handle-insert-directory): Don't flush the directory from
12511         cache, this is handled by `dired-uncache' now.
12512         (tramp-handle-insert-file-contents): Improve error handling.
12513         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12514         Quote `tramp-end-of-output'.
12515         (tramp-action-password): Improve trace message.
12516         (tramp-check-for-regexp): Both echoes must be present, before removing.
12517         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12518         (tramp-compute-multi-hops): Eval cons cells of
12519         `tramp-default-proxies-alist'.
12520         (tramp-maybe-open-connection): Use the same command pattern for
12521         first hop and further hops.
12522         (tramp-wait-for-output): Remove handling of newlines.
12523         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12524         (tramp-split-string): Remove function.  It is handled in
12525         tramp-compat now.
12527         * net/tramp-cmds.el (tramp-bug):
12528         Recommend `tramp-cleanup-all-connections' in the bug mail.
12530         * net/tramp-compat.el (tramp-compat-split-string)
12531         (tramp-compat-process-running-p): New defuns.
12533         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12534         for `dired-uncache'.
12536         * net/tramp-gvfs.el: New package.
12538         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12539         Add handler for `dired-uncache'.
12540         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12542         * net/trampver.el: Update release number.  Make version check fit
12543         for SXEmacs 22.
12545 2009-06-22  Jim Meyering  <meyering@redhat.com>
12547         Automatically handle .xz suffix (XZ-compressed files), too.
12548         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12549         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12551 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12552             Nick Roberts  <nickrob@snap.net.nz>
12554         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12555         repository (http://sphinx.net.ru/hg/gdb-mi/).
12557 2009-06-22  Glenn Morris  <rgm@gnu.org>
12559         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12560         `mode' and `eval' entries.  (Bug#3430)
12562         * Makefile.in (ELCFILES): Add fadr.elc.
12564         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12565         differing behavior of \n and ^ in strings.  (Bug#3385)
12567         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12569         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12570         property.
12571         (lisp-indent-function): Make it a defcustom.
12573 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12575         * progmodes/gdb-ui.el: Replace with ...
12576         * progmodes/gdb-mi.el: ... this file.
12577         * progmodes/gud.el: Modify for gdb-mi.el.
12579 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12581         * fadr.el: New file.
12583 See ChangeLog.14 for earlier changes.
12585 ;; Local Variables:
12586 ;; coding: utf-8
12587 ;; End:
12589   Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
12591   This file is part of GNU Emacs.
12593   GNU Emacs is free software: you can redistribute it and/or modify
12594   it under the terms of the GNU General Public License as published by
12595   the Free Software Foundation, either version 3 of the License, or
12596   (at your option) any later version.
12598   GNU Emacs is distributed in the hope that it will be useful,
12599   but WITHOUT ANY WARRANTY; without even the implied warranty of
12600   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12601   GNU General Public License for more details.
12603   You should have received a copy of the GNU General Public License
12604   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.