Fix GTK font name parsing to allow numbers in names (Bug#7853).
[emacs.git] / lisp / ChangeLog
blob39fe96a58484dcb9c12ead359be034e0ef854215
1 2011-01-26  Roy Liu <carsomyr@gmail.com> (tiny change)
3         * term/ns-win.el (ns-find-file): Expand ns-input-file with
4         command-line-default-directory (Bug#7872).
6 2011-01-25  Glenn Morris  <rgm@gnu.org>
8         * comint.el (comint-mode): Doc fix.  (Bug#7897)
10 2011-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * files.el (file-name-non-special): Only change buffer-file-name after
13         insert-file-contents if it's `visit'ing the file (bug#7854).
15 2011-01-23  Chong Yidong  <cyd@stupidchicken.com>
17         * dired.el (dired-revert): Doc fix (Bug#7758).
19 2011-01-23  Nobuyoshi Nakada  <nobu@ruby-lang.org>
21         * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
22         here-doc which ends with an underscore.
23         (ruby-mode-set-encoding): Skip shebang line always.
24         (ruby-mode-map): Bind C-c C-c to comment-region.
25         (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
26         (ruby-forward-sexp): Stop after literal hash key labels.
27         (ruby-font-lock-syntactic-keywords): Highlight regexp after open
28         bracket.
30 2011-01-22  Keitaro Miyazaki  <keitaro.miyazaki@gmail.com>  (tiny change)
32         * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
33         the correct buffer (Bug#7650).
35 2011-01-22  Glenn Morris  <rgm@gnu.org>
37         * simple.el (do-auto-fill): Give it a doc string.
39         * button.el (make-text-button): Doc fix.  (See bug#7881)
41 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
43         * simple.el (line-move-visual): Doc fix (Bug#7594).
45         * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
46         "Case sensitive" menu item.
48 2011-01-21  Roland McGrath  <roland@frob.com>
50         * comint.el (comint-replace-by-expanded-history-before-point): Fix
51         expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
53 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
55         * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
57 2011-01-21  Jari Aalto  <jari.aalto@cante.net>
59         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
60         Assume foo(bar) is a manpage reference rather than some unquoted
61         symbol (bug#7705).
63 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
65         * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
66         Suggested by Flo <sensorflo@gmail.com>.
68 2011-01-21  Glenn Morris  <rgm@gnu.org>
70         * progmodes/compile.el (compilation-error-regexp-alist):
71         Fix custom type.  (Bug#7812)
73 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
76         keymap expression.  Improve docstring.
78 2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
80         * files.el (backup-buffer): Make last-resort backup file in
81         .emacs.d (Bug#6953).
83         * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
84         make it with permission 700.
86 2011-01-14  Kenichi Handa  <handa@m17n.org>
88         * mail/rmailmm.el (rmail-mime-insert-header):
89         Set rmail-mime-coding-system to a cons whose car is the last coding
90         system used to decode the header.
91         (rmail-mime-find-header-encoding): New function.
92         (rmail-mime-insert-decoded-text):
93         Override rmail-mime-coding-system if it is a cons.
94         (rmail-show-mime): If only a header part was decoded, find the
95         coding system while ignoring mm-charset-override-alist.
97 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
99         * subr.el (event-start, event-end): Doc fix (Bug#7826).
101 2011-01-12  Kenichi Handa  <handa@m17n.org>
103         * mail/rmailmm.el (rmail-mime-next-item)
104         (rmail-mime-previous-item): Delete them.
105         (rmail-mime-shown-mode): Recursively call for children.
106         (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
107         Callers changed.
108         (rmail-mime-raw-mode): Recursively call for children.
109         (rmail-mode-map): Change mapping of tab and backtab to
110         forward-button and backward-button respectively.
111         (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
112         button.
113         (rmail-mime-update-tagline): New function.
114         (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
115         body display is changed.
116         (rmail-mime-toggle-button): Rename from rmail-mime-image.
117         (rmail-mime-image): Delete this button type.
118         (rmail-mime-toggle): New button type.
119         (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
120         body display is changed.  Change the save button label to "Save".
121         Don't process show/hide button here.
122         (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
123         the body display is changed.  Unconditionally call
124         rmail-mime-insert for children.
125         (rmail-mime-handle): Update `display' vector of the just inserted
126         entity.
127         (rmail-mime-process): If mail-header-parse-content-type returns
128         nil, use "text/plain" as the fallback type.
129         (rmail-mime-insert): For raw-mode, recursively call
130         rmail-mim-insert for children.
131         (rmail-mime): Handle the case that the current buffer is not rmail
132         buffer (e.g. in summary buffer).
134 2011-01-05  Kenichi Handa  <handa@m17n.org>
136         * mail/rmailmm.el (rmail-mime-next-item)
137         (rmail-mime-previous-item): Skip the body of a non-multipart
138         entity if a tagline is shown.
140 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
142         * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
143         (tmm-prompt): Simplify.
144         (tmm-add-prompt): Remove unused var `win'.
146         * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
147         to minor mode which used nil accidentally to mean "turn off".
149 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
151         * net/tramp.el (tramp-find-inline-compress)
152         (tramp-get-inline-coding): Quote command after pipe symbol for
153         local calls under W32.  (Bug#6784)
155 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
157         * net/tramp.el (tramp-default-method): Initialize with pscp/plink
158         only when running under W32.
160 2011-01-09  Eli Zaretskii  <eliz@gnu.org>
162         * progmodes/grep.el (grep-compute-defaults): Quote the program
163         file name after the pipe symbol in Grep templates.  (Bug#6784)
164         * jka-compr.el (jka-compr-partial-uncompress): Likewise.
166 2011-01-08  Lennart Borgman  <lennart.borgman@gmail.com>
168         * buff-menu.el (Buffer-menu-buffer-list): New var.
169         (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
170         restricted buffer list is not lost on revert (Bug#7749).
172 2011-01-08  Eric Hanchrow  <eric.hanchrow@gmail.com>
174         * net/ldap.el (ldap-search-internal): Discard stderr output.
176 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
178         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
180 2011-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
183         Author names can have spaces (bug#7792).
185 2011-01-04  Kenichi Handa  <handa@m17n.org>
187         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
188         part as a plain text.
189         (rmail-mime-process-multipart): Set the default content-type to
190         nil for unknown multipart subtypes (bug#7651).
192 2011-01-03  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
194         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
195         table, get the value before switching to the output buffer.  (Bug#7733)
197 2011-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
199         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
201 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * files.el (file-local-variables-alist):
204         Make permanent-local (bug#7767).
206 2011-01-02  Glenn Morris  <rgm@gnu.org>
208         * version.el (emacs-copyright): Set short copyright year to 2011.
210 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
212         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
213         an existing temp buffer.  (Bug#7746)
215 2011-01-02  Glenn Morris  <rgm@gnu.org>
217         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
218         multiple addresses.  (Bug#7760)
220 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
222         * net/tramp.el (tramp-methods): Add recursive options to "scpc",
223         "scpx", "pscp" and "psftp".
225 2010-12-31  Eli Zaretskii  <eliz@gnu.org>
227         * term/w32-win.el (image-library-alist): Set up correctly for
228         libpng versions both before and after 1.4.0.  (Bug#7716)
230 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
232         * time.el (display-time-mode): Mention display-time-interval in
233         the doc string.  (Bug#7713)
235         * simple.el (select-active-regions): Doc fix.  (Bug#7702)
237 2010-12-24  Kenichi Handa  <handa@m17n.org>
239         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
240         condition-case and return an error message string if something
241         goes wrong.
242         (rmail-show-mime): Adjust for the above change.  Insert the
243         header by rmail-mime-insert-header.
245 2010-12-24  Kenichi Handa  <handa@m17n.org>
247         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
248         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
249         (rmail-mime-mbox-buffer)
250         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
251         (rmail-mime-entity): Argument changed.  All codes handling an
252         entity object are changed.
253         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
254         the above change.
255         (rmail-mime-entity-children, rmail-mime-entity-handler)
256         (rmail-mime-entity-tagline): New functions.
257         (rmail-mime-message-p): New function.
258         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
259         (rmail-mime-entity-segment, rmail-mime-next-item)
260         (rmail-mime-previous-item, rmail-mime-shown-mode)
261         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
262         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
263         (rmail-mime-insert-tagline, rmail-mime-insert-header):
264         New functions.
265         (rmail-mime-text-handler): Call rmail-mime-insert-text.
266         (rmail-mime-insert-decoded-text): New function.
267         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
268         (rmail-mime-insert-image): Argument changed.  Caller changed.
269         (rmail-mime-image): Call rmail-mime-toggle-hidden.
270         (rmail-mime-set-bulk-data): New funciton.
271         (rmail-mime-insert-bulk): Argument changed.
272         (rmail-mime-multipart-handler): Return t.
273         (rmail-mime-process-multipart): Argument changed.
274         Handle "multipart/alternative" here.
275         (rmail-mime-process): Argument changed.
276         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
277         (rmail-mime-insert): Argument changed.  Handle raw display mode.
278         (rmail-mime): Argument changed.  Handle toggling of raw display
279         mode.
280         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
281         rmail-mime-view-buffer.
282         (rmail-insert-mime-forwarded-message): Likewise.
283         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
285         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
286         non-nil, handle the header in rmail-show-mime-function.
288 2010-12-20  Leo  <sdl.web@gmail.com>
290         * help-fns.el (describe-variable): Fix 2010-12-17 change.
292 2010-12-20  Juri Linkov  <juri@jurta.org>
294         * isearch.el (isearch-lazy-highlight-error): New variable.
295         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
296         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
297         to the current value of `isearch-error' (Bug#7468).
299 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
301         * help-fns.el (describe-variable): Don't emit trailing whitespace
302         (Bug#7511).
304 2010-12-17  Leo  <sdl.web@gmail.com>
306         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
307         if point is not behind eshell-last-output-end (Bug#7585).
309 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
311         * textmodes/rst.el (rst-compile-pdf-preview)
312         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
314 2010-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
316         * emulation/edt-mapper.el: Override mapping of function keys so
317         that the later call to read-key-sequence works.
319 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
321         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
322         Unix EOLs.  (Bug#7589)
324 2010-12-12  Eli Zaretskii  <eliz@gnu.org>
326         * subr.el (posn-col-row): Evaluate header-line-format in the
327         context of the POSITION window's buffer.
329 2010-12-11  Glenn Morris  <rgm@gnu.org>
331         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
332         (with-silent-modifications): Doc fixes.
334 2010-12-10  Michael Albinus  <michael.albinus@gmx.de>
336         * net/tramp.el (tramp-action-password, tramp-process-actions):
337         Revert patch from 2010-12-08.  Use `save-restriction'.
339 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
341         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
342         New functions.
343         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
344         them instead of `nil' and `>', respectively.  (Bug#1077)
346 2010-12-09  Stephen Berman  <stephen.berman@gmx.net>
348         * calendar/diary-lib.el (diary-list-sexp-entries):
349         Handle case of no newline at end of file.  (Bug#7536)
351 2010-12-09  Glenn Morris  <rgm@gnu.org>
353         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
355 2010-12-08  Michael Albinus  <michael.albinus@gmx.de>
357         * net/tramp.el (tramp-handle-start-file-process):
358         Protect buffer-modified value.  (Bug#7557)
359         (tramp-action-password): Delete region, do not narrow.
360         (tramp-process-actions): Do not widen.
362 2010-12-08   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
364         * log-edit.el (log-edit-changelog-entries):
365         Regexp quote filename.  (Bug#7505)
367 2010-12-08  Tom Breton  <tehom@panix.com>
369         * cus-edit.el (custom-save-all):
370         Bind print-length and print-level to nil.  (Bug#7581)
372 2010-12-08  Glenn Morris  <rgm@gnu.org>
374         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
375         Run hooks to update menu contents.  (Bug#7586)
377         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
378         file names, for the sake of MS Windows.  (Bug#7588)
380 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
382         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
383         empty lines without a leading space.
385 2010-12-06  Leo  <sdl.web@gmail.com>
387         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
388         while mapping over marks (Bug#6810).
390 2010-12-06  Chong Yidong  <cyd@stupidchicken.com>
392         * image-dired.el (image-dired-db-file)
393         (image-dired-temp-image-file, image-dired-gallery-dir)
394         (image-dired-temp-rotate-image-file): Set default values relative
395         to image-dired-dir (Bug#7518).
397 2010-12-06  Lawrence Mitchell  <wence@gmx.li>
399         * format.el (format-decode-run-method): Pass args FROM and TO, not
400         point-min and point-max, to shell-command-on-region (Bug#7488).
402 2010-12-06  Jan Djärv  <jan.h.d@swipnet.se>
404         * frame.el (blink-cursor-mode): Make default t for ns.
406 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
408         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
410 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
412         * comint.el (comint-dynamic-list-input-ring)
413         (comint-dynamic-complete-filename)
414         (comint-replace-by-expanded-filename)
415         (comint-dynamic-simple-complete)
416         (comint-dynamic-list-filename-completions)
417         (comint-dynamic-list-completions): Doc fix (Bug#7499).
419         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
420         Doc fix (Bug#7471).
422 2010-12-04  Martin Rudalics  <rudalics@gmx.at>
424         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
425         (Bug#7533).
427 2010-12-04  W. Martin Borgert <debacle@debian.org>  (tiny change)
429         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
430         (Bug#7491).
432 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
434         * simple.el (transient-mark-mode): Doc fix (Bug#7465).
436 2010-12-04  Eli Zaretskii  <eliz@gnu.org>
438         * files.el (file-relative-name): Handle UNC file names on
439         DOS/Windows.  (Bug#4674)
441 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
443         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
444         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
445         (epg-context-set-passphrase-callback): Mention that the callback
446         is not called when used with GnuPG 2.x.
448 2010-12-02  Glenn Morris  <rgm@gnu.org>
450         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
451         Ensure ps-footer-font-size-internal is initialized.
452         Call ps-get-page-dimensions before trying to use ps-font-for-text.
454 2010-12-01  Kenichi Handa  <handa@m17n.org>
456         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
457         within condition-case.
458         (rmail-show-mime): Don't use condition-case.
459         (rmail-search-mime-message): New function.
460         (rmail-search-mime-message-function): Set to
461         rmail-search-mime-message.
463 2010-12-01  Leo  <sdl.web@gmail.com>
465         * ido.el (ido-common-initialization): New function.  (bug#3274)
466         (ido-mode): Use it.
467         (ido-completing-read): Call it.
469 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
471         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
472         stand-alone lines, since that is handled by log-edit-match-to-eoh
473         (Bug#6465).
475 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
477         * dired.el (dired-get-filename): Replace backslashes with slashes
478         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
479         * locate.el (locate-default-make-command-line): Don't consider
480         drive letter and root directory part of
481         `directory-listing-before-filename-regexp'.  (Bug#7308)
482         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
484 2010-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
486         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
487         of :smie-open/close-alist.
488         (smie-next-sexp): Make it accept a "start token" as argument.
489         (smie-indent-keyword): Be careful not to misidentify tokens that span
490         more than one line, as empty lines.  Add argument `token'.
492 2010-11-26  Kenichi Handa  <handa@m17n.org>
494         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
495         multipart subtypes, insert all as usual.
497         * mail/rmail.el: Require rfc2047.
499 2010-11-26  Kenichi Handa  <handa@m17n.org>
501         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
502         (rmail-mime-entity-disposition)
503         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
504         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
505         (rmail-mime-save): Handle the case that the button's `data' is a
506         MIME entity.
507         (rmail-mime-insert-text): New function.
508         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
509         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
510         (rmail-mime-insert-bulk): New function mostly copied from the old
511         rmail-mime-bulk-handler.
512         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
513         (rmail-mime-process-multipart): New function mostly copied from
514         the old rmail-mime-multipart-handler.
515         (rmail-mime-show): Just call rmail-mime-process.
516         (rmail-mime-process): New function mostly copied from the old
517         rmail-mime-show.
518         (rmail-mime-insert-multipart, rmail-mime-parse)
519         (rmail-mime-insert, rmail-show-mime)
520         (rmail-insert-mime-forwarded-message)
521         (rmail-insert-mime-resent-message): New functions.
522         (rmail-insert-mime-forwarded-message-function): Set to
523         rmail-insert-mime-forwarded-message.
524         (rmail-insert-mime-resent-message-function): Set to
525         rmail-insert-mime-resent-message.
527         * mail/rmailsum.el: Require rfc2047.
528         (rmail-header-summary): Handle multiline Subject: field.
529         (rmail-summary-line-decoder): Change the default to
530         rfc2047-decode-string.
532         * mail/rmail.el (rmail-enable-mime): Change the default to t.
533         (rmail-mime-feature): Change the default to `rmailmm'.
534         (rmail-quit): Delete the specifal code for rmail-enable-mime.
535         (rmail-display-labels): Likewise.
536         (rmail-show-message-1): Check rmail-enable-mime, and use
537         rmail-show-mime-function for a MIME message.  Decode the headers
538         according to RFC2047.
540 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
542         * progmodes/which-func.el (which-func-imenu-joiner-function):
543         Return a string, as expected.
544         (which-function-mode): Make sure we stop any previous timer before
545         starting a new one.
547 2010-11-23  Michael Albinus  <michael.albinus@gmx.de>
549         * net/tramp.el (tramp-default-method-alist)
550         (tramp-default-user-alist, tramp-default-proxies-alist):
551         Adapt custom options type.  (Bug#7445)
553 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
555         * progmodes/python.el: Add Ipython support (Bug#5390).
556         (python-shell-prompt-alist)
557         (python-shell-continuation-prompt-alist): New options.
558         (python--set-prompt-regexp): New function.
559         (inferior-python-mode, run-python, python-shell):
560         Require ansi-color.  Use python--set-prompt-regexp to set the comint
561         prompt based on the Python interpreter.
562         (python--prompt-regexp): New var.
563         (python-check-comint-prompt)
564         (python-comint-output-filter-function): Use it.
565         (run-python): Use a pipe (Bug#5694).
567 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
569         * progmodes/python.el (run-python): Doc fix.
570         (python-keep-current-directory-in-path): New var (Bug#7454).
572 2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
574         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
575         Prompt user before actually printing.
577 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
579         * simple.el (kill-new, kill-append, kill-region):
580         * comint.el (comint-kill-region): Make the yank-handler argument
581         obsolete.
583 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
585         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
586         that are both openers (resp. closers) and something else.
587         (smie-grammar): Loosen definition of valid values.
588         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
589         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
590         (smie-indent-after-keyword): Adjust users.
591         (smie-indent-keyword): Don't indent empty lines.
593         * vc-hg.el (vc-hg-program): New var.
594         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
595         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
597 2010-11-17  Glenn Morris  <rgm@gnu.org>
599         * emacs-lisp/autoload.el (autoload-find-destination): The function
600         coding-system-eol-type may return non-numeric values.  (Bug#7414)
602 2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
604         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
606 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
608         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
610 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
612         * textmodes/picture.el (picture-mouse-set-point): Don't use
613         posn-col-row; explicitly compute the motion based on the posn at
614         the window-start (Bug#7390).
616 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
618         * net/tramp.el (tramp-remote-coding-commands): Add an alternative
619         using "base64 -d -i".  This is needed for older base64 versions
620         from GNU coreutils.  Reported by Klaus Reichl
621         <Klaus.Reichl@thalesgroup.com>.
623 2010-11-13  Glenn Morris  <rgm@gnu.org>
625         * novice.el (disabled-command-function):
626         Fix 2009-11-15 change.  (Bug#7384)
628 2010-11-12  Glenn Morris  <rgm@gnu.org>
630         * calendar/calendar.el (diary-iso-date-forms): Make elements
631         mutually exclusive.  (Bug#7377)
633 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
635         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
636         when filling the remaining "unconstrained" values.
638 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
640         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
641         safety predicate.
643         * files.el (safe-local-variable-p): Gracefully handle errors.
645         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
646         Use smie-indent-virtual when indenting relative to an opener.
647         (smie-rule-separator): Use smie-rule-parent.
648         (smie-indent-keyword): Consult rules, even for openers at bol.
649         (smie-indent-comment-close): Try to align closer's content.
651 2010-11-11  Glenn Morris  <rgm@gnu.org>
653         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
655 2010-11-10  Glenn Morris  <rgm@gnu.org>
657         * printing.el (pr-menu-bind): Doc fix.
659         * speedbar.el (speedbar-toggle-images): Doc fix.
661         * progmodes/python.el (python-shell): Doc fix.
663         * wid-edit.el (widget-field-use-before-change)
664         (widget-use-overlay-change): Doc fixes.
666 2010-11-09  Glenn Morris  <rgm@gnu.org>
668         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
670 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * minibuffer.el (minibuffer-completion-help): Specify the end of the
673         completion field (bug#7211).
675         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
676         Fix handling of backslash escapes.
677         (python-quote-syntax): Adjust accordingly.
679 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
681         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
682         (vc-mtn-workfile-branch): Adjust to new output format.
684 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
686         * international/mule-cmds.el (princ-list): Mark as obsolete.
688 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
690         * emacs-lisp/smie.el: New package.
692 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
694         * files.el (backup-by-copying-when-mismatch):
695         Set `permanent-local' property.
697         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
698         `permanent-local' property for `backup-by-copying-when-mismatch'.
700 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
702         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
703         (ls-lisp-classify-file): New function.
704         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
705         (ls-lisp-classify): Call ls-lisp-classify-file.
706         (insert-directory): Remove blanks from switches.
708 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
710         * progmodes/verilog-mode.el (verilog-insert-one-definition)
711         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
712         AUTOINOUT for SV style multidimensional arrays, bug294.
713         Reported by Eric Mastromarchi.
714         (verilog-preprocess): Use with-current-buffer and
715         font-lock-fontify-buffer to cleanup style issues.
717 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
719         * net/trampver.el: Update release number.
721 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
723         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
724         beginning of the string.  Use `string-match-p'.  (Bug#6765)
726 2010-11-01  Glenn Morris  <rgm@gnu.org>
728         * locate.el (locate, locate-mode): Doc fixes.
730 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
732         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
733         user for confirmation.
734         (server-force-stop): Use it.
735         (server-start): Use server-force-stop for kill-emacs-hook, to
736         avoid user interaction while killing Emacs.
738 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
740         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
741         (log-edit-author): New dynamic var.
742         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
743         Use it to return the author if different from committer.
744         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
746 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
748         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
750 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
752         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
753         (vc-root-diff, vc-print-root-log, vc-log-incoming)
754         (vc-log-outgoing): Use it.
755         (vc-diff-internal): Set diff-vc-backend.
757         * vc/diff-mode.el (diff-vc-backend): New var.
759 2010-10-31  Juri Linkov  <juri@jurta.org>
761         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
762         buffer-locally to lambda that re-runs the vc diff command.
763         (Bug#6447)
765 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
767         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
769         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
770         log-outgoing commands.
771         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
772         to create a buffer local revert-buffer-function variable.
773         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
774         revert-buffer-function lambda.
776         Improve VC create/retrieve tag/branch.
777         * vc.el (vc-create-tag): Do not read the directory name for VCs
778         with repository revision granularity.  Adjust the tag/branch
779         prompt.  Reset VC properties.
780         (vc-retrieve-tag): Do not read the directory name for VCs
781         with repository revision granularity.  Reset VC properties.
783         Add optional support for resetting VC properties.
784         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
785         call vc-file-clearprops when true.
786         (vc-resynch-buffer): Add new optional argument, pass it down.
787         (vc-resynch-buffers-in-directory): Likewise.
789         Improve support for special markup in the VC commit message.
790         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
791         * vc-hg.el (vc-hg-checkin): Add support for Date:.
792         * vc-git.el (vc-git-checkin):
793         * vc-bzr.el (vc-bzr-checkin): Likewise.
795         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
796         * vc-git.el (vc-git-log-view-mode): Fix font lock for
797         incoming/outgoing logs.
798         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
800         * vc-git.el (vc-git-log-outgoing): Use the same format as the
801         short log.
802         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
803         command
805         Add bindings for vc-log-incoming and vc-log-outgoing.
806         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
807         and vc-log-outgoing.
808         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
809         and vc-log-outgoing.
811         Improve state updating for VC tag commands.
812         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
813         to update the state of all buffers in the directory.
815 2010-05-19  Glenn Morris  <rgm@gnu.org>
817         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
819 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
821         * vc.el (vc-checkin, vc-modify-change-comment):
822         Adjust to new vc-start/finish-logentry.
823         (vc-find-conflicted-file): New command.
824         (vc-transfer-file): Adjust to new vc-checkin.
825         (vc-next-action): Improve scoping.
827         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
828         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
830         * vc-dispatcher.el (vc-log-edit): Shorten names for
831         log-edit-show-files.
833         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
834         (vc-bzr-conflicted-files): New function.
836         * log-edit.el (log-edit-summary, log-edit-header)
837         (log-edit-unknown-header): New faces.
838         (log-edit-headers-alist): New var.
839         (log-edit-header-contents-regexp): New const.
840         (log-edit-match-to-eoh): New function.
841         (log-edit-font-lock-keywords): Use them.
842         (log-edit): Insert a "Summary:" header as default.
843         (log-edit-mode): Mark font-lock rules as case-insensitive.
844         (log-edit-done): Cleanup headers.
845         (log-edit-extract-headers): New function to replace it.
847         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
848         the windows/frames.
850         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
852         * vc-dir.el (vc-dir-kill-line): New command.
853         (vc-dir-mode-map): Bind it to C-k.
854         (vc-dir-headers): Abbreviate the working dir.
856         * vc-git.el (vc-git-revision-table): Include remote branches.
858 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
860         New VC methods: vc-log-incoming and vc-log-outgoing.
861         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
862         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
863         New functions.
864         (vc-print-log-internal): Just call vc-log-internal-common.
865         (vc-log-view-type): New permanent local variable.
867         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
869         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
870         of the dynamic bound vc-short-log.
871         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
873         * vc-git.el (vc-git-log-outgoing): New function.
874         (vc-git-log-view-mode): Use vc-log-view-type instead
875         of the dynamic bound vc-short-log.
877         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
878         the dynamic bound vc-short-log.  Highlight the tag.
879         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
880         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
881         (vc-hg-incoming-mode): Remove.
882         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
884         Fix default-directory for vc-root-diff.
885         * vc.el (vc-root-diff): Bind default-directory to the root
886         directory for the diff command.
888 2010-10-31  Sam Steingold  <sds@gnu.org>
890         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
891         `vc-hg-command' with a list of flags.
893 2010-10-31  Glenn Morris  <rgm@gnu.org>
895         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
896         log-edit-before-checkin-process.
898         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
900         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
902         * vc-dispatcher.el (vc-start-logentry): Doc fix.
903         (log-view-process-buffer, log-edit-extra-flags): Declare.
905 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
907         Add special markup processing for commit logs.
908         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
909         when non-nil instead of the log-view-mode.
911         * vc.el (vc-default-log-edit-mode): New function.
913         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
914         log-edit.
916         Support for shelving snapshots and for showing shelves.
917         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
918         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
919         New functions.
920         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
921         (vc-bzr-extra-menu-map): Map them.
923 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
925         * net/tramp.el (tramp-handle-insert-file-contents): For root,
926         preserve owner and group when editing files.  (Bug#7289)
928 2010-10-29  Glenn Morris  <rgm@gnu.org>
930         * speedbar.el (speedbar-mode):
931         * play/fortune.el (fortune-in-buffer, fortune):
932         * play/gomoku.el (gomoku-mode):
933         * play/landmark.el (lm-mode):
934         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
935         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
937 2010-10-28  Glenn Morris  <rgm@gnu.org>
939         * select.el (x-selection): Mark it as an obsolete alias.
941 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
943         * add-log.el (find-change-log): Use derived-mode-p rather than
944         major-mode (bug#7284).
946 2010-10-27  Glenn Morris  <rgm@gnu.org>
948         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
949         rather than just an unused variable that inherits from the real one.
951 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
953         * verilog-mode.el (verilog-directive-re): Make this variable
954         auto-built for efficiency of execution and updating.
955         (verilog-extended-complete-re): Support 'pure' fucntion & task
956         declarations (these have no bodies).
957         (verilog-beg-of-statement): General cleanup to enable support of
958         'pure' fucntion & task declarations (these have no bodies).
959         These efforts together fix Verilog bug210 from veripool; which was also
960         noticed by Steve Pearlmutter.
961         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
962         (verilog-directive-nest-re, verilog-set-auto-endcomments):
963         Support `elsif.  Reported by Shankar Giri.
964         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
965         attribute handling for lining up declarations and assignments.
966         (verilog-beg-of-statement-1): Fix issue where continued declaration
967         is indented differently if it is after a begin..end clock.
968         (verilog-in-attribute-p, verilog-skip-backward-comments)
969         (verilog-skip-forward-comment-p): Support proper treatment of
970         attributes by indent code. Reported by Jeff Steele.
971         (verilog-in-directive-p): Fix comment to correctly describe function.
972         (verilog-backward-up-list, verilog-in-struct-region-p)
973         (verilog-backward-token, verilog-in-struct-p)
974         (verilog-in-coverage-p, verilog-do-indent)
975         (verilog-pretty-declarations): Use verilog-backward-up-list as
976         wrapper around backward-up-list inorder to properly skip comments.
977         Reported by David Rogoff.
978         (verilog-property-re, verilog-endcomment-reason-re)
979         (verilog-beg-of-statement, verilog-set-auto-endcomments)
980         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
981         of if). Reported by Max Bjurling and
982         (verilog-calc-1): Fix for clocking block in modport
983         declaration. Reported by Brian Hunter.
985 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
987         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
988         (verilog-gate-keywords, verilog-read-sub-decls)
989         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
990         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
991         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
992         (verilog-read-decls): Fix spaces in V2K module parameters causing
993         mis-identification as interfaces, bug287.
994         (verilog-read-decls): Fix not treating "parameter string" as a
995         parameter in AUTOINSTPARAM.
996         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
997         treating `elsif similar to `endif inside AUTOSENSE.
998         (verilog-do-indent): Implement correct automatic or static task or
999         function end comment highlight. Reported by Steve Pearlmutter.
1000         (verilog-font-lock-keywords-2): Fix highlighting of single
1001         character pins, bug264.  Reported by Michael Laajanen.
1002         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1003         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1004         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1005         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
1006         (verilog-pretty-expr): Fix interactive arguments, bug272.
1007         Reported by Mark Johnson.
1008         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1009         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1010         bug269. Suggested by Gary Delp.
1011         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1012         (verilog-preprocessor, verilog-set-compile-command):
1013         Create verilog-preprocess and verilog-preprocessor to show
1014         preprocessed output.
1015         (verilog-get-beg-of-line, verilog-get-end-of-line)
1016         (verilog-modi-file-or-buffer, verilog-modi-name)
1017         (verilog-modi-point, verilog-within-string): Move defmacro's
1018         before first use to avoid warning. Reported by Steve Pearlmutter.
1019         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1020         (verilog-colorize-region, verilog-highlight-buffer)
1021         (verilog-highlight-includes, verilog-highlight-modules)
1022         (verilog-highlight-region, verilog-mode): Rename colorize to
1023         highlight to match other packages.  Disable module highlighting,
1024         as received speed complaints, reenable for experimentation only
1025         using new verilog-highlight-modules.
1026         (verilog-read-decls): Fix regexp stack overflow in very large
1027         AUTO_TEMPLATEs, bug250.
1028         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1029         (verilog-scan): Create verilog-save-buffer-state to standardize
1030         making insignificant changes that shouldn't call hooks.
1031         (verilog-save-no-change-functions, verilog-save-scan-cache)
1032         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1033         Create verilog-save-no-change-functions to wrap verilog-scan
1034         preservation, and fix to work with nested preserved calls.
1035         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1036         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1037         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
1038         (verilog-submit-bug-report): Update variable list to be complete.
1039         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1040         breaking on-the-fly font-locking.
1041         (verilog-colorize-buffer, verilog-colorize-include-files)
1042         (verilog-colorize-include-files-buffer, verilog-colorize-region)
1043         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1044         (verilog-mode, verilog-read-inst-module-matcher): With point on a
1045         AUTOINST cell instance name, middle mouse button now finds-file on
1046         it.  Suggested by Brad Dobbie.
1047         (verilog-alw-get-temps, verilog-auto-reset)
1048         (verilog-auto-sense-sigs, verilog-read-always-signals)
1049         (verilog-read-always-signals-recurse): Fix loop indexes being
1050         AUTORESET. AUTORESET now assumes any variables in the
1051         initialization section of a for() should be ignored.
1052         Reported by Dan Dever.
1053         (verilog-error-font-lock-keywords)
1054         (verilog-error-regexp-emacs-alist)
1055         (verilog-error-regexp-xemacs-alist): Fix error detection of
1056         Cadence HAL, reported by David Asher.  Repair drift between the
1057         three similar error variables.
1058         (verilog-modi-lookup, verilog-modi-lookup-cache)
1059         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1060         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1061         Fix slow verilog-auto expansion on very large files.
1062         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1063         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1064         "{1*2{...".  Broke in last revision.
1065         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1066         submodule connections with replications "{#{a},#{b}}".
1068 2010-10-23  Glenn Morris  <rgm@gnu.org>
1070         * comint.el (comint-password-prompt-regexp):
1071         Match "enter the password".  (Bug#7224)
1073 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
1075         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1076         Fix typo in docstring.
1078 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
1080         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1081         errors.
1083         * net/trampver.el: Update release number.
1085 2010-10-20  Kenichi Handa  <handa@m17n.org>
1087         * face-remap.el (text-scale-adjust): Call read-event with a proper
1088         prompt.
1090 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
1092         * net/tramp.el (tramp-do-file-attributes-with-stat)
1093         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1094         order to make stat results a float.  Patch by Andreas Schwab
1095         <schwab@linux-m68k.org>.
1097 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1099         * repeat.el (repeat): Use read-key (bug#6256).
1101 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
1103         * emacs-lisp/unsafep.el: Don't mark functions that display
1104         messages as safe.  Suggested by Johan Bockgård.
1106 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1108         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1109         Turn comments into docstrings.
1111         * minibuffer.el (completion--replace): Move point where it belongs
1112         when there's a common suffix (bug#7215).
1114 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
1116         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1117         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
1118         <dale@codefu.org>.
1120 2010-10-15  Kenichi Handa  <handa@m17n.org>
1122         * international/characters.el: Add category '|' (word breakable)
1123         to fullwidth characters.
1125 2010-10-14  Kenichi Handa  <handa@m17n.org>
1127         * mail/rmail.el (rmail-show-message-1): Catch an error of
1128         base64-decode-region and just show an error message (bug#7165).
1130         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
1131         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1132         a font-spec (bug#7197).
1134 2010-10-13  Glenn Morris  <rgm@gnu.org>
1136         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1138 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
1140         * international/mule.el (define-coding-system):
1141         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1142         * composite.el (compose-region): Fix typo in docstring.
1144 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
1146         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1147         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1148         (mac-right-option-modifier): New alias for ns-right-option-modifier.
1150         * cus-start.el (all): ns-right-alternate-modifier is new.
1152 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
1154         * Makefile.in (ELCFILES): Update.
1156 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1158         * emacs-lisp/lisp.el (lisp-completion-at-point):
1159         Use emacs-lisp-mode-syntax-table for the whole function.
1161 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
1163         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1164         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1165         work when breakpoint number exceeds nine.
1167 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
1169         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1170         instead of font-lock-mode before adding keywords.
1171         Remove hi-lock-mode off code.  Remove inhibit hack.
1172         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1173         non-nil; removed hook inhibit hack.
1175 2010-10-09  Glenn Morris  <rgm@gnu.org>
1177         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1178         (load-path-shadows-find): ... to this.
1179         (list-load-path-shadows): Update for above change.
1181         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1183 2010-10-08  Glenn Morris  <rgm@gnu.org>
1185         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1187         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1188         (shadows-compare-text-p): Make it an obsolete alias for...
1189         (load-path-shadows-compare-text): ... new name.
1190         (find-emacs-lisp-shadows): Update for above name change.
1191         (load-path-shadows-same-file-or-nonexistent): New name for the old
1192         shadow-same-file-or-nonexistent.
1194 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1196         * minibuffer.el (completion--some, completion--do-completion)
1197         (minibuffer-complete-and-exit, minibuffer-completion-help)
1198         (completion-basic-try-completion)
1199         (completion-basic-all-completions)
1200         (completion-pcm--find-all-completions): Use lexical-let to
1201         avoid some false matches in variable completion (Bug#7056)
1203 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1205         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1207 2010-10-03  Leo  <sdl.web@gmail.com>
1209         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1210         return non-nil if the file exists (Bug#7090).
1212 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1214         * minibuffer.el (completion--replace):
1215         Better preserve markers (bug#7138).
1217 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
1219         * server.el (server-process-filter): Doc fix.
1221 2010-09-27  Drew Adams  <drew.adams@oracle.com>
1223         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1225 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1227         * Makefile.in (ELCFILES): Update.
1229         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1230         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1232 2010-09-27  Kenichi Handa  <handa@m17n.org>
1234         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1235         "ustar" format.
1237 2010-09-27  Kenichi Handa  <handa@m17n.org>
1239         * international/mule.el (define-coding-system): Docstring fixed.
1241         * international/mule-diag.el (describe-character-set): Use princ
1242         with proper print-length and print-level instead of insert.
1244 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
1246         * window.el (walk-windows): Doc fix (bug#7105).
1248 2010-09-23  Glenn Morris  <rgm@gnu.org>
1250         * isearch.el (isearch-lazy-highlight-cleanup)
1251         (isearch-lazy-highlight-initial-delay)
1252         (isearch-lazy-highlight-interval)
1253         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1254         * net/net-utils.el (ipconfig-program-options):
1255         Move aliases to options before the associated definitions.
1257 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1259         * newcomment.el (comment-normalize-vars): Better test validity of
1260         comment-end-skip.
1262 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1264         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1265         (float-e): New name for `e'.
1266         (degrees-to-radians, radians-to-degrees):
1267         * calendar/solar.el (solar-longitude):
1268         * calculator.el (calculator-registers, calculator-funcall):
1269         * textmodes/artist.el (artist-spray-random-points):
1270         * play/bubbles.el (bubbles--initialize-images): Use new names.
1272 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
1274         Update to CEDET 1.0's version of EIEIO.
1276         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1277         New function.
1278         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1279         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1280         (class-precedence-list): If class is nil, return nil.
1281         (eieio-generic-call): If class of first input arg is nil, don't
1282         look up static methods, and do check for primary methods.
1283         (initialize-instance): See if the default needs to be evaluated
1284         during the constructor.
1285         (eieio-perform-slot-validation-for-default): Don't do the check
1286         for values that will eventually be evaluated.
1287         (eieio-eval-default-p): New function.
1288         (eieio-default-eval-maybe): Use it.
1290 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1292         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1293         method-invocation-order.
1294         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1295         (eieio-class-precedence-dfs): Compute class precedence list using
1296         dfs algorithm.
1297         (eieio-class-precedence-bfs): Compute class precedence list using
1298         bfs algorithm.
1299         (eieio-class-precedence-c3): Compute class precedence list using
1300         c3 algorithm.
1301         (class-precedence-list): New function.
1302         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1303         (inconsistent-class-hierarchy): New error symbol.
1304         (call-next-method): Stow the replacement argument list for future
1305         call-next-method invocations.
1307 2010-09-15  Glenn Morris  <rgm@gnu.org>
1309         * calendar/appt.el (appt-check): If not displaying the diary,
1310         use (diary 1) to only get the entries we need.
1311         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1312         that it is in day order.  (Bug#7019)
1314         * calendar/appt.el (appt-check): Rather than showing the diary,
1315         just turn off invisible display, and only if needed.
1317         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1319 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1321         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1322         Add `when' argument.  Update callers.
1324         * subr.el (unintern): Declare the obarray arg mandatory.
1326 2010-09-14  Glenn Morris  <rgm@gnu.org>
1328         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1329         Doc fixes.
1331         * calendar/diary-lib.el (diary-included-files): New variable.
1332         (diary-list-entries): Maybe initialize diary-included-files.
1333         (diary-include-other-diary-files): Append to diary-included-files.
1334         * calendar/appt.el (appt-update-list): Also check the members of
1335         diary-included-files.  (Bug#6999)
1336         (appt-check): Doc fix.
1338 2010-09-12  David Reitter  <david.reitter@gmail.com>
1340         * simple.el (line-move-visual): Do not truncate goal column to
1341         integer size.  (Bug#7020)
1343 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1345         * repeat.el (repeat): Allow repeating when the last event is a click.
1346         Suggested by Drew Adams (bug#6256).
1348 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
1350         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1351         Replace setting HGRCPATH to "" by some less invasive --config options.
1353 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1355         * font-lock.el (font-lock-beginning-of-syntax-function):
1356         Mark as obsolete.
1358 2010-09-10  Glenn Morris  <rgm@gnu.org>
1360         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1361         and tool-bar modes.  (Bug#6211)
1362         (menu-bar-mode): Move setting of standard-value after the
1363         minor-mode definition, otherwise it seems to have no effect.
1365 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
1367         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1368         Fix typo.  (Bug#6976)
1370 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1372         * whitespace.el: Allow cleaning up blanks without blank
1373         visualization (Bug#6651).  Adjust help window for
1374         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1375         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1376         (whitespace-style): Add new value 'face.  Adjust docstring.
1377         (whitespace-space, whitespace-hspace, whitespace-tab):
1378         Adjust foreground property face.
1379         (whitespace-line-column): Adjust docstring and type declaration.
1380         (whitespace-style-value-list, whitespace-toggle-option-alist)
1381         (whitespace-help-text): Adjust const initialization.
1382         (whitespace-toggle-options, global-whitespace-toggle-options):
1383         Adjust docstring.
1384         (whitespace-display-window, whitespace-interactive-char)
1385         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1386         (whitespace-help-scroll): New fun.
1388 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1390         * files.el (directory-abbrev-alist): Use \` as default regexp.
1392         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1393         chars like - or ] (bug#6984).
1394         (rx-any-condense-range): Explode 2-char ranges.
1396 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1398         * textmodes/bibtex.el:
1399         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1401 2010-09-02  Glenn Morris  <rgm@gnu.org>
1403         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1405 2010-08-31  Kenichi Handa  <handa@m17n.org>
1407         * international/mule-cmds.el (standard-display-european-internal):
1408         Setup standard-display-table for 8-bit characters by storing 8-bit
1409         characters in the element vector.
1411         * disp-table.el (standard-display-8bit):
1412         Setup standard-display-table for 8-bit characters by storing 8-bit
1413         characters in the element vector.
1414         (standard-display-european): Likewise.
1416 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1418         Sync with Tramp 2.1.19.
1420         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1421         (tramp-reporter-dump-variable, tramp-load-report-modules)
1422         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1423         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1425         * net/tramp-compat.el (top): Do not autoload
1426         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1427         only when `start-file-process' is not bound.
1428         (byte-compile-not-obsolete-vars): Define if not bound.
1429         (tramp-compat-funcall): New defmacro.
1430         (tramp-compat-line-beginning-position)
1431         (tramp-compat-line-end-position)
1432         (tramp-compat-temporary-file-directory)
1433         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1434         (tramp-compat-copy-file, tramp-compat-copy-directory)
1435         (tramp-compat-delete-file, tramp-compat-delete-directory)
1436         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1437         Use it.
1438         (tramp-advice-file-expand-wildcards): Do not use
1439         `tramp-handle-file-remote-p'.
1440         (tramp-compat-make-temp-file): Simplify fallback implementation.
1441         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1442         (tramp-compat-copy-tree): Remove function.
1443         (tramp-compat-delete-file): New defun.
1444         (tramp-compat-delete-directory): Provide implementation for older
1445         Emacsen.
1446         (tramp-compat-file-attributes): Handle only
1447         `wrong-number-of-arguments' error.
1449         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1450         Add PRESERVE_SELINUX_CONTEXT.
1451         (tramp-fish-handle-delete-file): Add TRASH arg.
1452         (tramp-fish-handle-directory-files-and-attributes):
1453         Do not use `tramp-fish-handle-file-attributes.
1454         (tramp-fish-handle-file-local-copy)
1455         (tramp-fish-handle-insert-file-contents)
1456         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1458         * net/tramp-gvfs.el (top): Require url-util.
1459         (tramp-gvfs-mount-point): Remove.
1460         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1461         and `set-file-selinux-context'.
1462         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1463         (tramp-gvfs-handle-file-selinux-context)
1464         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1465         (with-tramp-dbus-call-method): Format trace message.
1466         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1467         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1468         Implement backup call, when operation on local files fails.
1469         Use progress reporter.  Flush properties of changed files.
1470         (tramp-gvfs-handle-delete-file): Add TRASH arg.
1471         Use `tramp-compat-delete-file'.
1472         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1473         (tramp-gvfs-handle-make-directory): Make more traces.
1474         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1475         (tramp-gvfs-url-file-name): Hexify file name in url.
1476         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1477         into account for the resulting file name.
1478         (tramp-gvfs-handler-askquestion): Preserve current message, in
1479         order to let progress reporter continue afterwards.  (Bug#6257)
1480         Return dummy mountpoint, when the answer is "no".
1481         See `tramp-gvfs-maybe-open-connection'.
1482         (tramp-gvfs-handler-mounted-unmounted)
1483         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1484         attribute "default_location".  Set "prefix" property.
1485         Handle default-location.
1486         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1487         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1488         exists.  Raise an error, if not (due to a corresponding answer
1489         "no" in interactive questions, for example).
1490         Use `tramp-compat-funcall'.
1492         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1493         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1494         (tramp-imap-do-copy-or-rename-file)
1495         (tramp-imap-handle-insert-file-contents)
1496         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1497         (tramp-imap-handle-delete-file): Add TRASH arg.
1499         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1500         Add PRESERVE-SELINUX-CONTEXT.
1501         (tramp-smb-handle-copy-file)
1502         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1503         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1504         Use `with-progress-reporter'.
1505         (tramp-smb-handle-delete-file): Add TRASH arg.
1507         * net/tramp.el (tramp-methods): Move hostname to the end in all
1508         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1509         appropriate.
1510         (tramp-verbose): Describe verbose level 9.
1511         (tramp-completion-function-alist)
1512         (tramp-file-name-regexp, tramp-chunksize)
1513         (tramp-local-coding-commands, tramp-remote-coding-commands)
1514         (with-connection-property, tramp-completion-mode-p)
1515         (tramp-action-process-alive, tramp-action-out-of-band)
1516         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1517         (tramp-exists-file-name-handler): Fix docstring.
1518         (tramp-remote-process-environment): Use `format' instead of
1519         `concat'.  Protect version string by apostroph.
1520         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1521         XEmacs.
1522         (tramp-file-name-regexp-unified)
1523         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1524         not regard the volume letter as remote filename.  (Bug#5447)
1525         (tramp-perl-file-attributes)
1526         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1527         (tramp-vc-registered-read-file-names): Read input as
1528         here-document, otherwise the command could exceed maximum length
1529         of command line.
1530         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1531         `set-file-selinux-context'.
1532         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1533         backtrace functions.
1534         (tramp-error-with-buffer): Don't show the connection buffer when
1535         we are in completion mode.
1536         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1537         (tramp-handle-file-selinux-context)
1538         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1539         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1540         New defuns.
1541         (with-progress-reporter): New defmacro.
1542         (tramp-debug-outline-regexp): New defconst.
1543         (top, tramp-rfn-eshadow-setup-minibuffer)
1544         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1545         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1546         (tramp-completion-mode-p, tramp-check-for-regexp)
1547         (tramp-open-connection-setup-interactive-shell)
1548         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1549         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1550         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1551         Use `tramp-compat-funcall'.
1552         (tramp-handle-make-symbolic-link): Flush file properties.
1553         (tramp-handle-load, tramp-handle-file-local-copy)
1554         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1555         (tramp-handle-vc-registered, tramp-maybe-send-script)
1556         (tramp-find-shell): Use `with-progress-reporter'.
1557         (tramp-do-file-attributes-with-stat): Add space in format string,
1558         in order to work around a bug in pdksh.  Reported by Gilles Pion
1559         <gpion@lfdj.com>.
1560         (tramp-handle-verify-visited-file-modtime): Do not send a command
1561         when the connection is not established.
1562         (tramp-handle-set-file-times): Simplify the check for utc.
1563         (tramp-handle-directory-files-and-attributes)
1564         (tramp-get-remote-path): Use `copy-tree'.
1565         (tramp-completion-handle-file-name-all-completions): Ensure, that
1566         non remote files are still checked.  Oops.
1567         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1568         Handle PRESERVE-SELINUX-CONTEXT.
1569         (tramp-do-copy-or-rename-file): Add progress reporter.
1570         (tramp-do-copy-or-rename-file-directly): Do not use
1571         `tramp-handle-file-remote-p'.
1572         (tramp-do-copy-or-rename-file-out-of-band):
1573         Use `tramp-compat-delete-directory'.
1574         (tramp-do-copy-or-rename-file-out-of-band)
1575         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1576         Use `format-spec-make'.
1577         (tramp-handle-delete-file): Add TRASH arg.
1578         (tramp-handle-dired-uncache): Flush directory cache, not only file
1579         cache.
1580         (tramp-handle-expand-file-name)
1581         (tramp-completion-handle-file-name-all-completions)
1582         (tramp-completion-handle-file-name-completion):
1583         Use `tramp-connectable-p'.
1584         (tramp-handle-start-file-process): Set connection property "vec".
1585         Use it, in order to invalidate file caches.  Check only for
1586         `remote-tty' process property.
1587         Implement tty setting.  (Bug#4604, Bug#6360)
1588         (tramp-file-name-for-operation): Add `call-process-region' and
1589         `set-file-selinux-context'.
1590         (tramp-find-foreign-file-name-handler)
1591         (tramp-advice-make-auto-save-file-name)
1592         (tramp-set-auto-save-file-modes): Remove superfluous check for
1593         `stringp'.  This is done inside `tramp-tramp-file-p'.
1594         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1595         operations when we are in completion mode.  This gives the user
1596         the chance to correct the file name in the minibuffer.
1597         (tramp-completion-mode-p): Use `non-essential'.
1598         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1599         compatibility: Use `completion-ignore-case' if
1600         `read-file-name-completion-ignore-case' does not exist.
1601         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1602         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1603         `tramp-open-shell'.
1604         (tramp-action-password): Hide password prompt before next run.
1605         (tramp-process-actions): Widen connection buffer for the trace.
1606         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1607         process property.  Trace stty settings if `tramp-verbose' >= 9.
1608         Apply workaround for IRIX64 bug.  Move argument of last
1609         `tramp-send-command' where it belongs to.
1610         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1611         front of `login-args'.
1612         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1613         on "/dev/null" instead of "/".
1614         (tramp-get-ls-command-with-dired): Make test for "--dired"
1615         stronger.
1616         (tramp-set-auto-save-file-modes): Adapt version check.
1617         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1618         (tramp-handle-process-file): Call the program in a subshell, in
1619         order to preserve working directory.
1620         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1621         `tramp-remote-sh' from `tramp-methods'.
1622         (tramp-get-ls-command): Make test for "--color=never" stronger.
1623         (tramp-check-for-regexp): Use (forward-line 1).
1625         * net/trampver.el: Update release number.
1627 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1629         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1630         empty argument to gvfs-copy.
1632 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1634         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1635         handle new TRASH arg of `delete-file'.
1637 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1639         * net/tramp.el (tramp-handle-insert-directory): Don't use
1640         `forward-word', its default syntax could be changed.
1642 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1643             Michael Albinus  <michael.albinus@gmx.de>
1645         Implement compression for inline methods.
1647         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1648         (tramp-copy-size-limit): Allow also nil.
1649         (tramp-inline-compress-commands): New defconst.
1650         (tramp-find-inline-compress, tramp-get-inline-compress)
1651         (tramp-get-inline-coding): New defuns.
1652         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1653         replaced by `tramp-get-inline-coding'.
1654         (tramp-handle-file-local-copy, tramp-handle-write-region)
1655         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1657 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1659         Detect ssh 'ControlMaster' argument automatically in some cases.
1661         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1662         (tramp-default-method): Use it.
1664 2010-08-26  Karel Klíč  <kklic@redhat.com>
1666         * net/tramp.el (tramp-file-name-for-operation):
1667         Add file-selinux-context.
1669 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1671         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1673 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1675         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1676         (Bug#6907).
1678 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
1680         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1681         with "else" (Bug#3991).
1683 2010-08-22  Leo  <sdl.web@gmail.com>
1685         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1686         (ignore, bright, dim, keyword): Split list of nicknames before
1687         passing to rcirc-add-or-remove (Bug#6894).
1689 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1691         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1693 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1695         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1696         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1697         New version 13.0.
1698         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1699         Adjust initialization.
1700         (whitespace-bob-marker, whitespace-eob-marker)
1701         (whitespace-buffer-changed): New vars.
1702         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1703         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1704         (whitespace-post-command-hook, whitespace-display-char-on):
1705         Adjust code.
1706         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1707         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1709 2010-08-21  Leo  <sdl.web@gmail.com>
1711         Fix buffer-list rename&refresh after killing a buffer in ido.
1712         * lisp/ido.el: Revert Óscar's.
1713         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1714         Remember the buffers at head, rather than their name.
1715         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1717 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1718             Stefan Monnier  <monnier@iro.umontreal.ca>
1720         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1721         extra backslash added to each line (bug#6890).
1723 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1727 2010-08-21  Glenn Morris  <rgm@gnu.org>
1729         * menu-bar.el (menu-bar-games-menu): Add landmark.
1731 2010-08-20  Glenn Morris  <rgm@gnu.org>
1733         * align.el (align-regexp): Make group and spacing arguments
1734         use the interactive defaults when non-interactive.  (Bug#6698)
1736         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1737         expansion, so as not to need sendmail.
1738         (mail-text-start): Remove declaration.
1739         (rmail-retry-failure): Require sendmail.
1741 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1743         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1745 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
1747         * progmodes/flymake.el (flymake-start-syntax-check-process):
1748         Use `start-file-process' in order to let it run also on remote hosts.
1750 2010-08-18  Kenichi Handa  <handa@m17n.org>
1752         * files.el: Add `word-wrap' as safe local variable.
1754 2010-08-18  Glenn Morris  <rgm@gnu.org>
1756         * woman.el (woman-translate): Case matters.  (Bug#6849)
1758 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
1760         * simple.el (kill-region): Doc fix (Bug#6787).
1762 2010-08-14  Glenn Morris  <rgm@gnu.org>
1764         * calendar/diary-lib.el (diary-header-line-format):
1765         Fit it to the window, not the frame.
1767 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
1769         * subr.el (ignore-errors): Add debug declaration.
1771 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1773         * whitespace.el (whitespace-color-off): Remove post-command-hook
1774         locally.
1776 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1778         * replace.el (replace-highlight): Bind isearch-forward and
1779         isearch-error, ensuring that highlighting is updated if the user
1780         switches the search direction (Bug#6808).
1782         * isearch.el (isearch-lazy-highlight-forward): New var.
1783         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1784         (isearch-lazy-highlight-update): Use it.
1786 2010-08-06  Kenichi Handa  <handa@m17n.org>
1788         * international/mule.el (define-charset): Store NAME as :base property.
1789         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1790         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1791         current priority.  Force using the designation of the specific
1792         charset by adding `charset' text property.  Improve the whole
1793         algorithm.
1795 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
1797         * emulation/pc-select.el (pc-selection-mode-hook)
1798         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1799         (pc-selection-mode): Fix typos in docstrings.
1801 2010-08-04  Kenichi Handa  <handa@m17n.org>
1803         * language/cyrillic.el: Don't add "microsoft-cp1251" to
1804         ctext-non-standard-encodings-alist here.
1806         * international/mule.el (ctext-non-standard-encodings-alist):
1807         Add "koi8-r" and "microsoft-cp1251".
1808         (ctext-standard-encodings): New variable.
1809         (ctext-non-standard-encodings-table): List only elements for
1810         non-standard encodings.
1811         (ctext-pre-write-conversion): Adjust for the above change.
1812         Check ctext-standard-encodings.
1814         * international/mule-conf.el (compound-text): Doc fix.
1815         (ctext-no-compositions): Doc fix.
1816         (compound-text-with-extensions): Doc fix.
1818 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1820         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1822 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
1824         * progmodes/which-func.el (which-func-format): Split help-echo text
1825         into lines, like other mode-line tooltips.
1827         * server.el (server-start): When using TCP sockets, force IPv4
1828         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
1830 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1832         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1834 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1836         * term.el (term-delimiter-argument-list): Reflow docstring.
1837         (term-read-input-ring, term-write-input-ring, term-send-input)
1838         (term-bol, term-erase-in-display, serial-supported-or-barf):
1839         Fix typos in docstrings.
1841 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1845 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
1847         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1849 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
1851         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1852         Fix typo in docstring (bug#6747).
1854 2010-07-30  Leo  <sdl.web@gmail.com>
1856         * eshell/esh-io.el (eshell-get-target): Better detection of
1857         read-only file (Bug#6762).
1859 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
1861         * align.el (align-default-spacing): Doc fix.
1862         (align-region-heuristic, align-regexp): Fix typos in docstrings.
1864 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
1866         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1868 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
1870         * time.el (display-time-day-and-date): Remove spurious * in docstring.
1871         (display-time-world-buffer-name, display-time-world-mode-map):
1872         Fix typos in docstrings.
1874 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
1876         * image-mode.el (image-display-size): New function.
1877         (image-forward-hscroll, image-next-line, image-eol, image-eob)
1878         (image-mode-fit-frame): Use it (Bug#6639).
1880 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
1882         * dired.el (dired-buffers-for-dir): Handle list values of
1883         dired-directory (Bug#6636).
1885 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
1887         * vc.el (vc-coding-system-inherit-eol): New defvar.
1888         (vc-coding-system-for-diff): Use it to decide whether to inherit
1889         from the file the EOL format for reading the diffs of that file.
1890         (Bug#4451)
1892 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
1894         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1895         unibyte, so compressed attachments are not compressed again.
1897 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
1899         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1900         now that unicode is used (Bug#6594).
1902 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
1904         * simple.el (push-mark-command): Set the selection if
1905         select-active-regions is non-nil.
1907 2010-07-10  Glenn Morris  <rgm@gnu.org>
1909         * calendar/calendar.el (calendar-week-end-day): New function.
1910         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1911         Respect calendar-week-start-day.  (Bug#6606)
1912         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1913         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1914         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1915         respect calendar-week-start-day.
1917 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
1919         * simple.el (use-region-p): Doc fix (Bug#6607).
1921 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
1923         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1924         builtins (BufferError, BytesWarning, WindowsError; callables
1925         bin, bytearray, bytes, format, memoryview, next, print; __package__).
1927 2010-07-07  Glenn Morris  <rgm@gnu.org>
1929         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1930         forward-line fallout.
1932 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1934         * mouse.el (mouse-appearance-menu): Add docstring.
1936         * help.el (describe-key): Print up-event using key-description.
1938 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1940         * net/zeroconf.el (zeroconf-resolve-service)
1941         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1942         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1944 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1946         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1948 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1950         Avoid displaying files with a nil state in vc-dir.
1951         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1952         cases that cause insertion.
1953         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1954         with a nil state.
1956 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1958         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1960 2010-06-29  Leo  <sdl.web@gmail.com>
1962         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
1964 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
1966         * generic-x.el (bat-generic-mode): Fix regexp for command line
1967         switches (Bug#5719).
1969 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
1971         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1972         of nconc to avoid pure storage error (Bug#6239).
1974 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
1976         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1977         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1978         bindings of bookmark-automatically-show-annotations (Bug#6515).
1980 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
1982         * arc-mode.el (archive-zip-extract): Don't quote the file name on
1983         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
1985 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1987         * comint.el (make-comint, make-comint-in-buffer): Mention return
1988         value in the docstrings.  (Bug#6498)
1990 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
1992         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1993         since it is not present when using some non-default switches.
1995 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
1997         * simple.el (compose-mail): Fix doc string to refer to
1998         `compose-mail-user-agent-warnings', instead of to the
1999         nonexistent `compose-mail-check-user-agent'.
2001 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2003         Fix vc-annotate for renamed files when using Git.
2004         * vc-git.el (vc-git-find-revision): Deal with empty results from
2005         ls-files.  Doe not pass the object as a file name to cat-file, it
2006         is not a file name.
2007         (vc-git-annotate-command): Pass the file name using -- to avoid
2008         ambiguity with the revision.
2009         (vc-git-previous-revision): Pass a relative file name.
2011 2010-06-22  Glenn Morris  <rgm@gnu.org>
2013         * progmodes/js.el (js-mode-map): Use standard capitalization and
2014         ellipses for menu entries.
2016         * wid-edit.el (widget-complete): Doc fix.
2018 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
2020         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2022 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2024         Fix annotating other revisions for renamed files in vc-annotate.
2025         * vc-annotate.el (vc-annotate): Add an optional argument for the
2026         VC backend.  Use it when non-nil.
2027         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2028         (Bug#6487).
2030         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2031         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2032         Do not pass the file name to the 'previous-revision call when we
2033         don't want a file diff.  (Bug#6489)
2035 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2037         Fix finding revisions for renamed files in vc-annotate.
2038         * vc.el (vc-find-revision): Add an optional argument for
2039         the VC backend.  Use it when non-nil.
2040         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2041         backend to vc-find-revision.  (Bug#6487)
2043 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2045         Fix reading file names in Git annotate buffers.
2046         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2047         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
2049 2010-06-20  Alan Mackenzie  <acm@muc.de>
2051         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2052         in file local variables, set it first.
2054 2010-06-19  Glenn Morris  <rgm@gnu.org>
2056         * descr-text.el (describe-char-unicode-data): Insert separating
2057         space when needed.  (Bug#6422)
2059         * progmodes/idlwave.el (idlwave-action-and-binding):
2060         Fix typo in 2009-12-03 change.  (Bug#6450)
2062 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2064         * subr.el (read-quoted-char): Fix up last change (bug#6290).
2066 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2068         * font-lock.el (font-lock-major-mode): Rename from
2069         font-lock-mode-major-mode to distinguish it from
2070         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2071         (font-lock-set-defaults):
2072         * font-core.el (font-lock-default-function): Adjust users.
2073         (font-lock-mode): Don't set it at all.
2075 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2077         * vc-annotate.el (vc-annotate): Use vc-read-revision.
2079 2010-06-15  Glenn Morris  <rgm@gnu.org>
2081         * calendar/appt.el (appt-time-msg-list): Doc fix.
2082         (appt-check): Let-bind appt-warn-time.
2083         (appt-add): Make the 3rd argument optional.
2084         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
2085         Only add WARNTIME to the output list if non-nil.
2087 2010-06-15  Ivan Kanis  <apple@kanis.eu>
2089         * calendar/appt.el (appt-check): Let the 3rd element of
2090         appt-time-msg-list specify the warning time.
2091         (appt-add): Add new argument with the warning time.  (Bug#5176)
2093 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2095         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2096         older than version 1.6.  (Bug#6361)
2098 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
2100         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2101         used by cl-do-arglist.  (Bug#6408)
2103 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2105         * emacs-lisp/advice.el (ad-compile-function):
2106         Define warning-suppress-types before we let-bind it (bug#6275).
2108         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2109         declare it, make it buffer-local and permanent-local (bug#6324).
2110         (vc-resynch-window): Adjust name.
2111         * vc-hooks.el (vc-find-file-hook): Adjust name.
2113 2010-06-07  Jonathan Rockway  <jon@jrock.us>
2115         * net/rcirc.el: Add support for password authentication.
2116         (rcirc-server-alist): Add :password keyword.
2117         (rcirc): Ask for a password, or get it from the server's alist.
2118         (rcirc-connect): Add password argument.  Pass it to server.
2120 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
2122         * net/dbus.el (dbus-register-method): Declare function.
2123         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2124         (dbus-introspect): Doc fix.
2125         (dbus-event-bus-name, dbus-introspect-get-interface)
2126         (dbus-introspect-get-argument): Reflow docstrings.
2128 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
2130         * term/common-win.el (x-colors): Add "dark green" and "dark
2131         turquoise" (Bug#6332).
2133 2010-06-03  Glenn Morris  <rgm@gnu.org>
2135         * desktop.el (desktop-clear-preserve-buffers):
2136         Add "*Warnings*" buffer.  (Bug#6336)
2138 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
2140         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2142 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2144         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2145         `file-directory-p' to the filename part rather than to the whole text.
2147 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2149         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2151 2010-05-31  Drew Adams  <drew.adams@oracle.com>
2153         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2155 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
2157         * subr.el (momentary-string-display): Just use read-event to read
2158         the exit event (Bug#6238).
2160 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
2162         * ansi-color.el: Delete unused escape sequences (Bug#6085).
2163         (ansi-color-drop-regexp): New constant.
2164         (ansi-color-apply, ansi-color-filter-region)
2165         (ansi-color-apply-on-region): Delete unrecognized control sequences.
2166         (ansi-color-apply): Build string list before calling concat.
2168 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2170         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2171         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2173 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2175         * htmlfontify.el (hfy-face-resolve-face): New function.
2176         (hfy-face-to-style): Use it (Bug#6279).
2178 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * epa.el (epa--select-keys): Don't explicitly delete the window since
2181         that can fail (e.g. sole window in frame).  Use dedication instead.
2183 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2185         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2187 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2189         * subr.el (read-quoted-char): Resolve modifiers after key
2190         remapping (bug#6212).
2192 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2194         * tmm.el (tmm-prompt): Don't try to precompute bindings.
2195         (tmm-get-keymap): Compute shortcuts (bug#6171).
2197 2010-05-10  Glenn Morris  <rgm@gnu.org>
2199         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2200         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
2202 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2204         * Version 23.2 released.
2206 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2208         * international/mule.el (auto-coding-alist): Only purecopy
2209         car of each item, not the whole list (Bug#6083).
2211 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
2213         * progmodes/js.el (js-mode): Make paragraph variables local before
2214         calling c-setup-paragraph-variables (Bug#6071).
2216 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
2218         * composite.el (compose-region, reference-point-alist): Fix typos
2219         in the doc strings.
2221 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2223         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2224         gnuplot's "set" command.
2226 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
2228         * abbrev.el (last-abbrev-text): Doc fix.
2229         (abbrev-prefix-mark): Don't escape parenthesis.
2231 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
2233         * composite.el (find-composition): Doc fix.
2235 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
2237         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2238         (sql-oracle-program, sql-sqlite-options)
2239         (sql-query-placeholders-and-send): Doc fixes.
2240         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2241         (sql-imenu-generic-expression, sql-buffer)
2242         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2243         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2244         (sql-mode-sybase-font-lock-keywords)
2245         (sql-mode-informix-font-lock-keywords)
2246         (sql-mode-interbase-font-lock-keywords)
2247         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2248         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2249         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2250         (sql-product-feature, sql-highlight-product)
2251         (comint-line-beginning-position, sql-rename-buffer)
2252         (sql-toggle-pop-to-buffer-after-send-region)
2253         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2254         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2255         Fix typos in docstrings.
2257 2010-04-23  Juri Linkov  <juri@jurta.org>
2259         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2260         property instead of `invisible' and `after-string' (bug#5998).
2262 2010-04-23  Juri Linkov  <juri@jurta.org>
2264         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2266 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
2268         * filecache.el (file-cache-add-directory-list)
2269         (file-cache-add-directory-recursively): Fix typos in docstrings.
2271 2010-04-22  Kenichi Handa  <handa@m17n.org>
2273         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2274         (gujarati-composable-pattern): Fix typo.
2276 2010-04-20  Kenichi Handa  <handa@m17n.org>
2278         * language/indian.el (oriya-composable-pattern)
2279         (tamil-composable-pattern, malayalam-composable-pattern):
2280         Add two-part vowels to "v" (vowel sign).
2282 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
2284         * files.el (copy-directory): Handle symlinks (Bug#5982).
2286         * progmodes/compile.el (compilation-next-error-function):
2287         Revert 2009-10-12 change (Bug#5983).
2289 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2291         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2292         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2293         (Bug#5846).
2295 2010-04-20  Glenn Morris  <rgm@gnu.org>
2297         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2299         * minibuffer.el (completion-at-point): Doc fix.
2301 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
2303         Fix the version number for added files.
2304         * vc-hg.el (vc-hg-working-revision): Check if the file is
2305         registered after hg parent fails (Bug#5961).
2307 2010-04-17  Glenn Morris  <rgm@gnu.org>
2309         * htmlfontify.el (htmlfontify-buffer)
2310         (htmlfontify-copy-and-link-dir): Autoload entry points.
2312 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
2314         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2315         name relative to the project root (Bug#5960).
2317 2010-04-16  Glenn Morris  <rgm@gnu.org>
2319         * vc-git.el (vc-git-print-log): Doc fix.
2321 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
2323         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2325 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
2327         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2328         default settings (Bug#5928).
2330 2010-04-10  Glenn Morris  <rgm@gnu.org>
2332         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2333         New function.
2334         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2336 2010-04-07  Kenichi Handa  <handa@m17n.org>
2338         * language/indian.el (malayalam-composable-pattern): Fix previous
2339         change (add U+0D4D "SIGN VIRAMA").
2340         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2341         (tamil-composable-pattern): Fix typo in the regexp.
2342         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2343         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2344         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2346 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
2348         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2349         paragraph-separate (Bug#5821).
2351 2010-04-05  Juri Linkov  <juri@jurta.org>
2353         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2355         * info.el (Info-find-node-2): Comment out code that skips
2356         breadcrumbs line.
2357         (Info-mouse-follow-link): New command.
2358         (Info-link-keymap): New keymap.
2359         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2360         Return a string with links instead of inserting breadcrumbs
2361         to the Info buffer.
2362         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2363         Instead of putting the `invisible' text property over the Info
2364         header, make an overlay over the Info header with the `invisible'
2365         property and `after-string' set to the string returned by
2366         `Info-breadcrumbs'.
2368 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
2370         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2371         Reported by monkey@sandpframing.com.
2373 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
2375         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2376         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2378 2010-03-30  Kenichi Handa  <handa@m17n.org>
2380         * language/sinhala.el (composition-function-table): Fix regexp for
2381         the new Unicode specification.
2383         * language/indian.el (devanagari-composable-pattern)
2384         (tamil-composable-pattern, kannada-composable-pattern)
2385         (malayalam-composable-pattern): Adjust for the new Unicode
2386         specification.
2387         (bengali-composable-pattern, gurmukhi-composable-pattern)
2388         (gujarati-composable-pattern, oriya-composable-pattern)
2389         (telugu-composable-pattern): New variables to cope with the new
2390         Unicode specification.  Use them in composition-function-table.
2392 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2394         Make tmm-menubar work for the Buffers menu again (bug#5726).
2395         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2396         vectors rather than cons cells, as used in menu-bar-update-buffers.
2398 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2400         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2401         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2402         electric punctuation for "{}();,:" (Bug#5586).
2404         * mail/sendmail.el (mail-default-directory): Doc fix.
2406 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
2408         * mail/sendmail.el (mail-default-directory): Doc fix.
2410 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
2412         * subr.el (version-regexp-alist, version-to-list)
2413         (version-list-<, version-list-=, version-list-<=)
2414         (version-list-not-zero, version<, version<=, version=): Doc fix.
2415         (Bug#5744).
2417 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2418             Nick Roberts  <nickrob@snap.net.nz>
2420         * progmodes/gdb-ui.el (gdb-apple-test): New function.
2421         (gdb-init-1): Use it.
2423 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2425         * vc.el (vc-root-diff): Doc fix.
2427 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
2429         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2431         * simple.el (append-to-buffer): Fix last change.
2433 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2435         * simple.el (append-to-buffer): Ensure that point is preserved if
2436         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2437         (Bug#5749)
2439 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2441         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2442         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2443         not be present any more.
2445 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2447         * faces.el (set-face-attribute): Fix typo in docstring.
2448         (face-valid-attribute-values): Reflow docstring.
2450 2010-03-23  Glenn Morris  <rgm@gnu.org>
2452         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2454 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2456         * indent.el (indent-for-tab-command): Doc fix.
2458 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
2460         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2461         (image-dired-read-comment): Doc fix.
2463         * json.el (json-object-type, json-array-type, json-key-type)
2464         (json-false, json-null, json-read-number):
2465         * minibuffer.el (completion-in-region-functions):
2466         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2467         (cal-tex-cursor-week):
2468         * emacs-lisp/trace.el (trace-function):
2469         * eshell/em-basic.el (eshell/printnl):
2470         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2471         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2472         * obsolete/levents.el (allocate-event, event-key, event-object)
2473         (event-point, event-process, event-timestamp, event-to-character)
2474         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2475         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2476         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2477         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2478         (reftex-highlight-selection): Fix typos in docstrings.
2480 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2482         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2484 2010-03-18  Glenn Morris  <rgm@gnu.org>
2486         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2487         2008-02-13 without comment; mark it obsolete.
2488         (rmail-highlight-headers): Use rmail-highlight-face once more.
2490 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
2492         * woman.el (woman2-process-escapes): Only consume the newline if
2493         the filler character is on a line by itself (Bug#5729).
2495 2010-03-16  Kenichi Handa  <handa@m17n.org>
2497         * language/indian.el (devanagari-composable-pattern): Add more
2498         consonants.
2500 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
2502         * net/trampver.el: Update release number.
2504 2010-03-13  Glenn Morris  <rgm@gnu.org>
2506         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2508 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2510         * net/tramp.el (tramp-find-executable):
2511         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2512         output of "wc -l" more robust.
2513         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2514         (tramp-open-connection-setup-interactive-shell): Remove workaround
2515         for OpenSolaris bug, it is not needed anymore.
2517 2010-03-12  Glenn Morris  <rgm@gnu.org>
2519         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2521 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
2523         * files.el (auto-mode-alist): Accept more verilog file patterns.
2525 2010-03-09  Miles Bader  <miles@gnu.org>
2527         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2528         instead of "format:"; this ensures that the output is
2529         newline-terminated.
2531 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2533         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2534         that all errors are caught, and that the return value is always a
2535         list (Bug#5692).
2537 2010-03-08  Kenichi Handa  <handa@m17n.org>
2539         * language/misc-lang.el (windows-1256): New coding system.
2540         (cp1256): New alias of windows-1256 (bug#5690).
2542 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2544         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2545         call to rfc822-bad-address.  (Bug#5692)
2547 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2549         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2550         Use vc-git-root as default directory for revision path (Bug#5657).
2552 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2554         * calculator.el (calculator): Don't bind split-window-keep-point
2555         (Bug#5674).
2557 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * vc-git.el: Re-flow to fit into 80 columns.
2560         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2561         Remove spurious `quote' element in each case alternative.
2562         (vc-git-show-log-entry): Use prog1.
2563         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2565 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2567         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2569 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2571         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2572         definition, not the name (Bug#5481).
2574 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2576         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2577         argument with a local variable.  (Bug#5670)
2579 2010-03-02  Juri Linkov  <juri@jurta.org>
2581         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2583 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2585         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2586         error when FILENAME and NEWNAME are existing remote directories.
2588         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2589         parameter DIR-FLAG.
2591 2010-03-02  Glenn Morris  <rgm@gnu.org>
2593         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2594         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2596 2010-03-01  Kenichi Handa  <handa@m17n.org>
2598         * language/burmese.el (burmese-composable-pattern): Rename from
2599         myanmar-composable-pattern.
2601         * international/characters.el (script-list):
2602         * international/fontset.el (script-representative-chars):
2603         Change myanmar to burmese.
2604         (otf-script-alist): Likewise.
2605         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2607 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2609         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2611 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2613         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2615 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2617         * net/tramp.el (tramp-handle-write-region): START can be a string.
2618         Take care in the checks.  Reported by Dan Davison
2619         <davison@stats.ox.ac.uk>.
2621 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2623         * net/dbus.el (dbus-introspect, dbus-get-property)
2624         (dbus-set-property, dbus-get-all-properties):
2625         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2627 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2629         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2630         * emacs-lisp/elint.el (elint-add-required-env):
2631         * calendar/icalendar.el (icalendar--add-diary-entry):
2632         * calc/calcalg2.el (math-tracing-integral):
2633         * files.el (recover-session-finish): Use with-current-buffer
2634         instead of save-excursion.
2636 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2638         Fix in-buffer completion when after-change-functions modify the buffer.
2639         * minibuffer.el (completion--replace): New function.
2640         (completion--do-completion): Use it and use relative movement.
2642 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2644         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2646 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2648         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2649         Allow the characters _<> in the stack entry (Bug#5653).
2651 2010-02-26  Kenichi Handa  <handa@m17n.org>
2653         * language/burmese.el: Fix entries in composition-function-table.
2654         (myanmar-composable-pattern): New variable.
2656         * international/fontset.el (setup-default-fontset): Add an entry
2657         for myanmar.
2659         * international/characters.el (script-list): Add Myanmar
2660         Extended-A.
2662 2010-02-26  Glenn Morris  <rgm@gnu.org>
2664         * custom.el (custom-initialize-delay): Doc fix.
2666         * mail/sendmail.el (send-mail-function): Autoload the call
2667         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2669 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2671         * files.el (hack-local-variables-filter): For eval forms, also
2672         check safe-local-variable-p (Bug#5636).
2674 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
2676         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2677         and use c(ad)r of cddr (Bug#5640).
2679 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2681         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2682         setting the modes by `ignore-errors'.  It might fail, for example
2683         if the file is not owned by the user but the group.
2684         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2686 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2688         * files.el (directory-listing-before-filename-regexp):
2689         Use stricter matching for iso-style dates, to avoid false matches with
2690         date-like filenames (Bug#5597).
2692         * htmlfontify.el (htmlfontify): Doc fix.
2694         * eshell/eshell.el (eshell): Doc fix.
2696         * startup.el (fancy-about-screen): In mode-line, apply
2697         mode-line-buffer-id face only to the buffer name (Bug#5613).
2699 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2701         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2702         In `watcom' anchor regexp to start of line, to avoid slowness
2703         (Bug#5599).
2705 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2707         * subr.el (remove-yank-excluded-properties): Explain in a comment
2708         why `category' property is removed.
2710 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2712         * isearch.el (isearch-update-post-hook, isearch-update):
2713         Revert 2010-02-17 change.
2715 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2717         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2718         (icalendar--convert-weekly-to-ical)
2719         (icalendar--convert-yearly-to-ical)
2720         (icalendar--convert-block-to-ical)
2721         (icalendar--convert-cyclic-to-ical)
2722         (icalendar--convert-anniversary-to-ical): Take care of time
2723         specifications where hour has 1-digit only (Bug#5549).
2725 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2727         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2728         of disassemble output in GDB 7.1.
2730 2010-02-19  Glenn Morris  <rgm@gnu.org>
2732         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2733         property.  (Bug#5593)
2735 2010-02-18  Sam Steingold  <sds@gnu.org>
2737         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2739 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         Use abbreviated file names in bookmarks (bug#5591).
2742         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2743         calls to expand-file-name.
2744         (bookmark-relocate): Use abbreviated file names in bookmarks.
2745         (bookmark-load): Use abbreviated file names in messages.
2747 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2749         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2750         expand "." and "..".  Reported by Thierry Volpiatto
2751         <thierry.volpiatto@gmail.com>.
2753 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2755         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2756         permissions of the temporary file to "0600".  In case the remote
2757         file has no read permissions for the owner, there might be
2758         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
2760 22010-02-18  Glenn Morris  <rgm@gnu.org>
2762         * emacs-lisp/authors.el (authors-renamed-files-alist):
2763         Add entries for INSTALL.CVS.
2765 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
2767         * vc-bzr.el: Fix typo in Known Bugs section.
2769         * isearch.el (isearch-update-post-hook): New hook.
2770         (isearch-update): Use the new hook.
2772 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
2774         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2775         Fix errors in copying directories.
2776         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2777         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2778         (tramp-handle-delete-file)
2779         (tramp-handle-dired-recursive-delete-directory)
2780         (tramp-handle-write-region): Flush also the cache for the upper
2781         directory.
2783 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
2785         * simple.el (save-interprogram-paste-before-kill): Doc fix.
2787         * cus-edit.el (hardware): Doc fix.
2789         * man.el (man): Add to external custom group.
2791         * delim-col.el (columns): Move to wp custom group.
2793         * doc-view.el (doc-view): Add to data custom group.
2795         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2797         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2798         by ispell-parse-output (Bug#5575).
2800 2010-02-16  Kenichi Handa  <handa@m17n.org>
2802         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2803         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2804         (skkdic-convert): Use `euc-japan' coding system for writing.
2806 2010-02-16  Glenn Morris  <rgm@gnu.org>
2808         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2809         tex-main-file before using it.  (Bug#5562)
2811 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2813         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2814         warnings, since it is annoying for the user to see them each time he
2815         runs the code.
2817 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
2819         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2820         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2821         instead of PROC for caching "first-password-request".  Otherwise,
2822         new processes would not profit from passwords already entered.
2824         * net/tramp-cache.el (tramp-dump-connection-properties):
2825         Don't save "first-password-request" property.
2827 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
2829         * outline.el (outline-head-from-level):
2830         * simple.el (with-wrapper-hook):
2831         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2832         (elint-defun, elint-buffer-env, elint-top-form-logged)
2833         (elint-unbound-variable):
2834         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2835         Fix typos in docstrings.
2837 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
2839         * files.el (insert-directory): When WILDCARD-REGEXP and
2840         FULL-DIRECTORY-P are nil, insert the file entry instead of the
2841         whole directory.  (Bug#5551)
2843         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
2844         dired's alignment sanity.  (Bug#5516)
2846 2010-02-14  Juri Linkov  <juri@jurta.org>
2848         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2849         Remove remaining ^H with their preceding chars.  (Bug#5566)
2851 2010-02-13  Glenn Morris  <rgm@gnu.org>
2853         * simple.el (transpose-subr): Give it a doc-string.
2855         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2856         Doc fixes.
2858 2010-02-12  Juri Linkov  <juri@jurta.org>
2860         * arc-mode.el (archive-unique-fname): Make directories for nested
2861         archives.  (Bug#5540)
2863 2010-02-12  Juri Linkov  <juri@jurta.org>
2865         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
2867 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * subr.el (copy-overlay): Handle deleted overlays.
2871         * man.el (Man-completion-table): Don't signal an error if we can't run
2872         manual-program (bug#4056).
2874 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
2876         * textmodes/artist.el (artist-mt): Fix typos in docstring.
2878 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2880         * info.el (Info-bookmark-jump): Simplify.
2882         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2883         (bookmark-default-handler): Accept new bookmark field `buffer'.
2885 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
2887         * iswitchb.el (iswitchb-completions): Revert last change.
2889 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
2891         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2892         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2893         This prevents file names like "~/" being listed literally.
2895 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2897         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2898         Remove dead code.  (Bug#5546)
2900 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
2902         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2903         correctly (Bug#5548).
2905 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
2907         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2908         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2910 2010-02-08  Kenichi Handa  <handa@m17n.org>
2912         * international/mule-util.el (with-coding-priority): Add autoload
2913         cookie for putting `lisp-indent-function'.
2915 2010-02-07  Glenn Morris  <rgm@gnu.org>
2917         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2918         Move F2003 named interfaces from keywords-2 to keywords-1, and
2919         use function-name-face rather than constant-face.
2920         Simplify "abstract interface" regexp.
2922 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2924         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2925         ID-FORMAT.  Pass it to `file-attributes'.
2927         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2929 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2931         * faces.el (set-face-attribute): Allow calling
2932         internal-set-lisp-face-attribute with 'unspecified family and
2933         foundry argument (Bug#5536).
2935 2010-02-07  Glenn Morris  <rgm@gnu.org>
2937         * progmodes/f90.el (f90-font-lock-keywords-2)
2938         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2939         Handle F2003 named interfaces.
2941 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2943         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2944         beg and end before calling c-get-state-before-change-functions.
2946 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2948         * vc-bzr.el (vc-bzr-dir-extra-headers):
2949         Disable the pending merges header.
2951 2010-02-05  Juri Linkov  <juri@jurta.org>
2953         * doc-view.el (doc-view-mode):
2954         * image-mode.el (image-mode): Put property mode-class=special.
2955         (Bug#4896)
2957 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2959         * vc-svn.el (vc-svn-revision-table): New function.
2961 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
2963         * net/ange-ftp.el (ange-ftp-insert-directory):
2964         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2965         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2966         Handle also directories.  (Bug#5478)
2968 2010-02-05  Glenn Morris  <rgm@gnu.org>
2970         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2972 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
2974         * startup.el (command-line-1): Convert options beginning with a
2975         single dash as well (Bug#5519).
2977 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2979         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2980         * minibuffer.el (completion-initials-expand): Only check the presence
2981         of delims *within* the boundaries, since otherwise the / delim is
2982         always found for files.
2984         Fix up various corner case problems.
2985         * doc-view.el (doc-view-last-page-number): New function.
2986         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2987         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2988         (doc-view-kill-proc): Avoid inf-loop in freak cases.
2989         (doc-view-reconvert-doc): Use the new recursive delete-directory.
2990         (doc-view-convert-current-doc): Don't create the resolution.el file
2991         here any more.
2992         (doc-view-pdf/ps->png): Do it here instead.
2993         (doc-view-already-converted-p): Check that resolution.el is present.
2994         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2995         windows that are not yet showing images.
2997 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
2999         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3000         `dired-uncache' for every elemnt which is an absolute file name.
3002         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3003         directory, handle its directory component.
3004         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3005         function is called permanently and creates noise, otherwise.
3007         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3008         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3009         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3011 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3013         * macros.el (apply-macro-to-region-lines):
3014         Minor simplification.  (Bug#5485)
3016 2010-02-04  Glenn Morris  <rgm@gnu.org>
3018         * mail/rmail.el (rmail-show-message-1): Handle malformed
3019         quoted-printable text.  (Bug#5441)
3021         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3023         * simple.el (visual-line-mode): Capitalize lighter.
3025 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3027         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3028         list of files considered for "virtual buffer" completions.
3030 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3032         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3033         also in case of (and (not full) (not wildcard)). This is needed,
3034         when dired is called with a list of files, which are not in
3035         `default-directory'.  (Bug#5478)
3037 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3039         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3041 2010-02-02  Juri Linkov  <juri@jurta.org>
3043         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3044         from unidiff to allow function-line after @@.
3046 2010-02-02  Juri Linkov  <juri@jurta.org>
3048         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3049         '(RCS SCCS) with inverted condition.
3051 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3053         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3054         messages.
3056 2010-02-01  Juri Linkov  <juri@jurta.org>
3058         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3059         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3060         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3061         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3063 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3065         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3066         (doc-view-revert-buffer): New command.
3067         (doc-view-mode-map): Use it.
3069 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3071         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3072         pending merge is detected.
3074 2010-01-31  Juri Linkov  <juri@jurta.org>
3076         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3077         beginning of interactive spec like all other grep commands do.
3078         Put "all" in front of "gz".  (Bug#5260)
3080 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3082         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3084 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3086         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3087         regexp is incorrect (Bug#5476).
3089 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3091         * net/tramp.el (tramp-handle-insert-directory): Handle also
3092         symlinks, when FILENAME is not in `default-directory'.
3094 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3096         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3097         FILE is not in `default-directory'.  (Bug#5478)
3099         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3100         of SWITCHES.  Handle the case, FILENAME is not in
3101         `default-directory'.  (Bug#5478)
3102         (tramp-register-file-name-handlers): Add safe-magic property.
3104 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3106         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3107         unzip (Bug#5475).
3109 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3111         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3112         (flymake-master-make-header-init): Add other C++ filename masks.
3113         (flymake-find-possible-master-files)
3114         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3116 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3118         Fix some busybox annoyances.
3120         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3121         not responding." string.
3122         (tramp-open-connection-setup-interactive-shell): Dump stty
3123         settings.  Enable "neveropen" arg for all `tramp-send-command'
3124         calls.  Handle "=" in variable values properly.
3125         (tramp-find-inline-encoding): Raise an error, when no encoding is
3126         found.
3127         (tramp-wait-for-output): Check, whether PROC buffer is available.
3128         Remove spurious " ^H" sequences, sent by busybox.
3129         (tramp-get-ls-command): Suppress coloring, if possible.
3131 2010-01-28  Glenn Morris  <rgm@gnu.org>
3133         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3135         * log-edit.el (log-edit-strip-single-file-name): Add missing
3136         :safe, :group, and :version tags.
3138 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3140         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3141         buffers.  (Bug#5477)
3143 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3145         * files.el (delete-directory): Handle moving to trash without
3146         first doing recursion (Bug#5436).
3148 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3150         * vc-hooks.el (vc-path): Mark as obsolete.
3152 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3154         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3155         names too.
3157         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3158         for the short log.
3159         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3161 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3163         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3165         * vc-bzr.el (vc-bzr-revision-table): New function.
3167 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3169         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3170         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3172 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3174         Remove support for adding --signoff on commit.
3175         Future support will use an incompatible generic mechanism.
3176         * vc-git.el (vc-git-add-signoff): Remove variable.
3177         (vc-git-toggle-signoff): Remove function.
3178         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3180         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3181         Rename from xterm-set-background-mode.  Return t if the background mode
3182         was set.
3183         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3184         earlier, call it again in case the background mode has changed.
3186 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3188         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3189         (Bug#3541).
3191 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3193         * emacs-lisp/assoc.el (aelement): Doc fix.
3194         (aput, adelete, amake): Use lexical-let (Bug#5450).
3196 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3198         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3199         is the same as subprogram call, not declaration.  (Bug#5435).
3201 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3203         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3204         (tramp-smb-maybe-open-connection): Use it.
3206 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3208         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3210 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3212         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3213         just because we see "encoding: 8bit".
3214         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3216 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3218         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3220 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3222         * jka-compr.el (jka-compr-load): If load-file is not in
3223         load-history, try its file-truename version.  (bug#5447)
3225 2010-01-21  Alan Mackenzie  <acm@muc.de>
3227         Fix a situation where deletion of a cpp construct throws an error.
3228         * progmodes/cc-engine.el (c-invalidate-state-cache):
3229         Before invoking c-with-all-but-one-cpps-commented-out, check that the
3230         special cpp construct is still in the buffer.
3231         (c-parse-state): Record the special cpp with markers, not numbers.
3233 2010-01-21  Kenichi Handa  <handa@m17n.org>
3235         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3236         process last-command-event, as it is now decoded first (Bug#5380).
3238 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3240         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3242 2010-01-20  Glenn Morris  <rgm@gnu.org>
3244         * indent.el (tab-always-indent): Fix custom-type.
3246 2010-01-19  Alan Mackenzie  <acm@muc.de>
3248         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3249         buffer throws "args out of range".
3250         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3251         playing the role of delimiter.
3253 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3255         * progmodes/ada-mode.el: Fix bug#5400.
3256         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3257         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3258         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3259         Improve comments in "is" portion.  Handle null procedure declaration.
3260         (ada-move-to-end): Improve doc string.
3262 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3264         * ido.el (ido-cur-list): Initialize to nil.
3265         Remove obsolete information from commentary.
3266         (ido-choice-list): Initialize to nil.
3267         (ido-get-bufname): Reject minibuffers.
3268         (ido-make-buffer-list): If "default" is a nonexistent
3269         buffer, ignore it, as per the function's comment.
3270         (ido-kill-buffer-internal): New function.
3271         (ido-kill-buffer-at-head): Use it.
3272         (ido-visit-buffer): Likewise.
3274 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3276         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3278 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3280         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3281         Fix typos in chart titles.
3283         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3284         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3285         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3286         (describe-class, eieio-describe-generic, describe-generic):
3287         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3288         (eieio-speedbar-expand):
3289         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3290         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3291         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3292         (viper-del-backward-char-in-replace, viper-backward-indent)
3293         (viper-brac-function, viper-register-to-point, viper-submit-report):
3294         * net/tramp.el (tramp-remote-coding-commands):
3295         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3296         Fix typos in docstrings.
3298 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3300         * mail/sendmail.el (mail-yank-original): Set the mark if the
3301         specified function for yanking does not do it.
3303 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3305         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3307         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3308         resyncing a directory.
3310 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3312         * progmodes/ada-mode.el: Fix bug#1920.
3313         (ada-ident-re): Delete ., allow multibyte characters.
3314         (ada-goto-label-re): New; matches goto labels.
3315         (ada-block-label-re): New; matches block labels.
3316         (ada-label-re): New; matches both.
3317         (ada-named-block-re): Deleted; callers changed to use
3318         `ada-block-label-re' instead.
3319         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3320         Use `ada-block-label-re'.
3321         (ada-indent-on-previous-lines): Improve handling of goto labels.
3322         (ada-get-indent-block-start): Special-case block label.
3323         (ada-get-indent-label): Split into `ada-indent-block-label' and
3324         `ada-indent-goto-label'.
3325         (ada-goto-stmt-start, ada-goto-next-non-ws):
3326         Optionally ignore goto labels.
3327         (ada-goto-next-word): Simplify.
3328         (ada-indent-newline-indent-conditional): Insert newline before
3329         trying to fix indentation; doc fix.
3331 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3333         * calc/calc.el (calc-command-flags): Give it an initial value.
3335 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3337         * files.el (minibuffer-with-setup-hook):
3338         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3339         (artist-key-draw-continously, artist-key-do-continously-continously)
3340         (artist-key-set-point-continously, artist-mouse-draw-continously):
3341         Fix typos in docstrings.
3343 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3345         * nxml/nxml-mode.el (nxml-extend-after-change-region):
3346         Never return t (Bug#3898).
3348 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3350         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3351         can parse the output of the external commands (Bug#5279).
3353 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3355         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3357 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3359         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3361         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3363         * startup.el (command-line): Remove unused --icon-type arg.
3364         Handle --display arg, passing it to command-line-1 (Bug#5392).
3366 2010-01-16  Mario Lang  <mlang@delysid.org>
3368         * emacs-lisp/chart.el (chart-translate-namezone):
3369         * textmodes/artist.el (artist-compute-popup-menu-table):
3370         Remove duplicated words in doc-strings.
3372 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3374         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3375         to mairix-search to suppress threading (Bug#5342).
3377 2010-01-15  Kenichi Handa  <handa@m17n.org>
3379         * international/mule-cmds.el (canonicalize-coding-system-name):
3380         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3382 2010-01-15  Glenn Morris  <rgm@gnu.org>
3384         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3386         * wid-edit.el (widget-keymap): Doc fix.
3388         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3389         former seems to be more widely accepted by various svn versions.
3391 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3393         * find-cmd.el (find-constituents):
3394         * vc-arch.el (vc-arch-root):
3395         * window.el (window-body-height, pop-up-frames):
3396         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3397         * progmodes/ada-stmt.el (ada-if):
3398         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3399         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3400         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3401         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3403         * progmodes/flymake.el (flymake-post-syntax-check):
3404         Fix typo in error message.
3406 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3408         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3409         which is always a string.  (Bug#5313)
3411 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3413         * progmodes/ada-xref.el (ada-default-prj-properties):
3414         Simplify previous change.
3416 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3418         * progmodes/ada-xref.el (ada-default-prj-properties):
3419         Default ada_project_path to $ADA_PROJECT_PATH.
3421 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3423         * progmodes/ada-mode.el (ada-create-keymap):
3424         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3426 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3428         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3429         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3430         (ada-get-current-indent, ada-imenu-generic-expression)
3431         (ada-which-function): Check for it.
3433 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3435         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3436         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3438 2010-01-14  Glenn Morris  <rgm@gnu.org>
3440         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3442 2010-01-14  Kenichi Handa  <handa@m17n.org>
3444         * composite.el (auto-composition-mode): Make it a buffer local
3445         variable (permanent-local).
3446         (auto-composition-function): Set the default value to
3447         auto-compose-chars.
3448         (auto-composition-mode): Make it a simple function, not a minor mode.
3449         (global-auto-composition-mode): Likewise.
3450         (turn-on-auto-composition-if-enabled): Delete it.
3452 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3454         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3456 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3458         * files.el (copy-directory): Compute target for recursive
3459         directories with identical names.  (Bug#5343)
3461 2010-01-12  Glenn Morris  <rgm@gnu.org>
3463         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3464         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3466 2010-01-11  Sam Steingold  <sds@gnu.org>
3468         * imenu.el (imenu-default-create-index-function): Detect infinite
3469         loops caused by imenu-prev-index-position-function.
3471 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3473         * htmlfontify.el (htmlfontify-load-rgb-file)
3474         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3475         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3476         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3477         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3478         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3479         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3480         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3481         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3482         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3483         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3484         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3485         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3486         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3487         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3488         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3489         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3490         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3491         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3492         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3493         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3494         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3495         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3496         backslash-quoting from parentheses, etc.
3498 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3500         * progmodes/js.el: Autoload javascript-mode alias.
3502 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3504         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3505         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3506         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3507         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3508         Fix typos in docstrings.
3509         (ffap-url-regexp): Doc fix.
3510         (ffap-at-mouse): Fix typo in message.
3512 2010-01-11  Glenn Morris  <rgm@gnu.org>
3514         * version.el (emacs-copyright): Set copyright year to 2010.
3516 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3518         * format.el (format-annotate-function): Only set
3519         write-region-post-annotation-function after running to-fn so as not to
3520         affect nested write-region calls (bug#5273).
3522 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3524         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3525         wisent/python.el.
3527 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3529         * man.el (Man-goto-section): Signal error if the section is not
3530         found (Bug#5317).
3532 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3534         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3535         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3537 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3539         * progmodes/compile.el: Don't treat compile-command as safe if
3540         compilation-read-command might be nil (Bug#4218).
3542 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3544         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3545         NS options.
3547 2010-01-08  Kenichi Handa  <handa@m17n.org>
3549         * international/fontset.el (build-default-fontset-data):
3550         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3552 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3554         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3555         to `create-file-buffer' as it expects, not just a buffer name.
3556         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3557         to help uniquify.  (Bug#3224)
3559 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3561         * font-setting.el (font-setting-change-default-font): Use user-spec
3562         instead of name.
3564 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3566         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3568 2010-01-05  Tom Tromey  <tromey@redhat.com>
3570         * progmodes/python.el (python-font-lock-keywords):
3571         Handle qualified decorators (Bug#881).
3573 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3575         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3576         in a lightweight checkout.
3578 2010-01-05  Kenichi Handa  <handa@m17n.org>
3580         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3582 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3584         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3586 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3588         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3589         checkouts.  (Bug#618)
3590         (vc-bzr-log-view-mode): Also highlight the author.
3591         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3592         (vc-bzr-shelve-menu-map):
3593         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3594         (vc-bzr-shelve-apply): Make prompt more explicit.
3596 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3598         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3599         They are valid characters in URL paths (rfc3986), and at least
3600         Firefox does not understand the encoded version (Bug#3166).
3602 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3604         * progmodes/octave-mod.el (octave-end-keywords)
3605         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3606         Add "end" keyword (Bug#3061).
3607         (octave-end-as-array-index-p): New function.
3608         (calculate-octave-indent): Use it.
3610 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3612         * bookmark.el: Consistently put the text property on the bookmark name.
3613         (bookmark-bmenu-marks-width): Bump back to 2, to include
3614         annotation marks.
3615         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3616         property on the bookmark name, instead of not putting it at all.
3617         (bookmark-bmenu-list): Fix where we put the text property.
3619 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3621         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3622         for showing buffer modified state (as added in the previous change).
3624 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3626         * bookmark.el: Show modified state of bookmark buffer more accurately.
3627         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3628         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3629         (with-buffer-modified-unmodified): New macro.
3630         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3631         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3632         Use new macro to preserve the buffer modified state.
3634 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3636         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3637         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3638         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3639         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3640         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3641         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3642         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3644 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3646         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3647         Make the lines in the generated doc string shorter.  (Bug#4668)
3649 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3651         * net/rcirc.el: Add follow-link binding (Bug#4738).
3653 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3655         * Makefile.in (bzr-update): Rename from cvs-update.
3656         (cvs-update): New target for backward compatibility.
3658         * makefile.w32-in (bzr-update): Rename from cvs-update.
3659         (cvs-update): New target for backward compatibility.
3661 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3663         * bookmark.el: Remove gratuitous gratitude.
3665 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3667         * bookmark.el (bookmark-bmenu-any-marks): New function
3668         (bookmark-bmenu-save): Clear buffer modification if no marks.
3670 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3672         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3673         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3674         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3675         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3677         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3678         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3679         To: emacs-devel {_AT_} gnu.org
3680         Subject: bookmark.el bug report
3681         Date: Mon, 28 Dec 2009 14:19:16 +0800
3682         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3684 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3686         * bookmark.el: Improvements suggested by Drew Adams:
3687         (bookmark-bmenu-ensure-position): New name for
3688         `bookmark-bmenu-check-position'.  Just ensure the position,
3689         don't return any meaningful value.
3690         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3691         New constants.
3693 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3695         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3696         (bookmark-yank-point, bookmark-bmenu-check-position):
3697         Fix typos in docstrings.
3698         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3699         (bookmark-name-from-full-record, bookmark-get-position)
3700         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3701         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3702         Remove useless quoting of parenthesis, etc. in docstrings.
3704         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3705         (ediff-append-custom-diff): Fix typo in error message.
3706         (ediff-meta-mark-equal-files): Fix typos in messages.
3708         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3710         * net/imap-hash.el (imap-hash-make): Doc fix.
3711         (imap-hash-test): Fix typo in error message; reflow docstring.
3712         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3713         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3714         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3715         Fix typos in docstrings.
3716         (imap-hash-open-connection): Fix typo in error message.
3718         * play/gomoku.el (gomoku): Fix typos in docstring.
3720         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3721         (gdb-jsonify-buffer): Fix typos in docstring.
3722         (gdb-goto-breakpoint): Fix typo in error message.
3723         ("Display Other Windows"): Fix typo in help message.
3724         (gdb-speedbar-expand-node): Fix typo in question.
3726         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3727         (idlwave-html-system-help-location, idlwave-html-help-location)
3728         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3729         (idlwave-help-browser-generic-args, idlwave-help-directory)
3730         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3731         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3732         (idlwave-online-help, idlwave-help-html-link)
3733         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3734         Fix typos in docstrings.
3735         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3736         Reflow docstrings.
3737         (idlwave-help-assistant-start): Fix typo in error message.
3739         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3740         (octave-electric-space): Fix typos in docstrings.
3742 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3744         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3746 2010-01-01  Juri Linkov  <juri@jurta.org>
3748         * comint.el (comint-input-ring-size): Make it a defcustom and
3749         increase the default to 500 (Bug#5148).
3751 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
3753         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3754         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3755         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3757 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
3759         Show working revision correctly for mercurial.
3760         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3761         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3763 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
3765         Declare some functions for the byte-compiler.
3766         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3767         (speedbar-timer-fn, speedbar-change-expand-button-char)
3768         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3770 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
3772         This changeset reverts GDB Graphical Interface to use annotations.
3773         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3775 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3777         Make vc-dir work on subdirectories of the bzr root.
3778         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3779         Return file names relative to it.
3780         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3781         relative directory to vc-bzr-after-dir-status.
3783 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
3785         * font-lock.el (font-lock-refresh-defaults): New function, which
3786         can be used to let font-lock react to external changes in
3787         variables like font-lock-defaults and keywords.
3788         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3790 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
3792         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3794         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3796 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3798         Supersede color.diff settings in git log (bug#5211).
3800         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3801         escape chars in its output when the user has color.diff set to `always'.
3802         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3804 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3806         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3807         node.  Keep previous "Index" name to work with past coreutils too.
3809         * man.el (man): Revise docstring a bit to show -a and -l as
3810         examples.  Add -k description since support for it has otherwise
3811         been a secret.  (Further to bug#3717.)
3812         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3813         "no matches" rather than "Can't find manpage", as the latter reads
3814         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3816 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3818         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3819         switches.  Check also for //SUBDIRED// line.
3821 2009-12-25  Kenichi Handa  <handa@m17n.org>
3823         * language/indian.el (devanagari-composable-pattern): Fix to
3824         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3825         Devanagari.
3826         (malayalam-composable-pattern): Fix previous change.
3828 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3830         * ps-print.el (ps-face-attributes): It was not returning the
3831         attribute face for faces specified as string.  Reported by harven
3832         <harven@free.fr>.  (Bug#5254)
3833         (ps-print-version): New version 7.3.5.
3835 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3837         * calendar/icalendar.el (icalendar--convert-tz-offset):
3838         Fix timezone names.
3839         (icalendar--convert-tz-offset): Fix the "last-day-problem".
3840         (icalendar--add-diary-entry): Remove the trailing blank that
3841         diary-make-entry inserts.
3843 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3845         Make `file-expand-wildcards' work for remote files.
3847         * files.el (file-expand-wildcards): In case of remote files, check
3848         only local file name part for wildcards.  Provide feature 'files
3849         and subfeature 'remote-wildcards.  (Bug#5198)
3851         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3852         if there is already an established connection.
3853         (tramp-advice-file-expand-wildcards): Remove it.
3855         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3856         (tramp-advice-file-expand-wildcards): Move from tramp.el.
3857         Activate advice for older GNU Emacs versions.  (Bug#5237)
3859 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3861         Some doc fixes (more needed).
3863         * find-cmd.el (find-constituents): Reflow docstring.
3864         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3865         (find-generic): Doc fix.
3867 2009-12-17  Juri Linkov  <juri@jurta.org>
3869         Fix regression from 23.1 to allow multiple modes in Local Variables.
3871         * files.el (hack-local-variables-filter): While ignoring duplicates,
3872         don't take `mode' into account.
3873         (hack-local-variables-filter, hack-dir-local-variables):
3874         Don't remove duplicate `mode' from local-variables-alist (like `eval').
3876 2009-12-17  Juri Linkov  <juri@jurta.org>
3878         Make `dired-diff' more safe.  (Bug#5225)
3880         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3881         `current' or when `file' is a directory of the `current' file.
3883 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3885         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3886         unconditionally preloaded files.
3888 2009-12-16  Juri Linkov  <juri@jurta.org>
3890         Revert to old 23.1 logic of using the file at the mark as default.
3891         * dired-aux.el (dired-diff): Use the file at the mark as default
3892         if it's not the same as the current file, and the target dir is
3893         the current dir or the mark is active.  Add the current file
3894         as the arg of `dired-dwim-target-defaults'.  Use the default file
3895         in the prompt.  (Bug#5225)
3897 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3899         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3900         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3901         (tramp-check-for-regexp): Check also, when an echoing shell stops
3902         to echo sent commands.
3904 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3906         * Makefile.in: Revert last change (Bug#5191).
3908 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3910         * vc-hg.el (vc-hg-print-log): Fix argument order.
3911         (vc-hg-working-revision): Make sure the command is executed in a
3912         known environment so that we can parse the output.  (Bug#4417)
3914 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3916         * progmodes/python.el (python-symbol-completions): Remove text
3917         properties from symbol string before calling python-send-receive.
3919 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3921         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3922         when there are values for both file and line.  (Bug#5060)
3924 2009-12-14  Juri Linkov  <juri@jurta.org>
3926         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3927         whitespace after the file name of the first line of unified format,
3928         because git-diff doesn't output whitespace and file modification time
3929         after the file name.
3931 2009-12-14  David Kastrup  <dak@gnu.org>
3933         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3934         check if it already has the `display' property added by
3935         `Info-display-images-node', and not put the `invisible' property
3936         in this case.
3938 2009-12-13  Glenn Morris  <rgm@gnu.org>
3940         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3941         (report-emacs-bug): In message-mode, sort manually before storing
3942         original report text.  (Bug#5178)
3943         Remove superfluous save-excursion.
3945 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3947         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3948         when responding to "GetAll" properties.
3950 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3952         * simple.el (compose-mail): Remove mail-setup-with-from from
3953         customization checks.
3955 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3957         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3958         RAR archives created on Unix systems.
3960 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3962         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3963         the varalias that was accidentally removed by the 2009-11-19 change
3964         (bug#5186).
3966 2009-12-12  Kenichi Handa  <handa@m17n.org>
3968         * language/indian.el (indian-compose-regexp): New function.
3969         (malayalam-composable-pattern): Fix the pattern.
3970         (composition-function-table): Set malayalam-composable-pattern for
3971         Malayalam characters.
3973 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
3975         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3976         rather than down-mouse-1, based on follow-link conventions.
3978         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3979         are compiled.
3981 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
3983         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3984         (verilog-vmm-statement-re, verilog-ovm-statement-re)
3985         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3986         (verilog-leap-to-head, verilog-backward-token):
3987         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
3989 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
3991         * progmodes/verilog-mode.el (verilog-auto-lineup)
3992         (verilog-nameable-item-re): Cleanup user-visible spelling and
3993         documentation errors.  One reported by Gary Delp.
3994         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3995         (verilog-read-decls): Fix AUTOWIRE with types declared in a
3996         package, bug195.  Reported by Pierre-David Pfister.
3998 2009-12-11  Glenn Morris  <rgm@gnu.org>
4000         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4002         * mail/emacsbug.el: No longer require sendmail.
4003         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4004         (report-emacs-bug-orig-text): Doc fix.
4005         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4006         New local variables, to adapt to different mail-user-agents.
4007         (report-emacs-bug): Fix test for a gnu.org address.
4008         Use overlays for emphasis, since font-lock defeats 'face property.
4009         Pretest bugs also end up at the newsgroup these days.
4010         Stop message-mode stripping text properties.
4011         Set and use the new buffer-local variables.
4012         (report-emacs-bug-hook): Add doc-string.
4013         Remove some unnecessary save-excursions and simplify.
4014         Use the appropriate hook and send-command.
4016         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4017         capitalization of some menu entries.
4019 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4021         * whitespace.el (whitespace-display-char-on):
4022         Ensure `buffer-display-table' is unique when two or more windows are
4023         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4024         New version 12.1.
4026 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4028         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4029         characters in the Attribute field.
4031 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4033         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4035 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4037         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4038         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4039         Disregard autoload-excludes.
4040         (update-directory-autoloads): Obey autoload-excludes here instead.
4041         But don't store its contents in no-autoloads and remove entries that
4042         refer to excludes files.
4044 2009-12-10  Glenn Morris  <rgm@gnu.org>
4046         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4047         (expand-mail-aliases): Define for compiler.
4049         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4050         Define for compiler.
4052         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4053         appropriate for the mail-user-agent in use.
4055 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4057         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4059 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4061         Fix short log parsing and fontification.
4062         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4063         Fix fontification for the [merge] label.
4065 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4067         Drop some properties to avoid surprises.
4068         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4069         (hfy-fontify-buffer): Use it.
4071 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4073         Minor cleanup.
4074         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4075         Adjust all callers.
4076         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4077         args compulsory.  Adjust callers.
4078         (ffap-gopher-at-point): Remove unused var `name'.
4080         Get rid of the ELCFILES abomination.
4081         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4082         (compile-elcfiles): New phony target.
4083         (compile-main): Compute ELCFILES dynamically.
4084         (compile-clean): New target to remove left-over elc files.
4085         (compile, all): Use it.
4087 2009-12-09  Kenichi Handa  <handa@etlken>
4089         * international/mule-diag.el: Require help-mode instead of help-fns.
4091 2009-12-09  Kenichi Handa  <handa@m17n.org>
4093         * international/mule-cmds.el (ucs-names): Supply sufficiently
4094         fine ranges instead of pre-calculating accurate ranges.
4095         Iterate with bigger gc-cons-threshold.
4097 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4099         Add support for stashing a snapshot of the current tree.
4100         * vc-git.el (vc-git-stash-snapshot): New function.
4101         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4103 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4105         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4106         instead of `(beginning|end)-of-line'.
4108 2009-12-08  Glenn Morris  <rgm@gnu.org>
4110         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4112         * Makefile.in (ELCFILES): Regenerate.
4114 2009-12-07  Juri Linkov  <juri@jurta.org>
4116         Don't lazy-highlight the comint output in history Isearch mode.
4118         * comint.el (comint-history-isearch-search): Instead of
4119         `comint-line-beginning-position', use `comint-after-pmark-p'
4120         to check if point if before the process mark, and go to
4121         `process-mark' in this case.
4123 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4125         * textmodes/tex-mode.el (latex-complete)
4126         (latex-indent-or-complete): Remove.
4127         (latex-mode): Set completion-at-point-functions instead.
4129         Provide a standard completion command and hook it into TAB.
4130         * minibuffer.el (completion-at-point-functions): New var.
4131         (completion-at-point): New command.
4132         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4133         * progmodes/python.el (python-mode-map): Use completion-at-point.
4134         (python-completion-at-point): Rename from python-partial-symbol and
4135         adjust for use in completion-at-point-functions.
4136         (python-mode): Setup completion-at-point for Python completion.
4137         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4138         extracted from lisp-complete-symbol.
4139         (lisp-complete-symbol): Use it.
4140         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4141         setup completion-at-point for Elisp completion.
4142         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4143         Use completion-at-point.
4144         * ielm.el (ielm-map): Use completion-at-point.
4145         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4146         * progmodes/sym-comp.el: Move to...
4147         * obsolete/sym-comp.el: Move from progmodes.
4149 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4151         Prevent save-buffer in Rmail buffers from using the coding-system
4152         of the current message, and from clobbering the encoding mnemonics
4153         in the mode line (Bug#4623).
4155         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4156         flag, too.
4157         (rmail-message-encoding): New variable.
4158         (rmail-write-region-annotate): Record the encoding of the current
4159         message in rmail-message-encoding.
4160         (rmail-after-save-hook): New function, restores the encoding of
4161         the current message after the message collection is saved.
4163 2009-12-07  Juri Linkov  <juri@jurta.org>
4165         * progmodes/grep.el (grep-read-files): Use `completing-read'
4166         instead of `read-string'.  Set its `collection' arg to
4167         `read-file-name-internal'.  (Bug#4301)
4169 2009-12-07  Juri Linkov  <juri@jurta.org>
4171         Correctly restore original Isearch point.  (Bug#4994)
4173         * isearch.el (isearch-mode): Move `isearch-push-state' after
4174         `(run-hooks 'isearch-mode-hook)'.
4175         (isearch-cancel): When `isearch-push-state-function' is defined,
4176         let-bind `isearch-cmds' to the first state (the last element of
4177         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4178         function and restores the original point).  Otherwise, move point
4179         to `isearch-opoint'.
4181 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4183         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4184         chars that don't have names, so the table can be built much faster at
4185         run-time.
4187 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4189         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4190         change.  Suggested by David Kastrup.
4192         * simple.el (compose-mail): Check for incompatibilities and warn.
4193         (compose-mail-user-agent-warnings): New option.
4195 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4197         Support showing a single log entry from vc-annotate.
4198         * vc.el (print-log): Add a new argument: START-REVISION.
4199         (vc-print-log-internal): Add a new optional argument and
4200         pass it to the backend.
4201         (vc-print-log, vc-print-root-log): Adjust callers.
4202         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4203         buffer already displays the requested log entry, use it.
4204         Otherwise display only the log entry in question.
4205         * vc-svn.el (vc-svn-print-log):
4206         * vc-mtn.el (vc-mtn-print-log):
4207         * vc-hg.el (vc-hg-state):
4208         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4209         (vc-git-show-log-entry): Return t on success.
4210         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4211         (vc-bzr-show-log-entry): Return t on success.
4212         * vc-rcs.el (vc-rcs-print-log):
4213         * vc-sccs.el (vc-sccs-print-log):
4214         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4216 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4218         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4219         Add menus to the meta mode.  (Bug#5043)
4221 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4223         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4224         event-key.
4226         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4228 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4230         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4231         Berbain <raphael.berbain@gmail.com>.
4233         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4234         characters.
4235         (tramp-initial-end-of-output): New defconst.
4236         (tramp-methods, tramp-find-shell)
4237         (tramp-open-connection-setup-interactive-shell)
4238         (tramp-maybe-open-connection): Use it.
4239         (tramp-shell-prompt-pattern, tramp-wait-for-output):
4240         Handle existence of `#' and `$'.
4242         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4243         Use `tramp-initial-end-of-output'.
4245 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4247         Get the background mode from the terminal for xterm, and set
4248         faces accordingly.
4249         * term/xterm.el (xterm-set-background-mode): New function.
4250         (terminal-init-xterm): Use it in case xterm supports background
4251         color queries.  Recompute faces after getting the background
4252         color.
4254 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4256         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4257         number comment back on its own line, for easier parsing.
4259 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4261         Make it work for non-file buffers (bug#5102).
4262         * doc-view.el (doc-view-current-cache-dir):
4263         Use doc-view-buffer-file-name rather than buffer-file-name.
4264         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4266 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4268         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4269         author field is too short.
4271 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4273         * vc-git.el (vc-git-print-log): Handle a limit argument.
4274         Display the short log in graph form and with labels.
4275         (vc-git-log-view-mode): Handle labels.
4277         Make vc-revert change VC state from 'added to 'unregistered.
4278         * vc-git.el (vc-git-revert): Call git reset first.
4280 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4282         * net/newst-backend.el, net/newst-plainview.el:
4283         * net/newst-reader.el, net/newst-ticker.el:
4284         * net/newst-treeview.el, net/newsticker.el:
4285         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4287 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4289         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4291         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4292         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4293         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4294         Update annotation regexp.
4296         * simple.el (beginning-of-visual-line): Constrain to field
4297         boundaries (Bug#5106).
4299 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4301         * xml.el (xml-substitute-numeric-entities):
4302         Move newsticker--decode-numeric-entities in newst-backend.el to
4303         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4304         * net/newst-backend.el (newsticker--parse-generic-feed)
4305         (newsticker--parse-generic-items)
4306         (newsticker--decode-numeric-entities):
4307         Move newsticker--decode-numeric-entities in newst-backend.el to
4308         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4310 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4312         * progmodes/js.el (js--js-not): Add null to the list of values.
4314 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4316         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4318 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4320         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4321         delimiter if it is at the end of the current line.
4322         (bibtex-generate-url-list): Fix docstring.
4324 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4326         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4327         minibuffer's content with itself.
4328         Fold the confirm-after-completion case into the `confirm' case.
4329         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4331 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4333         * ffap.el (ffap-rfc-path): Make this a defcustom since
4334         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4336         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4337         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4339 2009-12-05  Juri Linkov  <juri@jurta.org>
4341         Save and restore dired buffer's point positions too.  (Bug#4880)
4343         * dired.el (dired-save-positions): Return in the first element
4344         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4345         Doc fix.
4346         (dired-restore-positions): First restore buffer's position.
4347         While restoring window's positions, check if window still displays
4348         the original buffer.
4350 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4352         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4353         if possible.
4355         * shell.el (shell): Require ansi-color (Bug#5113).
4357         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4359         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4361 2009-12-05  Alan Mackenzie  <acm@muc.de>
4363         * progmodes/cc-mode.el (c-before-hack-hook)
4364         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4365         `c-file-style' to work again.  This reversion restores the current
4366         software to its state in Emacs 23.1.  (Bug#4146)
4368 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4370         * textmodes/sgml-mode.el (sgml-lexical-context):
4371         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4373 2009-12-05  Juri Linkov  <juri@jurta.org>
4375         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4376         for virtual nodes.  (Bug#4147)
4377         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4378         when moving from a virtual node.
4379         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4380         (Info-mode): Add `Info-virtual-index' to the docstring.
4382 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4384         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4385         track of the buffer position of the end of a BibTeX entry as this
4386         position may change during reformatting.
4387         (bibtex-format-entry): Remove whitespace before processing
4388         numerical fields so that we recognize the latter properly.
4389         (bibtex-reformat): Do not use push which changes the global value
4390         of bibtex-entry-format.
4391         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4392         (bibtex-field-re-init): Replace only space characters by regexp
4393         for whitespace.
4394         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4395         (bibtex-initialize): Also update bibtex-strings.
4396         (bibtex-kill-field): Preserve white space at end of entry.
4397         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4398         Update bibtex-reference-keys.
4400 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4402         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4403         point after a star, if that's the only place where modifications can
4404         make progress.
4406 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4408         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4409         in docstrings.
4411 2009-12-04  Juri Linkov  <juri@jurta.org>
4413         * proced.el (proced): Call `(proced-update t)' to update process
4414         information instead of only running proced-post-display-hook.
4415         (proced-send-signal): Add a leading space to the buffer name
4416         " *Marked Processes*" to make this buffer ephemeral.
4418 2009-12-04  Juri Linkov  <juri@jurta.org>
4420         * dired.el (dired-auto-revert-buffer): New defcustom.
4421         (dired-internal-noselect): Use it.
4423 2009-12-04  Juri Linkov  <juri@jurta.org>
4425         Change roles of modes and functions in image-mode.el (Bug#5062).
4427         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4428         in `auto-mode-alist'.
4429         (image-mode-previous-major-mode): New variable.
4430         (image-minor-mode-map): Rename from `image-mode-text-map'.
4431         (image-mode): Move graceful error-handling code from
4432         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4433         (image-minor-mode): Remove all image-handling code.
4434         Replace `image-mode-text-map' with `image-minor-mode-map'.
4435         Check for `image-type' in mode-line format string.
4436         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4437         (image-mode-as-text): New function with most code from
4438         `image-mode-maybe'.
4439         (image-toggle-display-text): Move code that removes image
4440         properties from `image-toggle-display' to here.
4441         (image-toggle-display-image): New function with code that adds
4442         image properties copied from `image-toggle-display'.
4443         (image-toggle-display): Remove most code with leaving only code
4444         that toggles between `image-mode-as-text' and `image-mode'.
4446 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4448         * net/newst-treeview.el
4449         (newsticker--treeview-list-highlight-start): Restored call to
4450         save-excursion: Selected item was stuck.
4451         (newsticker--treeview-list-select): New.
4452         (newsticker--treeview-item-show-text)
4453         (newsticker--treeview-item-show)
4454         (newsticker--treeview-item-update): Use new
4455         newsticker-treeview-item-mode.
4456         (newsticker-treeview-update): Keep current item.
4457         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4458         (newsticker--treeview-first-feed): Doc change.
4459         (newsticker-treeview-list-menu)
4460         (newsticker-treeview-item-menu): Add menu entries.
4461         (newsticker-treeview-item-mode): New.
4463         * net/newst-backend.el (newsticker-customize): Delete other
4464         windows.
4466 2009-12-04  Sam Steingold  <sds@gnu.org>
4468         * log-view.el (log-view-mode-map): "q" calls quit-window,
4469         like in all the other non-self-insert buffers.
4471 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4473         Minor cleanup.
4474         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4475         key decoding rather than do it manually via last-input-event +
4476         ascii-character.
4477         (term-exec): Use delete-and-extract-region.
4478         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4479         (term-process-pager): Remove unused var `i'.
4480         (term-dynamic-simple-complete): Make obsolete.
4481         (serial-update-config-menu): Remove unused vars `y' and `str'.
4482         (term-update-mode-line): Remove unused var `temp'.
4484 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4486         Limit the number of log entries displayed by default.
4487         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4488         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4489         using a prefix argument.
4491 2009-12-03  Glenn Morris  <rgm@gnu.org>
4493         * progmodes/idlwave.el (class): Restore still useful declaration.
4495 2009-12-03  Alan Mackenzie  <acm@muc.de>
4497         Enhance `c-parse-state' to run efficiently in "brace deserts".
4499         * progmodes/cc-mode.el (c-basic-common-init):
4500         Call c-state-cache-init.
4501         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4502         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4503         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4505         * progmodes/cc-langs.el (c-before-font-lock-function):
4506         c-extend-and-neutralize-syntax-in-CPP has been renamed
4507         c-neutralize-syntax-in-and-mark-CPP.
4509         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4510         with `category' properties now, not `syntax-table' ones.
4512         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4513         enhanced (but slower) version of c-end-of-macro that won't land
4514         inside a literal or on another awkward character.
4515         (c-state-cache-too-far, c-state-cache-start)
4516         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4517         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4518         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4519         (c-state-min-scan-pos, c-state-brace-pair-desert)
4520         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4521         buffer local variables.
4522         (c-state-literal-at, c-state-lit-beg)
4523         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4524         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4525         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4526         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4527         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4528         (c-renarrow-state-cache)
4529         (c-append-lower-brace-pair-to-state-cache)
4530         (c-state-push-any-brace-pair, c-append-to-state-cache)
4531         (c-remove-stale-state-cache)
4532         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4533         (c-invalidate-state-cache-1, c-parse-state-1)
4534         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4535         (c-parse-state): Enhance and refactor.
4536         (c-debug-parse-state): Amend to deal with all the new variables.
4538         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4539         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4540         modify to use category text properties rather than syntax-table ones.
4541         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4542         to switch off/on the syntactic paren property of C++ template
4543         delimiters using the category property.
4544         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4545         template delims suppressed.
4546         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4547         New constant/macros which apply category properties to the start
4548         and end of preprocessor constructs.
4549         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4550         "comment out" the syntactic value of characters in preprocessor
4551         constructs.
4552         (c-with-cpps-commented-out)
4553         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4554         with characters in all or all but one preprocessor constructs
4555         "commented out".
4557 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4559         * proced.el (proced-filter-alist): Use regexp-quote.
4561 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4563         Cleanup.
4564         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4565         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4566         arguments.  Expand `default-directory'.
4568         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4569         the benefit of returning an expanded localname.
4570         (tramp-tramp-file-p): Handle the case NAME is not a string.
4572 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4574         Add support for bzr shelve/unshelve.
4575         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4576         (vc-bzr-extra-menu-map): New variables.
4577         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4578         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4579         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4580         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4581         (vc-bzr-dir-extra-headers): Display shelves.
4583         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4585 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4587         * textmodes/bibtex.el (bibtex-complete-internal):
4588         Use completion-in-region.
4589         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4591 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4593         Support applying stashes.  Improve UI.
4594         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4595         (vc-git-stash-apply, vc-git-stash-pop)
4596         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4597         (vc-git-stash-menu): New functions.
4598         (vc-git-stash-menu-map): New variable.
4599         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4601 2009-12-03  Glenn Morris  <rgm@gnu.org>
4603         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4604         (vc-print-log-internal): Fix previous change.
4605         (vc-revert): Correct pluralization.
4607 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4609         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4610         it to be an alist any more.
4611         (makefile-complete): Use completion-in-region.
4613         * progmodes/octave-mod.el (octave-complete-symbol):
4614         Use completion-in-region.
4616         Misc cleanup.
4617         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4618         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4619         (idlwave-complete-class): Don't quote lambda.
4620         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4621         (idlwave-mode-map): Move initialization into declaration.
4622         (idlwave-action-and-binding): Use backquotes.
4623         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4624         Simplify.
4625         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4626         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4627         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4628         `parts', and `all-parts'.
4629         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4630         (idlwave-convert-xml-system-routine-info): Remove unused string
4631         `version-string'.
4632         (idlwave-display-user-catalog-widget): Use dolist.
4633         (idlwave-scanning-lib): Declare dynamically-scoped var.
4634         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4635         (completion-highlight-first-word-only): Declare to silence bytecomp.
4636         (idlwave-popup-select): Tighten scope of `resp'.
4637         (idlwave-find-struct-tag): Remove unused var `beg'.
4638         (idlwave-after-load-rinfo-hook): Declare.
4639         (idlwave-sintern-class-info): Remove unused var `taglist'.
4640         (idlwave-find-class-definition): Remove unused var `list'.
4641         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4642         (idlwave-what-module-find-class): Remove unused var `classes'.
4644 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4646         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4648 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4650         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4651         buffers visited.  Remove redundant current-buffer-saving.
4653 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4655         Use completion-in-buffer and remove uses of dynamic scoping.
4656         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4657         (pascal-buffer-to-use, pascal-flag): Don't declare.
4658         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4659         (pascal-get-completion-decl, pascal-keyword-completion):
4660         Add `pascal-str' argument, save-excursion,
4661         return the found completions, and don't filter with pascal-pred.
4662         (pascal-completion-cache): New var.
4663         (pascal-completion): Don't switch buffer any more (it was never
4664         necessary).  Don't save-excursion any more (it's done by the called
4665         subroutines).  Use a cache to avoid redundant computations.
4666         Use complete-with-action rather than pascal-completion-response and
4667         let it apply the predicate as well.
4668         (pascal-complete-word): Use completion-in-buffer when
4669         pascal-toggle-completions is nil.
4670         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4671         not used any more.
4672         (pascal-comp-defun): Don't change buffer any more.
4673         Use complete-with-action rather than pascal-completion-response and
4674         let it apply the predicate as well.
4675         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4676         when neded.
4678 2009-12-02  Kenichi Handa  <handa@m17n.org>
4680         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4681         shape for all Indic scripts.
4683 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4685         Use completion-in-buffer.
4686         * wid-edit.el (widget-field-text-end): New function.
4687         (widget-field-value-get): Use it.
4688         (widget-string-complete, widget-file-complete)
4689         (widget-color-complete): Use it and completion-in-region.
4690         (widget-complete): Don't narrow the buffer.
4692 2009-12-02  Glenn Morris  <rgm@gnu.org>
4694         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4695         (rmail-select-summary): Use rmail-pop-to-buffer.
4696         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4697         rmail-pop-to-buffer, to prevent horizontal splits.
4699         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4700         save-excursion with save-current-buffer.
4701         Widen before searching.  (Bug#5093)
4702         (diary-list-sexp-entries): Remove superfluous save-excursion.
4704 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4706         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4707         name.  (Bug#5038)
4709 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4711         * ido.el (ido-file-internal): Handle filenames at point that do
4712         not have a directory part.  (Bug#5049)
4714 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4716         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4717         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4719 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4721         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4722         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4723         any more.
4725 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4727         * comint.el (comint-insert-input): Ignore clicks to the right of
4728         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4730         * vc.el (vc-print-log-internal): Don't wait for the process to
4731         terminate before setting up the major mode.
4733         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4734         in case.
4736         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4737         the last element.
4739         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4741 2009-12-01  Glenn Morris  <rgm@gnu.org>
4743         * window.el (window--display-buffer-2): Fix previous changes.
4745 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4747         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4749 2009-12-01  Glenn Morris  <rgm@gnu.org>
4751         * Makefile.in (ELCFILES): Add mpc.elc.
4753 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4755         * mpc.el: New file.
4757 2009-12-01  Glenn Morris  <rgm@gnu.org>
4759         * window.el (window-to-use): Define for compiler.
4761         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4762         consistent with others (no final period).
4764         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4765         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4767 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4769         Make vc-print-log buttons work.
4770         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4772 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4774         * savehist.el (savehist-autosave-interval): Allow setting to nil
4775         through customize.  (Bug#5056)
4777 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4779         Fix references to jit-lock properties.
4780         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4781         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4782         (perl-font-lock-special-syntactic-constructs):
4783         Quote jit-lock-defer-multiline property.
4785 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4787         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4789 2009-11-30  Juri Linkov  <juri@jurta.org>
4791         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4792         value `buffer' of `multi-isearch-next-buffer-current-function'.
4793         Use `(current-buffer)' when `buffer' is nil.
4794         (multi-isearch-next-buffer-from-list): Don't fallback to
4795         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4797 2009-11-30  Juri Linkov  <juri@jurta.org>
4799         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4800         of buffers with `get-buffer' to `multi-isearch-buffers'.
4801         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4802         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4803         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4804         FILES with `expand-file-name' converting relative file names
4805         to absolute.  Doc fix.  (Bug#4727)
4807 2009-11-30  Juri Linkov  <juri@jurta.org>
4809         * misearch.el (multi-isearch-read-buffers)
4810         (multi-isearch-read-matching-buffers): New functions.
4811         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4812         Use them in the `interactive' spec.  Doc fix.
4813         (multi-isearch-read-files, multi-isearch-read-matching-files):
4814         New functions.
4815         (multi-isearch-files, multi-isearch-files-regexp):
4816         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4818 2009-11-30  Juri Linkov  <juri@jurta.org>
4820         * doc-view.el (doc-view-continuous):
4821         Rename from `doc-view-continuous-mode'.
4822         (doc-view-menu): Move "Toggle display" to the top.
4823         Add submenu "Continuous" with radio buttons "Off"/"On"
4824         and "Save as Default".
4825         (doc-view-scroll-up-or-next-page)
4826         (doc-view-scroll-down-or-previous-page)
4827         (doc-view-next-line-or-next-page)
4828         (doc-view-previous-line-or-previous-page):
4829         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4831 2009-11-30  Juri Linkov  <juri@jurta.org>
4833         * comint.el (comint-mode-map): Rebind `M-r' from
4834         `comint-previous-matching-input' to
4835         `comint-history-isearch-backward-regexp'.
4836         Unbind `M-s' to allow global key binding `M-s'.
4837         Add menu items for `comint-history-isearch-backward' and
4838         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4840 2009-11-30  Juri Linkov  <juri@jurta.org>
4842         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4843         For def=recenter, replace `recenter' with `recenter-top-bottom'
4844         that is called with `this-command' and `last-command' let-bound
4845         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4846         set `recenter-last-op' to nil.  (Bug#4981)
4848 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4850         Minor cleanup and simplification.
4851         * filecache.el (file-cache-add-directory)
4852         (file-cache-add-directory-recursively)
4853         (file-cache-add-from-file-cache-buffer)
4854         (file-cache-delete-file-regexp, file-cache-delete-directory)
4855         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4856         (file-cache-temp-minibuffer-message): Delete function.
4857         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4859         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4860         Don't signal an error when bumping into EOB in tr, s, or y.
4862 2009-11-29  Juri Linkov  <juri@jurta.org>
4864         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4865         (Bug#4960)
4867         * descr-text.el (describe-char-unidata-list): Use lowercase name
4868         for "Unicode name" like in other tags.
4870 2009-11-29  Juri Linkov  <juri@jurta.org>
4872         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4873         New compatibility macro.
4874         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4876 2009-11-29  Juri Linkov  <juri@jurta.org>
4878         Add defcustom to define the cycling order of `recenter-top-bottom'.
4879         (Bug#4981)
4881         * window.el (recenter-last-op): Doc fix.
4882         (recenter-positions): New defcustom.
4883         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4884         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4886 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4888         Improve integration of Tramp and ange-ftp in eshell.
4890         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4891         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4892         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4894         * eshell/esh-util.el (top): Require also Tramp when compiling.
4895         (eshell-directory-files-and-attributes): Check for FTP remote
4896         connection.
4897         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4898         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4899         (eshell-file-attributes): Handle ".".  Return `entry'.
4901         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4902         (ange-ftp-directory-files-and-attributes)
4903         (ange-ftp-real-directory-files-and-attributes): New defuns.
4905         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4906         shell with "exec" when possible.  This prevents trailing prompts
4907         in `start-file-process'.
4909 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4911         Try and remove assumptions about point-min==1.
4912         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4913         (rng-compute-mode-line-string): Show the validation percentage in
4914         terms of the narrowed text, not the widened text.
4915         (rng-do-some-validation): Don't catch internal errors when debugging.
4916         (rng-first-error): Simplify.
4917         (rng-after-change-function): Remove work around.  AFAIK the bug has
4918         been fixed a while ago.
4920         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4921         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4923         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4925         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4926         `cd' doesn't always do it for us (bug#5067).
4928         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4929         on 2009-10-25 as part of some other change (bug#5067).
4931 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4933         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4934         `suspicious'.
4935         (byte-compile-warnings): Use byte-compile-warning-types.
4936         (byte-compile-save-excursion): Warn about use of set-buffer right
4937         after save-excursion.
4939         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4940         the excursion as well.
4942 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4944         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4945         providing a Tramp related implementation of "su" and "sudo".
4946         (eshell-unix-initialize): Add "su" and "sudo".
4948 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4950         * net/socks.el (socks-send-command): Convert binary request to
4951         unibyte before sending.  This fixes mishandling of some port
4952         numbers such as 129.
4954 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4956         * help.el (describe-bindings-internal): Remove `interactive'.
4958         * man.el (Man-completion-table): Trim a terminating "(".
4959         Remove the space between name page a section.
4960         Add the command's description on the `help-echo' property.
4961         Remove `process-connection-type' binding since it's unused by
4962         call-process.
4963         Provide completion for the "<section> <name>" format as well.
4964         (Man-default-man-entry): Remove spurious var shadowing the argument.
4966 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4968         * log-view.el: Add "Keywords: tools", since its other keywords
4969         aren't in finder-known-keywords, and following vc.el.
4971         * sha1.el (sha1-string-external): default-directory "/" in case
4972         otherwise non-existent.  process-connection-type pipe for touch of
4973         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4975 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4977         Misc coding convention cleanups.
4978         * htmlfontify.el (hfy-init-kludge-hook): Rename from
4979         hfy-init-kludge-hooks.
4980         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4981         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4982         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4983         and push.
4984         (hfy-slant, hfy-weight): Use tables rather than code.
4985         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4986         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4987         (hfy-face-attr-for-class): Initialize `face-spec' directly.
4988         (hfy-face-to-css): Remove `nconc' with single arg.
4989         (hfy-p-to-face-lennart): Use `or'.
4990         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
4991         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4992         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4993         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4994         (hfy-force-fontification): Use run-hooks.
4996 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
4998         Various minor fixes.
4999         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5000         Javascript belongs in the header, not the body.
5001         (hfy-javascript): Remove.
5002         (hfy-fontify-buffer): Don't insert it any more.
5003         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5004         Fix bug in invis handling when there were no invis props in a chunk.
5006 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5008         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5010 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5012         * finder.el (finder-mode-map): Add a menu.
5014 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5016         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5017         "unsigned" structs.
5019         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5020         fork" statement better.
5022 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5024         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5025         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5026         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5027         Reported by Clay Douglass.
5029         (verilog-auto-inst, verilog-auto-star-safe)
5030         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5031         Fix removing "// Interfaces" when saving .* expansions.
5032         Reported by Pierre-David Pfister.
5034 2009-11-26  Glenn Morris  <rgm@gnu.org>
5036         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5037         the scope.
5039 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5041         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5042         Really use previous revision.
5044 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5046         * man.el (Man-completion-table): default-directory "/" in case
5047         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5048         not to truncate long names.  process-connection-type pipe to avoid
5049         any chance of hitting the pseudo-tty TIOCGWINSZ.
5050         (man): completion-ignore-case t for friendliness and since man
5051         itself is case-insensitive on the command line.
5052         Further to Bug#3717.
5054         * arc-mode.el: Add "Keywords: files", so the details in its
5055         commentary can be reached from finder-by-keyword.
5056         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5057         editing mode, but it's comms related and sgml-mode.el has "comm"
5058         on that basis too.
5059         * textmodes/bibtex-style.el: Add "Keywords: tex".
5060         * international/isearch-x.el, international/ja-dic-cnv.el:
5061         * international/ja-dic-utl.el, international/kkc.el:
5062         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5064 2009-11-25  Juri Linkov  <juri@jurta.org>
5066         * man.el (Man-completion-table): Modify regexp to include
5067         section names to completion strings.  (Bug#3717)
5069 2009-11-25  Juri Linkov  <juri@jurta.org>
5071         Search recursively in gzipped files.  (Bug#4982)
5073         * progmodes/grep.el (grep-highlight-matches): Add new options
5074         `always' and `auto'.  Doc fix.
5075         (grep-process-setup): Check `grep-highlight-matches' for
5076         `auto-detect' to determine the need to compute grep defaults.
5077         Move Windows/DOS specific --colors settings handling
5078         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5079         to get the value of "--color=".
5080         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5081         has the value `auto-detect'.  Move Windows/DOS specific settings
5082         from `grep-process-setup'.
5083         (zrgrep): New command with alias `rzgrep'.
5085 2009-11-25  Juri Linkov  <juri@jurta.org>
5087         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5088         to nil instead of switching off view-mode.  (Bug#4896)
5090 2009-11-25  Juri Linkov  <juri@jurta.org>
5092         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5094         * mwheel.el (mwheel-scroll-up-function)
5095         (mwheel-scroll-down-function): New defvars.
5096         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5097         `scroll-up', and `mwheel-scroll-down-function' instead of
5098         `scroll-down'.
5100         * doc-view.el (doc-view-scroll-up-or-next-page)
5101         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5102         Use this ARG in the call to image-scroll-up/image-scroll-down.
5103         Change `interactive' spec to "P".  Goto next/previous page only
5104         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5105         SPC/DEL case).  Doc fix.
5106         (doc-view-next-line-or-next-page)
5107         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5108         for consistency.
5109         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5110         `doc-view-scroll-up-or-next-page', and buffer-local
5111         `mwheel-scroll-down-function' to
5112         `doc-view-scroll-down-or-previous-page'.
5114 2009-11-25  Juri Linkov  <juri@jurta.org>
5116         Provide additional default values (directories at other Dired
5117         windows) via M-n in the minibuffer of some Dired commands.
5119         * dired-aux.el (dired-diff, dired-compare-directories)
5120         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5121         `minibuffer-default' in `minibuffer-with-setup-hook'.
5122         (dired-dwim-target-directory): Find a window that displays Dired
5123         buffer instead of failing when the next window is not Dired.
5124         Use `get-window-with-predicate' to find for the next Dired window.
5125         (dired-dwim-target-defaults): New function.
5127         * ediff-util.el (ediff-read-file-name):
5128         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5129         in `minibuffer-with-setup-hook'.
5131 2009-11-25  Juri Linkov  <juri@jurta.org>
5133         Provide additional default values (file name at point or at the
5134         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5136         * minibuffer.el (read-file-name-defaults): New function.
5137         (read-file-name): Reset `minibuffer-default' to nil when
5138         it duplicates initial input `insdef'.
5139         Bind `minibuffer-default-add-function' to lambda that
5140         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5141         (minibuffer-insert-file-name-at-point): New command.
5143         * files.el (file-name-at-point-functions): New defcustom.
5144         (find-file-default): Remove defvar.
5145         (find-file-read-args): Don't use `find-file-default'.
5146         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5147         to `read-file-name'.
5148         (find-file-literally): Use `read-file-name' with
5149         `confirm-nonexistent-file-or-buffer'.
5151         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5153         * dired.el (dired-read-dir-and-switches):
5154         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5155         to `read-file-name'.
5156         (dired-file-name-at-point): New function.
5157         (dired-mode): Add hook `dired-file-name-at-point' to
5158         `file-name-at-point-functions'.
5160 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5162         Really make the *Completions* window soft-dedicated (bug#5030).
5163         * window.el (window--display-buffer-2): Add `dedicated' argument.
5164         (display-buffer): Pass it when needed so the dedicated flag is set
5165         after calling set-window-buffer, which would otherwise reset it.
5167 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5169         * progmodes/meta-mode.el (meta-complete-symbol):
5170         * progmodes/etags.el (complete-tag):
5171         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5172         Use completion-in-region.
5174         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5175         (dabbrev-completion): Use completion-in-region.
5176         (dabbrev--abbrev-at-point): Simplify regexp.
5178         * abbrev.el (abbrev--before-point): Use word-motion functions
5179         if :regexp is not specified (bug#5031).
5181         * subr.el (string-prefix-p): New function.
5183         * man.el (Man-completion-cache): New var.
5184         (Man-completion-table): Use it.
5186         * vc.el (vc-print-log-internal): Make `limit' optional for better
5187         compatibility (e.g. with vc-annotate.el).
5189 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5191         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5192         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5194         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5195         when .el source file not found or other error.
5197 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5199         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5201 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5203         Handle the [back] button properly (bug#4979).
5204         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5205         Use help-setup-xref, help-buffer, and with-help-window.
5206         (describe-char): Add `buffer' argument.
5207         Pass proper command to help-setup-xref.  Don't meddle with
5208         help-xref-stack-item directly.
5209         (describe-text-category): Use with-help-window and help-buffer.
5211         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5212         for the displayed buffer (bug#4887).
5214         * man.el (Man-completion-table): New function.
5215         (man): Use it.
5217 2009-11-24  David Reitter  <david.reitter@gmail.com>
5219         * vc-git.el (vc-git-registered): Use checkout directory (where
5220         .git is) rather than the file's directory and a relative path spec
5221         to work around a bug in git.
5223 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5225         Improve handling of processes on remote hosts.
5227         * eshell/esh-util.el (eshell-path-env): New defvar.
5228         (eshell-parse-colon-path): New defun.
5229         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5231         * eshell/esh-ext.el (eshell-search-path):
5232         Use `eshell-parse-colon-path'.
5233         (eshell-remote-command): Remove argument HANDLER.
5234         (eshell-external-command): Check for FTP remote connection.
5236         * eshell/esh-proc.el (eshell-gather-process-output):
5237         Use `file-truename', in order to start also symlinked files.
5238         Apply `start-file-process' instead of `start-process'.
5239         Shorten `command' to the local file name part.
5241         * eshell/em-cmpl.el (eshell-complete-commands-list):
5242         Use `eshell-parse-colon-path'.
5244         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5246         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5247         to `eshell-directory-change-hook'.
5249 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5251         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5252         because it could be enabled automatically if view-read-only is non-nil.
5254 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5256         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5257         made on 2009-11-22.
5259 2009-11-24  Glenn Morris  <rgm@gnu.org>
5261         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5262         deleted variable bookmark-bmenu-bookmark-column.
5264 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5266         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5268 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5270         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5271         two slashes to the "file:" prefix.
5272         (browse-url-file-url): De-munge Cygwin filenames before passing
5273         them to Windows browser.
5274         (browse-url-default-windows-browser): Use call-process.
5276 2009-11-23  Juri Linkov  <juri@jurta.org>
5278         Implement DocView Continuous mode.  (Bug#4896)
5279         * doc-view.el (doc-view-continuous-mode): New defcustom.
5280         (doc-view-mode-map): Bind C-n/<down> to
5281         `doc-view-next-line-or-next-page', C-p/<up> to
5282         `doc-view-previous-line-or-previous-page'.
5283         (doc-view-next-line-or-next-page)
5284         (doc-view-previous-line-or-previous-page): New commands.
5286 2009-11-23  Juri Linkov  <juri@jurta.org>
5288         Implement Isearch in comint input history.  (Bug#3746)
5289         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5290         `isearch-mode-hook'.
5291         (comint-history-isearch): New defcustom.
5292         (comint-history-isearch-backward)
5293         (comint-history-isearch-backward-regexp): New commands.
5294         (comint-history-isearch-message-overlay): New buffer-local variable.
5295         (comint-history-isearch-setup, comint-history-isearch-end)
5296         (comint-goto-input, comint-history-isearch-search)
5297         (comint-history-isearch-message, comint-history-isearch-wrap)
5298         (comint-history-isearch-push-state)
5299         (comint-history-isearch-pop-state): New functions.
5301 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5303         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5304         return.
5305         (tramp-handle-make-symbolic-link)
5306         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5307         Quote file names.
5308         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5309         (tramp-handle-process-file): Use it.
5311 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5313         * window.el (move-to-window-line-last-op): Remove.
5314         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5316 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5318         Make M-r mirror the new cycling behavior of C-l.
5319         * window.el (move-to-window-line-last-op): New var.
5320         (move-to-window-line-top-bottom): New command.
5321         (global-map): Bind M-r move-to-window-line-top-bottom.
5323 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5325         * dired-x.el (dired-guess-shell-alist-default):
5326         Support xz format.  (Bug#4953)
5328 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5330         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5331         last-command-char/last-command-event.
5332         (viper-prefix-arg-value): Do correct conversion of event-char for
5333         XEmacs.
5335         * emulation/viper-util.el, emulation/viper.el:
5336         Use viper-last-command-char instead of
5337         last-command-char/last-command-event.
5339         * ediff-init.el, ediff-mult.el, ediff-util.el:
5340         Replace last-command-char and last-command-event
5341         with (ediff-last-command-char) everywhere.
5343         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5344         created in fundamental mode.
5346         * ediff.el (ediff-version): Revert the change of interactive-p to
5347         called-interactively-p.
5349 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5351         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5352         generation from word-movement command names.
5354 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5356         * cus-start.el (all): Add native condition for font-use-system-font.
5358 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5360         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5361         Correct the patch from 2009-11-18.  (Bug#3910)
5363 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5365         * progmodes/subword.el: Rename from lisp/subword.el.
5367         * subword.el: Rename to progmodes/subword.el.
5369         * Makefile.in (ELCFILES): Adapt to subword.el move.
5371 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5372             Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5375         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5376         (bookmark-bmenu-show-filenames): Use push.
5377         (bookmark-bmenu-hide-filenames): Use local var instead of
5378         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5379         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5380         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5381         filenames now that the bookmark names are always available.
5383 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5385         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5386         (bookmark-search-pattern): Move and leave unbound.
5387         (bookmark-bmenu-mode-map): Change binding.
5388         (bookmark-read-search-input): Simplify.
5389         Don't use text-char-description.  Don't error on non-char events.
5390         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5391         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5392         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5393         Use a local var for the timer.
5394         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5395         (i.e. bookmark-bmenu-search).
5397 2009-11-21  Glenn Morris  <rgm@gnu.org>
5399         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5401 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5403         * net/browse-url.el (browse-url-default-windows-browser):
5404         Use cygstart for cygwin.
5406 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5408         * bookmark.el: Formatting and doc fixes only:
5409         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5410         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5411         Minor grammar and punctuation fixes in doc string.
5412         (bookmark-read-search-input): Adjust to fit within 80 columns.
5414 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5416         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5417         (c-backward-into-nomenclature): Adapt to subword renaming.
5419         * subword.el (subword-forward, subword-backward, subword-mark)
5420         (subword-kill, subword-backward-kill, subword-transpose)
5421         (subword-downcase, subword-upcase, subword-capitalize)
5422         (subword-forward-internal, subword-backward-internal):
5423         Rename from forward-subword, backward-subword, mark-subword,
5424         kill-subword, backward-kill-subword, transpose-subwords,
5425         downcase-subword, upcase-subword, capitalize-subword,
5426         forward-subword-internal, backward-subword-internal.
5428 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5430         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5431         New options.
5432         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5433         New vars.
5434         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5435         (bookmark-bmenu-filter-alist-by-regexp)
5436         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5437         (bookmark-bmenu-search): New command.
5438         (bookmark-bmenu-mode-map): Bind it.
5440 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5442         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5443         backward-subword to quit the byte-compiler.
5445         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5447         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5449         * progmodes/cc-cmds.el (c-update-modeline)
5450         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5451         Refer to subword.el functions instead of cc-subword.el.
5453         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5454         subword.el functions instead of cc-subword.el.
5456         * progmodes/cc-subword.el: Rename to subword.el.
5457         * subword.el: Rename from progmodes/cc-subword.el.
5458         (subword-mode-map): Rename from c-subword-mode-map.
5459         (subword-mode): Rename from c-subword-mode.
5460         (global-subword-mode): New global minor mode.
5461         (forward-subword): Rename from c-forward-subword.
5462         (backward-subword): Rename from c-backward-subword.
5463         (mark-subword): Rename from c-mark-subword.
5464         (kill-subword): Rename from c-kill-subword.
5465         (backward-kill-subword): Rename from c-backward-kill-subword.
5466         (transpose-subwords): Rename from c-tranpose-subword.
5467         (downcase-subword): Rename from c-downcase-subword.
5468         (capitalize-subword): Rename from c-capitalize-subword.
5469         (forward-subword-internal): Rename from c-forward-subword-internal.
5470         (backward-subword-internal): Rename from c-backward-subword-internal.
5472 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5474         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5475         from a dired buffer.
5476         (vc-dired-deduce-fileset): New function.
5477         (vc-root-diff, vc-print-root-log): Use it.
5479         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5480         nil LIMIT argument to vc-print-log-internal.
5482 2009-11-20  Glenn Morris  <rgm@gnu.org>
5484         * Makefile.in (ELCFILES): Regenerate.
5486 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5488         * calc/calc.el (calc-set-mode-line):
5489         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5490         (math-format-number): Rename `math-format-complement-signed' to
5491         `math-format-twos-complement'.
5493         * calc/calc-bin.el (math-format-twos-complement): Rename from
5494         math-format-complement-signed.
5495         (calc-radix): Rename `calc-complement-signed-mode' to
5496         `calc-twos-complement-mode'.
5497         (calc-octal-radix, calc-hex-radix): Add an argument for
5498         two's complement.
5500         * calc/calc-embed.el (calc-embedded-mode-vars):
5501         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5503         * calc/calc-ext.el (calc-init-extensions):
5504         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5505         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5507         * calc/calc-units.el (math-build-units-table-buffer):
5508         Let `calc-twos-complement-mode' be nil.
5510         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5511         entries.
5513         * calc/calc-vec.el (calcFunc-vunpack):
5514         * calc/calc-aent.el (calc-do-calc-eval):
5515         * calc/calc-forms.el (math-format-date):
5516         * calc/calc-graph.el (calc-graph-plot):
5517         * calc/calc-math.el (math-use-emacs-fn):
5518         * calc/calccomp.el (math-compose-expr):
5519         Let `calc-twos-complement-mode' be nil.
5521 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5523         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5524         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5525         * minibuffer.el (completion-in-region-functions): New hook.
5526         (completion-in-region): New function.
5527         * emacs-lisp/lisp.el (lisp-complete-symbol):
5528         * pcomplete.el (pcomplete-std-complete): Use it.
5530 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5532         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5533         (latex-complete-alist): New vars.
5534         (latex-string-prefix-p, latex-complete-bibtex-keys)
5535         (latex-complete-envnames, latex-complete-refkeys)
5536         (latex-complete-data): New functions.
5537         (latex-complete, latex-indent-or-complete): New commands.
5539         * window.el (display-buffer-mark-dedicated): New var.
5540         (display-buffer): Obey it.
5541         * minibuffer.el (minibuffer-completion-help): Use it.
5543         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5545         * filecache.el (file-cache-add-file): Use push and cons.
5546         (file-cache-delete-file-regexp): Use push.
5547         (file-cache-complete): Use completion-in-region.
5549         * simple.el (with-wrapper-hook): Fix thinko.
5551         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5552         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5553         Use with-current-buffer and string-to-number.
5554         (hfy-fallback-colour-values): Use assoc-string.
5555         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5556         (hfy-face-at): Remove unused var `found-face'.
5557         (hfy-compile-stylesheet): Remove unused var `css'.
5558         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5559         and `orig-buffer'.
5560         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5561         Use with-current-buffer.
5562         (hfy-text-p): Use expand-file-name and fewer setq.
5564 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5566         * htmlfontify.el, hfy-cmap.el: New files.
5568 2009-11-19  Juri Linkov  <juri@jurta.org>
5570         * minibuffer.el (completions-format): New defcustom.
5571         (completion--insert-strings): Implement vertical format.
5573         * simple.el (switch-to-completions): Move point to the first
5574         completion when point was at the beginning of the buffer.
5576 2009-11-19  Juri Linkov  <juri@jurta.org>
5578         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5580         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5582 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5584         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5585         (mail-signature): Change default to t.
5586         (mail-from-style): Deprecate `system-default' value.
5587         (mail-insert-from-field): For default value of mail-from-style,
5588         default to `angles' unless `angles' needs quoting and `parens'
5589         does not.
5590         (mail-citation-prefix-regexp): Use citation regexp from
5591         message-mode.
5593 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5595         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5596         Set variables for computing the prompt for reading password.
5598 2009-11-19  Glenn Morris  <rgm@gnu.org>
5600         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5602         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5604         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5605         (newsticker-treeview-listwindow-height): Fix custom type.
5607 2009-11-19  Kenichi Handa  <handa@m17n.org>
5609         * descr-text.el (describe-char-padded-string): Compose with TAB
5610         only if there's a font for CH.
5611         (describe-char): Fix the condition for detecting a trivial composition.
5613 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5615         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5616         more accurate version of the regexp.  (Bug#3910)
5618 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5620         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5622 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5624         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5625         (font-setting-change-default-font): Fix typo in docstring.
5627 2009-11-18  Alan Mackenzie  <acm@muc.de>
5629         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5631 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5633         * font-setting.el (font-use-system-font): Move ...
5635         * cus-start.el (all): ... to here.
5637 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5639         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5640         Don't set `ad-return-value' if `ad-do-it' doesn't.
5642         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5643         modification time.
5645 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5647         * menu-bar.el: Put "Use system font" in Option-menu.
5648         (menu-bar-options-save): Add font-use-system-font.
5650         * loadup.el: If feature system-font-setting or font-render-setting is
5651         there, load font-setting.
5653         * Makefile.in (ELCFILES): Add font-settings.el.
5654         * font-setting.el: New file.
5656 2009-11-17  Glenn Morris  <rgm@gnu.org>
5658         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5660         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5661         Preserve point in the list buffer.  (Bug#4939)
5662         Use point-at-eol.
5663         (newsticker--treeview-list-update-highlight)
5664         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5666 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5668         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5669         Remove.
5671         * calc/calc-ext.el (calc-init-extensions): Remove references to
5672         symclip.
5674         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5676         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5677         * calc/calc-help.el (calc-b-prefix-help): Remove references to
5678         `calc-symclip'.
5680 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5682         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5683         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5685         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5686         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5687         Ignore trailing spaces by omit-nulls to split-string (fixing
5688         regression from Emacs 21 due to the incompatible split-string
5689         change).  (Bug #4928.)
5691 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5693         * vc.el (vc-log-show-limit): Default to 2000.
5694         (vc-print-log-internal): Insert buttons to request more entries
5695         when limiting the output.
5697         * vc-sccs.el (vc-sccs-print-log):
5698         * vc-rcs.el (vc-rcs-print-log):
5699         * vc-cvs.el (vc-cvs-print-log):
5700         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5701         LIMIT is non-nil.
5703 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5705         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5706         error when `tramp-gvfs-dbus-event-vector' is set.
5707         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5709 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5711         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5713 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5715         * net/dbus.el (dbus-unregister-service): New defun.
5716         (dbus-register-property): Register the handlers of
5717         "org.freedesktop.DBus.Properties" for SERVICE.
5718         (dbus-property-handler): Fix docstring.
5720 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5722         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5723         Quote doc string reference in defvaralias as it is not in special form.
5724         (byte-compile-output-docform): Doc fix.
5726 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5728         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5729         (calc-complement-signed-mode): New variables.
5730         (calc-set-mode-line): Add indicator for twos-complements.
5731         (math-format-number): Format twos-complement notation.
5733         * calc/calc-bin.el (calc-word-size): Reset the variables
5734         `math-2-word-size' and `math-half-2-word-size'.
5735         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5736         (calc-symclip): New functions.
5738         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5740         * calc/calc-embed.el (calc-embedded-mode-vars):
5741         Add `calc-complement-signed-mode' to the list of modes.
5743         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5744         (calc-b-oper-keys): Add `calc-symclip' to list.
5746         * calc/calc-ext.el (math-read-number-fancy): Read complement
5747         signed numbers.
5748         (calc-init-extensions): Add binding for `calc-symclip'.
5749         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5751         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5752         `calc-symclip'.
5753         (calc-modes-menu): Add item for twos complement mode.
5755         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5757 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5759         * register.el (jump-to-register, insert-register): Handle Semantic
5760         tags.  From commented-out advice in semantic/senator.el.
5762 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5764         * vc.el (vc-log-show-limit): New variable.
5765         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5766         when using a prefix argument.
5767         (vc-print-log-internal): Add new argument LIMIT.
5769         * vc-svn.el (vc-svn-print-log):
5770         * vc-mtn.el (vc-mtn-print-log):
5771         * vc-hg.el (vc-hg-print-log):
5772         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5773         pass it to the log command when set.  Make the BUFFER argument
5774         non-optional.
5776         * vc-sccs.el (vc-sccs-print-log):
5777         * vc-rcs.el (vc-rcs-print-log):
5778         * vc-git.el (vc-git-print-log):
5779         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5780         ignore it.  Make the BUFFER argument non-optional
5782         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5784 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5786         * dired.el (dired-mode-map): Move encryption items to "Operate"
5787         menu (Bug#4703).
5789         * strokes.el (strokes-update-window-configuration): Make strokes
5790         buffer current before erasing (Bug#4906).
5792 2009-11-15  Juri Linkov  <juri@jurta.org>
5794         * simple.el (set-mark-default-inactive): Add :type, :group
5795         and :version.  (Bug#4876)
5797 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5799         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5800         (archive-unique-fname): ... here.  (Bug#4929)
5802 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5804         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5805         with a real fix.
5807         * novice.el (disabled-command-function): Add useful args.
5808         Setup the help buffer so that [back] works.
5809         Remove redundant call to help-mode.
5810         (disabled-command-function): Use `case'.
5811         (en/disable-command): New function extracted from enable-command.
5812         (enable-command, disable-command): Use it.
5814 2009-11-14  Glenn Morris  <rgm@gnu.org>
5816         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5817         constants.  (Bug#4913)
5819         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5821 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5823         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5824         defined in C that have no doc-strings.  (Bug#1063)
5826 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5828         * cus-edit.el (data, files):
5829         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5831 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5833         * simple.el (shell-command): Doc fix (Bug#4891).
5835         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5837 2009-11-14  Glenn Morris  <rgm@gnu.org>
5839         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5840         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5841         If they are already loaded, eval-after-load will do the right thing.
5843         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5844         compiling.
5846         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5848         * simple.el (x-selection-owner-p): Declare.
5849         (read-mail-command): Use custom radio type rather than choice.
5850         (completion-no-auto-exit): Doc fix.
5852         * custom.el (defgroup):
5853         * epg-config.el (epg): Doc fixes.
5855 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5857         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5858         * international/ccl.el (define-ccl-program): Do not purecopy the
5859         docstring, defconst does it anyway.
5861 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5863         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5864         a second time.
5866         * x-dnd.el (x-dnd-maybe-call-test-function):
5867         * window.el (split-window-vertically):
5868         * whitespace.el (whitespace-help-on):
5869         * vc-rcs.el (vc-rcs-consult-headers):
5870         * userlock.el (ask-user-about-lock-help)
5871         (ask-user-about-supersession-help):
5872         * type-break.el (type-break-force-mode-line-update):
5873         * time-stamp.el (time-stamp-conv-warn):
5874         * terminal.el (te-set-output-log, te-more-break, te-filter)
5875         (te-sentinel, terminal-emulator):
5876         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5877         (term-write-input-ring, term-check-source, term-start-output-log):
5878         (term-display-buffer-line, term-dynamic-list-completions):
5879         (term-ansi-make-term, serial-term):
5880         * subr.el (selective-display):
5881         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5882         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5883         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5884         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5885         (speedbar-remove-localized-speedbar-support)
5886         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5887         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5888         (speedbar-buffers-line-directory):
5889         * simple.el (shell-command-on-region, append-to-buffer)
5890         (prepend-to-buffer):
5891         * shadowfile.el (shadow-save-todo-file):
5892         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5893         (scroll-bar-maybe-set-window-start):
5894         * sb-image.el (speedbar-image-dump):
5895         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5896         (load-save-place-alist-from-file):
5897         * ps-samp.el (ps-print-message-from-summary):
5898         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5899         (ps-background-image, ps-begin-job, ps-do-despool):
5900         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5901         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5902         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5903         (pr-call-process, pr-file-list, pr-interface-save):
5904         * novice.el (disabled-command-function)
5905         (enable-command, disable-command):
5906         * mouse.el (mouse-buffer-menu-alist):
5907         * mouse-copy.el (mouse-kill-preserving-secondary):
5908         * macros.el (kbd-macro-query):
5909         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5910         * informat.el (batch-info-validate):
5911         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5912         * hippie-exp.el (try-expand-dabbrev-visible):
5913         * help-mode.el (help-make-xrefs):
5914         * help-fns.el (describe-variable):
5915         * generic-x.el (bat-generic-mode-run-as-comint):
5916         * finder.el (finder-mouse-select):
5917         * find-dired.el (find-dired-sentinel):
5918         * filesets.el (filesets-file-close):
5919         * files.el (list-directory):
5920         * faces.el (list-faces-display, describe-face):
5921         * facemenu.el (list-colors-display):
5922         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5923         * epg.el (epg--process-filter, epg-cancel):
5924         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5925         (epa--read-signature-type):
5926         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5927         (emerge-file-names):
5928         * ehelp.el (electric-helpify):
5929         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5930         * ediff-vers.el (rcs-ediff-view-revision):
5931         * ediff-util.el (ediff-setup):
5932         * ediff-mult.el (ediff-append-custom-diff):
5933         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5934         (ediff-wordify):
5935         * echistory.el (Electric-command-history-redo-expression):
5936         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5937         * disp-table.el (describe-display-table):
5938         * dired.el (dired-find-buffer-nocreate):
5939         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5940         * dabbrev.el (dabbrev--same-major-mode-p):
5941         * chistory.el (list-command-history):
5942         * apropos.el (apropos-documentation):
5943         * allout.el (allout-obtain-passphrase):
5944         (allout-copy-exposed-to-buffer):
5945         (allout-verify-passphrase): Use with-current-buffer.
5947 2009-11-13  Glenn Morris  <rgm@gnu.org>
5949         * Makefile.in (ELCFILES): Regenerate.
5951 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
5953         * net/dbus.el (dbus-registered-objects-table): Rename from
5954         `dbus-registered-functions-table', because it contains also properties.
5955         (dbus-unregister-object): Unregister also properties.
5956         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5957         Use a timeout of 500 msec, in order to not block.
5958         (dbus-register-property, dbus-property-handler): New defuns.
5960 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5962         * simple.el (minibuffer-default-add-completions): Drop deprecated
5963         4th arg.
5965 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
5967         * textmodes/artist.el (artist-mouse-choose-operation):
5968         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5969         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5970         (artist-compute-up-event-key): New function.
5971         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5973 2009-11-13  Kenichi Handa  <handa@m17n.org>
5975         * language/japan-util.el: Make sure that the value of jisx0208
5976         property is jisx0208 character.
5978 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
5980         * international/mule.el (auto-coding-regexp-alist): Only purecopy
5981         car or each item, not the whole list.
5983 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5985         * minibuffer.el (minibuffer-completion-help):
5986         Use minibuffer-hide-completions.
5988 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
5990         * dired.el (dired-save-positions, dired-restore-positions): New funs.
5991         (dired-revert): Use them (bug#4880).
5993 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5995         * tooltip.el (tooltip-frame-parameters): Undo previous change.
5997 2009-11-12  Juri Linkov  <juri@jurta.org>
5999         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6000         New functions.
6001         (find-file-literally-at-point): Alias of `ffap-literally'.
6003 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6005         * textmodes/ispell.el (ispell-skip-region-alist):
6006         * textmodes/css-mode.el (auto-mode-alist):
6007         * progmodes/compile.el (auto-mode-alist):
6008         * international/mule.el (ctext-non-standard-encodings-alist)
6009         (ctext-non-standard-encodings-regexp):
6010         * simple.el (shell-command-switch, text-read-only):
6011         * replace.el (occur-mode-map):
6012         * paths.el (rmail-file-name):
6013         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6014         * find-file.el (ff-special-constructs):
6015         * files.el (file-name-handler-alist):
6016         * composite.el: Purecopy strings.
6018         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6020 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6022         * widget.el (define-widget): Purecopy the docstring.
6023         * international/mule-cmds.el (charset): Do not purecopy the
6024         docstring here, define-widget does it.
6026         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6027         * textmodes/bibtex-style.el (auto-mode-alist):
6028         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6029         * progmodes/compile.el (compile-command):
6030         * language/korea-util.el (default-korean-keyboard):
6031         * international/mule-conf.el (file-coding-system-alist):
6032         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6033         * tooltip.el (tooltip-frame-parameters):
6034         * newcomment.el (comment-end, comment-padding):
6035         * dired.el (dired-trivial-filenames):
6036         * comint.el (comint-file-name-prefix): Purecopy initial values.
6038 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6040         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6041         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6042         `tramp-unload'.
6043         (tramp-advice-make-auto-save-file-name)
6044         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6045         after removing the advice.
6047 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6049         * progmodes/grep.el (grep-regexp-alist):
6050         * international/mule-cmds.el (iso-2022-control-alist):
6051         * emacs-lisp/timer.el (timer-duration-words):
6052         * subr.el (version-separator, version-regexp-alist):
6053         * minibuffer.el (completion-styles-alist):
6054         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6055         Change defvars to defconsts.
6057         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6058         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6059         * international/mule-conf.el: Allow to be byte compiled.
6061         * international/mule.el (define-charset): Purecopy props.
6062         (load-with-code-conversion): Purecopy doc string and file name.
6063         (put-charset-property): Purecopy strings.
6064         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6066         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6067         (define-char-code-property): Correctly purecopy the table.
6069         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6071         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6073         * subr.el (add-hook): Purecopy strings.
6074         (eval-after-load): Purecopy load-history-regexp and the form.
6076         * custom.el (custom-declare-group): Purecopy load-file-name.
6078         * subr.el (menu-bar-separator): New defconst.
6079         * net/eudc.el (eudc-tools-menu):
6080         * international/mule-cmds.el (set-coding-system-map)
6081         (mule-menu-keymap):
6082         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6083         * vc-hooks.el (vc-menu-map):
6084         * replace.el (occur-mode-map):
6085         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6086         (menu-bar-edit-menu, menu-bar-goto-menu)
6087         (menu-bar-custom-menu, menu-bar-showhide-menu)
6088         (menu-bar-options-menu, menu-bar-tools-menu)
6089         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6090         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6091         (menu-bar-help-menu):
6092         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6093         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6095         * term/x-win.el (x-gtk-stock-map):
6096         * progmodes/vera-mode.el (auto-mode-alist):
6097         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6098         (inferior-lisp-program, inferior-lisp-load-command):
6099         * progmodes/hideshow.el (hs-special-modes-alist):
6100         * progmodes/gud.el (same-window-regexps):
6101         * progmodes/grep.el (grep-program, find-program, xargs-program):
6102         * net/telnet.el (same-window-regexps):
6103         * net/rlogin.el (same-window-regexps):
6104         * language/ethiopic.el (font-ccl-encoder-alist):
6105         * vc-sccs.el (vc-sccs-master-templates):
6106         * vc-rcs.el (vc-rcs-master-templates):
6107         * subr.el (cl-assertion-failed):
6108         * simple.el (next-error-overlay-arrow-position):
6109         * lpr.el (lpr-command):
6110         * locate.el (locate-ls-subdir-switches):
6111         * info.el (same-window-regexps, info)
6112         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6113         * image-mode.el (image-mode, auto-mode-alist):
6114         * hippie-exp.el (hippie-expand-ignore-buffers):
6115         * format.el (format-alist):
6116         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6117         (find-name-arg):
6118         * facemenu.el (facemenu-keybindings):
6119         * dired.el (dired-listing-switches, dired-chown-program):
6120         * diff.el (diff-switches, diff-command):
6121         * cus-edit.el (same-window-regexps):
6122         * bindings.el (mode-line-mule-info)
6123         (mode-line-buffer-identification): Purecopy strings.
6125 2009-11-11  Juri Linkov  <juri@jurta.org>
6127         * simple.el (dired-get-filename) <declare-function>:
6128         Tell the byte-compiler about dired-get-filename.
6129         (shell-command): In Dired mode, get filename from the current line
6130         as the default value.
6132 2009-11-10  Glenn Morris  <rgm@gnu.org>
6134         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6135         * calendar/holidays.el, progmodes/cperl-mode.el:
6136         Update x-popup-menu declarations.
6138         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6139         (list-load-path-shadows): Use dolist.
6140         (list-load-path-shadows): Use with-current-buffer.
6142 2009-11-10  Juri Linkov  <juri@jurta.org>
6144         * minibuffer.el (read-file-name): Support a list of default values
6145         in `default-filename'.  Use the first file name where only one
6146         element is required.  Doc fix.
6148 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6150         * net/dbus.el (dbus-unregister-object): Release service, if no
6151         other method is registered for it.
6153 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6155         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6156         bookmark-sort-flag is non-nil (Bug#4653).
6158 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6160         * emulation/cua-base.el: Add CUA property to some CC mode commands
6161         (Bug#4100).
6163 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6165         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6166         at end of sentence (Bug#4818).
6168 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6170         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6171         Handle "see declaration of" MSFT statements (Bug#4100).
6173 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6175         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6176         (tramp-advice-file-expand-wildcards): Unload via
6177         `ad-remove-advice'.
6179         * net/trampver.el: Update release number.
6181 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6183         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6184         `ad-do-it'.
6186 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6188         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6189         in order to keep context in SELinux.
6191 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6193         * dired-aux.el (dired-query): Place cursor in echo area and allow
6194         C-g.
6196         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6197         menu item if not on a directory (Bug#4701).
6199 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6201         Sync with Tramp 2.1.17.
6203         * net/tramp.el (tramp-handle-copy-directory): Don't use
6204         `file-remote-p' (due to compatibility).
6206         * net/tramp-compat.el (tramp-compat-copy-directory)
6207         (tramp-compat-delete-directory): New defuns.
6209         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6210         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6211         Use `tramp-compat-delete-directory'.
6213         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6214         (tramp-smb-handle-delete-directory):
6215         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6217         * net/trampver.el: Update release number.
6219 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6221         * tar-mode.el (tar-copy): Call write-region on the right buffer
6222         (Bug#4857).
6224         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6225         by hand, if necessary (Bug#4878).
6227 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6229         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6230         align size column (Bug#4839).
6232         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6233         statement.
6235 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6237         * progmodes/ld-script.el (auto-mode-alist):
6238         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6240         * cus-face.el (custom-declare-face): Purecopy face spec.
6242 2009-11-06  Kenichi Handa  <handa@m17n.org>
6244         * international/uni-bidi.el: Re-generated.
6245         * international/uni-category.el: Re-generated.
6246         * international/uni-combining.el: Re-generated.
6247         * international/uni-mirrored.el: Re-generated.
6249 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6251         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6252         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6253         (tex-start-options, slitex-run-command, latex-run-command)
6254         (tex-run-command, tex-directory):
6255         * textmodes/ispell.el (ispell-html-skip-alists)
6256         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6257         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6258         (adaptive-fill-regexp):
6259         * textmodes/dns-mode.el (auto-mode-alist):
6260         * progmodes/python.el (interpreter-mode-alist):
6261         * progmodes/etags.el (tags-compression-info-list):
6262         * progmodes/etags.el (tags-file-name):
6263         * net/browse-url.el (browse-url-galeon-program)
6264         (browse-url-firefox-program):
6265         * mail/sendmail.el (mail-signature-file)
6266         (mail-citation-prefix-regexp):
6267         * international/mule-conf.el (eight-bit):
6268         * international/latexenc.el (latex-inputenc-coding-alist):
6269         * international/fontset.el (x-pixel-size-width-font-regexp):
6270         * emacs-lisp/warnings.el (warning-type-format):
6271         * emacs-lisp/trace.el (trace-buffer):
6272         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6273         (emacs-lisp-mode-map):
6274         * calendar/holidays.el (holiday-solar-holidays)
6275         (holiday-bahai-holidays, holiday-islamic-holidays)
6276         (holiday-christian-holidays, holiday-hebrew-holidays)
6277         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6278         (hebrew-holidays-1, holiday-oriental-holidays)
6279         (holiday-general-holidays):
6280         * x-dnd.el (x-dnd-known-types):
6281         * tool-bar.el (tool-bar):
6282         * startup.el (site-run-file):
6283         * shell.el (shell-dumb-shell-regexp):
6284         * rfn-eshadow.el (file-name-shadow-tty-properties)
6285         (file-name-shadow-properties):
6286         * paths.el (remote-shell-program, news-directory):
6287         * mouse.el ([C-down-mouse-3]):
6288         * menu-bar.el (menu-bar-tools-menu):
6289         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6290         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6291         (jka-compr-compression-info-list):
6292         * isearch.el (search-whitespace-regexp):
6293         * image-file.el (image-file-name-extensions):
6294         * find-dired.el (find-ls-option):
6295         * files.el (directory-listing-before-filename-regexp)
6296         (directory-free-space-args, insert-directory-program)
6297         (list-directory-brief-switches, magic-fallback-mode-alist)
6298         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6299         (automount-dir-prefix):
6300         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6301         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6302         (face-font-registry-alternatives, face-font-registry-alternatives)
6303         (face-font-family-alternatives):
6304         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6305         (facemenu-foreground-menu, facemenu-face-menu):
6306         * epa-hook.el (epa-file-name-regexp):
6307         * dnd.el (dnd-protocol-alist):
6308         * textmodes/rst.el (auto-mode-alist):
6309         * button.el (default-button): Purecopy strings.
6311 2009-11-06  Glenn Morris  <rgm@gnu.org>
6313         * Makefile.in (ELCFILES): Update.
6315 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6317         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6318         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6320         * nxml/xsd-regexp.el (xsdre-gen-categories):
6321         * nxml/xmltok.el (xmltok-parse-entity):
6322         * nxml/rng-parse.el (rng-parse-validate-file):
6323         * nxml/rng-maint.el (rng-format-manual)
6324         (rng-manual-output-force-new-line):
6325         * nxml/rng-loc.el (rng-save-schema-location-1):
6326         * nxml/rng-cmpct.el (rng-c-parse-file):
6327         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6328         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6330 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6332         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6333         Remove extra save-excursions and make-variable-buffer-local's.
6334         Suggested by Stefan Monnier.
6336         (verilog-getopt-file, verilog-module-inside-filename-p)
6337         (verilog-set-define): Merge GNU 1.35 and repair changes from
6338         switching to using with-current-buffer.
6340         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6341         being treated as a number and confusing AUTORESET.
6342         Reported by Dan Dever.
6344         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6345         Add verilog-auto-ignore-concat to fix backward compatibility with
6346         older verilog-modes.  Reported by Dan Katz.
6348         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6349         containing closing anchors "...$".
6351         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6352         Reported by Wade Smith.
6354         (verilog-batch-execute-func): Comment on function usage.
6356 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6358         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6359         for labels.
6361         (verilog-label-re, verilog-calc-1): Support proper indent of named
6362         asserts.
6364         (verilog-backward-token, verilog-basic-complete-re)
6365         (verilog-beg-of-statement, verilog-indent-re): Support proper
6366         indent of the assert statement at the beginning of a block of text.
6368         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6369         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6370         tokens as begins.
6372 2009-11-05  Glenn Morris  <rgm@gnu.org>
6374         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6375         Emacs 19.  (Bug#1531)
6376         (byte-compile-fix-header): Update for the above change.
6377         Drop test for epoch::version.
6379         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6380         * cus-dep.el (custom-make-dependencies):
6381         * finder.el (finder-compile-keywords):
6382         Use autoload-rubric's feature argument.
6384         * calendar/diary-lib.el (top-level): Make load behave more like require.
6386         * vc-git.el (vc-git-stash-map): Move definition before use.
6388 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6390         * custom.el (custom-declare-group): Purecopy standard-value.
6391         (custom-declare-group): Purecopy custom-prefix.
6393         * international/mule.el (load-with-code-conversion):
6394         Call do-after-load-evaluation unconditionally.
6396         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6398 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6400         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6402 2009-11-04  Glenn Morris  <rgm@gnu.org>
6404         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6405         (byte-compile-compatibility): Remove option.
6406         (byte-compile-close-variables, byte-compile-fix-header)
6407         (byte-compile-insert-header, byte-compile-output-docform)
6408         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6409         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6410         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6411         (byte-compile-insert, byte-compile-defun):
6412         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6413         (byte-defop-compiler19): Remove.
6414         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6415         used by anything.  Replace all calls with byte-defop-compiler.
6417 2009-11-04  Juri Linkov  <juri@jurta.org>
6419         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6420         (menu-bar-options-menu): Don't quote the `prop' arg of
6421         `menu-bar-make-mm-toggle'.
6423 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6425         * calendar/calendar.el (cal-loaddefs):
6426         * calendar/diary-lib.el (diary-loaddefs):
6427         * calendar/holidays.el (hol-loaddefs):
6428         * eshell/esh-module.el (esh-groups): Load rather than require.
6430 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6432         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6433         point-min==1.
6434         (todo-top-priorities): Only display-buffer when called interactively.
6435         (todo-item-start): Don't save excursion point.
6436         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6437         (todo-insert-item-here, todo-file-item, todo-remove-item):
6438         Adjust uses of todo-item-start and todo-item-end.
6440         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6441         (autoload-rubric): Don't use any more.
6443         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6444         and only put a prop if it is non-nil.
6446 2009-11-03  Juri Linkov  <juri@jurta.org>
6448         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6449         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6451         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6452         and "Menu" to make top-level menu item visually one unit (like
6453         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6454         multi-word menu items).  Fix :help string for quit-window.
6456 2009-11-03  Glenn Morris  <rgm@gnu.org>
6458         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6459         (byte-compile-file-form-define-abbrev-table)
6460         (byte-compile-file-form-custom-declare-variable)
6461         (byte-compile-variable-ref, byte-compile-defvar):
6462         Whether or not a warning is enabled should only affect whether we issue
6463         the warning, not whether or not we collect the relevant data.
6464         Eg warnings can be turned on and off throughout the course of a file.
6466         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6467         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6469 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6471         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6472         * play/mpuz.el (mpuz-create-buffer):
6473         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6474         (lm-print-y,s,noise, lm-print-w0, lm-init):
6475         * play/gomoku.el (gomoku-prompt-for-move):
6476         * play/fortune.el (fortune-in-buffer):
6477         * play/dissociate.el (dissociated-press):
6478         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6479         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6480         * mail/supercite.el (sc-eref-show):
6481         * mail/smtpmail.el (smtpmail-send-it):
6482         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6483         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6484         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6485         (rmail-summary-goto-msg, rmail-summary-expunge)
6486         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6487         (rmail-summary-add-label, rmail-summary-output-menu)
6488         (rmail-summary-output-body):
6489         * mail/rfc822.el (rfc822-addresses):
6490         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6491         * mail/mailpost.el (post-mail-send-it):
6492         * mail/hashcash.el (hashcash-generate-payment):
6493         * mail/feedmail.el (feedmail-run-the-queue)
6494         (feedmail-queue-send-edit-prompt-help-first)
6495         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6496         (feedmail-deduce-address-list):
6497         * eshell/esh-ext.el (eshell-remote-command):
6498         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6499         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6500         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6501         (viper-save-string-in-file, viper-valid-marker):
6502         * emulation/viper-keym.el (viper-toggle-key):
6503         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6504         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6505         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6506         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6507         (viper-exec-form-in-emacs, viper-brac-function):
6508         * emulation/viper.el (viper-delocalize-var):
6509         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6510         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6511         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6512         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6513         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6514         * emulation/edt.el (edt-electric-helpify):
6515         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6516         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6517         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6518         (cua-indent-to-global-mark-column):
6519         * calendar/diary-lib.el (calendar-mark-1):
6520         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6521         Use with-current-buffer.
6522         * emulation/viper.el (viper-delocalize-var): Use dolist.
6524 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6526         * comint.el (comint-replace-by-expanded-history-before-point):
6527         Replace !! with the previous input string literally (Bug#1795).
6529 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6531         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6532         to be made up of whitespace.
6534 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6536         * minibuffer.el (read-file-name): Don't use file dialogs for
6537         remote directories (Bug#99).
6539 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6541         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6543 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6545         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6546         instead of deleting the window or frame.
6548 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6550         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6551         Support face colors.
6553         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6554         New function.  Support face colors (Bug#1168).
6555         (tex-common-initialization): Use it.
6557         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6558         mode allows it (Bug#1168).
6560 2009-10-31  Juri Linkov  <juri@jurta.org>
6562         * facemenu.el (list-colors-display): Don't mark buffer as
6563         modified (Bug#3948).
6565 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6567         * international/mule-diag.el (list-character-sets-1):
6568         Minor message fix (Bug#3526).
6570         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6571         Fix face property (Bug#4834).
6572         (etags-list-tags, etags-tags-apropos-additional)
6573         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6574         property.
6576         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6577         items.
6579 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6581         * textmodes/two-column.el (2C-split):
6582         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6583         * textmodes/tex-mode.el (tex-set-buffer-directory):
6584         * textmodes/spell.el (spell-region, spell-string):
6585         * textmodes/reftex.el (reftex-erase-buffer):
6586         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6587         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6588         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6589         (reftex-select-item):
6590         * textmodes/reftex-ref.el (reftex-label-info-update)
6591         (reftex-offer-label-menu):
6592         * textmodes/reftex-index.el (reftex-index-change-entry)
6593         (reftex-index-phrases-info):
6594         * textmodes/reftex-global.el (reftex-create-tags-file)
6595         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6596         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6597         (reftex-view-crossref-from-bibtex):
6598         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6599         (reftex-extract-bib-entries-from-thebibliography)
6600         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6601         * textmodes/refbib.el (r2b-capitalize-title):
6602         (r2b-convert-buffer, r2b-help):
6603         * textmodes/page-ext.el (pages-directory)
6604         (pages-directory-goto-with-mouse):
6605         * textmodes/bibtex.el (bibtex-validate-globally):
6606         * textmodes/bib-mode.el (bib-capitalize-title):
6607         * textmodes/artist.el (artist-clear-buffer, artist-system):
6608         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6609         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6610         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6611         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6612         (xscheme-send-control-g-interrupt, xscheme-start-process)
6613         (xscheme-process-sentinel, xscheme-cd):
6614         * progmodes/verilog-mode.el (verilog-read-always-signals)
6615         (verilog-set-define, verilog-getopt-file)
6616         (verilog-module-inside-filename-p):
6617         * progmodes/sh-script.el:
6618         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6619         (python-pdbtrack-grub-for-buffer, python-execute-file):
6620         * progmodes/octave-inf.el (inferior-octave):
6621         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6622         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6623         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6624         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6625         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6626         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6627         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6628         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6629         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6630         (idlwave-shell-examine-display, idlwave-shell-run-region)
6631         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6632         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6633         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6634         (idlwave-help-get-help-buffer):
6635         * progmodes/gud.el (gud-basic-call, gud-find-class)
6636         (gud-tooltip-activate-mouse-motions-if-enabled):
6637         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6638         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6639         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6640         (ebrowse-tags-next-file):
6641         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6642         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6643         (ebnf-eps-finish-and-write):
6644         * progmodes/cpp.el (cpp-edit-save):
6645         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6646         * progmodes/cc-defs.el (c-emacs-features):
6647         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6648         (antlr-directory-dependencies):
6649         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6650         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6651         (ada-find-any-references, ada-make-filename-from-adaname)
6652         (ada-make-body-gnatstub):
6653         * obsolete/rnews.el (news-list-news-groups):
6654         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6655         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6656         * net/rcirc.el (rcirc-debug):
6657         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6658         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6659         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6660         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6661         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6662         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6663         (newsticker--treeview-list-clear-highlight)
6664         (newsticker--treeview-list-update-highlight)
6665         (newsticker--treeview-list-highlight-start)
6666         (newsticker--treeview-tree-update-highlight)
6667         (newsticker--treeview-get-selected-item)
6668         (newsticker-treeview-mark-list-items-old)
6669         (newsticker--treeview-set-current-node):
6670         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6671         * net/newst-backend.el (newsticker--get-news-by-funcall)
6672         (newsticker--get-news-by-wget, newsticker--image-get)
6673         (newsticker--image-sentinel):
6674         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6675         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6676         (eudc-ph-close-session):
6677         * net/eudc.el (eudc-save-options):
6678         * language/thai-word.el (thai-update-word-table):
6679         * language/japan-util.el (japanese-string-conversion):
6680         * international/titdic-cnv.el (tsang-quick-converter)
6681         (ziranma-converter, ctlau-converter):
6682         * international/mule-cmds.el (describe-language-environment):
6683         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6684         (skkdic-convert-postfix, skkdic-convert-prefix):
6685         (skkdic-convert-okuri-nasi, skkdic-convert):
6686         * emacs-lisp/re-builder.el (reb-update-overlays):
6687         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6688         * emacs-lisp/gulp.el (gulp-send-requests):
6689         * emacs-lisp/find-gc.el (trace-call-tree):
6690         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6691         (eieio-describe-generic):
6692         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6693         * emacs-lisp/edebug.el (edebug-outside-excursion):
6694         * emacs-lisp/debug.el (debugger-make-xrefs):
6695         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6696         * emacs-lisp/chart.el (chart-new-buffer):
6697         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6698         Use with-current-buffer.
6699         * textmodes/artist.el (artist-system): Don't call
6700         copy-sequence on a fresh string.
6701         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6703 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6705         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6706         is no item to edit.  (Bug#4820)
6707         (todo-top-priorities): Restore point and restore narrowing in Todo
6708         buffer.  (Bug#4820)
6710 2009-10-31  Glenn Morris  <rgm@gnu.org>
6712         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6713         (comint-last-output-start, comint-last-input-start)
6714         (comint-last-input-end): Don't defvar when compiling.
6715         (ange-ftp-process-file): Use bound-and-true-p.
6717         * pcmpl-rpm.el (top-level): Move provide statement to end.
6718         (pcmpl-rpm): Remove unused custom group.
6720         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6722         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6724         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6725         (byte-compile-warnings): Add `constants' as an option.
6726         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6727         (display-call-tree): Update for byte-compile-fdefinition possibly
6728         returning `(macro lambda ...)'.  (Bug#4778)
6729         (byte-compile-variable-ref, byte-compile-setq-default):
6730         Respect `constants' member of byte-compile-warnings.
6732 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6734         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6735         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6736         to "submit:".
6738 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6740         * textmodes/ispell.el (ispell-skip-region-alist):
6741         * international/mule-conf.el (eight-bit):
6742         * international/fontset.el (font-encoding-alist):
6743         * startup.el (pure-space-overflow-message):
6744         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6745         * paths.el (gnus-nntp-service, rmail-spool-directory)
6746         (term-file-prefix):
6747         * files.el (save-some-buffers-action-alist):
6748         * cmuscheme.el (same-window-buffer-names):
6749         * ielm.el (same-window-buffer-names):
6750         * shell.el (same-window-buffer-names):
6751         * mail/sendmail.el (same-window-buffer-names):
6752         * progmodes/inf-lisp.el (same-window-buffer-names):
6753         * bindings.el (mode-line-client)
6754         (mode-line-column-line-number-mode-map):
6755         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6756         (tibetan-precomposed-regexp): Purecopy string arguments.
6758 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6760         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6761         (calcDigit-nondigit):
6762         * calc/calc-yank.el (calc-copy-to-buffer):
6763         * calc/calc-units.el (calc-invalidate-units-table):
6764         * calc/calc-trail.el (calc-trail-yank):
6765         * calc/calc-store.el (calc-insert-variables):
6766         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6767         * calc/calc-prog.el (calc-read-parse-table):
6768         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6769         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6770         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6771         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6772         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6773         (calc-graph-name, calc-graph-find-command, calc-graph-view)
6774         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6775         * calc/calc-ext.el (calc-realign):
6776         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6777         (calc-embedded-finish-edit, calc-embedded-make-info)
6778         (calc-embedded-finish-command, calc-embedded-stack-change):
6779         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6781         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6782         shell-dynamic-complete-filename in preference to
6783         comint-dynamic-complete-filename.
6785         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6786         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6787         Don't consider whether the display supports colors.
6788         (bookmark-import-new-list): Use dolist.
6789         (bookmark-bmenu-mode-map): Move initialization into declaration.
6790         (bookmark-bmenu-list): Use dolist, simplify.
6791         (bookmark-show-all-annotations): Use save-selected-window and dolist.
6792         (menu-bar-final-items): Use push.
6794 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6796         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6797         it works on remote files.
6798         (vc-hg-diff): Don't pass any `--cwd' argument.
6800 2009-10-27  Kevin Ryde  <user42@zip.com.au>
6802         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6803         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6804         (Further to Bug#3921).
6806 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
6808         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6809         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6810         calling `tramp-imap-put-file'.  Add file size to the call.
6811         (tramp-imap-get-file-entries): Compute also user name, file size,
6812         and date.
6813         (tramp-imap-handle-insert-directory): Insert uid and gid.
6814         (tramp-imap-handle-file-attributes): Transform uid and gid
6815         according to `id-format'.
6816         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
6817         size in header X-Size.
6819 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
6821         * simple.el (transpose-subr): Give clearer error when the mark
6822         is not set.  (Bug#4807)
6824 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
6826         * net/tramp.el (tramp-perl-file-truename): New defconst.
6827         Perl code contributed by yary <not.com@gmail.com> (tiny change).
6828         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6829         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6830         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6832         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6833         Ignore `dired-call-process'.
6834         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6836 2009-10-26  Julian Scheid  <julians37@gmail.com>
6838         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6839         (tramp-get-remote-readlink): New defun.
6840         (tramp-handle-file-truename): Use it.
6841         (tramp-handle-file-exists-p): Check file-attributes cache, assume
6842         file exists if cache value present.
6843         (tramp-check-cached-permissions): New defun.
6844         (tramp-handle-file-readable-p): Use it.
6845         (tramp-handle-file-writable-p): Likewise.
6846         (tramp-handle-file-executable-p): Likewise.
6847         (tramp-handle-file-name-all-completions): Try using Perl to get
6848         partial completions.  When perl not available, combine `cd' and
6849         `ls' into single remote operation and use shell expansion to get
6850         partial remote directory contents.  Set `file-exists-p' cache for
6851         directory and any files returned by ls.  Change cache handling to
6852         support partial directory contents.  Use error message emitted by
6853         remote `cd' or Perl code for local tramp-error.
6854         (tramp-do-copy-or-rename-file-directly): Avoid separate
6855         tramp-send-command-and-check call.
6856         (tramp-handle-process-file): Merge three remote ops into one.
6857         Do not flush all caches when `process-file-side-effects' is set.
6858         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6859         file-attributes shows uid/gid to be set already.
6861 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6863         * textmodes/tex-mode.el (tex-dvi-view-command)
6864         (tex-show-queue-command, tex-open-quote):
6865         * progmodes/ruby-mode.el (auto-mode-alist)
6866         (interpreter-mode-alist): Purecopy strings.
6868         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6870         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6871         string for the hook, keymap and abbrev table.
6873         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6875         * x-dnd.el (x-dnd-xdnd-to-action):
6876         * startup.el (fancy-startup-text, fancy-about-text): Change to
6877         defconst from defvar.
6879         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6881         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6882         Purecopy initialization strings.
6884         * mail/sendmail.el (mail-header-separator)
6885         (mail-personal-alias-file):
6886         * mail/rmail.el (rmail-default-dont-reply-to-names)
6887         (rmail-ignored-headers, rmail-retry-ignored-headers)
6888         (rmail-highlighted-headers, rmail-secondary-file-directory)
6889         (rmail-secondary-file-regexp):
6890         * files.el (null-device, file-name-invalid-regexp)
6891         (locate-dominating-stop-dir-regexp)
6892         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6893         (interpreter-mode-alist): Use mapcar instead of mapc.
6895         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6897         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6898         (completion-ignored-extensions):
6899         (debug-ignored-errors): Purecopy strings.
6901 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6903         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6904         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6905         (pcomplete--here): Use push.
6907         * subr.el (all-completions): Declare the 4th arg obsolete.
6909 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6911         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6912         (pcomplete-unquote-argument): New function.
6913         (pcomplete--common-suffix): Always pay attention to case.
6914         (pcomplete--table-subvert): Quote and unquote the text.
6915         (pcomplete--common-quoted-suffix): New function.
6916         (pcomplete-std-complete): Use it and pcomplete-begin.
6918         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6919         we're inside a dedicated or minibuffer window.
6921 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6923         * bookmark.el: Update documentation, especially documentation
6924         of `bookmark-alist' and of the bookmark file format.
6925         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6927 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6929         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6930         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6931         window to buffer.
6933         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6934         (global-whitespace-mode, global-whitespace-newline-mode)
6935         (whitespace-toggle-options, global-whitespace-toggle-options):
6936         Doc fix (Bug#3660).
6938         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6939         of xmltok-start before the end tag was inserted (Bug#2840).
6941         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6942         patterns that are preceded by an open-paren (Bug#1320).
6944 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6946         * files.el (delete-directory): Delete symlinks to directories with
6947         delete-file (Bug#4739).
6949 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6951         * vc.el (vc-backend-for-registration): Rename from
6952         vc-get-backend-for-registration.  Update callers.
6954         * international/mule-cmds.el (set-language-info-alist):
6955         Purecopy lang-env.
6956         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6957         (charset): Purecopy the name.
6958         (define-char-code-property): Purecopy string arguments.
6960         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6961         Purecopy string arguments.
6963         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6964         * ediff-hook.el (menu-bar-ediff-menu):
6965         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6966         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6968 2009-10-24  Glenn Morris  <rgm@gnu.org>
6970         * comint.el (comint-dynamic-list-completions):
6971         * term.el (term-dynamic-list-completions): Use choose-completion rather
6972         than obsolete alias mouse-choose-completion.
6974         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6975         file-cache-choose-completion.
6976         (file-cache-choose-completion): Handle an optional event argument.
6977         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6979         * progmodes/octave-mod.el (octave-complete-symbol):
6980         Use choose-completion if mouse-choose-completion is ever removed.
6982         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6983         use.
6985         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6986         compiler.
6988         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6990 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6992         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6993         Ignore `pred' now that we receive one.
6994         Handle test-completion specially.
6996 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6998         * vc.el (vc-responsible-backend): Throw an error if not backend is
6999         found.  Remove the REGISTER argument.  Move the code dealing with
7000         REGISTER ...
7001         (vc-get-backend-for-registration): ... here.  New function.
7002         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7003         of vc-responsible-backend, pass the file name instead of the
7004         directory name.
7006 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7008         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7009         New funs.
7010         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7011         (pcomplete-comint-setup): Don't modify a global var via
7012         accidental side-effects.
7013         (pcomplete-shell-setup): Adjust call accordingly.
7014         (pcomplete-parse-comint-arguments): Use push.
7016 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7018         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7019         Allow uncapitalized info node names (Bug#3921).
7021         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7022         to the DEBUG file (Bug#3781).
7024 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7026         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7027         dictionary entry (Bug#4579).
7029 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7031         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7032         from `rfn-eshadow-update-overlay-hook' when unloading.
7033         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7034         "rsyncc".  Adjust doc string.
7035         (tramp-temp-buffer-file-name): New buffer-local defvar.
7036         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7037         Keep temporary file when indicated by method ("rsync" and
7038         "rsyncc").
7039         (tramp-handle-write-region): Handle APPEND.
7040         (tramp-delete-temp-file-function): New defun.  Added to
7041         `kill-buffer-hook'.
7043 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7045         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7047 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7049         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7050         (color-name-rgb-alist, tty-standard-colors)
7051         (tty-color-mode-alist): Change to defconst.
7053         * simple.el (mark-inactive): Purecopy message.
7055         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7056         (global-map, yank-menu):
7057         * textmodes/ispell.el (ispell-menu-map):
7058         * net/eudc.el (eudc-tools-menu):
7059         * international/mule-cmds.el (describe-language-environment-map)
7060         (setup-language-environment-map, set-coding-system-map)
7061         (mule-menu-keymap):
7062         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7063         * replace.el (occur-mode-map):
7064         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7066 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7068         * calc/calc.el (math-read-number, math-read-number-simple):
7069         Use `save-match-data'.
7071 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7073         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7074         rather than fiddling with global-map bindings, since it should only
7075         affect per-terminal settings.
7076         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7078         * minibuffer.el (completion-table-with-terminator): Allow to specify
7079         the terminator-regexp.
7081         * simple.el (switch-to-completions): Look for *Completions* in other
7082         frames as well.
7084         * pcomplete.el: Allow the use of completion-tables.
7085         (pcomplete-std-complete): New command.
7086         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7087         (pcomplete--here): Use a function for `form' rather than an expression,
7088         so it can be byte-compiled.
7089         (pcomplete-here, pcomplete-here*): Adjust accordingly.
7090         Add edebug declaration.
7091         (pcomplete-show-completions): Remove unused var `curbuf'.
7092         (pcomplete-do-complete, pcomplete-stub):
7093         Don't assume `completions' is a list of strings any more.
7095 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
7097         * find-dired.el (find-name-arg): Fix typo in docstring.
7099 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7101         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7102         (pcmpl-linux-fs-types): Same, and update to new modules layout.
7104         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7105         pcomplete-entries.
7107         * comint.el (comint-read-input-ring, comint-write-input-ring)
7108         (comint-substitute-in-file-name)
7109         (comint-dynamic-complete-as-filename)
7110         (comint-dynamic-simple-complete)
7111         (comint-dynamic-list-filename-completions)
7112         (comint-dynamic-list-completions)
7113         (comint-redirect-results-list-from-process): Minor simplifications.
7115 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7117         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7118         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7119         the first form.  And insert a blank line after ";;; Code" since
7120         that's usual style.  (Bug#4612)
7122         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7124 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7126         * minibuffer.el (completion-table-with-terminator): Properly implement
7127         boundaries, in case `terminator' appears in the suffix.
7128         (completion--embedded-envvar-table): Don't return boundaries if
7129         there's no valid completion.  Simplify.
7130         (completion-file-name-table): New completion table extracted from
7131         completion--file-name-table.
7132         (completion--file-name-table): Use it.
7133         (read-file-name-predicate): Declare obsolete.
7134         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7135         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7136         completion-file-name-table, and use the `pred' argument.
7137         * files.el (locate-file-completion-table): Use the `pred' arg rather
7138         than read-file-name-predicate.
7139         (abbreviate-file-name): Use \` rather than ^ for BOS.
7141 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
7143         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7144         vc-responsible-backend to register, it causes problems.
7146 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7148         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7150 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
7152         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7153         (tramp-smb-handle-file-attributes): Use it.
7154         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7155         (tramp-smb-handle-insert-directory): Use `mapc' rather than
7156         `mapcar'.  Use `tramp-smb-get-stat-capability'.
7157         Add `dired-filename' text properties.
7158         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7159         (tramp-smb-maybe-open-connection): Simplify check for smbclient
7160         version.
7162 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7164         * subr.el (read-key-delay): Reduce to 0.01.
7165         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7166         (bug#4751).
7168 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7170         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7172         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7173         (Info-menu): Remove unused vars `last' and `completions'.
7174         (Info-index-nodes): Remove unused var `node'.
7176         * info.el (Info-complete-menu-item): Use complete-with-action.
7178 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7180         Make vc-annotate work through copies and renames.
7181         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7182         Return the file name too.
7183         (vc-annotate-revision-at-line)
7184         (vc-annotate-find-revision-at-line)
7185         (vc-annotate-revision-previous-to-line)
7186         (vc-annotate-show-log-revision-at-line): Update to get the file
7187         name from vc-annotate-extract-revision-at-line.
7188         (vc-annotate-show-diff-revision-at-line-internal): Change the
7189         argument to mean whether to show a file diff or not.  Get the file
7190         name from vc-annotate-extract-revision-at-line.
7191         (vc-annotate-show-diff-revision-at-line):
7192         Update vc-annotate-show-diff-revision-at-line call.
7193         (vc-annotate-warp-revision): Add an optional file argument.
7195         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7196         (vc-git-annotate-extract-revision-at-line): Also return the file
7197         name if found.
7199         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7200         command.  Remove unused code.
7201         (vc-hg-annotate-re): Update to match --follow output.
7202         (vc-hg-annotate-extract-revision-at-line): Also return the file
7203         name if found.
7205         * vc.el: Update annotate-extract-revision-at-line documentation.
7207 2009-10-18  Kevin Ryde  <user42@zip.com.au>
7209         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7210         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7212         * net/browse-url.el (browse-url): Identify alist with "consp and
7213         not functionp" and let all other things go down the `apply' leg,
7214         as suggested by Stefan.  (Further to bug#4531.)
7216 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
7218         * minibuffer.el (read-file-name): Check for repeat before putting
7219         a default argument in file-name-history (Bug#4657).
7221         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7222         read syntax (Bug#4737).
7224         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7226 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7228         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7229         (html-tag-alist, html-tag-help): Add descriptions for undocumented
7230         entries and make note of obsolete tags.
7232 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7234         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7236 2009-10-18  Glenn Morris  <rgm@gnu.org>
7238         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7239         grep, so that binary files (eg international/uni-bidi.el) can match.
7240         Remove test for "UnicodeData" files, since it is hopefully unnecessary
7241         now, and in any case the file header format has changed.
7243 2009-10-17  Glenn Morris  <rgm@gnu.org>
7245         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7246         (flyspell-get-word, flyspell-large-region)
7247         (flyspell-auto-correct-previous-word): Doc/error message fixes.
7249 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7251         * Makefile.in (ELCFILES): Add ede/shell.
7253 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7255         * term/common-win.el (x-colors): Purecopy it.
7257 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7259         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7260         permissive for when the buffer is empty.
7261         (tar-header-block-tokenize): Decode the username and groupname.
7262         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7264 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * international/mule-cmds.el (select-safe-coding-system): If the file
7267         has a coding cookie, use it regardless of any other setting (bug#4712).
7269 2009-10-17  Glenn Morris  <rgm@gnu.org>
7271         * foldout.el (foldout-mouse-swallow-events):
7272         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7274         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7275         (dired-keep-marker-copy, dired-keep-marker-hardlink)
7276         (dired-keep-marker-symlink, dired-dwim-target)
7277         (dired-copy-preserve-time): Do not autoload these defcustoms.
7279         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7280         messages from messing up the file coding.  (Bug#4623)
7282 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
7284         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7285         if no match is found for the current dictionary.  (Bug#4578)
7287         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7288         optional, since that is how it is documented, and this is often called
7289         with a nil argument.  (Bug#4577)
7290         (flyspell-external-point-words, flyspell-auto-correct-word)
7291         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7292         (flyspell-word-search-backward): Remove nil argument in calls to
7293         flyspell-get-word, since it is not needed now.
7295 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7297         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7299 2009-10-16  Glenn Morris  <rgm@gnu.org>
7301         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7303 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7305         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7306         (ange-ftp-file-size): New function.
7307         (ange-ftp-file-attributes): Use it.
7309 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7311         * net/tramp-smb.el (tramp-smb-version): New defvar.
7312         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7313         repeated checks.
7315 2009-10-16  Glenn Morris  <rgm@gnu.org>
7317         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7318         Maybe copy some custom properties from old to new name.  (Bug#4706)
7320 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7322         * subr.el (error, sit-for, start-process-shell-command)
7323         (start-file-process-shell-command): Set the calling convention
7324         after the function definition.
7326 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7328         * subr.el (error, sit-for, start-process-shell-command)
7329         (start-file-process-shell-command): Use the new
7330         set-advertised-calling-convention feature.
7332 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7334         * international/ucs-normalize.el (ucs-normalize-version):
7335         Change to 1.2.
7336         (check-range): Adjust for Unicode 5.2.
7338 2009-10-15  Juri Linkov  <juri@jurta.org>
7340         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7341         to the `menu-item' format.
7343 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7345         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7346         if the environment variable does not exist.
7348         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7349         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7350         parameter.
7351         (tramp-smb-handle-add-name-to-file)
7352         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7353         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7354         (tramp-smb-handle-file-attributes)
7355         (tramp-smb-do-file-attributes-with-stat)
7356         (tramp-smb-handle-file-local-copy)
7357         (tramp-smb-handle-insert-directory)
7358         (tramp-smb-handle-make-directory)
7359         (tramp-smb-handle-make-directory-internal)
7360         (tramp-smb-handle-make-symbolic-link)
7361         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7362         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7363         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7364         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7365         Handle long file names.
7366         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7367         process is running.
7368         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7369         Read share names with "-g" option.
7371 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7373         * net/rcirc.el (rcirc-view-log-file): New command.
7374         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7375         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7376         specified.
7378 2009-10-15  Glenn Morris  <rgm@gnu.org>
7380         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7381         from the second command-line argument.
7382         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7383         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7384         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7385         w32-batch-update-autoloads.
7386         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7387         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7389         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7390         the headers cannot be located.  Simplify, subtracting superflous
7391         save-excursions.
7393 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7395         Replace completion-base-size by completion-base-position to fix bugs
7396         such as (bug#4699).
7397         * simple.el (completion-base-position): New var.
7398         (completion-base-size): Mark as obsolete.
7399         (choose-completion): Make it work for mouse events as well.
7400         Pass the new base-position to choose-completion-string.
7401         (choose-completion-guess-base-position): New function, extracted from
7402         choose-completion-delete-max-match.
7403         (choose-completion-delete-max-match): Use it.  Make obsolete.
7404         (choose-completion-string): Use the new base-position info.
7405         (completion-root-regexp): Delete.
7406         (completion-setup-function): Preserve completion-base-position.
7407         Eliminate obsolete base-size manipulation.
7408         * minibuffer.el (display-completion-list): Don't mess with base-size.
7409         (minibuffer-completion-help): Set completion-base-position instead.
7410         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7411         choose-completion.
7412         * textmodes/bibtex.el (bibtex-complete):
7413         * emacs-lisp/crm.el (crm--choose-completion-string):
7414         Adjust to new calling convention.
7415         * complete.el (partial-completion-mode): Use minibufferp to avoid
7416         bumping into incompatible change to choose-completion-string-functions.
7417         * ido.el (ido-choose-completion-string): Make its calling convention
7418         more permissive.
7419         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7420         base-size manipulation.
7421         (comint-dynamic-list-input-ring): Use dotimes and push.
7422         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7423         fundamental-mode.  Use `or'.
7425 2009-10-14  Juri Linkov  <juri@jurta.org>
7427         * misearch.el (multi-isearch-next-buffer-from-list)
7428         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7430 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7432         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7433         `bytecomp.el'.
7435         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7436         string we return is all made up of text from the completions rather
7437         than part from the completions and part from the input (bug#4219).
7439         * ido.el (ido-everywhere): Use define-minor-mode.
7441         * buff-menu.el (list-buffers, ctl-x-map):
7442         Mark the entry points with ;;;###autoload cookies.
7444 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7446         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7447         correctly in the detached head case.
7448         (vc-git-print-log): Remove unused binding.
7450         * vc.el (vc-responsible-backend): When a directory is passed for
7451         for registration create a VC repository if no backend is
7452         responsible for the directory argument.
7453         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7455         * vc.el: Move comments about RCS and SCCS ...
7456         * vc-rcs.el:
7457         * vc-sccs.el: ... here, respectively.
7459 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7461         * minibuffer.el (completion--file-name-table): Return nil if there's
7462         no file completion, even if substitute-in-file-name changed
7463         the string (bug#4708).
7465 2009-10-13  Juri Linkov  <juri@jurta.org>
7467         * files-x.el (read-file-local-variable-value): Don't filter out
7468         minor modes from mode name completion (bug#4664).
7470 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7472         * international/mule-cmds.el (ucs-names): Remove exclusion of
7473         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7475 2009-10-13  Kenichi Handa  <handa@m17n.org>
7477         * international/uni-name.el: Regenerated.
7479 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7481         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7482         should be automatically buffer-local, but isn't.)
7484 2009-10-12  Sam Steingold  <sds@gnu.org>
7486         * progmodes/compile.el (compilation-next-error-function): Fix the
7487         timestamps if the buffer has been visited before.
7488         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7489         non-anchored patterns, like the perl one (bug#3928).
7491 2009-10-12  Glenn Morris  <rgm@gnu.org>
7493         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7494         Let-bind `size'.
7496 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7498         * proced.el (proced-unload-function): New function.
7500         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7501         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7502         Doc fix.
7504         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7506 2009-10-11  Juri Linkov  <juri@jurta.org>
7508         * files-x.el (read-file-local-variable-value):
7509         Provide default value only for bound variables (bug#4664).
7511 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7513         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7514         connection methods like smb.
7516         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7517         can be empty.
7519         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7520         (tramp-smb-file-name-handler-alist): Add handlers for
7521         `add-name-to-file', `make-symbolic-link'.
7522         (tramp-smb-handle-add-name-to-file)
7523         (tramp-smb-do-file-attributes-with-stat)
7524         (tramp-smb-handle-make-symbolic-link)
7525         (tramp-smb-get-cifs-capabilities): New defuns.
7526         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7527         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7528         (tramp-smb-handle-file-local-copy)
7529         (tramp-smb-handle-make-directory-internal)
7530         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7531         The file name syntax depends on cifs capabilities.
7532         (tramp-smb-handle-file-attributes):
7533         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7534         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7535         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7537 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7539         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7540         (eieio-defclass): Apply deftype handler and setf-method properties
7541         directly.
7542         (eieio-add-new-slot): Avoid union function from cl library.
7543         (eieio--typep): New function.
7544         (eieio-perform-slot-validation): Use it.
7546 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7548         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7549         Update documentation to refer to the variables documented in r1.135.
7550         (Bug#4188)
7552 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7554         * bookmark.el (Info-suffix-list): Remove this unused variable.
7555         (bookmark-current-point): Remove this obsolete variable.
7556         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7557         Adjust for removal of bookmark-current-point.
7559         (bookmarks-already-loaded, bookmark-current-buffer)
7560         (bookmark-yank-point): Document.  (Bug#4188)
7562 2009-10-10  Glenn Morris  <rgm@gnu.org>
7564         * frame.el (frame-height): Doc fix.
7566         * calendar/calendar.el (calendar-split-width-threshold): New option.
7567         (calendar-basic-setup): Use calendar-split-width-threshold.
7569 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7571         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7572         Ideographic Supplement" range (U+1F200..U+1F2FF).
7574 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7576         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7577         since the list will have been rebuilt anyway.  (Bug#4349)
7579 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7581         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7582         (bookmark-bmenu-execute-deletions): Don't save here, as
7583         bookmark-delete will now do so if necessary.
7584         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7585         (Bug#4348)
7587 2009-10-09  Glenn Morris  <rgm@gnu.org>
7589         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7591 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7593         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7594         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7595         argument now, so the two function's behaviors will match.  (Bug#3645)
7597 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7599         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7600         (tramp-file-name-real-host, tramp-file-name-port):
7601         Apply `save-match-data'.
7603         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7604         case both directories are remote.
7605         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7606         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7608 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7610         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7612 2009-10-07  Glenn Morris  <rgm@gnu.org>
7614         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7615         of concat.
7617 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7619         * files-x.el (read-file-local-variable): Include some
7620         non-user-variables in the completion table (bug#4664).
7622 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7624         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7625         message.
7627         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7628         (tramp-smb-file-name-handler-alist): Add handler for
7629         `copy-directory', `expand-file-name', `set-file-modes'.
7630         (tramp-smb-handle-copy-directory)
7631         (tramp-smb-handle-expand-file-name)
7632         (tramp-smb-handle-set-file-modes): New defuns.
7633         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7634         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7635         entry.
7636         (tramp-smb-handle-insert-directory): Don't flush the cache.
7637         (tramp-smb-maybe-open-connection): Check for samba client and
7638         server versions.
7640 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7642         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7643         to not error out of search for "^lisp=" fails.
7645 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7647         * makefile.w32-in (WINS_UPDATES): New macro.
7648         (custom-deps, finder-data, autoloads): Use it.
7650 2009-10-07  Glenn Morris  <rgm@gnu.org>
7652         * Makefile.in (autoloads): Revert previous change.
7653         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7654         the list of preloaded files passed on the command-line, get
7655         it from src/Makefile.
7657         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7658         show the original buffer rather than a random one.
7660 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
7662         * help.el (describe-no-warranty): Place point in a slightly better
7663         position in the GPLv3 text.
7665 2009-10-06  Sam Steingold  <sds@gnu.org>
7667         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7668         the comm attribute is present before calling regexp-quote.
7670 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
7672         * play/animate.el (animate-string): For good effect, make sure
7673         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7675         * play/animate.el (animate-sequence, animate-birthday-present):
7676         * misc.el (butterfly): Don't set `indent-tabs-mode'.
7678 2009-10-06  Glenn Morris  <rgm@gnu.org>
7680         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7682         * emacs-lisp/autoload.el (autoload-excludes): New variable.
7683         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7684         (batch-update-autoloads): Process a string value of autoload-excludes,
7685         set during the build process.
7686         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
7688         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7689         inside with-parsed...  macro so that `v' is defined.
7691         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7692         * progmodes/fortran.el (fortran-end-of-block)
7693         (fortran-beginning-of-block):
7694         Also push mark in the macro case.
7696         * emerge.el (emerge-show-file-name):
7697         * calc/calc.el (calc-quit):
7698         * calc/calc-misc.el (calc-big-or-small):
7699         * calc/calc-graph.el (calc-graph-view):
7700         * calc/calc-ext.el (calc-reset):
7701         * calendar/calendar.el (calendar-basic-setup):
7702         Use window-full-height-p.
7704         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7705         header we don't understand, don't insert another.  (Bug#4624)
7706         If changing mime charset, insert the new one in the right place.
7708 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
7710         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7711         (cal-tex-cursor-month): Correctly increment the end date for diary and
7712         holiday listing.  (Bug#4626)
7714 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7716         * help-fns.el (describe-function-1): Don't burp if the function is not
7717         a symbol.
7719 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
7721         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7722         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7723         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7724         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7726         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7727         (eieio-default-superclass): Reflow docstrings.
7728         (this, class-option-assoc, defclass, eieio-class-un-autoload)
7729         (eieio-unbind-method-implementations, defmethod)
7730         (eieio-validate-slot-value, eieio-validate-class-slot-value)
7731         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7732         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7733         (eieio-slot-originating-class-p, eieio-slot-name-index)
7734         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7735         (constructor, initialize-instance, no-next-method, object-print)
7736         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7737         Fix typos in docstrings.
7738         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7739         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7740         (next-method-p): Doc fixes.
7741         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7742         Fix typos in error messages.
7743         (eieio-defmethod): Fix typo in description of generic method.
7745         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7746         (eieio-persistent-save-interactive, slot-missing):
7747         Fix typos in docstrings.
7748         (eieio-instance-inheritor-slot-boundp): Doc fix.
7750         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7751         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7753         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7754         (eieio-custom-object-apply-reset):
7755         Fix typos in docstrings and error messages.
7757         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7758         Fix typo in docstring.
7760         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7761         (eieio-browse-tree): Doc fix.
7762         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7763         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7764         Fix typos in docstrings.
7766         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7767         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7768         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7769         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7770         Reflow docstrings.
7772 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7774         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7775         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7776         Set log-view-vc-backend so that diff can work.
7778         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7779         vc-version-diff.
7780         (vc-diff-internal): Autoload this instead of vc-version-diff.
7782 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7784         * simple.el (eval-expression): Doc fix.
7786         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7788 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7790         * files.el (directory-files-no-dot-files-regexp): New defconst.
7791         (delete-directory): Use it.
7792         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7794         * net/tramp.el (tramp-verbose): Fix docstring.
7795         (tramp-methods): Add recursive option to `tramp-copy-args'.
7796         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7797         "scp1_old", "scp2_old", "rsync", "rsyncc".
7798         (tramp-default-method): Check also for `auth-source-user-or-password'.
7799         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7800         Add handler for `copy-directory'.
7801         (tramp-handle-copy-directory): New defun.
7802         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7803         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7804         Optimize sent command.
7806 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7808         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7809         window if necessary.
7811         * calendar/calendar.el (calendar-basic-setup): Don't call
7812         switch-to-buffer in a dedicated window.
7814 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7816         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7817         don't do anything related to relocating, just return nil.
7818         (bookmark-error-no-filename): New error.
7819         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7820         bookmark has no file.  Don't even attempt to handle things that
7821         are not files; the whole point of custom handlers is to keep that
7822         knowledge elsewhere anyway.  Tighten some comments.
7823         (bookmark-file-or-variation-thereof): Remove now-unused function.
7824         (bookmark-location): Doc string fix.
7825         (Bug#4250)
7827 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7829         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7830         don't use a file dialog, because they usually don't know how to read
7831         a directory target from the user.  (Bug#4230)
7832         Also, make sure the prompt can display directories as well as files.
7834 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7836         * bookmark.el (bookmark-set, bookmark-buffer-name):
7837         Improve doc strings.  (Bug#1193)
7839 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7841         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7842         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7843         (bookmark-get-annotation, bookmark-set-annotation)
7844         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7845         (bookmark-set-position, bookmark-get-front-context-string)
7846         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7847         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7848         (bookmark-jump-other-window, bookmark-handle-bookmark)
7849         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7850         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7851         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7852         Improve doc strings to say whether bookmark can be a string or
7853         a record or both, and make other consistency and clarity fixes.
7854         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7855         (bookmark-default-annotation-text, bookmark-yank-word)
7856         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7857         (bookmark-import-new-list, bookmark-maybe-rename)
7858         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7859         (bookmark-bmenu-bookmark): Give these doc strings.
7860         (bookmark-bmenu-check-position): Give this a doc string, but also
7861         add a FIXME comment about how the function may be pointless.
7862         (bookmark-default-handler): Rework doc string and change a
7863         parameter name, to clarify that this takes a bookmark record
7864         not a bookmark name.
7865         (bookmark-set): Change a parameter name to indicate its meaning,
7866         and improve the doc string a bit.
7867         (Bug#4188)
7869 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7871         * bookmark.el (bookmark-alist): Document the new `handler' element
7872         in the param alist.
7873         (bookmark-make-record-function): Adjust documentation for above.
7874         (Bug#4193)
7876 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7878         * info.el (Info-bookmark-make-record): Document this function.
7879         (Info-bookmark-jump): Document with a doc string, not just a comment.
7880         (Bug#4203)
7882 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7884         * files.el (copy-directory): New defun.
7886         * dired-aux.el (dired-copy-file-recursive): Use it.
7888 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7890         * files-x.el (modify-dir-local-variable)
7891         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7892         docstrings.
7894         * recentf.el (recentf-unload-function): New function.
7896 2009-10-04  Glenn Morris  <rgm@gnu.org>
7898         * window.el (window-full-height-p): Add doc string.
7900 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7902         * window.el (window-full-height-p): New function.  (Bug#4543)
7904 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7906         * vc.el: Remove commented out code.
7907         (vc-derived-from-dir-mode): Remove, unused.
7908         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7910 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7912         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7913         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7914         there could be recursive loading when `default-directory' is a
7915         remote file name.  (Bug#4614)
7917 2009-10-03  Glenn Morris  <rgm@gnu.org>
7919         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7920         the frame is wide.
7921         (calendar-generate-window): Test for shrinkability rather than width.
7923         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7924         reusing existing buffers, in case we happen to visit two files with the
7925         same basename.  (Bug#4593)
7927 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7929         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7930         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7931         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7932         subdirs of cedet as well.
7933         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7935 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7937         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7938         Obey advertised-signature-table.
7940         * help-fns.el (help-function-arglist): Don't check
7941         advertised-signature-table.
7942         (describe-function-1): Do it here instead so it also applies to subrs.
7944 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7946         * simple.el (start-file-process): Say in the doc-string, that file
7947         handlers might not support pty association, if PROGRAM is nil.
7949         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7950         HOST and USER are strings.  They are nil, when there are
7951         incomplete entries in ~/.netrc, for example.
7952         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7953         root directory ("device busy" error otherwise).
7955         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7956         Flush file properties of created directory.
7958 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7960         * makefile.w32-in (WINS_BASIC): Remove cedet.
7961         (WINS_CEDET): Add cedet.
7962         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7964 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7966         * net/browse-url.el (browse-url): Pass any symbol in
7967         browse-url-browser-function to `apply', since if you've mistakenly put
7968         an unbound symbol then the error is clearer.  (Bug#4531)
7970 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7972         * allout.el (allout-init, allout-back-to-current-heading)
7973         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7974         (allout-ascend, allout-up-current-level, allout-end-of-level)
7975         (allout-previous-visible-heading, allout-forward-current-level)
7976         (allout-backward-current-level, allout-show-children):
7977         * apropos.el (apropos-describe-plist):
7978         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7979         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7980         * completion.el (add-completion, add-permanent-completion):
7981         * descr-text.el (describe-text-category, describe-char):
7982         * desktop.el (desktop-lazy-abort):
7983         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7984         * dired.el (dired-build-subdir-alist):
7985         * ediff.el (ediff-version):
7986         * elide-head.el (elide-head, elide-head-show):
7987         * emerge.el (emerge-version):
7988         * env.el (getenv):
7989         * face-remap.el (variable-pitch-mode):
7990         * faces.el (describe-face):
7991         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7992         (dired-at-point):
7993         * files.el (find-file-existing, auto-save-mode):
7994         * font-lock.el (font-lock-fontify-buffer):
7995         * help-fns.el (describe-function, describe-variable)
7996         (describe-syntax, describe-categories):
7997         * help.el (view-lossage, describe-bindings, describe-key)
7998         (describe-mode):
7999         * hexl.el (hexl-current-address):
8000         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8001         * info.el (Info-goto-emacs-key-command-node):
8002         * log-edit.el (log-edit-insert-cvs-template)
8003         (log-edit-insert-cvs-rcstemplate):
8004         * menu-bar.el (menu-bar-mode):
8005         * mouse.el (mouse-appearance-menu):
8006         * newcomment.el (comment-indent-new-line):
8007         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8008         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8009         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8010         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8011         * recentf.el (recentf-mode):
8012         * savehist.el (savehist-mode, savehist-save):
8013         * shadowfile.el (shadow-copy-files):
8014         * simple.el (kill-ring-save, next-line, previous-line)
8015         (normal-erase-is-backspace-mode):
8016         * strokes.el (strokes-update-window-configuration)
8017         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8018         (strokes-xpm-for-stroke):
8019         * time.el (emacs-uptime, emacs-init-time):
8020         * tutorial.el (tutorial--describe-nonstandard-key)
8021         (tutorial--detailed-help):
8022         * type-break.el (type-break-mode)
8023         (type-break-mode-line-message-mode, type-break-query-mode)
8024         (type-break-guesstimate-keystroke-threshold):
8025         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8026         * version.el (emacs-version):
8027         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8028         * winner.el (winner-mode):
8029         * calendar/timeclock.el (timeclock-in, timeclock-out)
8030         (timeclock-status-string, timeclock-change)
8031         (timeclock-workday-remaining-string)
8032         (timeclock-workday-elapsed-string)
8033         (timeclock-when-to-leave-string):
8034         * calendar/todo-mode.el (todo-add-category):
8035         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8036         * emacs-lisp/autoload.el (update-file-autoloads):
8037         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8038         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8039         (checkdoc-message-text, checkdoc-defun):
8040         * emacs-lisp/debug.el (debugger-list-functions):
8041         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8042         * emacs-lisp/eieio-opt.el (eieio-describe-class)
8043         (eieio-describe-generic):
8044         * emacs-lisp/lisp-mnt.el (lm-synopsis):
8045         * emacs-lisp/shadow.el (list-load-path-shadows):
8046         * emulation/cua-base.el (cua-mode):
8047         * emulation/edt.el (edt-set-scroll-margins):
8048         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8049         (tpu-toggle-regexp, tpu-toggle-search-direction)
8050         (tpu-toggle-rectangle, tpu-toggle-control-keys):
8051         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8052         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8053         (viper-set-parsing-style-toggling-macro)
8054         (viper-set-emacs-state-searchstyle-macros):
8055         * emulation/viper.el (viper-set-hooks):
8056         * eshell/esh-mode.el (eshell-truncate-buffer):
8057         * international/mule-cmds.el (prefer-coding-system)
8058         (describe-input-method, describe-language-environment):
8059         * international/mule-diag.el (list-character-sets)
8060         (describe-character-set, describe-coding-system)
8061         (describe-fontset, list-fontsets, list-input-methods):
8062         * mail/sendmail.el (mail-signature):
8063         * net/ange-ftp.el (ange-ftp-copy-file):
8064         * net/browse-url.el (browse-url):
8065         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8066         * net/quickurl.el (quickurl-add-url):
8067         * net/rcirc.el (names, topic):
8068         * net/xesam.el (xesam-mode):
8069         * play/5x5.el (5x5-new-game):
8070         * play/yow.el (apropos-zippy):
8071         * progmodes/ada-mode.el (ada-mode-version):
8072         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8073         (f90-end-of-block)
8074         (f90-beginning-of-block):
8075         * progmodes/fortran.el (fortran-end-of-block)
8076         (fortran-beginning-of-block):
8077         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8078         * progmodes/python.el (python-describe-symbol, python-shell):
8079         * term/ns-win.el (ns-print-buffer):
8080         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8081         * textmodes/flyspell.el (flyspell-mode-on):
8082         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8083         (pages-directory-for-addresses):
8084         * textmodes/table.el (table-recognize-cell)
8085         (table-query-dimension, table-generate-source)
8086         (table-insert-sequence, table--warn-incompatibility):
8087         * textmodes/tex-mode.el (tex-validate-buffer):
8088         * textmodes/texinfmt.el (texinfmt-version)
8089         (texinfo-format-buffer):
8090         Use `called-interactively-p' instead of `interactive-p'.
8092 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8094         * image-mode.el (image-toggle-display):
8095         * emacs-lisp/elp.el (elp-instrument-function):
8096         * emacs-lisp/advice.el (ad-make-advised-definition):
8097         * emacs-lisp/easy-mmode.el (define-minor-mode):
8098         * net/browse-url.el (browse-url-maybe-new-window):
8099         * progmodes/sh-script.el (sh-learn-buffer-indent):
8100         Pass new argument 'any to `called-interactively-p'.
8102 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8104         * international/uni-bidi.el:
8105         * international/uni-category.el:
8106         * international/uni-combining.el:
8107         * international/uni-comment.el:
8108         * international/uni-decimal.el:
8109         * international/uni-decomposition.el:
8110         * international/uni-digit.el:
8111         * international/uni-lowercase.el:
8112         * international/uni-mirrored.el:
8113         * international/uni-name.el:
8114         * international/uni-numeric.el:
8115         * international/uni-old-name.el:
8116         * international/uni-titlecase.el:
8117         * international/uni-uppercase.el:
8118         Regenerate from Unicode 5.2.0 data.
8120 2009-10-01  Glenn Morris  <rgm@gnu.org>
8122         * Makefile.in (ELCFILES): Regenerate.
8124 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8126         * subr.el (interactive-p): Mark obsolete.
8127         (called-interactively-p): Make the optional-ness of `kind' obsolete.
8128         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8129         advertised-signature-table for subroutines as well.
8131         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8132         (set-advertised-calling-convention): New function.
8133         (make-obsolete, define-obsolete-function-alias)
8134         (make-obsolete-variable, define-obsolete-variable-alias):
8135         Make the optional-ness of `when' obsolete.
8136         (define-obsolete-face-alias): Make `when' non-optional.
8137         * help-fns.el (help-function-arglist):
8138         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8139         Use advertised-signature-table.
8141 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
8143         * files.el (delete-directory): New defun.  The original function
8144         in fileio.c has been renamed to `delete-directory-internal'.
8146         * dired.el (dired-delete-file): Call `delete-directory' with
8147         RECURSIVE parameter.
8149         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8150         parameter RECURSIVE.  Implementation is missing.
8152         * net/tramp.el (tramp-handle-make-directory): Flush upper
8153         directory's file properties.
8154         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8155         (tramp-handle-dired-recursive-delete-directory): Flush directory
8156         properties after the remove command only.
8158         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8159         Handle optional parameter RECURSIVE.
8161         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8162         Handle optional parameter RECURSIVE.
8164         * net/tramp-smb.el (tramp-smb-errors): Add error message for
8165         connection timeout.
8166         (tramp-smb-handle-delete-directory): Handle optional parameter
8167         RECURSIVE.
8169 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8171         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8172         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8173         (byte-compile-defmacro): Use backquotes.
8175         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8177         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8178         has no associated file.
8179         (vc-resynch-buffer): Use vc-dir-buffers.
8181 2009-10-01  Glenn Morris  <rgm@gnu.org>
8183         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8184         (chart-file-count):
8185         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8186         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8187         * emacs-lisp/eieio-opt.el (eieio-describe-class):
8188         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8189         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8190         (eieio-copy-parents-into-subclass, make-instance, class-children)
8191         (eieio-generic-form):
8193         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8194         match-data.  (Bug#4555).
8196         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8197         rather than parsing it as a regexp.  This relaxes the layout
8198         requirements and makes errors easier to detect.
8199         (check-declare-verify): Check file is regular.
8200         (check-declare-directory): Doc fix.
8201         * subr.el (declare-function): Doc fix.
8203         * ibuffer.el (ibuffer-format-qualifier):
8204         * isearch.el (hi-lock-regexp-okay):
8205         * calc/calc.el (math-zerop):
8206         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8207         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8208         Remove unused declarations.
8210 2009-09-30  Glenn Morris  <rgm@gnu.org>
8212         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8214         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8215         filename is not a string.
8217 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8219         * files.el (safe-local-eval-forms): Fix typo.
8221 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8223         * vc-hooks.el (vc-dir-buffers): New var.
8224         (vc-state-refresh): New function.
8225         (vc-state): Use it.
8226         (vc-after-save): Always ask the backend to recompute the new state.
8227         Always call vc-dir if necessary, using vc-dir-buffers.
8228         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8229         Use vc-dir-buffers.
8230         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8231         (vc-dir-prepare-status-buffer, vc-dir-update)
8232         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8233         Don't call expand-file-name on default-directory.
8235 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8237         * speedbar.el (speedbar-item-delete):
8238         * calc/calc-prog.el (calc-kbd-if):
8239         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8241         * epa.el (epa-key-list-mode-map):
8242         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8244         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8245         (hs-show-hook): Fix typo in docstring.
8247 2009-09-29  Glenn Morris  <rgm@gnu.org>
8249         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8250         file-name-nondirectory call preventing location of cedet files.
8251         (check-declare-verify): Use literal search rather than re-search.
8252         Add basic defmethod and defclass, and define-overloadable-function.
8254         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8255         Use tramp-compat-file-attributes rather than nonexistent
8256         tramp-compat-handle-file-attributes.
8258         * Makefile.in (lisptagsfiles4): New.
8259         (AUTOGENEL): Add cedet loaddefs files.
8260         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8261         (update-elclist, compile-always, backup-compiled-files)
8262         (bootstrap-clean): Add yet another directory level.
8263         (update-elclist): Use LC_COLLATE rather than COLLATE.
8264         (ELCFILES): Update, via `make update-elclist'.
8266 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8268         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8269         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8270         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8272 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8274         * Makefile.in (lisptagsfiles3): Define.
8275         (TAGS, TAGS-LISP): Use it.
8276         (update-elclist): Add third directory level to look for elc files.
8277         (compile-always): Likewise.
8278         (backup-compiled-files): Likewise.
8279         (bootstrap-clean): Likewise.
8280         (ELCFILES): Update.
8282 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8284         * Makefile.in (ELCFILES): Add CEDET files.
8286 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8288         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8290         * net/tramp.el (top): Require tramp-imap.
8292         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8293         Use `tramp-compat-handle-file-attributes'.
8295 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8297         * net/tramp-imap.el: New package.
8299 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8301         * whitespace.el (whitespace-trailing-regexp)
8302         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8303         Fix doc string.
8305 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8307         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8308         menu.
8310         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8311         menu-bar-ediff-menu.
8313         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8314         define-overloadable-function.
8316         * progmodes/autoconf.el: Provide autoconf as well, so that this
8317         file can be `require'd.
8319         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8321         * emacs-lisp/autoload.el (generated-autoload-feature)
8322         (generated-autoload-load-name): New vars.
8323         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8324         (make-autoload): Recognize define-overloadable-function and
8325         defclass forms (for EIEIO).
8327         * Makefile.in (update-subdirs): Exclude cedet directory.
8329 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8331         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
8333         * faces.el: Default light-background background for region face to
8334         ns_selection_color under NS.
8336 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8338         * net/imap-hash.el: New library, see NEWS.
8340         * Makefile.in (ELCFILES): Add imap-hash.el.
8342 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8344         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8345         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8346         * help-macro.el (make-help-screen): Avoid using an ambiguous function
8347         definition where the docstring could be taken for the return value.
8349 2009-09-26  Glenn Morris  <rgm@gnu.org>
8351         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8352         Add option to only show images below a certain size.
8353         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8354         save-excursion calls.
8356 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
8358         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8359         subdirectories) and eieio.
8361 2009-09-26  Alan Mackenzie  <acm@muc.de>
8363         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8364         Correct buggy bracketing.  (Bug#4289)
8366         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8367         character constants (as case labels).  (Bug#4289)
8369 2009-09-25  Juri Linkov  <juri@jurta.org>
8371         * files.el (safe-local-eval-forms): Allow time-stamp in
8372         before-save-hook (Bug#4554).
8374 2009-09-25  Drew Adams  <drew.adams@oracle.com>
8376         * menu-bar.el (list-buffers-directory): Doc fix.
8378 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8380         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8381         Try and avoid copying twice the same paragraph.
8382         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8383         Remove save-excursion.
8384         (log-edit-changelog-entry): Do it here instead.
8386 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
8388         * bs.el (bs--get-file-name): Use `list-buffers-directory'
8389         when available, instead of hardcoding mode names.  Doc fix.
8391         * menu-bar.el (list-buffers-directory): Add docstring.
8392         Make automatically buffer-local.
8394         * dired.el (dired-mode):
8395         * files.el (cd-absolute):
8396         * pcvs.el (cvs-temp-buffer):
8397         * pcvs-util.el (cvs-get-buffer-create):
8398         * shell.el (shell-mode):
8399         * vc-dir.el (vc-dir-mode):
8400         Don't make `list-buffers-directory' buffer local.
8402 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
8404         * comint.el (comint-exec, comint-run, make-comint):
8405         Doc fixes (Bug#4542).
8407 2009-09-25  Glenn Morris  <rgm@gnu.org>
8409         * mail/rmailmm.el (rmail-mime): New custom group.
8410         Move all defcustoms in this file into this group.
8411         (rmail-mime-media-type-handlers-alist): Revert previous change.
8412         (rmail-mime-show-images): New option.
8413         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8414         references to it, since it wasn't actually used for anything.
8415         (rmail-mime-insert-image): New function.
8416         (rmail-mime-image): Use rmail-mime-insert-image.
8417         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8418         obey the value of `rmail-mime-show-images' option.  Print the size of
8419         attachments.
8421 2009-09-25  David Engster  <deng@randomsample.de>
8423         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
8425 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8427         * whitespace.el: Does not highlight trailing spaces While point is
8428         at end of line.  Does not highligt spaces at beginning of buffer
8429         while point is at beginning of buffer.  Does not highlight spaces
8430         at end of buffer while point is at end of buffer.  (Bug#4177)
8431         New version 12.0.
8432         (whitespace-display-mappings): Adjust initialization.
8433         (whitespace-point, whitespace-font-lock-refontify): New vars.
8434         (whitespace-color-on, whitespace-color-off): Adjust code.
8435         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8436         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8437         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8439 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
8441         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8443         * textmodes/sgml-mode.el: Remove xml-mode alias.
8445         * files.el (auto-mode-alist, conf-mode-maybe)
8446         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8448 2009-09-24  Alan Mackenzie  <acm@muc.de>
8450         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8451         c-forward-conditionals, but it doesn't move point and doesn't set
8452         the mark.
8453         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8454         (c-down-conditional-with-else, c-backward-conditional)
8455         (c-forward-conditional): Refactor to use c-scan-conditionals.
8457 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8459         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8460         (help-default-arg-highlight): Remove.
8461         (help-highlight-arg): New function.
8462         (help-do-arg-highlight): Use it.
8463         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8465 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8467         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8468         Undo last change, which didn't fix the problem and introduced others.
8470 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8472         * progmodes/gdb-mi.el: Don't require speedbar.
8473         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8475 2009-09-24  Glenn Morris  <rgm@gnu.org>
8477         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8479         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8481         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8482         there is no newline after the final mime boundary.  (Bug#4539)
8483         Move markers on insertion so that any buttons inserted don't end up in
8484         the next part of a multipart message.
8485         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8486         (rmail-mime-bulk-handler): Optionally handle images.
8487         (rmail-mime-image): New button action.
8488         (rmail-mime-image-handler): New function.
8489         (rmail-mime-mode): New mode.
8490         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8492 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8494         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8495         than just dropping elements from it (bug#4504).
8497         * term.el (term-set-scroll-region): Don't move cursor any more.
8498         (term-handle-ansi-escape): Call term-goto here instead.
8499         Suggested by Ivan Kanis <apple@kanis.eu>.
8501         * term.el: Require CL.
8502         (term-ansi-reset): New function.
8503         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8504         (term-handle-colors-array): Simplify.
8506 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8508         * allout.el (allout-overlay-interior-modification-handler)
8509         (allout-obtain-passphrase):
8510         * epa-file.el (epa-file-write-region):
8511         * ps-print.el (ps-begin-job):
8512         * vc-hooks.el (vc-toggle-read-only):
8513         * vc-rcs.el (vc-rcs-rollback):
8514         * vc-sccs.el (vc-sccs-rollback):
8515         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8516         (vc-version-diff, vc-revert, vc-rollback):
8517         * wdired.el (wdired-check-kill-buffer):
8518         * emacs-lisp/authors.el (authors):
8519         * net/socks.el (socks-open-connection):
8520         * net/zeroconf.el (zeroconf-service-add-hook):
8521         * obsolete/vc-mcvs.el (vc-mcvs-register):
8522         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8523         (gdb-select-frame):
8524         * progmodes/grep.el (lgrep, rgrep):
8525         * progmodes/idlw-help.el (idlwave-help-check-locations)
8526         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8527         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8528         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8529         (reftex-toc-rename-label): Fix typos in error messages.
8531         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8532         (dired-copy-how-to-fn): Doc fix.
8533         (dired-files-attributes, dired-read-shell-command):
8534         Fix typos in docstrings.
8536         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8537         (dired-x-find-file-other-window): Reflow docstrings.
8538         (dired-omit-marker-char, dired-read-shell-command)
8539         (dired-x-submit-report): Fix typos in docstrings.
8541         * shell.el (shell-mode-hook):
8542         * view.el (View-scroll-line-forward):
8543         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8544         Fix typos in docstrings.
8546         * net/dig.el (dig-invoke): Fix typo in docstring.
8547         (query-dig): Reflow docstring.
8549         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8550         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8551         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8552         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8553         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8554         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8555         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8556         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8557         (idlwave-completion-map, idlwave-current-indent)
8558         (idlwave-custom-ampersand-surround, idlwave-customize)
8559         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8560         (idlwave-define-abbrev, idlwave-determine-class-special)
8561         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8562         (idlwave-end-block-reg, idlwave-end-of-statement)
8563         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8564         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8565         (idlwave-explicit-class-listed, idlwave-file-header)
8566         (idlwave-fill-paragraph, idlwave-find-class-definition)
8567         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8568         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8569         (idlwave-in-quote, idlwave-indent-action-table)
8570         (idlwave-indent-expand-table, idlwave-indent-line)
8571         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8572         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8573         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8574         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8575         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8576         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8577         (idlwave-outlawed-buffers, idlwave-popup-select)
8578         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8579         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8580         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8581         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8582         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8583         (idlwave-statement-type, idlwave-struct-skip)
8584         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8585         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8586         (idlwave-what-module-find-class): Fix typos in docstrings.
8587         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8588         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8589         (idlwave-find-module, idlwave-find-structure-definition)
8590         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8591         (idlwave-list-load-path-shadows, idlwave-next-statement)
8592         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8593         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8594         (idlwave-template): Reflow docstrings.
8596         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8597         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8598         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8599         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8600         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8601         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8602         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8603         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8604         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8605         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8606         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8607         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8608         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8609         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8610         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8611         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8612         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8613         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8614         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8615         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8616         Fix typos in docstrings.
8617         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8618         (idlwave-shell-hide-output, idlwave-shell-mode)
8619         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8620         Reflow docstrings.
8622         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8624 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8626         * term.el (term-bold-attribute): New var.
8627         (term-handle-colors-array): Use it.
8629 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8631         * progmodes/gdb-mi.el (gdb-version): New variable.
8632         (gdb-non-stop-handler): Set gdb-version.
8633         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8634         Condition "--thread" option on gdb-version.
8635         (gdb-invalidate-threads): Remove unused argument.
8637 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8639         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8640         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8642 2009-09-23  Glenn Morris  <rgm@gnu.org>
8644         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8645         replying to mail without References or Message-Id.  (Bug#4525)
8647 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8649         * term/ns-win.el (ns-reg-to-script): New variable.
8651 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8653         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8655 2009-09-22  Sam Steingold  <sds@gnu.org>
8657         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8658         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8659         to 1 because hg returns status 1 when nothing is found.
8660         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8662 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8664         * textmodes/fill.el: Convert to utf-8 encoding.
8665         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8666         pre-unicode days.
8668         * add-log.el (change-log-fill-forward-paragraph): New function.
8669         (change-log-mode): Use it so fill-region DTRT.
8670         Set fill-indent-according-to-mode here rather than in
8671         change-log-fill-paragraph.
8672         (change-log-fill-paragraph): Remove.
8674 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8676         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8677         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8679 2009-09-22  Glenn Morris  <rgm@gnu.org>
8681         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8682         the scroll-bar scroll the calendar window rather than the buffer.
8684         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8685         commands that move point (as opposed to scrolling).
8687         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8689         * emacs-lisp/elint.el (elint): New custom group.
8690         (elint-log-buffer): Make it a defcustom.
8691         (elint-scan-preloaded, elint-ignored-warnings)
8692         (elint-directory-skip-re): New options.
8693         (elint-builtin-variables): Doc fix.
8694         (elint-preloaded-env): New variable.
8695         (elint-unknown-builtin-args): Add an entry for encode-time.
8696         (elint-extra-errors): Make it a variable rather than a constant.
8697         (elint-preloaded-skip-re): New constant.
8698         (elint-directory): Skip files matching elint-directory-skip-re.
8699         (elint-features): New variable, local to linted buffers.
8700         (elint-update-env): Initialize elint-features.  Possibly add
8701         elint-preloaded-env to the buffer's environment.
8702         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8703         Skip quoted forms.
8704         (elint-init-form): New function, extracted from elint-init-env.
8705         Make non-list forms a warning rather than an error.
8706         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8707         easy-menu-define, put that adds an error-condition, and provide.
8708         When requiring cl, also require cl-macs.  Really require cl, to handle
8709         some cl macros.  Store required libraries in the list elint-features,
8710         so as not to re-load them.  Treat cc-require like require.
8711         (elint-init-env): Call elint-init-form to do the work.
8712         Handle eval-and-compile and such like.
8713         (elint-add-required-env): Do not clear messages.
8714         (elint-special-forms): Add handlers for function, defalias, if, when,
8715         unless, and, or.
8716         (elint-form): Add optional argument to ignore elint-special-forms,
8717         useful to prevent recursive calls from handlers.  Doc fix.
8718         Respect elint-ignored-warnings.
8719         (elint-form): Respect elint-ignored-warnings.
8720         (elint-bound-variable, elint-bound-function): New variables.
8721         (elint-unbound-variable): Respect elint-bound-variable.
8722         (elint-get-args): Respect elint-bound-function.
8723         (elint-check-cond-form): Add some simple handling for (f)boundp and
8724         featurep tests.
8725         (elint-check-defalias-form): New handler.
8726         (elint-check-let-form): Make an empty let a warning rather than an
8727         error.
8728         (elint-check-setq-form): Make an empty setq a warning rather than an
8729         error.  Respect elint-ignored-warnings.
8730         (elint-check-defvar-form): Accept null doc-strings.
8731         (elint-check-conditional-form): New handler.  Does some simple-minded
8732         checking of featurep and (f)boundp tests.
8733         (elint-put-function-args): New function.
8734         (elint-initialize): Use elint-scan-doc-file rather than
8735         elint-find-builtin-variables.  Use elint-put-function-args.
8736         Possibly scan preloaded-file-list.
8737         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8738         extend to handle functions as well.
8740 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8742         * linum.el (linum-delete-overlays, linum-update-window):
8743         Do not modify the right margin.  (Bug#3971)
8745 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8747         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8748         Use nxml-mode instead of xml-mode.
8750 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8752         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8754 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8756         * net/dig.el (dig-mode): Use define-derived-mode.
8758 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8760         * vc-dispatcher.el (vc-do-command): Return the process object in
8761         the asynchronous case.  Use when instead of if.  Do not run
8762         vc-exec-after to display a message if not enabled.  (Bug#4463)
8764         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8765         properties to the stash strings.
8766         (vc-git-stash-list): Return a list of strings.
8767         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8768         (vc-git-stash-show-at-point): New functions.
8769         (vc-git-stash-map): New keymap.
8771         * register.el (ctl-x-r-map): Define the keys here instead of
8772         using autoload.
8774 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8776         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8777         list, to workaround performance problem (bug#4485).
8779 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8781         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8783 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8785         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8786         Document that this option is not recommended to use.
8788 2009-09-19  Glenn Morris  <rgm@gnu.org>
8790         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8791         variable `var'.
8793         * calc/calc-alg.el (var):
8794         * calc/calcalg2.el (var): Define for compiler.
8796 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8798         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8799         Doc fix (Bug#3932).
8801         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8803         * time-stamp.el (time-stamp-month-dd-yyyy)
8804         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8805         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8806         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8807         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8808         Remove functions that have been obsolete since 1995 (Bug#4436).
8810         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8811         indent buffer only if called interactively (Bug#4452).
8813 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8814             Eli Zaretskii  <eliz@gnu.org>
8816         This fixes bug#4197 (merged to bug#865, though not identical).
8817         * server.el (server-auth-dir): Add docstring note about FAT32.
8818         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8819         but warn against using them.
8821 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8823         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8824         older GDB where there is no has_more field.
8826 2009-09-19  Glenn Morris  <rgm@gnu.org>
8828         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8830 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8832         * files.el (auto-mode-alist): Change default for XML files to nXML
8833         mode (Bug#4169).
8835 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8837         * server.el (server-ensure-safe-dir): Pass 'integer
8838         to `file-attributes', as suggested.
8840 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8842         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8843         (dired-query): Use read-key.
8845 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8847         * cus-start.el (ns-use-qd-smoothing): Remove.
8849 2009-09-18  Glenn Morris  <rgm@gnu.org>
8851         * allout.el (top-level): Remove unnecessary progn.
8853         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8855         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8856         definition of abbrev table.
8858         * speedbar.el (speedbar-track-mouse):
8859         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8860         * net/eudc.el (eudc-expand-inline):
8861         * net/newst-backend.el (newsticker--cache-read-feed):
8862         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8863         condition-case handlers.
8865 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8867         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8868         (gdb-var-list): Add an element for has_more field.
8869         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8870         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8871         (gdb-var-update-handler-1): Parse output of dynamic variable
8872         objects (STL containers).
8873         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8874         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8876         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8877         gdb-var-list.
8878         (gud-speedbar-buttons): Make node expandable if expression "has more"
8879         children.
8881 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8883         * startup.el (emacs-quick-startup): Remove variable and all uses.
8884         (command-line): Set `inhibit-x-resources' instead.
8885         (command-line-1): Use `inhibit-x-resources' instead.
8887 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8889         * subr.el: Fix last change to avoid using the `unless' macro,
8890         which breaks bootstrapping.
8892 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8894         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8895         extended definitions, in case we reload subr.el after having
8896         loaded CL.
8897         (eval-next-after-load): Mark as obsolete.
8899 2009-09-17  Juri Linkov  <juri@jurta.org>
8901         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8902         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8903         (menu-bar-showhide-menu, menu-bar-tools-menu)
8904         (menu-bar-describe-menu, menu-bar-help-menu)
8905         (minibuffer-local-completion-map, minibuffer-local-map):
8906         Fix list quoting.
8908 2009-09-17  Glenn Morris  <rgm@gnu.org>
8910         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8911         arguments, whether or not it has a handler.
8913         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8915         * simple.el (hard-newline): Give it a doc-string.
8917         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8918         (lisp-mode-syntax-table): Give them doc-strings.
8920 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8922         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8923         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8924         (menu-bar-options-menu, menu-bar-showhide-menu)
8925         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8926         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8927         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8928         (menu-bar-options-menu, menu-bar-tools-menu)
8929         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8930         (menu-bar-help-menu):
8931         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8932         string arguments.
8934         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8935         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8936         calls for the menu names and :help.
8938 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8940         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8941         to :minor-mode-function (bug#4455).
8943 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8945         * startup.el (command-line): Initialize the window-system after
8946         processing the command-line.
8948         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8949         page-delimiter matches the empty string.
8951 2009-09-16  Glenn Morris  <rgm@gnu.org>
8953         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8954         byte-compile-not-obsolete-var.  It's a list now.
8955         (byte-compile-not-obsolete-funcs): New variable.
8956         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8957         byte-compile-not-obsolete-funcs.
8958         (byte-compile-variable-ref, byte-compile-defvar): Update for
8959         byte-compile-not-obsolete-vars name-change and list nature.
8960         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8961         and variables behind (f)boundp tests.
8962         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8964 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8966         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8968 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8970         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8971         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8972         Don't autoload.
8974 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8976         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8977         the virtual-buffers, use the name of the buffer specified by
8978         find-file-noselect, as the match may be a symlink.  (This was a
8979         problem if the target and the symlink had different names.)
8981 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8983         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8985         * desktop.el (desktop-path): Check user-emacs-directory.
8987         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8989         * loadup.el: Use after-load-functions to GC after loading each file.
8990         Remove the explicit GC calls that used to be sprinkled around.
8992         * subr.el (after-load-functions): New hook.
8993         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8994         `obsolete' packages, rather than painfully extracting the relevant
8995         directory name.
8997 2009-09-15  Glenn Morris  <rgm@gnu.org>
8999         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9000         free variable `doc'.
9002         * dired.el (dired-mode-map): Add menu entry for async shell command.
9004         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9005         variables, also consider the .elc files, since the .el files are
9006         normally gzipped (subsequent code locates the .el.gz from the .elc).
9008         * calc/calc-prog.el (arglist): Define for compiler.
9010         * calendar/diary-lib.el (diary-display-function): Change the default to
9011         fancy display.
9012         (body): Define for compiler.
9014         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9015         (byte-compile-file-form, byte-compile-lambda)
9016         (byte-compile-top-level-body, byte-compile-form)
9017         (byte-compile-variable-ref, byte-compile-setq)
9018         (byte-compile-setq-default, byte-compile-body)
9019         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9020         (batch-byte-compile): Give some more local variables with common names
9021         a "bytecomp-" prefix to avoid masking warnings about free variables.
9023         * startup.el (command-line-1): Give local variables with common names a
9024         distinguishing prefix, so as not to hide free variable warnings during
9025         bootstrap.
9027         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9028         clever and add a suffix to make a unique name, just let the user decide
9029         whether or not to overwrite it.  If the input is a directory, write the
9030         default filename to that directory.  (Bug#4388)
9031         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9032         is a filename-as-a-directory.
9034 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9036         * textmodes/page.el (what-page): Don't move to beginning of line.
9037         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9039 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9041         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9043 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
9045         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9046         * help.el (help-for-help-internal): Add purecopy calls for text.
9048         * vc.el (top): print-log method now takes an optional SHORTLOG
9049         argument.  Add a new method: root.
9050         (vc-root-diff, vc-print-root-log): New functions.
9051         (vc-log-short-style): New variable.
9052         (vc-print-log-internal): Add support for showing short logs.
9054         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9055         vc-print-root-log and vc-print-root-diff.
9057         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9058         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9059         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9060         short logs.
9062         * vc-cvs.el (vc-cvs-print-log):
9063         * vc-mtn.el (vc-mtn-print-log):
9064         * vc-rcs.el (vc-rcs-print-log):
9065         * vc-sccs.el (vc-sccs-print-log):
9066         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9067         that is ignored for now.
9069         * vc-mtn.el (vc-mtn-annotate-command):
9070         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9072 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9074         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9075         to function-key-map, and give them ascii-character property.
9076         * term/x-win.el (x-alternatives-map):
9077         * term/ns-win.el (ns-alternatives-map):
9078         * term/internal.el (msdos-key-remapping-map):
9079         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9081 2009-09-14  Glenn Morris  <rgm@gnu.org>
9083         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9084         temp-buffers (2009-09-12).
9086 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9088         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9089         the new read-key function.
9091 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9093         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9094         is defined (Bug#4405).
9096 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
9098         * recentf.el (recentf-cleanup): Use a hash table to find
9099         duplicates (Bug#4407).
9101 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
9103         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9104         kp-0 to ascii equivalents (Bug#4325).
9106 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9108         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9110         * eshell/em-hist.el:
9111         * eshell/em-dirs.el (eshell-complete-user-reference):
9112         Declare pcomplete functions and variables to avoid compiler warnings.
9114 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
9116         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9117         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9118         * eshell/em-alias.el (eshell-aliases-file):
9119         * eshell/em-hist.el (eshell-history-file-name):
9120         Use expand-file-name instead of concat to make file names (Bug#4308).
9122 2009-09-13  Glenn Morris  <rgm@gnu.org>
9124         * ediff-merg.el (ediff-do-merge):
9125         * filesets.el (filesets-run-cmd):
9126         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9127         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9128         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9129         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9130         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9131         Replace empty `let's with `progn'.
9133 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9135         * mail/sendmail.el (send-mail-function):
9136         * tooltip.el (tooltip-mode):
9137         * simple.el (transient-mark-mode):
9138         * rfn-eshadow.el (file-name-shadow-mode):
9139         * frame.el (blink-cursor-mode):
9140         * font-core.el (global-font-lock-mode):
9141         * files.el (temporary-file-directory)
9142         (small-temporary-file-directory, auto-save-file-name-transforms):
9143         * epa-hook.el (auto-encryption-mode):
9144         * composite.el (global-auto-composition-mode):
9145         Use custom-initialize-delay.
9146         * startup.el (command-line): Don't explicitly call
9147         custom-reevaluate-setting for all the above vars.
9148         * custom.el (custom-initialize-safe-set)
9149         (custom-initialize-safe-default): Delete.
9151 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9153         * term/x-win.el (x-initialize-window-system):
9154         * term/w32-win.el (w32-initialize-window-system):
9155         * term/ns-win.el (ns-initialize-window-system): Don't call
9156         mouse-wheel-mode since it's enabled globally by default already.
9158         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9159         actually define the variable, but only silences the byte-compiler.
9160         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9161         before looking it up.
9162         (mouse-wheel-scroll-amount): Also reset the bindings if this value
9163         is changed.
9165 2009-09-12  Glenn Morris  <rgm@gnu.org>
9167         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9168         1000.
9169         (elint-add-required-env): Don't beep on error.
9170         (elint-forms): In case of error, return ENV unchanged.
9171         (elint-init-env): Skip non-list forms.
9172         (elint-log): Handle unknown file positions.
9174 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9176         * epg.el (epg-make-context): Add autoload cookie.
9177         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9178         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9179         (epg-verify-string, epg-start-sign, epg-sign-file)
9180         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9181         (epg-encrypt-string, epg-start-export-keys)
9182         (epg-export-keys-to-file, epg-export-keys-to-string)
9183         (epg-start-import-keys, epg-import-keys-from-file)
9184         (epg-import-keys-from-string, epg-start-receive-keys)
9185         (epg-receive-keys, epg-import-keys-from-server)
9186         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9187         (epg-sign-keys, epg-start-generate-key)
9188         (epg-generate-key-from-file, epg-generate-key-from-string):
9189         Remove autoload cookie.
9191 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9193         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9194         reevaluation of trash-directory.
9196         * mwheel.el: Fix last change.
9197         (mouse-wheel-mode): New defvar.
9198         (mouse-wheel-mode): Remove autoload cookie.
9200 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9202         * mwheel.el (mwheel-installed-bindings): New var.
9203         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9204         the bindings we set last time.  Use custom-initialize-delay.
9205         * loadup.el: Load mwheel after term/*-win.el.
9206         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9207         and mouse-wheel-up-event now that their first evaluation is done
9208         sufficiently late to be correct.
9210         * startup.el (tutorial-directory): Make it a defcustom.
9211         Use custom-initialize-delay rather than eval-at-startup to set it.
9212         * image.el (image-load-path): Make it a defcustom.
9213         Use custom-initialize-delay rather than eval-at-startup to set it.
9214         * subr.el (eval-at-startup): Remove.
9215         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9217         * subr.el (do-after-load-evaluation): Warn the user after loading an
9218         obsolete package.
9220 2009-09-12  Glenn Morris  <rgm@gnu.org>
9222         * proced.el (proced-mark-alt): Remove alias.
9223         (proced-mode-map): Remove proced-mark-alt.
9225         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9226         Elint file and directory.  Remove initialization entry.
9228         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9229         commands.
9230         (elint-current-buffer): Set mode-line-process.
9231         (elint-init-env): Handle define-derived-mode.
9232         Fix declare-function with unspecified arglist.  Guard against odd
9233         defalias statements (eg iso-insert's 8859-1-map).
9234         (elint-add-required-env): Use a temp buffer.
9235         (elint-form): Just print the function/macro name, not the whole form.
9236         Return env unchanged if we fail to parse a macro.
9237         (elint-forms): Guard against parse errors.
9238         (elint-output): New function, to handle batch mode.
9239         (elint-log-message): Add optional argument.  Use elint-output.
9240         (elint-set-mode-line): New function.
9242 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9244         * emacs-lisp/elp.el (elp-not-profilable): Add more
9245         functions (Bug#4233).
9247 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9249         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9250         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9252 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9254         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9255         (gdb-var-list-children): Use json parsing.
9257 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9259         * progmodes/js.el (js--proper-indentation): Handle the case where
9260         char-before is null.  Reported by Deniz Dogan.
9262 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9264         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9266 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9268         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9269         (epg-digest-algorithm-alist): Add SHA224.
9270         (epg-context-set-passphrase-callback)
9271         (epg-context-set-progress-callback): Add description about
9272         callback function.
9274 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9276         * custom.el (custom-delayed-init-variables): New var.
9277         (custom-initialize-delay): New function.
9278         * startup.el (command-line): "Re"evaluate all vars in
9279         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9280         explicitly any more.
9281         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9282         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9284         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9286 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9288         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9289         (gdb-var-update-handler): Use json parsing.
9291 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9293         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9294         decode annotated text, regardless of language environment.  (Bug#2741)
9296 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9298         * Makefile.in (autoloads): Make rmail.el writable as well.
9300 2009-09-11  Glenn Morris  <rgm@gnu.org>
9302         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9303         loaddefs.el.
9304         * dired.el: Regenerate with extracted autoloads.
9305         * Makefile.in (autoloads): Make dired.el writable.
9307         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9308         * ibuffer.el: Regenerate with extracted autoloads.
9309         * Makefile.in (autoloads): Make ibuffer.el writable.
9311         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9312         * version.el (emacs-copyright, emacs-major-version)
9313         (emacs-minor-version): Reformat doc-strings for make-docfile.
9315         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9316         functions and variables, since they must be stuff specific to some other
9317         platform.
9318         (apropos-print): Make mouse-click message less specific about button.
9320         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9321         that records where a macro was defined.
9322         * help-fns.el (describe-function-1): Mention if a function has a
9323         compiler-macro.
9324         * help-mode.el (help-function-cmacro): New button.
9326         * locate.el (top-level): Always require dired.
9327         (locate-mode-map): Initialize inside the defvar.
9329         * net/ange-ftp.el (dired-compress-file): Declare.
9330         (ange-ftp-dired-compress-file): Add doc string.
9332         * term/ns-win.el (x-display-name, x-setup-function-keys):
9333         Unify doc-strings with X versions.
9335 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9337         * emulation/crisp.el (crisp-mode-map): Move initialization
9338         into declaration.
9339         (crisp-mode): Use define-minor-mode.
9341         * progmodes/xscheme.el (xscheme-evaluation-commands):
9342         Put a :advertised-binding property rather than using
9343         advertised-xscheme-send-previous-expression.
9344         (advertised-xscheme-send-previous-expression): Declare obsolete.
9345         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9346         `advertised-undo'.
9347         (crisp-mode): Add corresponding bindings to
9348         undo's :advertised-binding instead.
9349         * dired.el (dired-mode-map): Put a :advertised-binding property rather
9350         than using dired-advertised-find-file.
9351         (dired-advertised-find-file):
9352         * simple.el (advertised-undo):
9353         * wid-edit.el (advertised-widget-backward): Declare obsolete.
9354         (widget-keymap): Put a :advertised-binding property rather
9355         than using advertised-widget-backward.
9356         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9357         than using advertised-undo.
9358         * tutorial.el (tutorial--default-keys): Adjust accordingly.
9360 2009-09-10  Simon South  <ssouth@slowcomputing.org>
9362         * progmodes/delphi.el (delphi-tab): Indent region when Transient
9363         Mark mode is enabled and region is active; otherwise indent or
9364         insert TAB as usual.
9365         (delphi-mode): Update description of TAB-key binding.
9367 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9369         * subr.el (define-key-rebound-commands): Mark obsolete.
9370         * startup.el (precompute-menubar-bindings): Remove.
9371         (normal-top-level): Remove obsolete code that tried to precompute
9372         menubar bindings.
9373         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9374         define-key-rebound-commands and precompute-menubar-bindings.
9376 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9378         * net/imap.el (imap-interactive-login): Better messages.
9379         (imap-open): Fix bug with renamed buffer on reconnect.
9380         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9381         for easier debugging and cleaner code.  On successful (guessed based on
9382         server capabilities) secondary authentication, set imap-state
9383         correctly.
9384         (imap-last-authenticator): Define imap-last-authenticator as a variable
9385         to avoid warnings.
9387 2009-09-10  Glenn Morris  <rgm@gnu.org>
9389         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9391         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9392         (byte-compile-file-form-autoload): Don't warn about unknown functions
9393         where the autoload statement comes after the use.
9394         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9395         that any handlers inside the body (eg require) are in turn respected.
9397         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9398         effects.
9400         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9401         and syntax and abbrev tables basic docs, if they don't have any.
9403         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9405         * international/mule-cmds.el (top-level): Require cl when compiling.
9406         (view-hello-file): Use default-value rather than
9407         default-enable-multibyte-characters.
9409         * progmodes/fortran.el: Move all safe and risky properties into the
9410         defcustoms.
9412         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9413         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9414         * mail/undigest.el:
9415         Put autoloads in rmail.el rather than loaddefs.el.
9416         * mail/rmail.el: Regenerate with extracted autoloads.
9418         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9419         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9421 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
9423         Reported in thread for Bug#4375.
9424         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9425         "-data-evaluate-expression" instead of print.
9426         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9427         (gdb-tooltip-print): Parse output from above MI command.
9428         (gdb): Revert 2009-08-11 change.  User should detach inferior
9429         manually.
9431         Remove the word "separate" from IO functions as inferior
9432         output is now never displayed in the GUD buffer.
9434 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
9436         * startup.el (command-line-normalize-file-name): On Windows and
9437         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9439 2009-09-10  Juri Linkov  <juri@jurta.org>
9441         * isearch.el (isearch-text-char-description): Propertize escape
9442         character sequences with the `escape-glyph' face.  (Bug#4344)
9444         * simple.el (shell-command): Set asynchronous process filter to
9445         `comint-output-filter'.  (Bug#4343)
9447         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9448         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9449         the list.  Move "asm" to the bottom.
9450         (grep-find-ignored-directories): Add `choice' with nil value
9451         to empty the list easily.
9452         (grep-find-ignored-files): New option.
9453         (grep-files-history): Set to nil by default instead of '("ch" "el").
9454         (grep-compute-defaults): Add "<X>" to `grep-template'.
9455         (grep-read-files): Bind new local variables `default-alias' and
9456         `default-extension'.  Use a list of default values for the file prompt.
9457         (lgrep): Add `--exclude=' command line options composed from
9458         `grep-find-ignored-files'.
9459         (rgrep): Add `-name' command line options composed from
9460         `grep-find-ignored-files'.  (Bug#4301)
9462 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9464         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9465         (bug#4368).
9467 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9469         * calendar/time-date.el (autoload):
9470         Expand define-obsolete-function-alias into defalias and make-obsolete
9471         for old Emacsen that Gnus supports.
9472         (with-no-warnings): Define it for old Emacsen.
9473         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9474         is available.
9475         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9476         float-time is available; suppress compile warning for time-to-seconds.
9478 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9480         * net/imap.el (imap-message-map): Docstring fix.
9482 2009-09-09  Glenn Morris  <rgm@gnu.org>
9484         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9485         line numbers too.  (Bug#4374)
9487 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9489         * smerge-mode.el (smerge-remove-props, smerge-refine):
9490         Use with-silent-modifications (bug#4342).
9492         * subr.el (with-silent-modifications): New macro.
9494 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9496         * files.el (top-level): Require `cl' when compiling.
9498 2009-09-07  Glenn Morris  <rgm@gnu.org>
9500         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9502         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9503         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9505 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9507         * vc-git.el (vc-git-annotate-command): Use separator to parse
9508         arguments correctly.
9510 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9512         * proced.el (proced-mode): Doc fix.
9514 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9516         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9517         lstat fails.
9518         (tramp-do-file-attributes-with-ls): Check for file existence at
9519         remote end.
9520         (tramp-do-file-attributes-with-stat): Likewise.
9521         (tramp-convert-file-attributes): Return nil when attr is nil.
9523 2009-09-05  Glenn Morris  <rgm@gnu.org>
9525         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9526         properties to this button.
9527         (diary-fancy-display): Don't extend the button to the final newline.
9528         (diary-fancy-display-mode): Continue to define "q" as a local key.
9530         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9531         efficient.
9533         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9535         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9536         (byte-compile-dest-file-function): New option.
9537         (byte-compile-dest-file): Doc fix.
9538         Obey byte-compile-dest-file-function.
9539         (byte-compile-cl-file-p): New function.
9540         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9541         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9542         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9543         than for file being previously loaded.
9544         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9545         (byte-compile-file-form-require): Handle the case where requiring a file
9546         indirectly causes CL to be loaded.
9548 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9550         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9551         before killing the old buffer, since by the time `kill-buffer' is
9552         run so many buffer variables have been set to nil that it may not
9553         behave as expected.  (Bug#4061)
9555 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9557         * files.el (find-alternate-file): If the old buffer is modified
9558         and visiting a file, behave similarly to `kill-buffer' when
9559         killing it, thus reverting to the pre-1.878 behavior; see
9560         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9561         for discussion.  Also, consult `buffer-file-name' as a variable
9562         not as a function, for consistency with the rest of the code.
9564 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9566         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9567         also when adding a new directory.
9569         * net/tramp-compat.el (tramp-compat-line-beginning-position):
9570         New defun.
9572 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9574         * files.el (locate-file-completion-table): Make it provide boundary
9575         information, so partial-completion works better.
9577 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9579         * mail/footnote.el (Footnote-text-under-cursor):
9580         Check footnote-text-marker-alist before using it (bug#4324).
9582 2009-09-04  Glenn Morris  <rgm@gnu.org>
9584         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9585         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9586         * play/solitaire.el, play/tetris.el:
9587         Remove leading * from defcustom and defface docs.
9589         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9590         necessary.
9591         (diary-fancy-overriding-map): New variable.
9592         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9593         Use view-mode.
9595         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9596         goto-line.
9598 2009-09-03  Glenn Morris  <rgm@gnu.org>
9600         * arc-mode.el (archive-mode):
9601         * dos-fns.el (set-default-process-coding-system):
9602         * man.el (Man-getpage-in-background):
9603         * menu-bar.el (menu-bar-describe-menu):
9604         * server.el (server-process-filter):
9605         * startup.el (command-line):
9606         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9607         * w32-fns.el (set-default-process-coding-system):
9608         * x-dnd.el (x-dnd-handle-file-name):
9609         * international/mule-cmds.el (mule-menu-keymap)
9610         (set-default-coding-systems, language-info-alist, set-language-info)
9611         (set-language-environment, standard-display-european-internal)
9612         (set-locale-environment):
9613         * international/mule-diag.el (mule-diag):
9614         * mail/emacsbug.el (report-emacs-bug):
9615         * mail/rmail.el (rmail-mode):
9616         * mail/sendmail.el (mail-setup):
9617         Use default-value rather than default-enable-multibyte-characters.
9619         * progmodes/f90.el: Move all safe properties into the defcustoms.
9620         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9622         * calendar/appt.el (appt-check):
9623         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9624         (diary-check-diary-file, diary-list-entries)
9625         (diary-include-other-diary-files, diary-simple-display)
9626         (diary-fancy-display, diary-print-entries)
9627         (diary-mark-included-diary-files, diary-make-entry):
9628         Don't call substitute-in-file-name on diary-file.
9630 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9631             Stefan Monnier  <monnier@iro.umontreal.ca>
9633         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9634         (footnote-mode-map): Move initialization into the declaration.
9635         (footnote-minor-mode-map): Define it rather than changing global-map.
9636         (footnote-mode): Use define-minor-mode.
9638 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9640         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9641         (tramp-do-file-attributes-with-perl)
9642         (tramp-do-file-attributes-with-stat): Rename from
9643         `tramp-handle-file-attributes-with-*'.
9644         (tramp-handle-file-attributes): Use them.
9645         (tramp-do-directory-files-and-attributes-with-perl)
9646         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9647         `tramp-handle-directory-files-and-attributes-with-*'.
9648         (tramp-handle-directory-files-and-attributes): Use them.
9649         (tramp-method-out-of-band-p): Additional parameter SIZE.
9650         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9651         (tramp-handle-write-region): Use it.
9652         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9653         (tramp-handle-vc-registered): Check, whether the first run did
9654         return files to be tested.
9655         (tramp-advice-make-auto-save-file-name): Do not call directly
9656         `tramp-handle-make-auto-save-file-name', because this would bypass
9657         the locking mechanism.
9659         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9660         (file-remote-p, process-file, start-file-process, set-file-times)
9661         (tramp-compat-file-attributes): Compatibility functions shall not
9662         call directly `tramp-handle-*', because this would bypass the
9663         locking mechanism.
9664         (tramp-compat-number-sequence): New defun.
9666 2009-09-02  Glenn Morris  <rgm@gnu.org>
9668         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9669         alias for float-time.
9670         (time-to-number-of-days): In Emacs, use float-time.
9671         * net/newst-backend.el (time-add): Suppress warnings from compat
9672         function.
9673         * time.el (emacs-uptime, emacs-init-time):
9674         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9675         Use float-time rather than time-to-seconds.
9677         * minibuffer.el (completion-initials-expand): Fix typo.
9679         * faces.el (modeline, modeline-inactive, modeline-highlight)
9680         (modeline-buffer-id):
9681         * info.el (info-menu-5): Mark these face aliases as obsolete.
9683 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9685         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9686         space ...
9687         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9688         no "--thread" option.
9689         (gdb-stopped): Don't print "Switched to thread" message when it is
9690         unchanged.
9692 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9694         * minibuffer.el (completion-try-completion)
9695         (completion-all-completions): Remove ill-defined (and
9696         mistakenly installed and luckily never used nor documented)
9697         `completion-styles' property.
9698         (completion-initials-expand, completion-initials-all-completions)
9699         (completion-initials-try-completion): New functions.
9700         (completion-styles-alist): Add doc to each entry.
9701         Add new `initials' entry.
9703 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9705         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9706         MI command -var-evaluate-expression.
9707         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9708         and tweak for case of string child.
9709         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9711 2009-09-01  Glenn Morris  <rgm@gnu.org>
9713         * add-log.el (change-log-date-face, change-log-name-face)
9714         (change-log-email-face, change-log-file-face, change-log-list-face)
9715         (change-log-conditionals-face, change-log-function-face)
9716         (change-log-acknowledgement-face):
9717         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9718         (custom-modified-face, custom-set-face, custom-changed-face)
9719         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9720         (custom-documentation-face, custom-state-face, custom-comment-face)
9721         (custom-comment-tag-face, custom-variable-tag-face)
9722         (custom-variable-button-face, custom-face-tag-face)
9723         (custom-group-tag-face-1, custom-group-tag-face):
9724         * diff-mode.el (diff-header-face, diff-file-header-face)
9725         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9726         (diff-added-face, diff-changed-face, diff-function-face)
9727         (diff-context-face, diff-nonexistent-face):
9728         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9729         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9730         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9731         (Info-title-4-face):
9732         * isearch.el (isearch-lazy-highlight-face):
9733         * log-view.el (log-view-file-face, log-view-message-face):
9734         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9735         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9736         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9737         (cvs-msg-face):
9738         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9739         (smerge-base-face, smerge-markers-face):
9740         * wid-edit.el (widget-documentation-face, widget-button-face)
9741         (widget-field-face, widget-single-line-field-face)
9742         (widget-inactive-face, widget-button-pressed-face):
9743         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9744         (woman-addition-face):
9745         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9746         (eshell-ls-executable-face, eshell-ls-readonly-face)
9747         (eshell-ls-unreadable-face, eshell-ls-special-face)
9748         (eshell-ls-missing-face, eshell-ls-archive-face)
9749         (eshell-ls-backup-face, eshell-ls-product-face)
9750         (eshell-ls-clutter-face):
9751         * eshell/em-prompt.el (eshell-prompt-face):
9752         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9753         * obsolete/old-whitespace.el (whitespace-highlight-face):
9754         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9755         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9756         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9757         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9758         (antlr-font-lock-literal-face):
9759         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9760         (ebrowse-root-class-face, ebrowse-file-name-face)
9761         (ebrowse-default-face, ebrowse-member-attribute-face)
9762         (ebrowse-member-class-face, ebrowse-progress-face):
9763         * progmodes/make-mode.el (makefile-space-face):
9764         * progmodes/sh-script.el (sh-heredoc-face):
9765         * textmodes/flyspell.el (flyspell-incorrect-face)
9766         (flyspell-duplicate-face):
9767         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9768         * textmodes/texinfo.el (texinfo-heading-face):
9769         Mark face aliases with "-face" suffix as obsolete.
9771         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9772         compiler.
9774         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9775         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9776         easy-menu-define wants to modify these.
9778         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9780         * net/browse-url.el (browse-url-file-url):
9781         * term/internal.el (dos-codepage-setup):
9782         Use default-value rather than default-enable-multibyte-characters.
9784         * progmodes/etags.el (etags-goto-tag-location):
9785         * progmodes/flymake.el (flymake-highlight-line)
9786         (flymake-goto-file-and-line, flymake-goto-line):
9787         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9788         (gdb-goto-breakpoint):
9789         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9790         * progmodes/python.el (python-find-function)
9791         (python-pdbtrack-track-stack-file):
9792         * progmodes/verilog-mode.el (verilog-surelint-off):
9793         * term/ns-win.el (ns-open-file-select-line):
9794         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9795         Use forward-line rather than goto-line.
9797         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9798         * textmodes/reftex-index.el (reftex-display-index):
9799         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9800         * textmodes/reftex-toc.el (reftex-toc):
9801         Remove unnecessary bindings of default-major-mode (all are followed by
9802         major-mode check and possible mode switch).
9804 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9806         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9807         Handle watchpoints (bug#4282).
9808         (def-gdb-thread-buffer-command): Enable thread to be selected by
9809         clicking without selecting threads buffer first.
9810         (gdb-current-context-command): Use selected frame so that "up",
9811         "down" etc work in the GUD buffer.
9812         (gdb-update): Find selected frame before rendering stack buffer.
9813         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9815 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9817         * progmodes/sym-comp.el (displayed-completions): Remove.
9818         (symbol-complete): Use minibuffer-complete.
9820 2009-08-31  Glenn Morris  <rgm@gnu.org>
9822         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9824         * apropos.el (apropos-symbols-internal):
9825         Handle (obsolete) face aliases.
9827         * faces.el (describe-face): Adjust the output format to be more like
9828         describe-variable, and to mention (obsolete) face aliases.
9829         Adjust the whitespace so that help-setup-xref works.
9831         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9832         * calendar/diary-lib.el (diary-button-face):
9833         Mark these face aliases as obsolete.
9835         * calendar/calendar.el (calendar-today): Doc fix.
9837 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9839         * progmodes/gdb-mi.el (gdb-control-all-threads)
9840         (gdb-control-current-thread): Force tool bar update.
9841         (gdb-non-stop-handler): New function.
9842         (gdb-init-1): Use it to test if non-stop mode is supported.
9843         Remove unused gdbmi buffer type.
9845 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9847         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9848         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9850 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9852         * comint.el (comint-exec-1): Check command is non-null first.
9853         Part of gdb-mi.el change (2009-08-28).
9855 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9857         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9859 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9861         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9862         instead of `dolist' to avoid a recursive require when bootstrapping.
9864 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9866         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9868         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9870         * net/imap.el (imap-send-command): Simplify.
9871         (imap-wait-for-tag): point-max -> buffer-size.
9873         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9875         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9876         with constant argument.
9878         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9880         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9882         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9883         Change default, since most of our files don't have a history.
9884         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9885         the user.
9887         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9888         Add comint-run.
9890         * calc/calc.el: Improve commenting convention.
9891         (calc-digit-map, toplevel): Simplify.
9893         * comint.el (comint-insert-input): Be careful to only set point if we
9894         don't delegate to some other command.
9896         * proced.el (proced-signal-list): Make it an alist.
9897         (proced-grammar-alist): Capitalize names.
9898         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9899         Disable undo manually and make it read-only.
9900         Use completion-annotate-function.
9902         * minibuffer.el (minibuffer-message): If the current buffer is not
9903         a minibuffer, insert the message in the echo area rather than at the
9904         end of the buffer.
9905         (completion-annotate-function): New variable.
9906         (minibuffer-completion-help): Use it.
9907         (completion--embedded-envvar-table): Environment vars are
9908         always case-sensitive.
9910 2009-08-30  Glenn Morris  <rgm@gnu.org>
9912         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9913         from fortran-current-defun.
9914         (fortran-beginning-of-subprogram): Be more precise about finding the
9915         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9916         (fortran-end-of-subprogram): Simplify.
9917         (fortran-current-defun): Use fortran-start-prog-re.
9919 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9921         * subr.el (do-after-load-evaluation): Simplify.
9923 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9925         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9927         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9928         (vc-rcs-print-log): Use it.
9930         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9932 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9934         * paths.el (abbrev-file-name): Move to abbrev.el.
9935         * abbrev.el (abbrev-file-name): Move from paths.el.
9936         Obey user-emacs-directory.
9937         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9938         user-emacs-directory.
9939         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9940         abbrev-file-name and calc-settings-file any more.
9941         * startup.el (command-line): Recompute abbrev-file-name and
9942         abbreviated-home-dir.
9943         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9944         of the special code for when C-h bindings haven't been changed.
9945         (display-startup-echo-area-message): Use with-current-buffer.
9946         (command-line-1): Use a list of strings, rather than a list of lists
9947         of strings for longopts.
9949         * files.el (get-free-disk-space): Use / for default-directory.
9951         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9952         Use with-current-buffer.
9954         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9955         Recognize immutable variables like most-positive-fixnum.
9956         (byte-compile-setq-default): Check and warn if trying to assign
9957         to an immutable variable, or a non-variable.
9959         * progmodes/cc-vars.el (c-comment-continuation-stars):
9960         * progmodes/cc-engine.el (c-looking-at-bos):
9961         * progmodes/cc-cmds.el (c-toggle-auto-state)
9962         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9963         (c-comment-line-break-function): Add version of obsolescence.
9965 2009-08-28  Juri Linkov  <juri@jurta.org>
9967         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9968         associated with `archive-mode'.
9970         * image.el (image-type-header-regexps): Use only JPEG magic number
9971         to determine JPEG images, and don't use `image-jpeg-p' because
9972         Emacs can display non-JFIF non-Exif JPEG images.
9974 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9976         * arc-mode.el (archive-mode):
9977         * emacs-lisp/re-builder.el (re-builder-unload-function):
9978         Protect against the default value of `major-mode' being nil.
9980 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9982         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9983         Fix typos in docstrings.
9985         * progmodes/js.el (js--macro-decl-re): Doc fix.
9986         (js--plain-method-re, js--split-name): Refloc docstring.
9987         (js--class-styles, js--make-merged-item, js--splice-into-items):
9988         Fix typos in docstrings; reflow docstrings.
9989         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9990         (js--variable-decl-matcher, js--inside-pitem-p)
9991         (js--parse-state-at-point, js--get-all-known-symbols)
9992         (js--symbol-history, js-find-symbol, js--js-references)
9993         (js--moz-interactor, js--js-encode-value, js--read-tab):
9994         Fix typos in docstrings.
9996 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9998         * textmodes/reftex.el (reftex-get-file-buffer-force):
9999         * progmodes/verilog-mode.el (verilog-batch-execute-func):
10000         * emulation/viper.el (viper-go-away, viper-set-hooks):
10001         * emacs-lisp/re-builder.el (re-builder-unload-function):
10002         * emacs-lisp/bytecomp.el (byte-compile-file):
10003         * ses.el (ses-unload-function):
10004         * hexl.el (hexl-find-file):
10005         * files.el (normal-mode):
10006         * ehelp.el (with-electric-help):
10007         * autoinsert.el (auto-insert-alist):
10008         * arc-mode.el (archive-mode):
10009         Use (default-value 'major-mode) instead of default-major-mode.
10011         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10012         * international/mule.el (load-with-code-conversion):
10013         * emacs-lisp/debug.el (debug):
10014         * ediff-vers.el (ediff-rcs-get-output-buffer):
10015         * dired.el (dired-internal-noselect): Don't let-bind
10016         default-major-mode around code that doesn't use it.
10017         E.g. buffer creation via get-buffer-create doesn't use it.
10019 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
10021         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10022         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10023         when writing the temp file.  Otherwise, epa-file gets confused.
10024         (tramp-register-file-name-handlers): Make it a defun.  Move also
10025         `epa-file-handler' to the front of `file-name-handler-alist'.
10027 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10029         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10030         start right after a ^M.
10031         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10032         (tramp-completion-file-name-regexp-separate)
10033         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10034         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10035         Don't modify last-coding-system-used by accident.
10036         (tramp-completion-file-name-handler): Apply the checks here,
10037         instead during registration.
10038         (tramp-register-file-name-handlers): Rename from
10039         `tramp-register-file-name-handler'.  Register both
10040         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10041         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
10043 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
10045         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10046         Remove variable ...
10047         (gdb-init-1, gdb-display-separate-io-buffer)
10048         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10049         references to it.
10050         (gdb-inferior-io-mode): Use make-comint-in-buffer.
10051         (gdb-inferior-filter): Use comint-output-filter to stop
10052         echoing and remove ^M characters.
10054 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10056         * emulation/viper-init.el (viper-restore-cursor-type):
10057         * emulation/cua-base.el (cua--update-indications):
10058         Replace default-cursor-type with (default-value 'cursor-type).
10060         * mail/sendmail.el (mail-recover-1):
10061         * international/mule-diag.el (describe-current-coding-system-briefly)
10062         (describe-current-coding-system):
10063         * international/mule-cmds.el (select-safe-coding-system)
10064         (select-message-coding-system)
10065         (set-language-environment-coding-systems, set-locale-environment):
10066         * hexl.el (hexl-insert-multibyte-char):
10067         * dos-w32.el (find-buffer-file-type-coding-system):
10068         * simple.el (what-cursor-position):
10069         Replace uses of default-buffer-file-coding-system
10070         with (default-value 'buffer-file-coding-system).
10072         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10073         Replace uses of default-cursor-in-non-selected-windows
10074         with (default-value 'cursor-in-non-selected-windows).
10075         Use with-current-buffer.
10077         * mail/feedmail.el: Use CL macros.
10078         (feedmail-run-the-queue, feedmail-send-it-immediately):
10079         * dos-w32.el (find-buffer-file-type): Replace uses of
10080         default-buffer-file-type with (default-value 'buffer-file-type).
10082 2009-08-28  Glenn Morris  <rgm@gnu.org>
10084         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10085         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10086         Use default-value of major-mode rather than default-major-mode.
10088 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10090         * Makefile.in (update-elcfiles): Report left over elc files.
10092         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10093         expand-file-name and with-current-buffer.
10094         (mail-get-names, mail-directory): Use with-current-buffer.
10096         * vc.el (vc-read-revision): New function.
10097         (vc-version-diff, vc-merge): Use it.
10099 2009-08-27  Sam Steingold  <sds@gnu.org>
10101         * simple.el (kill-do-not-save-duplicates): New user option.
10102         (kill-new): When it is non-nil, and the new string is the same as
10103         the latest kill, set replace to t to avoid duplicates in kill-ring.
10105 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
10107         * net/tramp.el (tramp-handle-process-file): Do not flush all
10108         caches when `process-file-side-effects' is set.
10109         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10110         instead of `tramp-find-file-exists-command'.
10111         Unset `process-file-side-effects'.
10113 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
10115         * net/tramp.el (tramp-methods): New method "rsyncc".
10116         (top): Add completion function for "rsyncc".
10117         (tramp-message-show-message): New defvar.
10118         (tramp-message, tramp-error): Use it.
10119         (tramp-do-copy-or-rename-file-directly): Extend check for direct
10120         remote copying.
10121         (tramp-do-copy-or-rename-file-out-of-band): Handle new
10122         `tramp-methods' entry `copy-env' of "rsyncc".
10123         (tramp-vc-registered-read-file-names): New defconst.
10124         (tramp-vc-registered-file-names): New defvar.
10125         (tramp-handle-vc-registered): Implement optimization strategy.
10126         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10127         (tramp-vc-file-name-handler): New defun.
10128         (tramp-get-ls-command, tramp-get-test-command)
10129         (tramp-get-file-exists-command, tramp-get-remote-ln)
10130         (tramp-get-remote-perl, tramp-get-remote-stat)
10131         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10133         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10134         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
10135         timestamps.
10136         (tramp-get-file-property): Check for timestamps in
10137         `tramp-cache-inhibit-cache'.
10138         (tramp-set-file-property): Write timestamp.
10140 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10142         * language/japan-util.el (japanese-symbol-table): Add entries for
10143         cp932-2-byte.
10145         * international/characters.el: Add category `j' to cp932-2-byte.
10147 2009-08-27  Kenichi Handa  <handa@m17n.org>
10149         * international/fontset.el (build-default-fontset-data): New macro.
10150         (setup-default-fontset): Use build-default-fontset-data for CJK,
10151         tibetan, ethiopic, and ipa.
10153 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10155         * cus-start.el (default-major-mode): Customize `major-mode' instead.
10156         (enable-multibyte-characters): Not customizable any more.
10158         * subr.el (default-mode-line-format, default-header-line-format)
10159         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10160         (default-direction-reversed, default-truncate-lines)
10161         (default-left-margin, default-tab-width, default-case-fold-search)
10162         (default-left-margin-width, default-right-margin-width)
10163         (default-left-fringe-width, default-right-fringe-width)
10164         (default-fringes-outside-margins, default-scroll-bar-width)
10165         (default-vertical-scroll-bar, default-indicate-empty-lines)
10166         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10167         (default-fringe-cursor-alist, default-scroll-up-aggressively)
10168         (default-scroll-down-aggressively, default-fill-column)
10169         (default-cursor-type, default-buffer-file-type)
10170         (default-cursor-in-non-selected-windows)
10171         (default-buffer-file-coding-system, default-major-mode)
10172         (default-enable-multibyte-characters): Mark as obsolete.
10174 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10176         * vc-dir.el (vc-dir-update): Remove debug helper.
10178         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10180 2009-08-26  Sam Steingold  <sds@gnu.org>
10182         * simple.el (save-interprogram-paste-before-kill): New user option.
10183         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10184         save the interprogram-paste into kill-ring before overriding it
10185         with the Emacs kill.
10187 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10189         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10190         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10191         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10192         and move to vc-rcs.el.
10193         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10194         move to vc-rcs.el.
10195         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10196         (vc-rcs-update-changelog): Remove.
10197         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10198         and move to vc-rcs.el.
10200         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10201         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10202         renaming.
10203         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10204         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10205         vc.el, renamed to be RCS specific.
10207         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10208         New functions.
10209         (vc-cvs-update-changelog): Move here from vc.el.
10211         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10212         New functions.
10214 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10216         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10218 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10220         * vc-git.el (vc-git-register): Use "git add" for directories.
10221         (vc-git-stash, vc-git-stash-show): New functions.
10222         (vc-git-extra-menu-map): Bind them.
10224         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10225         directory correctly in case the item is a directory itself.
10227         * vc.el: Document the desired behavior for reverted files in the
10228         `added' state.
10229         (vc-default-prettify-state-info): Remove function, unused.
10231         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10233 2009-08-26  Glenn Morris  <rgm@gnu.org>
10235         * bindings.el (standard-mode-line-format): Reposition dashes in
10236         which-func entry.  (Bug#4217)
10238         * files.el (enable-local-variables, enable-local-eval)
10239         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10240         the defcustoms.
10241         (auto-mode-alist, ignored-local-variables)
10242         (save-some-buffers-action-alist): Move risky declarations to the
10243         definitions.
10244         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10245         (font-lock-defaults, format-alist, imenu--index-alist)
10246         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10247         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10248         (mode-line-modified, mode-line-mule-info, mode-line-position)
10249         (mode-line-process, mode-line-remote, outline-level)
10250         (parse-time-rules, rmail-output-file-alist)
10251         (special-display-buffer-names, vc-mode):
10252         Move risky declarations to the relevant files.
10253         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10254         (mode-line-modified, mode-line-process, mode-line-position)
10255         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10256         * font-core.el (font-lock-defaults):
10257         * format.el (format-alist):
10258         * vc-hooks.el (vc-mode):
10259         * window.el (special-display-buffer-names):
10260         * international/mule-cmds.el (input-method-alist):
10261         Define riskiness here (dumped file) rather than in files.el.
10262         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10263         * imenu.el (imenu-generic-expression, imenu--index-alist):
10264         * outline.el (outline-level):
10265         * time.el (display-time-string):
10266         * calendar/parse-time.el (parse-time-rules):
10267         * mail/rmailout.el (rmail-output-file-alist):
10268         Autoload riskiness here, rather than placing in files.el.
10270 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10272         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10274 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10276         * simple.el (process-file-side-effects): New defvar.
10278         * dired-aux.el (dired-show-file-type):
10279         * vc.el (vc-diff-internal):
10280         * vc-arch.el (vc-arch-diff):
10281         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10282         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10283         * vc-git.el (vc-git-registered, vc-git-working-revision)
10284         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10285         (vc-git--empty-db-p):
10286         * vc-hooks.el (vc-user-login-name):
10287         * vc-svn.el (vc-svn-registered, vc-svn-state)
10288         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10289         * progmodes/grep.el (grep-probe): Let-bind
10290         `process-file-side-effects' with nil.
10292         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10294         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10295         daemon.  Replace ping by checking for running service for bluez
10296         and zeroconf.  (Bug#4239)
10298 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10300         * net/dig.el (dig): Add autoload cookie.
10302 2009-08-25  Glenn Morris  <rgm@gnu.org>
10304         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10305         load-history for absolute file-names.
10306         (byte-compile-file-form-require): Warn about use of the cl package.
10308         * format.el (format-alist): Doc fix.
10310         * play/bubbles.el (top-level): Don't require cl at run-time.
10312         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10313         run-time cl).
10315 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10317         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10318         from cl package.
10319         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10321 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10323         * calc/calc-alg.el (math-trig-rewrite)
10324         (math-hyperbolic-trig-rewrite): New functions.
10325         (calc-simplify): Simplify trig functions when asked.
10327 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10329         * diff-mode.el (diff-find-source-location): Avoid goto-line.
10331 2009-08-24  Kenichi Handa  <handa@m17n.org>
10333         * language/ind-util.el (mapthread): Delete it.
10334         (combinatorial): New function.
10335         (indian--puthash-cv): Use combinatorial instead of mapthread.
10337 2009-08-22  Kevin Ryde  <user42@zip.com.au>
10339         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10340         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10341         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10342         Clarify docstring that the value is strings not symbols.
10343         (checkdoc-list-of-strings-p): New function.
10345 2009-08-22  Glenn Morris  <rgm@gnu.org>
10347         * files.el (auto-mode-alist):
10348         * hippie-exp.el (he-concat-directory-file-name):
10349         * lpr.el (lpr-windows-system, printer-name):
10350         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10351         * ps-print.el (ps-windows-system):
10352         * startup.el (command-line):
10353         * emulation/viper-ex.el (viper-glob-function):
10354         * international/mule-cmds.el (set-language-environment-coding-systems):
10355         * net/ange-ftp.el (ange-ftp-write-region):
10356         * obsolete/fast-lock.el (fast-lock-cache-name):
10357         Remove code for defunct system-types emx, macos, mswindows, next-mach,
10358         unisoft-unix, vax-vms, win32, w32.
10360         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10361         given name if the pattern is not more specific.
10363         * calendar/lunar.el (lunar-phase-names): New option.
10364         (lunar-phase): Doc fix.
10365         (lunar-cycles-per-year): New constant.
10366         (lunar-index): New function.
10367         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10368         (lunar-phase-name): Use lunar-phase-names.
10369         (calendar-lunar-phases): Use format.
10370         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10372         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10373         Copy imenu-example--name-and-position function here for own use.
10374         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10376         * bs.el (bs--redisplay):
10377         * cus-edit.el (custom-redraw):
10378         * ibuffer.el (ibuffer-bury-buffer):
10379         * server.el (server-goto-line-column):
10380         * startup.el (command-line-1):
10381         * strokes.el (strokes-xpm-for-stroke):
10382         * term.el (term-display-buffer-line):
10383         * view.el (View-goto-line):
10384         * calc/calc.el (calc-do, calc-trail-buffer):
10385         * play/gamegrid.el (gamegrid-add-score-insecure):
10386         * progmodes/ada-mode.el (ada-compile-goto-error):
10387         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10388         (ebrowse-select-1st-to-9nth):
10389         * progmodes/cperl-mode.el (cperl-time-fontification):
10390         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10391         * progmodes/gud.el (gud-display-line):
10392         (idlwave-shell-display-line):
10393         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10394         * progmodes/make-mode.el (makefile-browser-toggle):
10395         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10396         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10397         * textmodes/picture.el (picture-draw-rectangle):
10398         * textmodes/reftex-index.el (reftex-index-goto-letter):
10399         (reftex-select-jump-to-previous):
10400         * textmodes/reftex-sel.el (reftex-find-start-point)
10401         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10402         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10403         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10404         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10405         * textmodes/two-column.el (2C-associated-buffer):
10406         Use forward-line rather than goto-line.
10408         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10409         goto-line.
10411         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10412         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10413         (quick-check-list-to-regexp): Declare.
10415         * progmodes/make-mode.el (makefile-browser-insert-selection):
10416         Use goto-char rather than goto-line.
10418         * progmodes/prolog.el (compilation-error-regexp-alist)
10419         (compilation-forget-errors): Declare.
10421 2009-08-22  Juri Linkov  <juri@jurta.org>
10423         * progmodes/grep.el (lgrep, rgrep): At the beginning
10424         set `dir' to `default-directory' unless `dir' is a non-nil
10425         readable directory.  (Bug#4052)
10426         (lgrep, rgrep): Change a weird way to report an error
10427         from using `read-string' to using `error'.
10428         Instead of using interactive arguments in the function body,
10429         add new argument `confirm'.
10431 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10433         * textmodes/remember.el (remember-buffer):
10434         * progmodes/cperl-mode.el (cperl-vc-header-alist):
10435         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10436         (icalendar-extract-ical-from-buffer):
10437         * net/newst-treeview.el (newsticker-groups-filename):
10438         * net/newst-backend.el (newsticker-cache-filename):
10439         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10440         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10441         (speedbar-add-ignored-path-regexp, speedbar-line-path)
10442         (speedbar-buffers-line-path, speedbar-path-line)
10443         (speedbar-buffers-line-path):
10444         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10445         (epg-sign-keys):
10446         * epa.el (epa-display-verify-result):
10447         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10449 2009-08-21  Glenn Morris  <rgm@gnu.org>
10451         * progmodes/js.el (inferior-moz-process): Fix declaration.
10453         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10455         * obsolete/rnewspost.el (news-mail-reply):
10456         Use goto-char rather than goto-line.
10458         * term/ns-win.el (ns-open-file-select-line):
10459         Use line-beginning-position rather than goto-line.
10461         * apropos.el (apropos-command):
10462         * ehelp.el (electric-helpify):
10463         * printing.el (pr-show-setup):
10464         * strokes.el (strokes-help):
10465         * tutorial.el (tutorial--describe-nonstandard-key)
10466         (tutorial--detailed-help):
10467         * woman.el (woman-mini-help, woman-display-extended-fonts):
10468         * calc/calc-help.el (calc-describe-key):
10469         * emulation/edt.el (edt-electric-helpify):
10470         * international/mule-diag.el (mule-diag):
10471         * play/yow.el (apropos-zippy):
10472         * progmodes/python.el (python-describe-symbol):
10473         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10474         * textmodes/table.el (*table--cell-describe-mode)
10475         (*table--cell-describe-bindings):
10476         Use help-print-return-message rather than the now obsolete alias.
10478         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10479         (calendar-cursor-to-visible-date):
10480         * play/5x5.el (5x5-position-cursor):
10481         * play/decipher.el (decipher):
10482         * play/gomoku.el (gomoku-goto-xy):
10483         * play/landmark.el (lm-goto-xy):
10484         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10485         (mpuz-paint-digit):
10486         Use forward-line, not goto-line.
10488         * mail/rmail.el (rmail-obsolete): Delete custom group.
10489         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10490         (rmail-remote-password, rmail-remote-password-required):
10491         Remove unneeded :set-after and :set properties.
10493 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10495         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10497 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10499         * loadup.el: Remove leftover macos code.
10501         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10502         Explicitly pass the date format to git blame so that user local
10503         so that the output format can be parsed.
10505 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10507         * net/dbus.el (top): Don't check for (getenv
10508         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10510 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10512         * log-edit.el (log-edit-strip-single-file-name): New var.
10513         (log-edit-insert-changelog): Use it.  Bug#3571
10515 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10517         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10518         Bug#3287
10520         * help.el (help-print-return-message): Rename from
10521         print-help-return-message.
10523         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10524         cvs-mode-map parent hack.
10525         (log-view-mode): Derive from special-mode.
10527         * linum.el (linum-mode): window-size-change-functions is redundant.
10528         Adapt to new window-configuration-change-hook behavior.
10529         (linum-after-size, linum-after-config): Remove.
10531         * imenu.el (imenu-example--name-and-position)
10532         (imenu-example--lisp-extract-index-name)
10533         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10534         Mark as obsolete.
10536         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10537         (inferior-prolog-mode): Use it.
10538         (inferior-prolog-load-file): Reset list of errors.
10540 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10542         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10544         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10546 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10548         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10549         is running already.
10551 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10553         * subr.el (listify-key-sequence-1): Use normal syntax since those
10554         integers are nowadays always represented by the same (positive) number
10555         on all platforms.
10556         (read-key-empty-map): New const.
10557         (read-key-delay): New var.
10558         (read-key): New function.
10559         (force-mode-line-update): Use with-current-buffer.
10560         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10561         (start-process-shell-command, start-file-process-shell-command):
10562         Discourage the use of command-args.
10564 2009-08-19  Glenn Morris  <rgm@gnu.org>
10566         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10568 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10570         * simple.el (choose-completion-string): Don't rely on
10571         minibuffer-completing-file-name and ad-hoc checks to decide whether
10572         to continue completion or not.
10574         * minibuffer.el (minibuffer-hide-completions): New function.
10575         (completion--do-completion): Use it.
10576         (completions-annotations): New face.
10577         (completion--insert-strings): Use it.
10578         (completion-pcm--delim-wild-regex): Add docstring.
10579         (completion-pcm--string->pattern): Add support for 0-width delimiters
10580         in completion-pcm--delim-wild-regex.
10582 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10584         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10585         Remove unused var `buffer-modified-p'.
10587         * minibuffer.el (completion--do-completion): Move point for the #b001
10588         case as well (bug#4176).
10589         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10591 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10593         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10594         and :session buses.
10596 2009-08-18  Kenichi Handa  <handa@m17n.org>
10598         * international/ucs-normalize.el (ucs-normalize-version):
10599         Change to 1.1.
10600         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10601         (utf-8-hfs): Make it perform normalization on encoding too.
10603         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10604         (sentence-end-without-space): Delete duplicated chars.
10605         (sentence-end-base): Likewise.
10607         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10608         (html-mode): Delete duplicated chars from sentence-end-base.
10610         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10611         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10613 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10615         * files.el (hack-one-local-variable): If the mode function is for
10616         a minor mode, pass it an argument (Bug#4148).
10618 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10620         * net/tramp.el (tramp-register-completion-file-name-handler):
10621         Check also for (member 'partial-completion completion-styles).
10623 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10625         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10626         abbrev (Bug#3943).
10628 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10630         * progmodes/cperl-mode.el: Merge upstream 6.2.
10631         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10632         (cperl-forward-re): Check cperl-brace-recursing.
10633         (cperl-highlight-charclass): New function.
10634         (cperl-find-pods-heres): Use it.
10635         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10636         (cperl-beautify-regexp-piece): Fix column calculation.
10637         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10638         (cperl-beautify-level): Don't process entire regexp.
10639         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10640         calling man.
10641         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10642         (cperl-init-faces): Build a list in the normal way.
10644 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10646         * calendar/parse-time.el (parse-time-string-chars): Save match
10647         data.
10649 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10651         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10652         (sql-product): Use it.
10653         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10654         (sql-set-product): Add completion.
10655         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10656         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10657         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10658         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10659         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10660         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10661         (sql-highlight-db2-keywords): Remove.
10662         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10663         (sql-highlight-product): Use derived-mode-p.
10664         (sql-set-sqli-buffer): Use with-current-buffer.
10665         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10666         Simplify.
10668         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10670         * term.el: Fix commenting convention, turn comments into docstrings.
10672 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10674         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10676 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10678         * calendar/parse-time.el (parse-time-string-chars): Compute using
10679         character classes, to handle non-ascii characters (Bug#3190).
10681 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10683         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10684         another heredoc if the user adds another < (Bug#3226).
10686         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10687         Don't initialize based on window-system (Bug#4124).
10689         * facemenu.el (facemenu-read-color): Use a completion function
10690         that accepts any defined color, such as RGB triplets (Bug#3677).
10692         * files.el (get-free-disk-space): Change fallback default
10693         directory to /.  Expand DIR argument before switching to fallback.
10694         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10696 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10698         * files.el (load-library): Doc fix.
10700 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10702         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10703         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10704         incremental search string.
10706         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10707         XEmacs.
10709         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10710         (ediff-merge-region-is-non-clash)
10711         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10712         Also check if the job is really a merge job.
10714         * ediff.el (ediff-current-file): New function.
10716 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10718         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10719         conventions.
10720         (js-insert-and-indent): Delete function.
10721         (js-mode-map): Don't bind keys to js-insert-and-indent.
10722         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10723         (js-end-of-defun): Rename from js--end-of-defun.
10724         (js-auto-indent-flag): Delete variable.
10726 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10728         * progmodes/js.el: Remove proclaim statement.
10729         Defvar which-func-imenu-joiner-function to silence compiler.
10731         * files.el (auto-mode-alist): Use js-mode for .js files.
10733         * progmodes/js2-mode.el: Remove file.
10735         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10737         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10739         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10741 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10742             Karl Landstrom  <karl.landstrom@brgeight.se>
10744         * progmodes/js.el: New file.
10746 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10748         * timezone.el (timezone-parse-date): Add ability to understand ISO
10749         basic format (minimal separators) dates in addition to the
10750         already-supported extended format dates.
10752 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10754         * international/ucs-normalize.el: Add a `coding' file variable.
10756         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10758 2009-08-14  Sam Steingold  <sds@gnu.org>
10760         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10762 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10764         * faces.el (help-argument-name): Define it here instead of
10765         help-fns.el, because in daemon mode help-fns.el may be loaded when
10766         faces are still uninitialized (Bug#1078).
10768         * help-fns.el (help-argument-name): Move defface to faces.el.
10770 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10772         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10773         create buffer with a pty but no process so that GDB can make the
10774         inferior the controlling process.
10776 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10778         * international/ucs-normalize.el: New file.
10780 2009-08-13  Richard Stallman  <rms@gnu.org>
10782         * mail/rmail.el (rmail-get-attr-names):
10783         Accept an attribute header that is too short.
10785         * mail/rmail.el (rmail-forget-messages):
10786         Ignore nil elt in rmail-message-vector.  Use dotimes.
10788         * progmodes/compile.el (compilation-goto-locus):
10789         Use next-error-move-function.
10791         * simple.el (next-error-move-function): New variable.
10793 2009-08-12  Juri Linkov  <juri@jurta.org>
10795         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10796         always non-nil.  (Bug#4052)
10798         * replace.el (read-regexp): Return empty string when
10799         `default-value' is nil.
10800         (keep-lines-read-args): Don't use empty string as the
10801         default value for `read-regexp'.  (Bug#2495)
10803 2009-08-12  Juri Linkov  <juri@jurta.org>
10805         * international/mule-cmds.el (ucs-insert): Change arguments
10806         from `arg' to `character', `count', `inherit' to be the same
10807         as in `insert-char'.  Doc fix.  (Bug#4039)
10809         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10811 2009-08-12  Juri Linkov  <juri@jurta.org>
10813         * files-x.el: New file.
10815         * files.el: Move code that deals with adding/deleting
10816         file/directory-local variables to files-x.el.
10818         * Makefile.in (ELCFILES): Add files-x.elc.
10820 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10822         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10823         to use `goto-line'.
10824         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10825         `goto-line'.
10826         (gdb-invalidate-disassembly): Do not refresh upon receiving
10827         'update signal.  Instead, update all disassembly buffers only after
10828         threads list.
10829         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10830         (gdb-starting): Move -data-list-register-names...
10831         (gdb-stopped): ...here so it's sent when first thread stops.
10832         (gdb-registers-handler-custom): Do nothing if register names are
10833         unknown yet.
10835         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10836         from `gdb-mi.el' to avoid extra tangling.
10838         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10839         change which breaks `gud-def' definitions used in `gdb'.
10840         (gdb-update-gud-running): No extra fuss for updating frame number.
10842 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10844         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10845         (describe-language-environment-map, setup-language-environment-map)
10846         (set-coding-system-map): Move initialization into declaration.
10847         (set-language-info-alist): Last arg to define-key-after can be skipped.
10849         * international/quail.el (quail-completion-1): Simplify.
10850         (quail-define-rules): Use slightly more compact code.
10851         (quail-insert-decode-map): Propertize keys, compact columns.
10853         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10854         Add goto-line.
10856 2009-08-10  Miles Bader  <miles@gnu.org>
10858         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10859         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10860         (js2-instance-member, js2-private-member, js2-private-function-call)
10861         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10862         (js2-magic-paren, js2-external-variable):
10863         Remove "-face" suffix from face names.
10864         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10865         (js2-highlight-undeclared-vars, js2-peek-token)
10866         (js2-parse-function-params, js2-mode-show-errors)
10867         (js2-mode-show-warnings, js2-make-magic-delimiter)
10868         (js2-mode-highlight-magic-parens): Update to use new face names.
10870 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10872         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10873         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10875 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10877         * subr.el: Provide hashtable-print-readable.
10879         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10880         hs-c-like-adjust-block-beginning.
10881         (hs-hide-block-at-point): Stop hiding at the beginning of
10882         hs-block-end-regexp (Bug#700).
10884 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10886         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10887         a macro.
10888         (gdb-registers-handler-custom): Do not fail when register names
10889         are unavailable.
10891 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10893         * progmodes/gdb-mi.el (gdb-control-all-threads)
10894         (gdb-control-current-thread): Interactive setters for
10895         `gdb-gud-control-all-threads' to use in menu.
10896         (gdb-show-run-p): Show «Go» when process is not active.
10897         (gud-tool-bar-map): Add non-stop/A,T indicator.
10898         Uses gud/thread.xpm and gud/all.xpm.
10900 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10902         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10903         (nslookup-font-lock-keywords): Make it a variable.
10904         (net-utils-mode): New mode for viewing diagnostic network output.
10905         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10906         (net-utils-run-simple): New function.
10907         (ifconfig, iwconfig, netstat, arp, route): Use it.
10909 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10911         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10912         (gdb-memory-set-address, def-gdb-set-positive-number)
10913         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10914         after changing settings.
10915         (gdb-invalidate-disassembly): Update when first shown.
10916         (gdb-edit-locals-value): Fixed.
10917         (gdb-registers-handler-custom): Print registers in right order and
10918         allow changing register values (only for current thread yet).
10919         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10920         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10921         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10922         (gdb-locals-handler-custom, gdb-registers-handler-custom):
10923         Thread info in mode name.
10924         (gdb-registers-mode-map): TAB to switch to locals.
10926 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10928         * mail/rmail.el (rmail-add-mbox-headers)
10929         (rmail-set-message-counters-counter): Search for
10930         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10932 2009-08-08  Glenn Morris  <rgm@gnu.org>
10934         * Makefile.in (ELCFILES): Update.
10936 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10938         * mail/sendmail.el (mail-yank-original):
10939         Set buffer-file-coding-system from the one used by the message whose
10940         text is yanked.
10942         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10943         to "windows" when "pgnuplot" is used.
10944         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10945         Don't call accept-process-output if "pgnuplot" is used.
10946         (calc-graph-init): Don't send -display and -geometry to
10947         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10948         running "pgnuplot -V" with shell-command-to-string.
10950         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10951         the default.
10953 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10955         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10956         org/org-latex.elc.
10958 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10960         * vc-dispatcher.el (vc-resynch-window): Update comment.
10962         * term.el (term-handle-ansi-escape): Add comments with the
10963         terminfo capabilities implemented.
10965 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10967         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10968         (gdb-var-create-handler): Rewritten using JSON parser.
10969         (gdb-propertize-header): Move earlier.
10970         (gdb-set-header): Remove to avoid duplication.
10971         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10972         Refresh disassembly buffers only after threads list have been
10973         update.
10974         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10975         variables.
10977 2009-08-04  Juri Linkov  <juri@jurta.org>
10979         * files.el: Commands to add/delete file/directory-local variables.
10980         (read-file-local-variable, read-file-local-variable-value)
10981         (read-file-local-variable-mode, modify-file-local-variable)
10982         (modify-file-local-variable-prop-line)
10983         (modify-dir-local-variable): New functions.
10984         (add-file-local-variable, delete-file-local-variable)
10985         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10986         (add-dir-local-variable, delete-dir-local-variable)
10987         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10988         (copy-dir-locals-to-file-locals-prop-line): New commands.
10990 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10992         * abbrev.el (insert-abbrev-table-description): Prettify output.
10993         Suggested by Karl Chen.
10995 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10997         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10998         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10999         (gdb-overlay-arrow-position, gdb-thread-position)
11000         (gdb-disassembly-position): Declare variables.
11001         (gdb-wait-for-pending): Function now.
11002         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11003         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11004         compilation goes smoothly.
11005         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11006         (gdb-non-stop-setting): New customization setting which replaces
11007         `gdb-non-stop' so changing it doesn't break active GDB session.
11008         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11009         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11010         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11011         (gdb-show-threads-by-default): New customization options.
11012         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11013         routines.
11014         (gdb-get-buffer-create): Send buffers update signal when they are
11015         created.
11016         (gdb-invalidate-locals, gdb-invalidate-registers)
11017         (gdb-invalidate-breakpoints)
11018         (gdb-invalidate-threads, gdb-invalidate-disassembly)
11019         (gdb-invalidate-memory): Accept update signal.
11020         (gdb-current-context-command): Use --frame option.
11021         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11022         Implement `gdb-frame-number' selection logic.
11023         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11024         whether to show GUD toolbar buttons.
11025         (gdb-thread-exited): Unselect current thread when it exits.
11026         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11027         (gdb-mark-line): Routine which sets overlay arrow or inverses
11028         video on fringeless displays.
11029         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11030         to build aligned columns of data in GDB buffers and set text
11031         properties line-by-line.
11032         (gdb-invalidate-breakpoints)
11033         (gdb-breakpoints-list-handler-custom)
11034         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11035         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11036         (gdb-registers-handler-custom): Align data columns.
11037         (gdb-locals-handler-custom): Now prints data like in variable
11038         declarations.
11039         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11040         Remove confusing buttons.
11041         (gdb-invalidate-threads): Append --frame.
11042         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11043         between breakpoints/threads buffers.
11044         (gdb-set-window-buffer): Now can ignore dedicated windows.
11045         (gdb-propertize-header): Use `gdb-set-window-buffer'.
11046         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11047         (def-gdb-thread-buffer-gud-command): Replaces
11048         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11049         for fine thread control.
11050         (gdb-preempt-existing-or-display-buffer): New function used to
11051         display bound buffers without breaking window layout.
11052         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11053         (gdb-select-frame): New version of `gdb-frames-select' which now
11054         sets `gdb-frame-number' so commands may use --frame option instead
11055         of inner debugger state.
11056         (gdb-frame-handler): Do not set `gdb-frame-number'.
11057         (gdb-threads-mode-map): Select threads with mouse.
11059         * progmodes/gud.el (gdb-gud-context-call): Declare function to
11060         avoid compilation warning.
11061         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11062         `gdb-show-stop-p`.
11064         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11065         Argument `key' renamed to `buffer-type'.
11066         (gdb-current-context-buffer-name): Do not add thread info to
11067         buffer name when no thread is selected.
11068         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11069         command (bug 3794).
11070         (gdb-thread-selected): Handle `=thread-selected' notification.
11071         (gdb-wait-for-pending): New macro to deal with congestion problems.
11072         (gdb-breakpoints-list-handler-custom): Don't fail on pending
11073         breakpoints.
11074         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11075         This fixes problem similar to one described in bug 3947.
11076         (gud-menu-map): More menu items.
11077         (gdb-init-1): Reset `gdb-thread-number' to nil.
11079         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11080         non-stop settings.
11082         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11083         (gdb-current-context-command): Do not append --thread if
11084         `gdb-thread-number' is nil.
11085         (gdb-running-threads-count, gdb-stopped-threads-count):
11086         New variables.
11087         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11088         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11089         New customization options.
11090         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11091         GUD commands.
11092         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11093         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11094         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11095         set `gdb-thread-number' and update `gud-running' properly.
11096         (gdb-running): Update threads list when new threads appear.
11097         (gdb-stopped): Support non-stop operation and new thread switching
11098         logic.
11099         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11100         (gdb-json-partial-output): New set of JSON routines.
11101         (def-gdb-auto-update-trigger): New `signal-list' optional
11102         argument.
11103         (gdb-thread-list-handler-custom): Update `gud-running',
11104         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11105         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11106         (gdb-continue-thread, gdb-step-thread): New commands for fine
11107         thread execution control.
11108         (gud-menu-map): New menu items to switch non-stop options.
11109         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11110         (gdb-send): Mimic RET properly (bug 3794).
11112         * progmodes/gdb-mi.el (gdb-rules-name-maker)
11113         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11114         gdb-buffer-rules.
11115         (def-gdb-auto-update-handler): New nopreserve optional argument.
11116         (gdb-stack-list-frames-custom): Print stack from top to bottom.
11118         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11119         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11120         (gdb-parent-mode): New mode to derive other GDB modes from.
11121         (gdb-display-disassembly-for-thread)
11122         (gdb-frame-disassembly-for-thread): New commands for threads
11123         buffer.
11125         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11126         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11127         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11128         (gdb-update): We now store all GDB buffers in a list so that they
11129         can be updated by traversing a list instead of calling invalidate
11130         triggers explicitly.
11131         (def-gdb-trigger-and-handler): New macro to define trigger-handler
11132         pair for GDB buffer.
11133         (gdb-stack-buffer-name): Add thread information.
11134         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11135         handle pending triggers.
11136         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11137         (def-gdb-thread-buffer-simple-command)
11138         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11139         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11140         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11141         New commands which show buffers bound to thread.
11142         (gdb-stack-list-locals-regexp): Remove unused regexp.
11144         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11145         (gdb-locals-buffer-name, gdb-registers-buffer-name)
11146         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11147         to (gud-comint-buffer) in *-buffer-name functions
11148         because (gdb-get-target-string) already does that.
11149         (gdb-locals-handler-custom, gdb-registers-handler-custom)
11150         (gdb-changed-registers-handler): Rewritten without regexps.
11152         * progmodes/gdb-mi.el: Basic thread selection support.
11153         (gdb-thread-number): New variable.
11154         (gdb-current-context-command): New macro which adds --thread
11155         option to command.
11156         (gdb-threads-mode-map): Select thread with SPC.
11157         (gdb-thread-list-handler-custom): Mark current thread with overlay
11158         arrow.  Synchronize GDB thread and Emacs thread.
11159         (gdb-select-thread): New command which selects current thread.
11160         (gdb-invalidate-frames, gdb-invalidate-locals)
11161         (gdb-invalidate-registers): Use --thread option.
11163 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
11165         * net/tramp.el (top): Make check for tramp-gvfs loading more
11166         robust.  (Bug#3977)
11167         (tramp-handle-insert-file-contents): `unwind-protect' must be
11168         inside `with-parsed-tramp-file-name'.
11170         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11171         fails.
11173 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11175         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11176         directory if CLASSPATH is not set.
11178 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11180         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11181         New defconst.
11182         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11184 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11186         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11187         Update freshmeat link.  Delete newsforge.com as it seems gone.
11189 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11191         * select.el (x-set-selection): Doc fix (Bug#4021).
11193         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11195         * help-fns.el (describe-variable): Treat list return values from
11196         dir-locals-find-file properly (Bug#4005).
11198 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11200         * net/tramp.el (tramp-debug-message): Print also microseconds.
11202 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11204         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11205         or END is non-nil.
11206         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11207         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11208         format.
11210         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11211         (tramp-get-file-property): Use it.
11213         * autorevert.el (auto-revert-handler):
11214         Allow `auto-revert-tail-mode' for remote files.
11216 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11218         * minibuffer.el (read-file-name): Treat confirm options to
11219         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11221 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11223         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11224         (font-lock-variable-name-face, font-lock-constant-face):
11225         Darken the colors for light backgrounds.
11227 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11229         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11230         month names.  (Bug#3987)
11232 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11234         * simple.el (line-move-finish): Pass whole number to
11235         line-move-to-column.
11236         (line-move-visual): Perform hscroll to the recorded position.
11238 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11240         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11242 2009-07-29  Alan Mackenzie  <acm@muc.de>
11244         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11246 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11248         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11249         (gdb-place-breakpoints): Use full path when setting breakpoints.
11251 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11253         * calc/calc.el (calc-mode-map): Add keybinding for
11254         `calc-transpose-lines'.
11256 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11258         * calc/calc-misc.el (calc-transpose-lines): New function.
11260 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11262         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11263         Simplify check for out-of-band methods.
11264         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11265         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11267 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11269         * vc-git.el (vc-git-checkin): Fix typo.
11271 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11273         * progmodes/js2-mode.el: New file.
11275 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11277         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11278         (gud-menu-map): Adjust tooltip accordingly.
11280 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11282         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11283         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11285         * add-log.el (change-log-mode-map): Add a menu.
11287 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11289         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11290         function returns nil.
11291         (dbus-handle-event): Handle special return value :ignore.
11292         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11294 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11296         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11297         it's not needed.
11299 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11301         Fix Bug#3888:
11303         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11305         * term/pc-win.el (x-display-name, x-colors)
11306         (x-select-enable-clipboard, x-select-text): Doc fix.
11308         * term/common-win.el (x-display-name, x-colors): Doc fix.
11310         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11311         (xw-defined-colors): Doc fix.
11313         * w32-fns.el (x-select-text, x-setup-function-keys)
11314         (x-get-selection, x-set-selection): Doc fix.
11316         * term/x-win.el (x-select-text, x-setup-function-keys)
11317         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11319         * select.el (x-set-selection): Doc fix.
11321 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11323         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11324         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11325         "IsNSSSupportAvailable" method is not available.
11326         Reported by Steve Youngs <steve@sxemacs.org>.
11328 2009-07-24  Kenichi Handa  <handa@m17n.org>
11330         * international/characters.el: Fix setting of category ?C, ?|, ?K,
11331         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
11332         (build-unicode-category-table): Fix range checks.
11334 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
11336         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11337         the buffer we try to sync is current when calling
11338         vc-resynch-buffer.
11340         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11341         not show up to date files.
11343 2009-07-24  Glenn Morris  <rgm@gnu.org>
11345         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11346         Add autoload cookies.  If necessary, initialize.
11347         (elint-log): Handle non-file buffers.
11348         (elint-initialize): Add optional argument to reinitialize.
11349         (elint-find-builtin-variables): Save excursion.
11351 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11353         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11354         for Lint.
11356 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11358         * vc.el (vc-print-log-internal): New function, split out from ...
11359         (vc-print-log): ... here.
11360         (vc-dir-move-to-goal-column): Declare.
11362         * vc-git.el (vc-git-add-signoff): New variable.
11363         (vc-git-checkin): Use it.
11364         (vc-git-toggle-signoff): New function.
11365         (vc-git-extra-menu-map): Bind it to menu.
11366         (vc-git--run-command-string): Accept a nil FILE argument.
11367         (vc-git-stash-list): New function.
11368         (vc-git-dir-extra-headers): Use it.
11370 2009-07-23  Glenn Morris  <rgm@gnu.org>
11372         * help-fns.el (describe-variable): Describe ignored and risky local
11373         variables in a similar way to that in which we describe safe ones.
11375         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11376         (byte-compile-output-file-form, byte-compile-output-docform)
11377         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11378         Give some more local variables with common names a "bytecomp-" prefix,
11379         so as not to shadow things during compilation.
11380         * emacs-lisp/cl-macs.el (load-time-value)
11381         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11382         `outbuffer' to `bytecomp-outbuffer'.
11384         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11385         since the next two variables cover them automatically now.
11386         (elint-builtin-variables, elint-autoloaded-variables): New.
11387         (elint-unknown-builtin-args): Remove all members, since they can be
11388         parsed automatically now.
11389         (elint-extra-errors): New.
11390         (elint-env-add-env, elint-env-add-macro): Use cadr.
11391         (elint-current-buffer): Use or.  Change final message.
11392         (elint-get-top-forms): Use line-end-position.
11393         (elint-init-env): Use cadr.  Handle autoload, declare-function,
11394         and defalias.
11395         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
11396         (regexp-assoc): Remove unused function.
11397         (elint-top-form): Set elint-current-pos, to record the start of the
11398         top-level form, for compilation-mode.
11399         (elint-form): Trap errors in macro expansion.  Use dolist.
11400         (elint-unbound-variable): Use elint-builtin-variables and
11401         elint-autoloaded-variables.
11402         (elint-get-args): Use cadr, or.
11403         (elint-check-cond-form): Use dolist, cadr.
11404         (elint-check-condition-case-form): Doc fix.  Use cadr.
11405         Use elint-extra-errors.
11406         (elint-log): New function.
11407         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11408         Distinguish errors and warnings.
11409         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
11410         Use a bytecomp-style format.
11411         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
11412         (elint-get-log-buffer): Use compilation mode.  Disable undo.
11413         Don't truncate lines.
11414         (elint-initialize): Set builtin and autoloaded variable lists.
11415         Only process elint-unknown-builtin-args if non-nil.
11416         (elint-find-builtin-variables, elint-find-autoloaded-variables):
11417         New functions.
11418         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
11420 2009-07-22  Kevin Ryde  <user42@zip.com.au>
11422         * net/newst-backend.el (newsticker--parse-atom-1.0)
11423         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11424         (newsticker--parse-rss-1.0):
11425         * progmodes/idlwave.el (idlwave-mode):
11426         * progmodes/idlw-shell.el (idlwave-shell-mode):
11427         * progmodes/vera-mode.el (vera-mode):
11428         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11429         * progmodes/vhdl-mode.el (vhdl-mode):
11430         * textmodes/table.el (table-generate-source)
11431         (table--warn-incompatibility):
11432         Hyperlink urls in docstrings with URL `...'.
11434 2009-07-22  Glenn Morris  <rgm@gnu.org>
11436         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11437         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11438         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11439         Remove leading * from defcustom docs.
11441         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
11443         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11444         defcustom doc.
11445         (list-load-path-shadows): Optionally, just return shadows as a string.
11447         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11449 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11451         * mail/rmailedit.el (rmail-edit-mode):
11452         Use auto-save-include-big-deletions.
11454         * mail/rmail.el (rmail-variables):
11455         Use auto-save-include-big-deletions.
11457         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11458         changes.
11460 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11462         * calc/calc.el (calc-undo-length): New variable.
11463         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11465 2009-07-21  Richard Stallman  <rms@gnu.org>
11467         * files.el (auto-save-mode): Handle buffer-save-size = -2
11468         for toggling mode.
11470 2009-07-21  Glenn Morris  <rgm@gnu.org>
11472         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11474         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11476         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11477         silence compiler.  Instead...
11478         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11479         (ps-print-ensure-fontified): Update for above function name changes.
11481         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11482         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11483         silence compiler.  Instead...
11484         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11485         (mh-show-buffer): Only define for compiler.
11486         (pr-mh-current-message): Update for above function name changes.
11488         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11489         as an argument.
11490         (find-file-noselect, insert-file-1): Update for above change.
11492         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11494         * mail/mailclient.el (mailclient-send-it): Fix message.
11496         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11497         (edebug-eval): Check cl-debug-env is bound.
11498         (print-level, print-circle): Don't redefine built-in variables.
11500         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11501         (custom-print-vectors): Remove old comments from doc.
11503         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11504         (emerge-version): Make the variable an obsolete alias for the
11505         emacs-version variable.  Make the function obsolete.
11506         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11507         Emerge options, rather than merging in into the main Options menu.
11508         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11509         and auto advance modes.  Disable edit/fast items when not relevant.
11511 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11513         * term/vt420.el (terminal-init-vt420): Fix typo.
11515 2009-07-20  Sam Steingold  <sds@gnu.org>
11517         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11518         variable (removed from compile.el on 2004-03-11).
11520 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11522         * files.el (hack-local-variables-filter): Fix last change.
11524 2009-07-19  Juri Linkov  <juri@jurta.org>
11526         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11527         (dir-local-variables-alist): New buffer-local variable.
11528         (hack-local-variables-filter): If variable is not dir-local,
11529         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11530         because file-local overrides dir-local.
11531         (c-postprocess-file-styles) <declare-function>:
11532         Remove obsolete declaration.
11533         (hack-dir-local-variables): Add dir-local variable/value pair to
11534         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11536         * help-fns.el (describe-variable): Add information about
11537         file-local and dir-local variables.
11539 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11541         * files.el (hack-local-variables-filter): Rewrite.
11543 2009-07-19  Glenn Morris  <rgm@gnu.org>
11545         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11546         Silence compiler by only defining on XEmacs.
11548         * international/mule.el (auto-coding-regexp-alist): Only match
11549         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11551         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11552         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11553         (cal-menu-context-mouse-menu): Doc fix.
11555         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11557         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11559 2009-07-18  Juri Linkov  <juri@jurta.org>
11561         * info.el: Virtual Info keyword finder.
11562         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11563         (Info-finder-file): New variable.
11564         (Info-finder-find-file): New function.
11565         (finder-known-keywords, finder-package-info)
11566         (find-library-name, lm-commentary): Use defvar and
11567         declare-function to silence compiler warnings.
11568         (Info-finder-find-node): New function.
11569         (info-finder): New command.
11571         * subr.el (process-kill-buffer-query-function): New function.
11572         (add-hook)<kill-buffer-query-functions>: Add hook
11573         `process-kill-buffer-query-function'.
11575 2009-07-18  Alan Mackenzie  <acm@muc.de>
11577         * progmodes/cc-mode.el (c-before-hack-hook)
11578         (c-postprocess-file-styles): Give invocation of `c-set-style'
11579         DONT-OVERRIDE parameter of t.  Already set style variables will
11580         thus not be overridden by style settings given by `c-file-syle'.
11582         * files.el (hack-local-variables-filter): Remove entries with
11583         duplicate keys from `file-local-variables-alist'.
11585 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11587         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11588         x-set-selection if display-selections-p returns nil for the
11589         current frame.
11591 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11593         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11595 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11597         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11598         Accept nil in addition to a regexp.
11599         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11600         Accept nil in addition to a regexp.
11601         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11602         buffers that have an associated file.  Handle nil values of
11603         desktop-buffers-not-to-save and desktop-files-not-to-save.
11604         (Bug#3833)
11606         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11607         (x-disown-selection-internal): New functions.
11609 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11611         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11612         warning.
11613         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11614         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11616 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11618         * simple.el (set-mark): Revert last change.
11620 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11622         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11623         rendering of pngs is not possible instead of messaging a long
11624         description.
11626 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11628         * w32-fns.el (x-selection-owner-p): New function.
11630         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11631         (mouse-yank-at-click, mouse-yank-primary):
11632         If select-active-regions is non-nil, deactivate the mark before
11633         insertion.
11635         * simple.el (deactivate-mark, set-mark): Only save selection if we
11636         own it.
11638 2009-07-17  Kenichi Handa  <handa@m17n.org>
11640         * case-table.el (describe-buffer-case-table): Fix for the case
11641         that KEY is a cons.
11643 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11645         * vc-rcs.el (vc-rcs-find-file-hook):
11646         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11648 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11650         * net/tramp.el (tramp-wait-for-output): Handle the case when
11651         commands do not return a newline but a null byte before the shell
11652         prompt.  (Bug#3858)
11654 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11656         * term/ns-win.el (ns-set-alpha): Don't declare.
11657         (ns-set-background-alpha): Remove function.
11659 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11661         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11662         y-or-n-p, for safety.
11664 2009-07-16  Richard Stallman  <rms@gnu.org>
11666         * files.el (auto-save-mode): If buffer-saved-size is -2,
11667         don't clobber it.
11669         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11670         (rmail-retry-ignored-headers): Add more uninteresting fields.
11672 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11674         * net/rcirc.el (rcirc): Use history variables.
11675         (rcirc-server-name-history, rcirc-nick-name-history)
11676         (rcirc-server-port-history): New variables.
11678 2009-07-15  Kenichi Handa  <handa@m17n.org>
11680         * international/mule-cmds.el (set-language-environment-charset):
11681         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11682         ignore them.
11684         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11685         Delete unibyte-display.
11687 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11689         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11691 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11693         * simple.el (deactivate-mark): Optional argument FORCE.
11694         (set-mark): Use deactivate-mark.
11696         * info.el (Info-search): No need to check transient-mark-mode
11697         before calling deactivate-mark.
11699         * select.el (x-set-selection): Doc fix.
11700         (x-valid-simple-selection-p): Allow buffer values.
11701         (xselect--selection-bounds): Handle buffer values.
11702         Suggested by David De La Harpe Golden.
11704         * mouse.el (mouse-set-region, mouse-drag-track):
11705         Call copy-region-as-kill before setting the mark, to let
11706         select-active-regions work.
11708 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11710         * simple.el (deactivate-mark): If select-active-regions is
11711         non-nil, copy the selection data into a string.
11712         (activate-mark): If select-active-regions is non-nil, set the
11713         selection to the current buffer.
11714         (set-mark): Update selection if select-active-regions is non-nil.
11716         * select.el (x-valid-simple-selection-p): Allow buffer values.
11718 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11720         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11721         and more featureful message-mode.
11723 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11725         * select.el (x-set-selection): Doc fix.
11726         (x-valid-simple-selection-p): Disallow selection data consisting
11727         of a list or cons of integers, since that is not used.
11728         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11729         (xselect-convert-to-string, xselect-convert-to-length)
11730         (xselect-convert-to-filename, xselect-convert-to-charpos)
11731         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11733 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11735         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11736         output in -break-info command (Emacs bug #3794).
11738 2009-07-14  Glenn Morris  <rgm@gnu.org>
11740         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11741         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11742         (edebug-print-length, edebug-print-level, edebug-print-circle)
11743         (edebug-sit-for-seconds, edebug-view-outside)
11744         (edebug-bounce-point, edebug-set-global-break-condition)
11745         (edebug-Go-nonstop-mode, edebug-trace-mode)
11746         (edebug-Trace-fast-mode, edebug-continue-mode)
11747         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11748         (edebug-visit-eval-list): Doc fixes.
11750         * subr.el (def-edebug-spec): Doc fix.
11752 2009-07-14  Kenichi Handa  <handa@m17n.org>
11754         * international/characters.el: Fix setting of category ?C.
11756 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11758         * term/ns-win.el (x-select-font): defalias x-select-font to
11759         ns-popup-font-panel instead of generate-fontset-menu.
11761 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11763         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11765 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11767         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11768         the PK\003\004 header (Bug#3770).
11770 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11772         * pcomplete.el (pcomplete-comint-setup): Check for
11773         shell-dynamic-complete-filename too.
11775 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11777         * simple.el (temporary-goal-column): Change the value for
11778         line-move-visual to a cons cell.
11779         (line-move-visual): Record or set the window hscroll, if
11780         necessary (Bug#3494).
11781         (line-move-1): Handle cons value of temporary-goal-column.
11783 2009-07-11  Kenichi Handa  <handa@m17n.org>
11785         * international/mule-diag.el (describe-character-set): Don't show
11786         width.
11788 2009-07-10  Sam Steingold  <sds@gnu.org>
11790         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11791         Omake sometimes indents the errors it prints, so allow all
11792         regexps to start with spaces.
11794 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11796         * cus-edit.el (customize-changed-options-previous-release):
11797         Bump value to 22.1.  (Bug#3804)
11799 2009-07-08  Sam Steingold  <sds@gnu.org>
11801         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11802         to be a cons cell (test . ignored-directory) to selectively ignore
11803         some directories depending on the location of the search.
11805 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11807         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11808         remote user is root, on the local host.
11809         (tramp-local-host-p): Either the local user or the remote user
11810         must be root.  (Bug#3771)
11812 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11814         * progmodes/gdb-mi.el (gdb): Remove description of
11815         gdb-use-separate-io-buffer.
11816         (menu): Don't allow toggling of or enable
11817         gdb-use-separate-io-buffer from menubar.
11819 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11821         * mail/unrmail.el (unrmail): Make sure the message ends with two
11822         newlines (Bug#3769).
11824 2009-07-08  Glenn Morris  <rgm@gnu.org>
11826         * calendar/calendar.el (calendar-current-date): Rework previous change.
11828 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11830         * calendar/calendar.el (calendar-current-date):
11831         Add an optional argument giving an offset from today.
11833 2009-07-08  Glenn Morris  <rgm@gnu.org>
11835         * tutorial.el (tutorial--describe-nonstandard-key):
11836         Adjust the message for when a key has been unbound.
11837         (help-with-tutorial): Hide the arch-tag.
11839 2009-07-08  Kenichi Handa  <handa@m17n.org>
11841         * international/fontset.el (setup-default-fontset): For each
11842         script, append (not set) font-specs.
11844         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11845         docstring.
11847 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11849         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11850         -data-list-register-names to ...
11851         (gdb-starting): ... here because GDB 7.0 requires execution to
11852         have started when using this MI command.
11853         (gdb-set-header): New function to distinguish select and
11854         unselected tabs in gdb buffers.
11855         (gdb-propertize-header): New macro that uses gdb-set-header.
11856         (gdb-breakpoints-header, gdb-locals-header): Use it.
11857         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11859 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11861         * Makefile.in (ELCFILES): Remove fadr.elc.
11863 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11865         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11866         may contain frame information, so `string-match' should be used.
11867         (gdb-update): Disassembly is invalidated through
11868         `gdb-get-selected-frame'.
11869         (gdb-pad-string): New function to pad string with spaces.
11870         (gdb-invalidate-disassembly): Invalidate only if the buffer
11871         exists.
11872         (gdb-disassembly-handler-custom): Column alignment.
11873         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11874         placing new ones.
11875         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11876         end of line, too.
11877         (gdb-frame-handler): Match convention to for disassembly buffer
11878         mode name.
11879         (gdb-stack-list-frames-handler): Rewritten without regexps.
11880         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11881         not highlight breakpoints without line information.
11882         (gdb-input): Add trailing newline to command.
11884         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11885         buffer properly.
11886         (gdb-breakpoints-list-handler-custom): Replacement for
11887         `gdb-break-list-handler'.  Using real parser instead of regexps
11888         now.
11889         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11890         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11891         to place breakpoints.
11892         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11893         functions.
11894         (gdb-disassembly-handler-custom): Show overlay arrow.
11895         (gdb-disassembly-place-breakpoints): Show breakpoints in
11896         disassembly buffer.
11897         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11898         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11899         instead of parsing breakpoints buffer.  Fixed old menu references
11900         in `gud-menu-map'.
11902         * fadr.el: Remove.
11904         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11905         (gdb-memory-address): New variable which holds top address of
11906         memory page shown in memory buffer.
11907         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11908         New customization variables.
11909         New functions:
11910         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11911         display the memory buffer.
11912         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11913         buffer display parameters.
11914         (def-gdb-memory-format, gdb-memory-format-binary)
11915         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11916         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11917         Functions for setting memory buffer format.
11918         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11919         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11920         unit size used in memory buffer.
11921         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11922         Switch to next/previous page of memory buffer.
11923         Now using (bindat-get-field) instead of fadr functions.
11925 2009-07-07  Sam Steingold  <sds@gnu.org>
11927         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11928         non-top-level files.
11930 2009-07-07  Kenichi Handa  <handa@m17n.org>
11932         * international/mule-cmds.el (reset-language-environment):
11933         Put the highset priority to the charset iso-8859-1.
11935 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11937         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11938         to the end of the line when locating the block (Bug#700).
11940 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11942         * net/tramp.el (tramp-handle-write-region): Flush file properties
11943         in case of short track.
11945 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11947         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11948         Coded custom representation of verilog error regular expressions
11949         to work with Emacs-22's new format.
11950         (verilog-error-regexp-xemacs-alist): Coded custom representation
11951         of verilog error regular expressions to work with XEmacs format.
11952         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11953         error recognition into XEmacs.
11954         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11955         error recognition into Emacs-22.
11957 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11959         * woman.el: Remove stand-alone closing parentheses.
11960         (woman-file-name, woman2-format-paragraphs)
11961         (woman-leave-blank-lines): Code cleanup.
11962         (woman-use-own-frame): Change default to nil.
11963         (woman-italic, woman-bold, woman-unknown, woman-addition):
11964         Change defaults to inherit from default faces.
11965         (woman2-process-escapes): Consume the newline after a stand-alone
11966         filler character (Bug#3651).
11968 2009-07-06  Glenn Morris  <rgm@gnu.org>
11970         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11971         (top-level): Move provide to the end.
11972         (ffap): Remove defunct URL from custom group.
11974         * subr.el (eval-after-load): Doc fix.
11976 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11978         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11979         `calc-embedded-word' is called twice.
11981 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11983         * files.el (find-alternate-file-other-window, find-alternate-file):
11984         Obey confirm-nonexistent-file-or-buffer.
11986 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11988         * dired-aux.el (dired-show-file-type): Handle remote files.
11990 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11992         * desktop.el (desktop-globals-to-save):
11993         Add file-name-history (Bug#2750).
11995 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11997         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11999 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
12001         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12002         property on entire argument since this is what eshell-lisp-command
12003         expects.
12005 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
12007         * net/tramp-gvfs.el (tramp-gvfs-methods)
12008         (tramp-gvfs-zeroconf-domain)
12009         (tramp-bluez-discover-devices-timeout): Add version flag.
12010         (tramp-gvfs-handler-mounted-unmounted)
12011         (tramp-gvfs-connection-mounted-p): Polish handling of
12012         incompatibilities between GVFS 0.2 and 1.0.
12014 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
12016         * cus-start.el (all): Add make-pointer-invisible.
12018 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12020         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12021         formatted correctly.
12023 2009-07-02  Juri Linkov  <juri@jurta.org>
12025         * info.el: Virtual Info files and nodes.
12026         (Info-virtual-files, Info-virtual-nodes): New variables.
12027         (Info-current-node-virtual): New variable.
12028         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12029         New functions.
12030         (Info-file-supports-index-cookies): Use Info-virtual-file-p
12031         to check for a virtual file instead of checking a fixed list
12032         of node names.
12033         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12034         instead of ad-hoc processing of "dir" and (apropos history toc).
12035         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12036         instead of ad-hoc processing of "dir" and (apropos history toc).
12037         Reread a file when moving from a virtual node.
12038         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12039         (Info-directory-toc-nodes, Info-directory-find-file)
12040         (Info-directory-find-node): New functions.
12041         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12042         (Info-history): Move part of code to
12043         `Info-history-find-node'.
12044         (Info-history-toc-nodes, Info-history-find-file)
12045         (Info-history-find-node): New functions.
12046         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12047         (Info-toc): Move part of code to `Info-toc-find-node'.
12048         (Info-toc-find-node): New function.
12049         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
12050         the current Info file name to references because now the node
12051         "*TOC*" belongs to the same Info manual.
12052         (Info-toc-build): Rename from `Info-build-toc'.
12053         (Info-toc-nodes): Rename input argument `file' to `filename'.
12054         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12055         instead of ad-hoc processing of ("dir" apropos history toc).
12056         (Info-index-nodes): Use Info-virtual-file-p
12057         to check for a virtual file instead of checking a fixed list
12058         of node names.
12059         (Info-index-node): Add check for `Info-current-node-virtual'.
12060         Raise `save-match-data' higher up the tree to contain
12061         `search-forward' too (bug fix).
12062         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12063         (Info-virtual-index-nodes): New variable.
12064         (Info-virtual-index-find-node, Info-virtual-index): New functions.
12065         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12066         (Info-apropos-file, Info-apropos-nodes): New variables.
12067         (Info-apropos-toc-nodes, Info-apropos-find-file)
12068         (Info-apropos-find-node, Info-apropos-matches): New functions.
12069         (info-apropos): Move part of code to `Info-apropos-find-node' and
12070         `Info-apropos-matches'.
12071         (Info-mode-map): Bind "I" to `Info-virtual-index'.
12072         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12073         for a virtual file instead of checking a fixed list of node names.
12075         * simple.el (async-shell-command): New command.
12077         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12079         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12080         instead of `mount-info'.
12082 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
12084         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12085         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12087 2009-07-02  Kenichi Handa  <handa@m17n.org>
12089         * international/mule.el (set-keyboard-coding-system): Force *-unix
12090         coding-system to avoid eol conversion.
12092 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
12094         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12095         Add handler for `process-file', `shell-command' and
12096         `start-file-process'.
12097         (tramp-gvfs-handle-shell-command)
12098         (tramp-gvfs-handle-start-file-process)
12099         (tramp-gvfs-handle-process-file): New defuns.
12100         (tramp-synce-list-devices): Simplify check for existence of property.
12102 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
12104         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12106 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
12108         * language/korean.el (set-language-info-alist): Add korean-cp949,
12109         cp949 to spec.
12111 2009-07-01  Kenichi Handa  <handa@m17n.org>
12113         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12115         * international/encoded-kb.el: Deleted.
12117         * international/mule.el (set-keyboard-coding-system): Perform the
12118         necessary setup here instead of calling encoded-kbd-setup-display.
12120 2009-07-01  Glenn Morris  <rgm@gnu.org>
12122         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12124 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
12126         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
12128 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
12130         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12131         Handle also the 'rename case, when setting file modes.  (Bug#3712)
12132         (tramp-default-file-modes): Remove execute permissions.
12134         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12135         (top): Add a default for "synce" in `tramp-default-user-alist'.
12136         Add completion function for "synce" method.
12137         (tramp-hal-service, tramp-hal-path-manager)
12138         (tramp-hal-interface-manager, tramp-hal-interface-device):
12139         New defconst.
12140         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12141         (tramp-synce-list-devices, tramp-synce-parse-device-names):
12142         New defuns.
12144         * net/trampver.el: Update release number.
12146 2009-06-30  Kenichi Handa  <handa@m17n.org>
12148         * international/fontset.el (setup-default-fontset): Add CJK fonts
12149         for symbols and the other miscellaneous characters.
12151         * language/korea-util.el (setup-korean-environment-internal):
12152         Make char-width-table suitable for Korean environments.
12153         (exit-korean-environment): Cancel above.
12155         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12156         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12157         setup-function to make char-width-table suitable for respective
12158         environments, and an exit-function to cancel that.
12160         * language/japan-util.el (setup-japanese-environment-internal):
12161         Call use-cjk-char-width-table with arg `ja_JP'.
12163         * international/characters.el (cjk-char-width-table): Delete it.
12164         (cjk-char-width-table-list): New variable.
12165         (use-cjk-char-width-table): New arg local-name.
12166         (use-default-char-width-table): Fix for the case that Emacs is
12167         already using the default char-width-table.
12169 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12171         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12172         modes mandatory.  (Bug#3712)
12174 2009-06-29  Alan Mackenzie  <acm@muc.de>
12176         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12177         correction between the visible width of TABs and their number of bytes.
12179 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12181         * server.el (server-buffer-done): Prevent kill-buffer from
12182         prompting by clearing the buffer modification flag (Bug#3696).
12184 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12186         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12187         (verilog-endcomment-reason-re): Support unique case and priority case.
12188         (verilog-basic-complete-re): Support localparam lineup.
12189         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12190         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12191         commenting.
12192         (verilog-leap-to-case-head): Now support *nested* unique &
12193         priority case statements.
12194         (verilog-auto-lineup): Make just declarations the default (as it
12195         had been).
12196         (verilog-leap-to-case-head): Support priority/unique case statements.
12197         (verilog-auto-lineup): Rework to give users radio buttons to
12198         select the various styles of automatic lineup.
12199         (verilog-error-regexp-alist): Rework to support the XEmacs style
12200         of error regular expressions from compilers, lint tools &
12201         simulators.  Note that GNU Emacs has made it impossible for a mode
12202         to load such things.
12203         (electric-verilog-terminate-line, verilog-indent-declaration)
12204         (verilog-auto-wiure): Rework for radio button selection of
12205         auto-lineup selection of specification of auto lineup.
12206         (verilog-beg-of-statement-1): Redesign to support proper operation
12207         in additional code, based on testing with auto-lineup.
12208         (verilog-calculate-indent, assignments & declarations)
12209         (verilog-backward-token): Enhance to support auto-lineup of
12210         assignments & declarations.
12211         (verilog-in-directive-p, verilog-at-struct-p): New function for
12212         easy test of whether we are.
12213         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12214         to support safe execution at almost anyline.
12215         (verilog-calc-1): Properly support indenting deep inside generate
12216         blocks.
12217         (verilog-init-font): Remove definition & use of verilog-init-font,
12218         as it is redundant with font-lock-defaults.
12219         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12220         to avoid circular calls if syntax-ppss is a function (as is the
12221         case now in 22.x GNU Emacs) as that function would sometimes call
12222         itself, leading to (nearly) infinite recursion.
12223         (verilog-ovm-begin-re, verilog-ovm-end-re)
12224         (verilog-ovm-statement-re, verilog-leap-to-head)
12225         (verilog-backward-token): Add support for OVM macros.  Some are
12226         complete statements, and others open and close scopes like begin
12227         and end.
12228         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12229         (verilog-defun-level-generate-only-re): Really fix the defun-list
12230         compilation issue.
12231         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12232         coverpoint, constraint and cross statements.
12233         (verilog-defun-level-list, verilog-generate-defun-level-list)
12234         (verilog-all-defun-level-list): Redo these specifications - it is
12235         too hard to support eval-when compile aggregation of lists also
12236         built at when-compile time.
12237         (verilog-defun-level-list): Place defconsts of variables used in
12238         building regular expressions which are built in eval-when-compile
12239         bodies in the same eval-when-compile body to facilitate compile
12240         without load.
12241         (verilog-beg-block-re-ordered): Support indenting
12242         virtual/protected tasks and functions.
12243         (verilog-defun-level-list, verilog-in-generate-region-p)
12244         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12245         indentation of some module items (generate items).
12246         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12247         across virtual/protected tasks and functions.
12249 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12251         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12252         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12253         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12254         in concatenations.  Reported by Yishay Belkind.
12255         (verilog-auto-ascii-enum): Support one-hot state machines in
12256         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12257         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12258         modport in AUTOINST and add vl-modport for users.
12259         Reported by David Rogoff.
12260         (verilog-auto-inout-module, verilog-auto-inst)
12261         (verilog-decls-get-interfaces, verilog-insert-definition)
12262         (verilog-insert-one-definition, verilog-read-decls)
12263         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12264         (verilog-sig-modport, verilog-signals-combine-bus)
12265         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12266         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12267         Suggested by David Rogoff.
12268         (verilog-repair-open-comma): Fix non-insertion of comma when
12269         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12270         (verilog-make-width-expression): Simplify [A-1:0] expression
12271         widths to just {A{1'b0}}.
12272         (verilog-mode): Cleanup checkdoc warnings.
12273         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12274         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12275         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12276         (next-error-last-buffer): Fix byte-compiler warning.
12277         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12278         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12279         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12280         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12281         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12282         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12283         in AUTOINOUT.  Reported by Matthew Lovell.
12284         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12285         causing use of <= assignments.  Reported by Alex Reed.
12286         (verilog-read-decls): Fix triand, trior, wand, wor to be
12287         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12288         (verilog-extended-complete-re): Support import "DPI-C" functions.
12289         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12290         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12291         (verilog-insert-date, verilog-insert-year)
12292         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12293         Windows systems.  Reported by Michael Potts.
12294         (verilog-read-module-name): Fix AUTOINST when the child module
12295         declaration's name is a tick define.  Reported by Elliot Mednick.
12296         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12297         passed to next parameter's definition.  Reported by Bruce T.
12298         (verilog-read-decls): Fix detecting "parameter int" when using
12299         AUTOINSTPARAM.  Reported by Bruce T.
12300         (verilog-goto-defun): Fix goto not finding modules unless first
12301         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12302         (verilog-mode): Expand -f flag arguments on entry to mode so
12303         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12304         (verilog-getopt): Expand environment variables in -f file
12305         arguments.  Suggested by Lawrence Butcher.
12306         (verilog-set-define): Fix "Symbol's value as variable is void"
12307         when reading enumerations.
12308         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12309         Suggested by Stephen Peltan.
12310         (verilog-read-defines): Fix reading of enumerations in include
12311         files.  Reported by Steve Peltan.
12313 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12315         * files.el (trash-directory): Fix defcustom type.
12317 2009-06-28  Juri Linkov  <juri@jurta.org>
12319         * help-fns.el (describe-function-1): Correctly locate adviced
12320         functions in hyperlink (Bug#2438).
12322 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12324         * files.el (trash-directory): Change default to nil.
12325         (move-file-to-trash): If trash-directory is nil and
12326         system-move-file-to-trash is unbound, perform freedesktop-style
12327         trashing.
12329 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12331         * files.el (move-file-to-trash): Add freedesktop trash
12332         support (Bug#973).
12334 2009-06-28  Glenn Morris  <rgm@gnu.org>
12336         * autorevert.el (global-auto-revert-non-file-buffers)
12337         (global-auto-revert-mode): Doc fixes.
12339 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
12341         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12343 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
12345         * faces.el (x-handle-named-frame-geometry): Ensure that we have
12346         opened an X connection before calling x-get-resource (Bug#3194).
12348         * play/doctor.el: Remove reference to obsolete website.
12349         (make-doctor-variables): Correct grammar mistake (Bug#2633).
12351 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
12353         Remove find-file-not-found-hook VC method.  (Bug#2757)
12354         * vc-hooks.el (vc-file-not-found-hook)
12355         (vc-default-find-file-not-found-hook): Remove functions.
12356         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12357         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12358         * vc.el:
12359         * vc-hg.el:
12360         * vc-git.el: Do not mention find-file-not-found-hook VC method.
12362 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
12364         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12365         compatibility function for `looking-back'.
12367         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12368         Use `ispell-looking-back'.
12370 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
12372         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12373         rather than `filename'.
12375 2009-06-23  Miles Bader  <miles@gnu.org>
12377         * face-remap.el (text-scale-set): New function.
12379 2009-06-23  Glenn Morris  <rgm@gnu.org>
12381         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12383         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12385         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12387         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12389         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12390         Simplify Persian conditionals.
12392         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12393         variable `filename'.
12395         * comint.el (comint-insert-input): Doc fix.
12397         * Makefile.in (ELCFILES): Fix typo in previous change.
12399 2009-06-23  Miles Bader  <miles@gnu.org>
12401         * cus-start.el: Add entry for `recenter-redisplay'.
12403 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12405         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12406         Add an optional argument for the backend, use it instead of
12407         calling vc-backend.
12408         (vc-mode-line): Add an optional argument for the backend.
12409         Pass the backend to vc-state and vc-working-revision.  Move code for
12410         special handling for vc-state being a buffer to ...
12412         * vc-rcs.el (vc-rcs-find-file-hook):
12413         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
12415         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12416         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12417         vc-stay-local-p and vc-mode-line calls.
12419         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12420         (vc-cvs-diff, vc-cvs-annotate-command)
12421         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12422         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12423         vc-mode-line calls.
12425         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12426         direct comparison.
12427         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12428         backend when calling vc-mode-line.
12429         (vc-register): Do not create a closure for calling the vc register
12430         function, call it directly.
12432 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12434         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12435         to make it obvious item can be clicked.
12437         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12439 2009-06-23  Kenichi Handa  <handa@m17n.org>
12441         * language/korea-util.el (korean-key-bindings): Change the binding
12442         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
12443         same command.
12445 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12447         Sync with Tramp 2.1.16.
12449         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12451         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12452         when a loading of a package fails.  Completion function for rsync
12453         is `tramp-completion-function-alist-ssh'.
12454         (all): Replace all calls of `split-string' and
12455         `tramp-split-string' by `tramp-compat-split-string'.
12456         (tramp-default-method): Use `tramp-compat-process-running-p'.
12457         (tramp-default-proxies-alist): Allow also Lisp forms.
12458         (tramp-remote-path): Add choice "Private Directories".
12459         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12460         (tramp-domain-regexp): Allow also "-", "_" and ".".
12461         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12462         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12463         (tramp-debug-message): Insert header line in debug buffer.
12464         (tramp-handle-directory-files-and-attributes-with-stat):
12465         Care about filenames with spaces, or starting with "-".
12466         (tramp-handle-dired-uncache): New defun.
12467         (tramp-handle-insert-directory): Don't flush the directory from
12468         cache, this is handled by `dired-uncache' now.
12469         (tramp-handle-insert-file-contents): Improve error handling.
12470         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12471         Quote `tramp-end-of-output'.
12472         (tramp-action-password): Improve trace message.
12473         (tramp-check-for-regexp): Both echoes must be present, before removing.
12474         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12475         (tramp-compute-multi-hops): Eval cons cells of
12476         `tramp-default-proxies-alist'.
12477         (tramp-maybe-open-connection): Use the same command pattern for
12478         first hop and further hops.
12479         (tramp-wait-for-output): Remove handling of newlines.
12480         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12481         (tramp-split-string): Remove function.  It is handled in
12482         tramp-compat now.
12484         * net/tramp-cmds.el (tramp-bug):
12485         Recommend `tramp-cleanup-all-connections' in the bug mail.
12487         * net/tramp-compat.el (tramp-compat-split-string)
12488         (tramp-compat-process-running-p): New defuns.
12490         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12491         for `dired-uncache'.
12493         * net/tramp-gvfs.el: New package.
12495         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12496         Add handler for `dired-uncache'.
12497         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12499         * net/trampver.el: Update release number.  Make version check fit
12500         for SXEmacs 22.
12502 2009-06-22  Jim Meyering  <meyering@redhat.com>
12504         Automatically handle .xz suffix (XZ-compressed files), too.
12505         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12506         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12508 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12509             Nick Roberts  <nickrob@snap.net.nz>
12511         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12512         repository (http://sphinx.net.ru/hg/gdb-mi/).
12514 2009-06-22  Glenn Morris  <rgm@gnu.org>
12516         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12517         `mode' and `eval' entries.  (Bug#3430)
12519         * Makefile.in (ELCFILES): Add fadr.elc.
12521         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12522         differing behavior of \n and ^ in strings.  (Bug#3385)
12524         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12526         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12527         property.
12528         (lisp-indent-function): Make it a defcustom.
12530 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12532         * progmodes/gdb-ui.el: Replace with ...
12533         * progmodes/gdb-mi.el: ... this file.
12534         * progmodes/gud.el: Modify for gdb-mi.el.
12536 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12538         * fadr.el: New file.
12540 See ChangeLog.14 for earlier changes.
12542 ;; Local Variables:
12543 ;; coding: utf-8
12544 ;; End:
12546   Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
12548   This file is part of GNU Emacs.
12550   GNU Emacs is free software: you can redistribute it and/or modify
12551   it under the terms of the GNU General Public License as published by
12552   the Free Software Foundation, either version 3 of the License, or
12553   (at your option) any later version.
12555   GNU Emacs is distributed in the hope that it will be useful,
12556   but WITHOUT ANY WARRANTY; without even the implied warranty of
12557   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12558   GNU General Public License for more details.
12560   You should have received a copy of the GNU General Public License
12561   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.