Backport 2011-04-04T22:08:01Z!lekktu@gmail.com and 2011-04-04T22:33:12Z!lekktu@gmail...
[emacs.git] / lisp / ChangeLog
blob9cab908cdae810b4f8fa48954217e15a97aa76b1
1 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
3         Backport revno:103823 and revno:103824 from trunk.
4         * help-fns.el (describe-variable): Complete all variables having
5         documentation, including keywords.
6         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
8 2011-03-24  Juanma Barranquero  <lekktu@gmail.com>
10         * vc-annotate.el (vc-annotate-show-log-revision-at-line):
11         Fix typo in docstring.
13 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
15         * emerge.el (emerge-metachars): Separate value for ms-dos and
16         windows-nt systems.
17         (emerge-protect-metachars): Quote correctly for ms-dos and
18         windows-nt systems.
20 2011-03-15  Ralph Schleicher  <rs@ralph-schleicher.de>
22         * info.el (info-initialize): Replace all uses of `:' with
23         path-separator for compatibility with non-Unix systems.
24         Cache quoting of path-separator.  (Bug#8258)
26 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
28         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
29         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
30         (mouse-avoidance-mode): Fix typos in docstrings.
32 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
34         * net/tramp.el (tramp-progress-reporter-update): Use
35         `tramp-compat-funcall'.
36         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
37         (tramp-handle-insert-file-contents): Make `file-remote-p' call
38         compatible.
39         (tramp-open-connection-setup-interactive-shell): Use
40         `tramp-compat-process-put'.
42         * net/tramp-compat.el (tramp-compat-process-get)
43         (tramp-compat-process-put): New defuns.
45         * net/trampver.el: Update release number.
47 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
49         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
50         into declaration.  Remove redundant and harmful binding.
52 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
54         Backport revno:103463 from trunk.
55         * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
57         Backport revno:103622 from trunk.
58         * help-fns.el (describe-variable): Don't complete keywords.
59         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
61 2011-03-11  Eli Zaretskii  <eliz@gnu.org>
63         * files.el (file-ownership-preserved-p): Pass `integer' as an
64         explicit 2nd argument to `file-attributes'.  If the file's owner
65         is the Administrators group on Windows, and the current user is
66         Administrator, consider that a match.
68         * server.el (server-ensure-safe-dir): Consider server directory
69         safe on MS-Windows if its owner is the Administrators group while
70         the current Emacs user is Administrator.  Use `=' to compare
71         numerical UIDs, since they could be integers or floats.
73 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
75         * Version 23.3 released.
77 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
79         * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
80         change; patch supplied by Alan Mackenzie was applied incorrectly.
82 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
84         * international/mule-cmds.el (set-default-coding-systems): Use the
85         -unix variant of encoding in default-keyboard-coding-system.
86         (Bug#8122)
88 2011-02-23  Kenichi Handa  <handa@m17n.org>
90         * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
91         error when a multipart boundary in the nested multipart is found.
93 2011-02-22  Kenichi Handa  <handa@m17n.org>
95         * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
96         header components.
98 2011-02-19  Kenichi Handa  <handa@m17n.org>
100         * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
101         get the header copy into the temporary buffer.
102         (rmail-mime-insert-decoded-text): Ignore us-ascii.
103         (rmail-show-mime): When rmail-mime-coding-system is nil, set
104         buffer-file-coding-system to undecided.
106 2011-02-18  Eli Zaretskii  <eliz@gnu.org>
108         * image-mode.el (image-toggle-display-image): Disable
109         require-final-newline in buffers visiting binary image files.
110         (Bug#8047)
112         * international/mule-cmds.el (read-char-by-name, ucs-insert):
113         Document completion with asterisk and a substring.
115 2011-02-18  Glenn Morris  <rgm@gnu.org>
117         * files.el (find-file-literally): Doc fix.
119 2011-02-17  Glenn Morris  <rgm@gnu.org>
121         * simple.el (rfc822-goto-eoh): Give it a doc-string.
123         * log-edit.el (log-edit-insert-changelog):
124         Fix `log-edit-strip-single-file-name' functionality.  (Bug#8057)
126 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
128         * pgg-gpg.el (pgg-gpg-process-region): Bind
129         delete-by-moving-to-trash to nil.
131         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
132         (pgg-pgp-snarf-keys-region):
133         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
134         (pgg-pgp5-snarf-keys-region): Likewise.
136 2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
138         * files.el (copy-directory): Revert to pre-2011-01-29 version.
140 2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
142         * epg.el (epg-delete-output-file, epg-decrypt-string)
143         (epg-verify-string, epg-sign-string, epg-encrypt-string): Bind
144         delete-by-moving-to-trash to nil.
146         * epa-file.el (epa-file-insert-file-contents): Likewise.
148 2011-02-10  Glenn Morris  <rgm@gnu.org>
150         * emacs-lisp/cl-seq.el (union, nunion, intersection)
151         (nintersection, set-difference, nset-difference)
152         (set-exclusive-or, nset-exclusive-or): Doc fix.
154         * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
156 2011-02-08  Glenn Morris  <rgm@gnu.org>
158         * faces.el (face-attr-match-p): Handle the obsolete :bold and
159         :italic props, so that frame-set-background-mode works.  (Bug#7966)
161 2011-02-07  Glenn Morris  <rgm@gnu.org>
163         * simple.el (next-error): Doc fix.
165 2011-02-06  Chong Yidong  <cyd@stupidchicken.com>
166             Thierry Volpiatto <thierry.volpiatto@gmail.com>
168         * files.el (copy-directory): New arg COPY-AS-SUBDIR.  If nil,
169         don't copy as a subdirectory.
171 2011-02-05  Glenn Morris  <rgm@gnu.org>
173         * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
175 2011-02-04  Glenn Morris  <rgm@gnu.org>
177         * calendar/diary-lib.el (diary-font-lock-keywords):
178         Tweak diary-time-regexp match.  (Bug#7891)
180         * progmodes/f90.el (f90-find-tag-default): New function.  (Bug#7919)
181         (f90-mode): Use it for mode's `find-tag-default-function' property.
183 2011-02-03  Glenn Morris  <rgm@gnu.org>
185         * ibuf-ext.el (ibuffer-filter-disable): Make it work.  (Bug#7969)
187         * faces.el (set-face-attribute): Doc fix.  (Bug#2659)
189 2011-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
191         * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
192         (bug#7959) and (bug#5935).
194 2011-01-31  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
196         * net/rcirc.el: Clean log filenames (Bug#7933).
197         (rcirc-log-write): Use convert-standard-filename.
198         (rcirc-log-filename-function): Documentation updates.
200 2011-01-31  Alan Mackenzie  <acm@muc.de>
202         * progmodes/cc-cmds.el (c-forward-over-illiterals):
203         Continue parsing if we encounter a naked # (Bug#7595).
204         (c-beginning-of-statement): Avoid loop in locating the beginning
205         of a macro.
207 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
209         * files.el (copy-directory): Fix arguments to recursive call.
211 2011-01-29  Daiki Ueno  <ueno@unixuser.org>
213         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
214         Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
215         (Bug#7931).
217 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
219         * files.el (copy-directory): If destination is an existing
220         directory, copy into a subdirectory there.
222 2011-01-29  Andreas Schwab  <schwab@linux-m68k.org>
224         * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
225         files.
227 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
229         * image-dired.el (image-dired-mouse-display-image): No-op if no
230         file is found (Bug#7817).
232         * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
234 2011-01-28  Kenichi Handa  <handa@m17n.org>
236         * international/quail.el (quail-keyboard-layout-alist):
237         Remove superfluous SPC for "pc105-uk" (bug#7927).
239 2011-01-27  Glenn Morris  <rgm@gnu.org>
241         * msb.el (msb-menu-bar-update-buffers): Update for changed
242         argument handling of menu-bar-select-frame.  (Bug#7902)
244 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
246         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
247         to the recursion depth (Bug#7722).
249 2011-01-26  Roy Liu  <carsomyr@gmail.com>  (tiny change)
251         * term/ns-win.el (ns-find-file): Expand ns-input-file with
252         command-line-default-directory (Bug#7872).
254 2011-01-25  Glenn Morris  <rgm@gnu.org>
256         * comint.el (comint-mode): Doc fix.  (Bug#7897)
258 2011-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
260         * files.el (file-name-non-special): Only change buffer-file-name after
261         insert-file-contents if it's `visit'ing the file (bug#7854).
263 2011-01-23  Chong Yidong  <cyd@stupidchicken.com>
265         * dired.el (dired-revert): Doc fix (Bug#7758).
267 2011-01-23  Nobuyoshi Nakada  <nobu@ruby-lang.org>
269         * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
270         here-doc which ends with an underscore.
271         (ruby-mode-set-encoding): Skip shebang line always.
272         (ruby-mode-map): Bind C-c C-c to comment-region.
273         (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
274         (ruby-forward-sexp): Stop after literal hash key labels.
275         (ruby-font-lock-syntactic-keywords): Highlight regexp after open
276         bracket.
278 2011-01-22  Keitaro Miyazaki  <keitaro.miyazaki@gmail.com>  (tiny change)
280         * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
281         the correct buffer (Bug#7650).
283 2011-01-22  Glenn Morris  <rgm@gnu.org>
285         * simple.el (do-auto-fill): Give it a doc string.
287         * button.el (make-text-button): Doc fix.  (See bug#7881)
289 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
291         * simple.el (line-move-visual): Doc fix (Bug#7594).
293         * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
294         "Case sensitive" menu item.
296 2011-01-21  Roland McGrath  <roland@frob.com>
298         * comint.el (comint-replace-by-expanded-history-before-point): Fix
299         expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
301 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
303         * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
305 2011-01-21  Jari Aalto  <jari.aalto@cante.net>
307         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
308         Assume foo(bar) is a manpage reference rather than some unquoted
309         symbol (bug#7705).
311 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
313         * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
314         Suggested by Flo <sensorflo@gmail.com>.
316 2011-01-21  Glenn Morris  <rgm@gnu.org>
318         * progmodes/compile.el (compilation-error-regexp-alist):
319         Fix custom type.  (Bug#7812)
321 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
323         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
324         keymap expression.  Improve docstring.
326 2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
328         * files.el (backup-buffer): Make last-resort backup file in
329         .emacs.d (Bug#6953).
331         * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
332         make it with permission 700.
334 2011-01-14  Kenichi Handa  <handa@m17n.org>
336         * mail/rmailmm.el (rmail-mime-insert-header):
337         Set rmail-mime-coding-system to a cons whose car is the last coding
338         system used to decode the header.
339         (rmail-mime-find-header-encoding): New function.
340         (rmail-mime-insert-decoded-text):
341         Override rmail-mime-coding-system if it is a cons.
342         (rmail-show-mime): If only a header part was decoded, find the
343         coding system while ignoring mm-charset-override-alist.
345 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
347         * subr.el (event-start, event-end): Doc fix (Bug#7826).
349 2011-01-12  Kenichi Handa  <handa@m17n.org>
351         * mail/rmailmm.el (rmail-mime-next-item)
352         (rmail-mime-previous-item): Delete them.
353         (rmail-mime-shown-mode): Recursively call for children.
354         (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
355         Callers changed.
356         (rmail-mime-raw-mode): Recursively call for children.
357         (rmail-mode-map): Change mapping of tab and backtab to
358         forward-button and backward-button respectively.
359         (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
360         button.
361         (rmail-mime-update-tagline): New function.
362         (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
363         body display is changed.
364         (rmail-mime-toggle-button): Rename from rmail-mime-image.
365         (rmail-mime-image): Delete this button type.
366         (rmail-mime-toggle): New button type.
367         (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
368         body display is changed.  Change the save button label to "Save".
369         Don't process show/hide button here.
370         (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
371         the body display is changed.  Unconditionally call
372         rmail-mime-insert for children.
373         (rmail-mime-handle): Update `display' vector of the just inserted
374         entity.
375         (rmail-mime-process): If mail-header-parse-content-type returns
376         nil, use "text/plain" as the fallback type.
377         (rmail-mime-insert): For raw-mode, recursively call
378         rmail-mim-insert for children.
379         (rmail-mime): Handle the case that the current buffer is not rmail
380         buffer (e.g. in summary buffer).
382 2011-01-05  Kenichi Handa  <handa@m17n.org>
384         * mail/rmailmm.el (rmail-mime-next-item)
385         (rmail-mime-previous-item): Skip the body of a non-multipart
386         entity if a tagline is shown.
388 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
390         * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
391         (tmm-prompt): Simplify.
392         (tmm-add-prompt): Remove unused var `win'.
394         * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
395         to minor mode which used nil accidentally to mean "turn off".
397 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
399         * net/tramp.el (tramp-find-inline-compress)
400         (tramp-get-inline-coding): Quote command after pipe symbol for
401         local calls under W32.  (Bug#6784)
403 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
405         * net/tramp.el (tramp-default-method): Initialize with pscp/plink
406         only when running under W32.
408 2011-01-09  Eli Zaretskii  <eliz@gnu.org>
410         * progmodes/grep.el (grep-compute-defaults): Quote the program
411         file name after the pipe symbol in Grep templates.  (Bug#6784)
412         * jka-compr.el (jka-compr-partial-uncompress): Likewise.
414 2011-01-08  Lennart Borgman  <lennart.borgman@gmail.com>
416         * buff-menu.el (Buffer-menu-buffer-list): New var.
417         (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
418         restricted buffer list is not lost on revert (Bug#7749).
420 2011-01-08  Eric Hanchrow  <eric.hanchrow@gmail.com>
422         * net/ldap.el (ldap-search-internal): Discard stderr output.
424 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
426         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
428 2011-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
430         * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
431         Author names can have spaces (bug#7792).
433 2011-01-04  Kenichi Handa  <handa@m17n.org>
435         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
436         part as a plain text.
437         (rmail-mime-process-multipart): Set the default content-type to
438         nil for unknown multipart subtypes (bug#7651).
440 2011-01-03  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
442         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
443         table, get the value before switching to the output buffer.  (Bug#7733)
445 2011-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
447         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
449 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
451         * files.el (file-local-variables-alist):
452         Make permanent-local (bug#7767).
454 2011-01-02  Glenn Morris  <rgm@gnu.org>
456         * version.el (emacs-copyright): Set short copyright year to 2011.
458 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
460         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
461         an existing temp buffer.  (Bug#7746)
463 2011-01-02  Glenn Morris  <rgm@gnu.org>
465         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
466         multiple addresses.  (Bug#7760)
468 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
470         * net/tramp.el (tramp-methods): Add recursive options to "scpc",
471         "scpx", "pscp" and "psftp".
473 2010-12-31  Eli Zaretskii  <eliz@gnu.org>
475         * term/w32-win.el (image-library-alist): Set up correctly for
476         libpng versions both before and after 1.4.0.  (Bug#7716)
478 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
480         * time.el (display-time-mode): Mention display-time-interval in
481         the doc string.  (Bug#7713)
483         * simple.el (select-active-regions): Doc fix.  (Bug#7702)
485 2010-12-24  Kenichi Handa  <handa@m17n.org>
487         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
488         condition-case and return an error message string if something
489         goes wrong.
490         (rmail-show-mime): Adjust for the above change.  Insert the
491         header by rmail-mime-insert-header.
493 2010-12-24  Kenichi Handa  <handa@m17n.org>
495         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
496         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
497         (rmail-mime-mbox-buffer)
498         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
499         (rmail-mime-entity): Argument changed.  All codes handling an
500         entity object are changed.
501         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
502         the above change.
503         (rmail-mime-entity-children, rmail-mime-entity-handler)
504         (rmail-mime-entity-tagline): New functions.
505         (rmail-mime-message-p): New function.
506         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
507         (rmail-mime-entity-segment, rmail-mime-next-item)
508         (rmail-mime-previous-item, rmail-mime-shown-mode)
509         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
510         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
511         (rmail-mime-insert-tagline, rmail-mime-insert-header):
512         New functions.
513         (rmail-mime-text-handler): Call rmail-mime-insert-text.
514         (rmail-mime-insert-decoded-text): New function.
515         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
516         (rmail-mime-insert-image): Argument changed.  Caller changed.
517         (rmail-mime-image): Call rmail-mime-toggle-hidden.
518         (rmail-mime-set-bulk-data): New function.
519         (rmail-mime-insert-bulk): Argument changed.
520         (rmail-mime-multipart-handler): Return t.
521         (rmail-mime-process-multipart): Argument changed.
522         Handle "multipart/alternative" here.
523         (rmail-mime-process): Argument changed.
524         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
525         (rmail-mime-insert): Argument changed.  Handle raw display mode.
526         (rmail-mime): Argument changed.  Handle toggling of raw display
527         mode.
528         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
529         rmail-mime-view-buffer.
530         (rmail-insert-mime-forwarded-message): Likewise.
531         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
533         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
534         non-nil, handle the header in rmail-show-mime-function.
536 2010-12-20  Leo  <sdl.web@gmail.com>
538         * help-fns.el (describe-variable): Fix 2010-12-17 change.
540 2010-12-20  Juri Linkov  <juri@jurta.org>
542         * isearch.el (isearch-lazy-highlight-error): New variable.
543         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
544         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
545         to the current value of `isearch-error' (Bug#7468).
547 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
549         * help-fns.el (describe-variable): Don't emit trailing whitespace
550         (Bug#7511).
552 2010-12-17  Leo  <sdl.web@gmail.com>
554         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
555         if point is not behind eshell-last-output-end (Bug#7585).
557 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
559         * textmodes/rst.el (rst-compile-pdf-preview)
560         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
562 2010-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
564         * emulation/edt-mapper.el: Override mapping of function keys so
565         that the later call to read-key-sequence works.
567 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
569         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
570         Unix EOLs.  (Bug#7589)
572 2010-12-12  Eli Zaretskii  <eliz@gnu.org>
574         * subr.el (posn-col-row): Evaluate header-line-format in the
575         context of the POSITION window's buffer.
577 2010-12-11  Glenn Morris  <rgm@gnu.org>
579         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
580         (with-silent-modifications): Doc fixes.
582 2010-12-10  Michael Albinus  <michael.albinus@gmx.de>
584         * net/tramp.el (tramp-action-password, tramp-process-actions):
585         Revert patch from 2010-12-08.  Use `save-restriction'.
587 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
589         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
590         New functions.
591         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
592         them instead of `nil' and `>', respectively.  (Bug#1077)
594 2010-12-09  Stephen Berman  <stephen.berman@gmx.net>
596         * calendar/diary-lib.el (diary-list-sexp-entries):
597         Handle case of no newline at end of file.  (Bug#7536)
599 2010-12-09  Glenn Morris  <rgm@gnu.org>
601         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
603 2010-12-08  Michael Albinus  <michael.albinus@gmx.de>
605         * net/tramp.el (tramp-handle-start-file-process):
606         Protect buffer-modified value.  (Bug#7557)
607         (tramp-action-password): Delete region, do not narrow.
608         (tramp-process-actions): Do not widen.
610 2010-12-08   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
612         * log-edit.el (log-edit-changelog-entries):
613         Regexp quote filename.  (Bug#7505)
615 2010-12-08  Tom Breton  <tehom@panix.com>
617         * cus-edit.el (custom-save-all):
618         Bind print-length and print-level to nil.  (Bug#7581)
620 2010-12-08  Glenn Morris  <rgm@gnu.org>
622         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
623         Run hooks to update menu contents.  (Bug#7586)
625         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
626         file names, for the sake of MS Windows.  (Bug#7588)
628 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
630         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
631         empty lines without a leading space.
633 2010-12-06  Leo  <sdl.web@gmail.com>
635         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
636         while mapping over marks (Bug#6810).
638 2010-12-06  Chong Yidong  <cyd@stupidchicken.com>
640         * image-dired.el (image-dired-db-file)
641         (image-dired-temp-image-file, image-dired-gallery-dir)
642         (image-dired-temp-rotate-image-file): Set default values relative
643         to image-dired-dir (Bug#7518).
645 2010-12-06  Lawrence Mitchell  <wence@gmx.li>
647         * format.el (format-decode-run-method): Pass args FROM and TO, not
648         point-min and point-max, to shell-command-on-region (Bug#7488).
650 2010-12-06  Jan Djärv  <jan.h.d@swipnet.se>
652         * frame.el (blink-cursor-mode): Make default t for ns.
654 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
656         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
658 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
660         * comint.el (comint-dynamic-list-input-ring)
661         (comint-dynamic-complete-filename)
662         (comint-replace-by-expanded-filename)
663         (comint-dynamic-simple-complete)
664         (comint-dynamic-list-filename-completions)
665         (comint-dynamic-list-completions): Doc fix (Bug#7499).
667         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
668         Doc fix (Bug#7471).
670 2010-12-04  Martin Rudalics  <rudalics@gmx.at>
672         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
673         (Bug#7533).
675 2010-12-04  W. Martin Borgert <debacle@debian.org>  (tiny change)
677         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
678         (Bug#7491).
680 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
682         * simple.el (transient-mark-mode): Doc fix (Bug#7465).
684 2010-12-04  Eli Zaretskii  <eliz@gnu.org>
686         * files.el (file-relative-name): Handle UNC file names on
687         DOS/Windows.  (Bug#4674)
689 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
691         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
692         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
693         (epg-context-set-passphrase-callback): Mention that the callback
694         is not called when used with GnuPG 2.x.
696 2010-12-02  Glenn Morris  <rgm@gnu.org>
698         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
699         Ensure ps-footer-font-size-internal is initialized.
700         Call ps-get-page-dimensions before trying to use ps-font-for-text.
702 2010-12-01  Kenichi Handa  <handa@m17n.org>
704         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
705         within condition-case.
706         (rmail-show-mime): Don't use condition-case.
707         (rmail-search-mime-message): New function.
708         (rmail-search-mime-message-function): Set to
709         rmail-search-mime-message.
711 2010-12-01  Leo  <sdl.web@gmail.com>
713         * ido.el (ido-common-initialization): New function.  (bug#3274)
714         (ido-mode): Use it.
715         (ido-completing-read): Call it.
717 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
719         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
720         stand-alone lines, since that is handled by log-edit-match-to-eoh
721         (Bug#6465).
723 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
725         * dired.el (dired-get-filename): Replace backslashes with slashes
726         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
727         * locate.el (locate-default-make-command-line): Don't consider
728         drive letter and root directory part of
729         `directory-listing-before-filename-regexp'.  (Bug#7308)
730         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
732 2010-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
734         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
735         of :smie-open/close-alist.
736         (smie-next-sexp): Make it accept a "start token" as argument.
737         (smie-indent-keyword): Be careful not to misidentify tokens that span
738         more than one line, as empty lines.  Add argument `token'.
740 2010-11-26  Kenichi Handa  <handa@m17n.org>
742         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
743         multipart subtypes, insert all as usual.
745         * mail/rmail.el: Require rfc2047.
747 2010-11-26  Kenichi Handa  <handa@m17n.org>
749         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
750         (rmail-mime-entity-disposition)
751         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
752         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
753         (rmail-mime-save): Handle the case that the button's `data' is a
754         MIME entity.
755         (rmail-mime-insert-text): New function.
756         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
757         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
758         (rmail-mime-insert-bulk): New function mostly copied from the old
759         rmail-mime-bulk-handler.
760         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
761         (rmail-mime-process-multipart): New function mostly copied from
762         the old rmail-mime-multipart-handler.
763         (rmail-mime-show): Just call rmail-mime-process.
764         (rmail-mime-process): New function mostly copied from the old
765         rmail-mime-show.
766         (rmail-mime-insert-multipart, rmail-mime-parse)
767         (rmail-mime-insert, rmail-show-mime)
768         (rmail-insert-mime-forwarded-message)
769         (rmail-insert-mime-resent-message): New functions.
770         (rmail-insert-mime-forwarded-message-function): Set to
771         rmail-insert-mime-forwarded-message.
772         (rmail-insert-mime-resent-message-function): Set to
773         rmail-insert-mime-resent-message.
775         * mail/rmailsum.el: Require rfc2047.
776         (rmail-header-summary): Handle multiline Subject: field.
777         (rmail-summary-line-decoder): Change the default to
778         rfc2047-decode-string.
780         * mail/rmail.el (rmail-enable-mime): Change the default to t.
781         (rmail-mime-feature): Change the default to `rmailmm'.
782         (rmail-quit): Delete the specifal code for rmail-enable-mime.
783         (rmail-display-labels): Likewise.
784         (rmail-show-message-1): Check rmail-enable-mime, and use
785         rmail-show-mime-function for a MIME message.  Decode the headers
786         according to RFC2047.
788 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
790         * progmodes/which-func.el (which-func-imenu-joiner-function):
791         Return a string, as expected.
792         (which-function-mode): Make sure we stop any previous timer before
793         starting a new one.
795 2010-11-23  Michael Albinus  <michael.albinus@gmx.de>
797         * net/tramp.el (tramp-default-method-alist)
798         (tramp-default-user-alist, tramp-default-proxies-alist):
799         Adapt custom options type.  (Bug#7445)
801 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
803         * progmodes/python.el: Add Ipython support (Bug#5390).
804         (python-shell-prompt-alist)
805         (python-shell-continuation-prompt-alist): New options.
806         (python--set-prompt-regexp): New function.
807         (inferior-python-mode, run-python, python-shell):
808         Require ansi-color.  Use python--set-prompt-regexp to set the comint
809         prompt based on the Python interpreter.
810         (python--prompt-regexp): New var.
811         (python-check-comint-prompt)
812         (python-comint-output-filter-function): Use it.
813         (run-python): Use a pipe (Bug#5694).
815 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
817         * progmodes/python.el (run-python): Doc fix.
818         (python-keep-current-directory-in-path): New var (Bug#7454).
820 2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
822         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
823         Prompt user before actually printing.
825 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
827         * simple.el (kill-new, kill-append, kill-region):
828         * comint.el (comint-kill-region): Make the yank-handler argument
829         obsolete.
831 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
833         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
834         that are both openers (resp. closers) and something else.
835         (smie-grammar): Loosen definition of valid values.
836         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
837         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
838         (smie-indent-after-keyword): Adjust users.
839         (smie-indent-keyword): Don't indent empty lines.
841         * vc-hg.el (vc-hg-program): New var.
842         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
843         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
845 2010-11-17  Glenn Morris  <rgm@gnu.org>
847         * emacs-lisp/autoload.el (autoload-find-destination): The function
848         coding-system-eol-type may return non-numeric values.  (Bug#7414)
850 2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
852         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
854 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
856         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
858 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
860         * textmodes/picture.el (picture-mouse-set-point): Don't use
861         posn-col-row; explicitly compute the motion based on the posn at
862         the window-start (Bug#7390).
864 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
866         * net/tramp.el (tramp-remote-coding-commands): Add an alternative
867         using "base64 -d -i".  This is needed for older base64 versions
868         from GNU coreutils.  Reported by Klaus Reichl
869         <Klaus.Reichl@thalesgroup.com>.
871 2010-11-13  Glenn Morris  <rgm@gnu.org>
873         * novice.el (disabled-command-function):
874         Fix 2009-11-15 change.  (Bug#7384)
876 2010-11-12  Glenn Morris  <rgm@gnu.org>
878         * calendar/calendar.el (diary-iso-date-forms): Make elements
879         mutually exclusive.  (Bug#7377)
881 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
883         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
884         when filling the remaining "unconstrained" values.
886 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
888         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
889         safety predicate.
891         * files.el (safe-local-variable-p): Gracefully handle errors.
893         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
894         Use smie-indent-virtual when indenting relative to an opener.
895         (smie-rule-separator): Use smie-rule-parent.
896         (smie-indent-keyword): Consult rules, even for openers at bol.
897         (smie-indent-comment-close): Try to align closer's content.
899 2010-11-11  Glenn Morris  <rgm@gnu.org>
901         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
903 2010-11-10  Glenn Morris  <rgm@gnu.org>
905         * printing.el (pr-menu-bind): Doc fix.
907         * speedbar.el (speedbar-toggle-images): Doc fix.
909         * progmodes/python.el (python-shell): Doc fix.
911         * wid-edit.el (widget-field-use-before-change)
912         (widget-use-overlay-change): Doc fixes.
914 2010-11-09  Glenn Morris  <rgm@gnu.org>
916         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
918 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
920         * minibuffer.el (minibuffer-completion-help): Specify the end of the
921         completion field (bug#7211).
923         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
924         Fix handling of backslash escapes.
925         (python-quote-syntax): Adjust accordingly.
927 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
929         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
930         (vc-mtn-workfile-branch): Adjust to new output format.
932 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
934         * international/mule-cmds.el (princ-list): Mark as obsolete.
936 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
938         * emacs-lisp/smie.el: New package.
940 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
942         * files.el (backup-by-copying-when-mismatch):
943         Set `permanent-local' property.
945         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
946         `permanent-local' property for `backup-by-copying-when-mismatch'.
948 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
950         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
951         (ls-lisp-classify-file): New function.
952         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
953         (ls-lisp-classify): Call ls-lisp-classify-file.
954         (insert-directory): Remove blanks from switches.
956 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
958         * progmodes/verilog-mode.el (verilog-insert-one-definition)
959         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
960         AUTOINOUT for SV style multidimensional arrays, bug294.
961         Reported by Eric Mastromarchi.
962         (verilog-preprocess): Use with-current-buffer and
963         font-lock-fontify-buffer to cleanup style issues.
965 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
967         * net/trampver.el: Update release number.
969 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
971         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
972         beginning of the string.  Use `string-match-p'.  (Bug#6765)
974 2010-11-01  Glenn Morris  <rgm@gnu.org>
976         * locate.el (locate, locate-mode): Doc fixes.
978 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
980         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
981         user for confirmation.
982         (server-force-stop): Use it.
983         (server-start): Use server-force-stop for kill-emacs-hook, to
984         avoid user interaction while killing Emacs.
986 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
988         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
989         (log-edit-author): New dynamic var.
990         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
991         Use it to return the author if different from committer.
992         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
994 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
996         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
998 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
1000         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
1001         (vc-root-diff, vc-print-root-log, vc-log-incoming)
1002         (vc-log-outgoing): Use it.
1003         (vc-diff-internal): Set diff-vc-backend.
1005         * vc/diff-mode.el (diff-vc-backend): New var.
1007 2010-10-31  Juri Linkov  <juri@jurta.org>
1009         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1010         buffer-locally to lambda that re-runs the vc diff command.
1011         (Bug#6447)
1013 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1015         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1017         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
1018         log-outgoing commands.
1019         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1020         to create a buffer local revert-buffer-function variable.
1021         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1022         revert-buffer-function lambda.
1024         Improve VC create/retrieve tag/branch.
1025         * vc.el (vc-create-tag): Do not read the directory name for VCs
1026         with repository revision granularity.  Adjust the tag/branch
1027         prompt.  Reset VC properties.
1028         (vc-retrieve-tag): Do not read the directory name for VCs
1029         with repository revision granularity.  Reset VC properties.
1031         Add optional support for resetting VC properties.
1032         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1033         call vc-file-clearprops when true.
1034         (vc-resynch-buffer): Add new optional argument, pass it down.
1035         (vc-resynch-buffers-in-directory): Likewise.
1037         Improve support for special markup in the VC commit message.
1038         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
1039         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1040         * vc-git.el (vc-git-checkin):
1041         * vc-bzr.el (vc-bzr-checkin): Likewise.
1043         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1044         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1045         incoming/outgoing logs.
1046         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
1048         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1049         short log.
1050         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
1051         command
1053         Add bindings for vc-log-incoming and vc-log-outgoing.
1054         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1055         and vc-log-outgoing.
1056         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1057         and vc-log-outgoing.
1059         Improve state updating for VC tag commands.
1060         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1061         to update the state of all buffers in the directory.
1063 2010-05-19  Glenn Morris  <rgm@gnu.org>
1065         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1067 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * vc.el (vc-checkin, vc-modify-change-comment):
1070         Adjust to new vc-start/finish-logentry.
1071         (vc-find-conflicted-file): New command.
1072         (vc-transfer-file): Adjust to new vc-checkin.
1073         (vc-next-action): Improve scoping.
1075         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
1076         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1078         * vc-dispatcher.el (vc-log-edit): Shorten names for
1079         log-edit-show-files.
1081         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
1082         (vc-bzr-conflicted-files): New function.
1084         * log-edit.el (log-edit-summary, log-edit-header)
1085         (log-edit-unknown-header): New faces.
1086         (log-edit-headers-alist): New var.
1087         (log-edit-header-contents-regexp): New const.
1088         (log-edit-match-to-eoh): New function.
1089         (log-edit-font-lock-keywords): Use them.
1090         (log-edit): Insert a "Summary:" header as default.
1091         (log-edit-mode): Mark font-lock rules as case-insensitive.
1092         (log-edit-done): Cleanup headers.
1093         (log-edit-extract-headers): New function to replace it.
1095         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
1096         the windows/frames.
1098         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
1100         * vc-dir.el (vc-dir-kill-line): New command.
1101         (vc-dir-mode-map): Bind it to C-k.
1102         (vc-dir-headers): Abbreviate the working dir.
1104         * vc-git.el (vc-git-revision-table): Include remote branches.
1106 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1108         New VC methods: vc-log-incoming and vc-log-outgoing.
1109         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
1110         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
1111         New functions.
1112         (vc-print-log-internal): Just call vc-log-internal-common.
1113         (vc-log-view-type): New permanent local variable.
1115         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1117         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1118         of the dynamic bound vc-short-log.
1119         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1121         * vc-git.el (vc-git-log-outgoing): New function.
1122         (vc-git-log-view-mode): Use vc-log-view-type instead
1123         of the dynamic bound vc-short-log.
1125         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1126         the dynamic bound vc-short-log.  Highlight the tag.
1127         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1128         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1129         (vc-hg-incoming-mode): Remove.
1130         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1132         Fix default-directory for vc-root-diff.
1133         * vc.el (vc-root-diff): Bind default-directory to the root
1134         directory for the diff command.
1136 2010-10-31  Sam Steingold  <sds@gnu.org>
1138         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1139         `vc-hg-command' with a list of flags.
1141 2010-10-31  Glenn Morris  <rgm@gnu.org>
1143         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1144         log-edit-before-checkin-process.
1146         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1148         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1150         * vc-dispatcher.el (vc-start-logentry): Doc fix.
1151         (log-view-process-buffer, log-edit-extra-flags): Declare.
1153 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1155         Add special markup processing for commit logs.
1156         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
1157         when non-nil instead of the log-view-mode.
1159         * vc.el (vc-default-log-edit-mode): New function.
1161         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1162         log-edit.
1164         Support for shelving snapshots and for showing shelves.
1165         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1166         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1167         New functions.
1168         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1169         (vc-bzr-extra-menu-map): Map them.
1171 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
1173         * net/tramp.el (tramp-handle-insert-file-contents): For root,
1174         preserve owner and group when editing files.  (Bug#7289)
1176 2010-10-29  Glenn Morris  <rgm@gnu.org>
1178         * speedbar.el (speedbar-mode):
1179         * play/fortune.el (fortune-in-buffer, fortune):
1180         * play/gomoku.el (gomoku-mode):
1181         * play/landmark.el (lm-mode):
1182         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1183         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
1185 2010-10-28  Glenn Morris  <rgm@gnu.org>
1187         * select.el (x-selection): Mark it as an obsolete alias.
1189 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1191         * add-log.el (find-change-log): Use derived-mode-p rather than
1192         major-mode (bug#7284).
1194 2010-10-27  Glenn Morris  <rgm@gnu.org>
1196         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1197         rather than just an unused variable that inherits from the real one.
1199 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
1201         * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
1202         auto-built for efficiency of execution and updating.
1203         (verilog-extended-complete-re): Support 'pure' fucntion & task
1204         declarations (these have no bodies).
1205         (verilog-beg-of-statement): General cleanup to enable support of
1206         'pure' fucntion & task declarations (these have no bodies).
1207         These efforts together fix Verilog bug210 from veripool; which was also
1208         noticed by Steve Pearlmutter.
1209         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1210         (verilog-directive-nest-re, verilog-set-auto-endcomments):
1211         Support `elsif.  Reported by Shankar Giri.
1212         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1213         attribute handling for lining up declarations and assignments.
1214         (verilog-beg-of-statement-1): Fix issue where continued declaration
1215         is indented differently if it is after a begin..end clock.
1216         (verilog-in-attribute-p, verilog-skip-backward-comments)
1217         (verilog-skip-forward-comment-p): Support proper treatment of
1218         attributes by indent code.  Reported by Jeff Steele.
1219         (verilog-in-directive-p): Fix comment to correctly describe function.
1220         (verilog-backward-up-list, verilog-in-struct-region-p)
1221         (verilog-backward-token, verilog-in-struct-p)
1222         (verilog-in-coverage-p, verilog-do-indent)
1223         (verilog-pretty-declarations): Use verilog-backward-up-list as
1224         wrapper around backward-up-list inorder to properly skip comments.
1225         Reported by David Rogoff.
1226         (verilog-property-re, verilog-endcomment-reason-re)
1227         (verilog-beg-of-statement, verilog-set-auto-endcomments)
1228         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1229         of if).  Reported by Max Bjurling and
1230         (verilog-calc-1): Fix for clocking block in modport
1231         declaration.  Reported by Brian Hunter.
1233 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
1235         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1236         (verilog-gate-keywords, verilog-read-sub-decls)
1237         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1238         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1239         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
1240         (verilog-read-decls): Fix spaces in V2K module parameters causing
1241         mis-identification as interfaces, bug287.
1242         (verilog-read-decls): Fix not treating "parameter string" as a
1243         parameter in AUTOINSTPARAM.
1244         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1245         treating `elsif similar to `endif inside AUTOSENSE.
1246         (verilog-do-indent): Implement correct automatic or static task or
1247         function end comment highlight.  Reported by Steve Pearlmutter.
1248         (verilog-font-lock-keywords-2): Fix highlighting of single
1249         character pins, bug264.  Reported by Michael Laajanen.
1250         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1251         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1252         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1253         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
1254         (verilog-pretty-expr): Fix interactive arguments, bug272.
1255         Reported by Mark Johnson.
1256         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1257         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1258         bug269.  Suggested by Gary Delp.
1259         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1260         (verilog-preprocessor, verilog-set-compile-command):
1261         Create verilog-preprocess and verilog-preprocessor to show
1262         preprocessed output.
1263         (verilog-get-beg-of-line, verilog-get-end-of-line)
1264         (verilog-modi-file-or-buffer, verilog-modi-name)
1265         (verilog-modi-point, verilog-within-string): Move defmacro's
1266         before first use to avoid warning.  Reported by Steve Pearlmutter.
1267         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1268         (verilog-colorize-region, verilog-highlight-buffer)
1269         (verilog-highlight-includes, verilog-highlight-modules)
1270         (verilog-highlight-region, verilog-mode): Rename colorize to
1271         highlight to match other packages.  Disable module highlighting,
1272         as received speed complaints, reenable for experimentation only
1273         using new verilog-highlight-modules.
1274         (verilog-read-decls): Fix regexp stack overflow in very large
1275         AUTO_TEMPLATEs, bug250.
1276         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1277         (verilog-scan): Create verilog-save-buffer-state to standardize
1278         making insignificant changes that shouldn't call hooks.
1279         (verilog-save-no-change-functions, verilog-save-scan-cache)
1280         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1281         Create verilog-save-no-change-functions to wrap verilog-scan
1282         preservation, and fix to work with nested preserved calls.
1283         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1284         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1285         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
1286         (verilog-submit-bug-report): Update variable list to be complete.
1287         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1288         breaking on-the-fly font-locking.
1289         (verilog-colorize-buffer, verilog-colorize-include-files)
1290         (verilog-colorize-include-files-buffer, verilog-colorize-region)
1291         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1292         (verilog-mode, verilog-read-inst-module-matcher): With point on a
1293         AUTOINST cell instance name, middle mouse button now finds-file on
1294         it.  Suggested by Brad Dobbie.
1295         (verilog-alw-get-temps, verilog-auto-reset)
1296         (verilog-auto-sense-sigs, verilog-read-always-signals)
1297         (verilog-read-always-signals-recurse): Fix loop indexes being
1298         AUTORESET.  AUTORESET now assumes any variables in the
1299         initialization section of a for() should be ignored.
1300         Reported by Dan Dever.
1301         (verilog-error-font-lock-keywords)
1302         (verilog-error-regexp-emacs-alist)
1303         (verilog-error-regexp-xemacs-alist): Fix error detection of
1304         Cadence HAL, reported by David Asher.  Repair drift between the
1305         three similar error variables.
1306         (verilog-modi-lookup, verilog-modi-lookup-cache)
1307         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1308         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1309         Fix slow verilog-auto expansion on very large files.
1310         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1311         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1312         "{1*2{...".  Broke in last revision.
1313         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1314         submodule connections with replications "{#{a},#{b}}".
1316 2010-10-23  Glenn Morris  <rgm@gnu.org>
1318         * comint.el (comint-password-prompt-regexp):
1319         Match "enter the password".  (Bug#7224)
1321 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
1323         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1324         Fix typo in docstring.
1326 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
1328         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1329         errors.
1331         * net/trampver.el: Update release number.
1333 2010-10-20  Kenichi Handa  <handa@m17n.org>
1335         * face-remap.el (text-scale-adjust): Call read-event with a proper
1336         prompt.
1338 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
1340         * net/tramp.el (tramp-do-file-attributes-with-stat)
1341         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1342         order to make stat results a float.  Patch by Andreas Schwab
1343         <schwab@linux-m68k.org>.
1345 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1347         * repeat.el (repeat): Use read-key (bug#6256).
1349 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
1351         * emacs-lisp/unsafep.el: Don't mark functions that display
1352         messages as safe.  Suggested by Johan Bockgård.
1354 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1356         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1357         Turn comments into docstrings.
1359         * minibuffer.el (completion--replace): Move point where it belongs
1360         when there's a common suffix (bug#7215).
1362 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
1364         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1365         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
1366         <dale@codefu.org>.
1368 2010-10-15  Kenichi Handa  <handa@m17n.org>
1370         * international/characters.el: Add category '|' (word breakable)
1371         to fullwidth characters.
1373 2010-10-14  Kenichi Handa  <handa@m17n.org>
1375         * mail/rmail.el (rmail-show-message-1): Catch an error of
1376         base64-decode-region and just show an error message (bug#7165).
1378         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
1379         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1380         a font-spec (bug#7197).
1382 2010-10-13  Glenn Morris  <rgm@gnu.org>
1384         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1386 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
1388         * international/mule.el (define-coding-system):
1389         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1390         * composite.el (compose-region): Fix typo in docstring.
1392 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
1394         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1395         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1396         (mac-right-option-modifier): New alias for ns-right-option-modifier.
1398         * cus-start.el (all): ns-right-alternate-modifier is new.
1400 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
1402         * Makefile.in (ELCFILES): Update.
1404 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1406         * emacs-lisp/lisp.el (lisp-completion-at-point):
1407         Use emacs-lisp-mode-syntax-table for the whole function.
1409 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
1411         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1412         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1413         work when breakpoint number exceeds nine.
1415 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
1417         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1418         instead of font-lock-mode before adding keywords.
1419         Remove hi-lock-mode off code.  Remove inhibit hack.
1420         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1421         non-nil; removed hook inhibit hack.
1423 2010-10-09  Glenn Morris  <rgm@gnu.org>
1425         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1426         (load-path-shadows-find): ... to this.
1427         (list-load-path-shadows): Update for above change.
1429         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1431 2010-10-08  Glenn Morris  <rgm@gnu.org>
1433         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1435         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1436         (shadows-compare-text-p): Make it an obsolete alias for...
1437         (load-path-shadows-compare-text): ... new name.
1438         (find-emacs-lisp-shadows): Update for above name change.
1439         (load-path-shadows-same-file-or-nonexistent): New name for the old
1440         shadow-same-file-or-nonexistent.
1442 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1444         * minibuffer.el (completion--some, completion--do-completion)
1445         (minibuffer-complete-and-exit, minibuffer-completion-help)
1446         (completion-basic-try-completion)
1447         (completion-basic-all-completions)
1448         (completion-pcm--find-all-completions): Use lexical-let to
1449         avoid some false matches in variable completion (Bug#7056)
1451 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1453         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1455 2010-10-03  Leo  <sdl.web@gmail.com>
1457         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1458         return non-nil if the file exists (Bug#7090).
1460 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1462         * minibuffer.el (completion--replace):
1463         Better preserve markers (bug#7138).
1465 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
1467         * server.el (server-process-filter): Doc fix.
1469 2010-09-27  Drew Adams  <drew.adams@oracle.com>
1471         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1473 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1475         * Makefile.in (ELCFILES): Update.
1477         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1478         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1480 2010-09-27  Kenichi Handa  <handa@m17n.org>
1482         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1483         "ustar" format.
1485 2010-09-27  Kenichi Handa  <handa@m17n.org>
1487         * international/mule.el (define-coding-system): Docstring fixed.
1489         * international/mule-diag.el (describe-character-set): Use princ
1490         with proper print-length and print-level instead of insert.
1492 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
1494         * window.el (walk-windows): Doc fix (bug#7105).
1496 2010-09-23  Glenn Morris  <rgm@gnu.org>
1498         * isearch.el (isearch-lazy-highlight-cleanup)
1499         (isearch-lazy-highlight-initial-delay)
1500         (isearch-lazy-highlight-interval)
1501         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1502         * net/net-utils.el (ipconfig-program-options):
1503         Move aliases to options before the associated definitions.
1505 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * newcomment.el (comment-normalize-vars): Better test validity of
1508         comment-end-skip.
1510 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1513         (float-e): New name for `e'.
1514         (degrees-to-radians, radians-to-degrees):
1515         * calendar/solar.el (solar-longitude):
1516         * calculator.el (calculator-registers, calculator-funcall):
1517         * textmodes/artist.el (artist-spray-random-points):
1518         * play/bubbles.el (bubbles--initialize-images): Use new names.
1520 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
1522         Update to CEDET 1.0's version of EIEIO.
1524         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1525         New function.
1526         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1527         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1528         (class-precedence-list): If class is nil, return nil.
1529         (eieio-generic-call): If class of first input arg is nil, don't
1530         look up static methods, and do check for primary methods.
1531         (initialize-instance): See if the default needs to be evaluated
1532         during the constructor.
1533         (eieio-perform-slot-validation-for-default): Don't do the check
1534         for values that will eventually be evaluated.
1535         (eieio-eval-default-p): New function.
1536         (eieio-default-eval-maybe): Use it.
1538 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1540         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1541         method-invocation-order.
1542         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1543         (eieio-class-precedence-dfs): Compute class precedence list using
1544         dfs algorithm.
1545         (eieio-class-precedence-bfs): Compute class precedence list using
1546         bfs algorithm.
1547         (eieio-class-precedence-c3): Compute class precedence list using
1548         c3 algorithm.
1549         (class-precedence-list): New function.
1550         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1551         (inconsistent-class-hierarchy): New error symbol.
1552         (call-next-method): Stow the replacement argument list for future
1553         call-next-method invocations.
1555 2010-09-15  Glenn Morris  <rgm@gnu.org>
1557         * calendar/appt.el (appt-check): If not displaying the diary,
1558         use (diary 1) to only get the entries we need.
1559         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1560         that it is in day order.  (Bug#7019)
1562         * calendar/appt.el (appt-check): Rather than showing the diary,
1563         just turn off invisible display, and only if needed.
1565         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1567 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1569         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1570         Add `when' argument.  Update callers.
1572         * subr.el (unintern): Declare the obarray arg mandatory.
1574 2010-09-14  Glenn Morris  <rgm@gnu.org>
1576         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1577         Doc fixes.
1579         * calendar/diary-lib.el (diary-included-files): New variable.
1580         (diary-list-entries): Maybe initialize diary-included-files.
1581         (diary-include-other-diary-files): Append to diary-included-files.
1582         * calendar/appt.el (appt-update-list): Also check the members of
1583         diary-included-files.  (Bug#6999)
1584         (appt-check): Doc fix.
1586 2010-09-12  David Reitter  <david.reitter@gmail.com>
1588         * simple.el (line-move-visual): Do not truncate goal column to
1589         integer size.  (Bug#7020)
1591 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1593         * repeat.el (repeat): Allow repeating when the last event is a click.
1594         Suggested by Drew Adams (bug#6256).
1596 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
1598         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1599         Replace setting HGRCPATH to "" by some less invasive --config options.
1601 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1603         * font-lock.el (font-lock-beginning-of-syntax-function):
1604         Mark as obsolete.
1606 2010-09-10  Glenn Morris  <rgm@gnu.org>
1608         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1609         and tool-bar modes.  (Bug#6211)
1610         (menu-bar-mode): Move setting of standard-value after the
1611         minor-mode definition, otherwise it seems to have no effect.
1613 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
1615         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1616         Fix typo.  (Bug#6976)
1618 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1620         * whitespace.el: Allow cleaning up blanks without blank
1621         visualization (Bug#6651).  Adjust help window for
1622         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1623         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1624         (whitespace-style): Add new value 'face.  Adjust docstring.
1625         (whitespace-space, whitespace-hspace, whitespace-tab):
1626         Adjust foreground property face.
1627         (whitespace-line-column): Adjust docstring and type declaration.
1628         (whitespace-style-value-list, whitespace-toggle-option-alist)
1629         (whitespace-help-text): Adjust const initialization.
1630         (whitespace-toggle-options, global-whitespace-toggle-options):
1631         Adjust docstring.
1632         (whitespace-display-window, whitespace-interactive-char)
1633         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1634         (whitespace-help-scroll): New fun.
1636 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1638         * files.el (directory-abbrev-alist): Use \` as default regexp.
1640         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1641         chars like - or ] (bug#6984).
1642         (rx-any-condense-range): Explode 2-char ranges.
1644 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1646         * textmodes/bibtex.el:
1647         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1649 2010-09-02  Glenn Morris  <rgm@gnu.org>
1651         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1653 2010-08-31  Kenichi Handa  <handa@m17n.org>
1655         * international/mule-cmds.el (standard-display-european-internal):
1656         Setup standard-display-table for 8-bit characters by storing 8-bit
1657         characters in the element vector.
1659         * disp-table.el (standard-display-8bit):
1660         Setup standard-display-table for 8-bit characters by storing 8-bit
1661         characters in the element vector.
1662         (standard-display-european): Likewise.
1664 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1666         Sync with Tramp 2.1.19.
1668         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1669         (tramp-reporter-dump-variable, tramp-load-report-modules)
1670         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1671         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1673         * net/tramp-compat.el (top): Do not autoload
1674         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1675         only when `start-file-process' is not bound.
1676         (byte-compile-not-obsolete-vars): Define if not bound.
1677         (tramp-compat-funcall): New defmacro.
1678         (tramp-compat-line-beginning-position)
1679         (tramp-compat-line-end-position)
1680         (tramp-compat-temporary-file-directory)
1681         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1682         (tramp-compat-copy-file, tramp-compat-copy-directory)
1683         (tramp-compat-delete-file, tramp-compat-delete-directory)
1684         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1685         Use it.
1686         (tramp-advice-file-expand-wildcards): Do not use
1687         `tramp-handle-file-remote-p'.
1688         (tramp-compat-make-temp-file): Simplify fallback implementation.
1689         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1690         (tramp-compat-copy-tree): Remove function.
1691         (tramp-compat-delete-file): New defun.
1692         (tramp-compat-delete-directory): Provide implementation for older
1693         Emacsen.
1694         (tramp-compat-file-attributes): Handle only
1695         `wrong-number-of-arguments' error.
1697         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1698         Add PRESERVE_SELINUX_CONTEXT.
1699         (tramp-fish-handle-delete-file): Add TRASH arg.
1700         (tramp-fish-handle-directory-files-and-attributes):
1701         Do not use `tramp-fish-handle-file-attributes.
1702         (tramp-fish-handle-file-local-copy)
1703         (tramp-fish-handle-insert-file-contents)
1704         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1706         * net/tramp-gvfs.el (top): Require url-util.
1707         (tramp-gvfs-mount-point): Remove.
1708         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1709         and `set-file-selinux-context'.
1710         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1711         (tramp-gvfs-handle-file-selinux-context)
1712         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1713         (with-tramp-dbus-call-method): Format trace message.
1714         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1715         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1716         Implement backup call, when operation on local files fails.
1717         Use progress reporter.  Flush properties of changed files.
1718         (tramp-gvfs-handle-delete-file): Add TRASH arg.
1719         Use `tramp-compat-delete-file'.
1720         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1721         (tramp-gvfs-handle-make-directory): Make more traces.
1722         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1723         (tramp-gvfs-url-file-name): Hexify file name in url.
1724         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1725         into account for the resulting file name.
1726         (tramp-gvfs-handler-askquestion): Preserve current message, in
1727         order to let progress reporter continue afterwards.  (Bug#6257)
1728         Return dummy mountpoint, when the answer is "no".
1729         See `tramp-gvfs-maybe-open-connection'.
1730         (tramp-gvfs-handler-mounted-unmounted)
1731         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1732         attribute "default_location".  Set "prefix" property.
1733         Handle default-location.
1734         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1735         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1736         exists.  Raise an error, if not (due to a corresponding answer
1737         "no" in interactive questions, for example).
1738         Use `tramp-compat-funcall'.
1740         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1741         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1742         (tramp-imap-do-copy-or-rename-file)
1743         (tramp-imap-handle-insert-file-contents)
1744         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1745         (tramp-imap-handle-delete-file): Add TRASH arg.
1747         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1748         Add PRESERVE-SELINUX-CONTEXT.
1749         (tramp-smb-handle-copy-file)
1750         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1751         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1752         Use `with-progress-reporter'.
1753         (tramp-smb-handle-delete-file): Add TRASH arg.
1755         * net/tramp.el (tramp-methods): Move hostname to the end in all
1756         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1757         appropriate.
1758         (tramp-verbose): Describe verbose level 9.
1759         (tramp-completion-function-alist)
1760         (tramp-file-name-regexp, tramp-chunksize)
1761         (tramp-local-coding-commands, tramp-remote-coding-commands)
1762         (with-connection-property, tramp-completion-mode-p)
1763         (tramp-action-process-alive, tramp-action-out-of-band)
1764         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1765         (tramp-exists-file-name-handler): Fix docstring.
1766         (tramp-remote-process-environment): Use `format' instead of
1767         `concat'.  Protect version string by apostroph.
1768         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1769         XEmacs.
1770         (tramp-file-name-regexp-unified)
1771         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1772         not regard the volume letter as remote filename.  (Bug#5447)
1773         (tramp-perl-file-attributes)
1774         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1775         (tramp-vc-registered-read-file-names): Read input as
1776         here-document, otherwise the command could exceed maximum length
1777         of command line.
1778         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1779         `set-file-selinux-context'.
1780         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1781         backtrace functions.
1782         (tramp-error-with-buffer): Don't show the connection buffer when
1783         we are in completion mode.
1784         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1785         (tramp-handle-file-selinux-context)
1786         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1787         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1788         New defuns.
1789         (with-progress-reporter): New defmacro.
1790         (tramp-debug-outline-regexp): New defconst.
1791         (top, tramp-rfn-eshadow-setup-minibuffer)
1792         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1793         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1794         (tramp-completion-mode-p, tramp-check-for-regexp)
1795         (tramp-open-connection-setup-interactive-shell)
1796         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1797         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1798         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1799         Use `tramp-compat-funcall'.
1800         (tramp-handle-make-symbolic-link): Flush file properties.
1801         (tramp-handle-load, tramp-handle-file-local-copy)
1802         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1803         (tramp-handle-vc-registered, tramp-maybe-send-script)
1804         (tramp-find-shell): Use `with-progress-reporter'.
1805         (tramp-do-file-attributes-with-stat): Add space in format string,
1806         in order to work around a bug in pdksh.  Reported by Gilles Pion
1807         <gpion@lfdj.com>.
1808         (tramp-handle-verify-visited-file-modtime): Do not send a command
1809         when the connection is not established.
1810         (tramp-handle-set-file-times): Simplify the check for utc.
1811         (tramp-handle-directory-files-and-attributes)
1812         (tramp-get-remote-path): Use `copy-tree'.
1813         (tramp-completion-handle-file-name-all-completions): Ensure, that
1814         non remote files are still checked.  Oops.
1815         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1816         Handle PRESERVE-SELINUX-CONTEXT.
1817         (tramp-do-copy-or-rename-file): Add progress reporter.
1818         (tramp-do-copy-or-rename-file-directly): Do not use
1819         `tramp-handle-file-remote-p'.
1820         (tramp-do-copy-or-rename-file-out-of-band):
1821         Use `tramp-compat-delete-directory'.
1822         (tramp-do-copy-or-rename-file-out-of-band)
1823         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1824         Use `format-spec-make'.
1825         (tramp-handle-delete-file): Add TRASH arg.
1826         (tramp-handle-dired-uncache): Flush directory cache, not only file
1827         cache.
1828         (tramp-handle-expand-file-name)
1829         (tramp-completion-handle-file-name-all-completions)
1830         (tramp-completion-handle-file-name-completion):
1831         Use `tramp-connectable-p'.
1832         (tramp-handle-start-file-process): Set connection property "vec".
1833         Use it, in order to invalidate file caches.  Check only for
1834         `remote-tty' process property.
1835         Implement tty setting.  (Bug#4604, Bug#6360)
1836         (tramp-file-name-for-operation): Add `call-process-region' and
1837         `set-file-selinux-context'.
1838         (tramp-find-foreign-file-name-handler)
1839         (tramp-advice-make-auto-save-file-name)
1840         (tramp-set-auto-save-file-modes): Remove superfluous check for
1841         `stringp'.  This is done inside `tramp-tramp-file-p'.
1842         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1843         operations when we are in completion mode.  This gives the user
1844         the chance to correct the file name in the minibuffer.
1845         (tramp-completion-mode-p): Use `non-essential'.
1846         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1847         compatibility: Use `completion-ignore-case' if
1848         `read-file-name-completion-ignore-case' does not exist.
1849         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1850         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1851         `tramp-open-shell'.
1852         (tramp-action-password): Hide password prompt before next run.
1853         (tramp-process-actions): Widen connection buffer for the trace.
1854         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1855         process property.  Trace stty settings if `tramp-verbose' >= 9.
1856         Apply workaround for IRIX64 bug.  Move argument of last
1857         `tramp-send-command' where it belongs to.
1858         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1859         front of `login-args'.
1860         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1861         on "/dev/null" instead of "/".
1862         (tramp-get-ls-command-with-dired): Make test for "--dired"
1863         stronger.
1864         (tramp-set-auto-save-file-modes): Adapt version check.
1865         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1866         (tramp-handle-process-file): Call the program in a subshell, in
1867         order to preserve working directory.
1868         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1869         `tramp-remote-sh' from `tramp-methods'.
1870         (tramp-get-ls-command): Make test for "--color=never" stronger.
1871         (tramp-check-for-regexp): Use (forward-line 1).
1873         * net/trampver.el: Update release number.
1875 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1877         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1878         empty argument to gvfs-copy.
1880 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1882         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1883         handle new TRASH arg of `delete-file'.
1885 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1887         * net/tramp.el (tramp-handle-insert-directory): Don't use
1888         `forward-word', its default syntax could be changed.
1890 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1891             Michael Albinus  <michael.albinus@gmx.de>
1893         Implement compression for inline methods.
1895         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1896         (tramp-copy-size-limit): Allow also nil.
1897         (tramp-inline-compress-commands): New defconst.
1898         (tramp-find-inline-compress, tramp-get-inline-compress)
1899         (tramp-get-inline-coding): New defuns.
1900         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1901         replaced by `tramp-get-inline-coding'.
1902         (tramp-handle-file-local-copy, tramp-handle-write-region)
1903         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1905 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1907         Detect ssh 'ControlMaster' argument automatically in some cases.
1909         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1910         (tramp-default-method): Use it.
1912 2010-08-26  Karel Klíč  <kklic@redhat.com>
1914         * net/tramp.el (tramp-file-name-for-operation):
1915         Add file-selinux-context.
1917 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1919         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1921 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1923         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1924         (Bug#6907).
1926 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
1928         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1929         with "else" (Bug#3991).
1931 2010-08-22  Leo  <sdl.web@gmail.com>
1933         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1934         (ignore, bright, dim, keyword): Split list of nicknames before
1935         passing to rcirc-add-or-remove (Bug#6894).
1937 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1939         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1941 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1943         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1944         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1945         New version 13.0.
1946         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1947         Adjust initialization.
1948         (whitespace-bob-marker, whitespace-eob-marker)
1949         (whitespace-buffer-changed): New vars.
1950         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1951         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1952         (whitespace-post-command-hook, whitespace-display-char-on):
1953         Adjust code.
1954         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1955         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1957 2010-08-21  Leo  <sdl.web@gmail.com>
1959         Fix buffer-list rename&refresh after killing a buffer in ido.
1960         * ido.el: Revert Óscar's.
1961         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1962         Remember the buffers at head, rather than their name.
1963         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1965 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1966             Stefan Monnier  <monnier@iro.umontreal.ca>
1968         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1969         extra backslash added to each line (bug#6890).
1971 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1973         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1975 2010-08-21  Glenn Morris  <rgm@gnu.org>
1977         * menu-bar.el (menu-bar-games-menu): Add landmark.
1979 2010-08-20  Glenn Morris  <rgm@gnu.org>
1981         * align.el (align-regexp): Make group and spacing arguments
1982         use the interactive defaults when non-interactive.  (Bug#6698)
1984         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1985         expansion, so as not to need sendmail.
1986         (mail-text-start): Remove declaration.
1987         (rmail-retry-failure): Require sendmail.
1989 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1991         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1993 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
1995         * progmodes/flymake.el (flymake-start-syntax-check-process):
1996         Use `start-file-process' in order to let it run also on remote hosts.
1998 2010-08-18  Kenichi Handa  <handa@m17n.org>
2000         * files.el: Add `word-wrap' as safe local variable.
2002 2010-08-18  Glenn Morris  <rgm@gnu.org>
2004         * woman.el (woman-translate): Case matters.  (Bug#6849)
2006 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
2008         * simple.el (kill-region): Doc fix (Bug#6787).
2010 2010-08-14  Glenn Morris  <rgm@gnu.org>
2012         * calendar/diary-lib.el (diary-header-line-format):
2013         Fit it to the window, not the frame.
2015 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
2017         * subr.el (ignore-errors): Add debug declaration.
2019 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2021         * whitespace.el (whitespace-color-off): Remove post-command-hook
2022         locally.
2024 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2026         * replace.el (replace-highlight): Bind isearch-forward and
2027         isearch-error, ensuring that highlighting is updated if the user
2028         switches the search direction (Bug#6808).
2030         * isearch.el (isearch-lazy-highlight-forward): New var.
2031         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2032         (isearch-lazy-highlight-update): Use it.
2034 2010-08-06  Kenichi Handa  <handa@m17n.org>
2036         * international/mule.el (define-charset): Store NAME as :base property.
2037         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2038         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2039         current priority.  Force using the designation of the specific
2040         charset by adding `charset' text property.  Improve the whole
2041         algorithm.
2043 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
2045         * emulation/pc-select.el (pc-selection-mode-hook)
2046         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2047         (pc-selection-mode): Fix typos in docstrings.
2049 2010-08-04  Kenichi Handa  <handa@m17n.org>
2051         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2052         ctext-non-standard-encodings-alist here.
2054         * international/mule.el (ctext-non-standard-encodings-alist):
2055         Add "koi8-r" and "microsoft-cp1251".
2056         (ctext-standard-encodings): New variable.
2057         (ctext-non-standard-encodings-table): List only elements for
2058         non-standard encodings.
2059         (ctext-pre-write-conversion): Adjust for the above change.
2060         Check ctext-standard-encodings.
2062         * international/mule-conf.el (compound-text): Doc fix.
2063         (ctext-no-compositions): Doc fix.
2064         (compound-text-with-extensions): Doc fix.
2066 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2068         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2070 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
2072         * progmodes/which-func.el (which-func-format): Split help-echo text
2073         into lines, like other mode-line tooltips.
2075         * server.el (server-start): When using TCP sockets, force IPv4
2076         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2078 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2080         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2082 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
2084         * term.el (term-delimiter-argument-list): Reflow docstring.
2085         (term-read-input-ring, term-write-input-ring, term-send-input)
2086         (term-bol, term-erase-in-display, serial-supported-or-barf):
2087         Fix typos in docstrings.
2089 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2091         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2093 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
2095         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2097 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
2099         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2100         Fix typo in docstring (bug#6747).
2102 2010-07-30  Leo  <sdl.web@gmail.com>
2104         * eshell/esh-io.el (eshell-get-target): Better detection of
2105         read-only file (Bug#6762).
2107 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
2109         * align.el (align-default-spacing): Doc fix.
2110         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2112 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2114         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2116 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2118         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2119         (display-time-world-buffer-name, display-time-world-mode-map):
2120         Fix typos in docstrings.
2122 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2124         * image-mode.el (image-display-size): New function.
2125         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2126         (image-mode-fit-frame): Use it (Bug#6639).
2128 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2130         * dired.el (dired-buffers-for-dir): Handle list values of
2131         dired-directory (Bug#6636).
2133 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2135         * vc.el (vc-coding-system-inherit-eol): New defvar.
2136         (vc-coding-system-for-diff): Use it to decide whether to inherit
2137         from the file the EOL format for reading the diffs of that file.
2138         (Bug#4451)
2140 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2142         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2143         unibyte, so compressed attachments are not compressed again.
2145 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2147         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2148         now that unicode is used (Bug#6594).
2150 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2152         * simple.el (push-mark-command): Set the selection if
2153         select-active-regions is non-nil.
2155 2010-07-10  Glenn Morris  <rgm@gnu.org>
2157         * calendar/calendar.el (calendar-week-end-day): New function.
2158         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2159         Respect calendar-week-start-day.  (Bug#6606)
2160         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2161         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2162         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2163         respect calendar-week-start-day.
2165 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2167         * simple.el (use-region-p): Doc fix (Bug#6607).
2169 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
2171         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2172         builtins (BufferError, BytesWarning, WindowsError; callables
2173         bin, bytearray, bytes, format, memoryview, next, print; __package__).
2175 2010-07-07  Glenn Morris  <rgm@gnu.org>
2177         * play/zone.el (zone-fall-through-ws): Fix next-line ->
2178         forward-line fallout.
2180 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
2182         * mouse.el (mouse-appearance-menu): Add docstring.
2184         * help.el (describe-key): Print up-event using key-description.
2186 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
2188         * net/zeroconf.el (zeroconf-resolve-service)
2189         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
2190         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2192 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2194         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2196 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
2198         Avoid displaying files with a nil state in vc-dir.
2199         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2200         cases that cause insertion.
2201         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2202         with a nil state.
2204 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2206         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2208 2010-06-29  Leo  <sdl.web@gmail.com>
2210         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
2212 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
2214         * generic-x.el (bat-generic-mode): Fix regexp for command line
2215         switches (Bug#5719).
2217 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
2219         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2220         of nconc to avoid pure storage error (Bug#6239).
2222 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
2224         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2225         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2226         bindings of bookmark-automatically-show-annotations (Bug#6515).
2228 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
2230         * arc-mode.el (archive-zip-extract): Don't quote the file name on
2231         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
2233 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2235         * comint.el (make-comint, make-comint-in-buffer): Mention return
2236         value in the docstrings.  (Bug#6498)
2238 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
2240         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2241         since it is not present when using some non-default switches.
2243 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
2245         * simple.el (compose-mail): Fix doc string to refer to
2246         `compose-mail-user-agent-warnings', instead of to the
2247         nonexistent `compose-mail-check-user-agent'.
2249 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2251         Fix vc-annotate for renamed files when using Git.
2252         * vc-git.el (vc-git-find-revision): Deal with empty results from
2253         ls-files.  Doe not pass the object as a file name to cat-file, it
2254         is not a file name.
2255         (vc-git-annotate-command): Pass the file name using -- to avoid
2256         ambiguity with the revision.
2257         (vc-git-previous-revision): Pass a relative file name.
2259 2010-06-22  Glenn Morris  <rgm@gnu.org>
2261         * progmodes/js.el (js-mode-map): Use standard capitalization and
2262         ellipses for menu entries.
2264         * wid-edit.el (widget-complete): Doc fix.
2266 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
2268         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2270 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2272         Fix annotating other revisions for renamed files in vc-annotate.
2273         * vc-annotate.el (vc-annotate): Add an optional argument for the
2274         VC backend.  Use it when non-nil.
2275         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2276         (Bug#6487).
2278         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2279         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2280         Do not pass the file name to the 'previous-revision call when we
2281         don't want a file diff.  (Bug#6489)
2283 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2285         Fix finding revisions for renamed files in vc-annotate.
2286         * vc.el (vc-find-revision): Add an optional argument for
2287         the VC backend.  Use it when non-nil.
2288         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2289         backend to vc-find-revision.  (Bug#6487)
2291 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2293         Fix reading file names in Git annotate buffers.
2294         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2295         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
2297 2010-06-20  Alan Mackenzie  <acm@muc.de>
2299         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2300         in file local variables, set it first.
2302 2010-06-19  Glenn Morris  <rgm@gnu.org>
2304         * descr-text.el (describe-char-unicode-data): Insert separating
2305         space when needed.  (Bug#6422)
2307         * progmodes/idlwave.el (idlwave-action-and-binding):
2308         Fix typo in 2009-12-03 change.  (Bug#6450)
2310 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2312         * subr.el (read-quoted-char): Fix up last change (bug#6290).
2314 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2316         * font-lock.el (font-lock-major-mode): Rename from
2317         font-lock-mode-major-mode to distinguish it from
2318         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2319         (font-lock-set-defaults):
2320         * font-core.el (font-lock-default-function): Adjust users.
2321         (font-lock-mode): Don't set it at all.
2323 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2325         * vc-annotate.el (vc-annotate): Use vc-read-revision.
2327 2010-06-15  Glenn Morris  <rgm@gnu.org>
2329         * calendar/appt.el (appt-time-msg-list): Doc fix.
2330         (appt-check): Let-bind appt-warn-time.
2331         (appt-add): Make the 3rd argument optional.
2332         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
2333         Only add WARNTIME to the output list if non-nil.
2335 2010-06-15  Ivan Kanis  <apple@kanis.eu>
2337         * calendar/appt.el (appt-check): Let the 3rd element of
2338         appt-time-msg-list specify the warning time.
2339         (appt-add): Add new argument with the warning time.  (Bug#5176)
2341 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2343         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2344         older than version 1.6.  (Bug#6361)
2346 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
2348         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2349         used by cl-do-arglist.  (Bug#6408)
2351 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2353         * emacs-lisp/advice.el (ad-compile-function):
2354         Define warning-suppress-types before we let-bind it (bug#6275).
2356         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2357         declare it, make it buffer-local and permanent-local (bug#6324).
2358         (vc-resynch-window): Adjust name.
2359         * vc-hooks.el (vc-find-file-hook): Adjust name.
2361 2010-06-07  Jonathan Rockway  <jon@jrock.us>
2363         * net/rcirc.el: Add support for password authentication.
2364         (rcirc-server-alist): Add :password keyword.
2365         (rcirc): Ask for a password, or get it from the server's alist.
2366         (rcirc-connect): Add password argument.  Pass it to server.
2368 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
2370         * net/dbus.el (dbus-register-method): Declare function.
2371         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2372         (dbus-introspect): Doc fix.
2373         (dbus-event-bus-name, dbus-introspect-get-interface)
2374         (dbus-introspect-get-argument): Reflow docstrings.
2376 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
2378         * term/common-win.el (x-colors): Add "dark green" and "dark
2379         turquoise" (Bug#6332).
2381 2010-06-03  Glenn Morris  <rgm@gnu.org>
2383         * desktop.el (desktop-clear-preserve-buffers):
2384         Add "*Warnings*" buffer.  (Bug#6336)
2386 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
2388         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2390 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2392         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2393         `file-directory-p' to the filename part rather than to the whole text.
2395 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2397         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2399 2010-05-31  Drew Adams  <drew.adams@oracle.com>
2401         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2403 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
2405         * subr.el (momentary-string-display): Just use read-event to read
2406         the exit event (Bug#6238).
2408 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
2410         * ansi-color.el: Delete unused escape sequences (Bug#6085).
2411         (ansi-color-drop-regexp): New constant.
2412         (ansi-color-apply, ansi-color-filter-region)
2413         (ansi-color-apply-on-region): Delete unrecognized control sequences.
2414         (ansi-color-apply): Build string list before calling concat.
2416 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2418         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2419         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2421 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2423         * htmlfontify.el (hfy-face-resolve-face): New function.
2424         (hfy-face-to-style): Use it (Bug#6279).
2426 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2428         * epa.el (epa--select-keys): Don't explicitly delete the window since
2429         that can fail (e.g. sole window in frame).  Use dedication instead.
2431 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2433         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2435 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2437         * subr.el (read-quoted-char): Resolve modifiers after key
2438         remapping (bug#6212).
2440 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * tmm.el (tmm-prompt): Don't try to precompute bindings.
2443         (tmm-get-keymap): Compute shortcuts (bug#6171).
2445 2010-05-10  Glenn Morris  <rgm@gnu.org>
2447         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2448         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
2450 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2452         * Version 23.2 released.
2454 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2456         * international/mule.el (auto-coding-alist): Only purecopy
2457         car of each item, not the whole list (Bug#6083).
2459 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
2461         * progmodes/js.el (js-mode): Make paragraph variables local before
2462         calling c-setup-paragraph-variables (Bug#6071).
2464 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
2466         * composite.el (compose-region, reference-point-alist): Fix typos
2467         in the doc strings.
2469 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2471         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2472         gnuplot's "set" command.
2474 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
2476         * abbrev.el (last-abbrev-text): Doc fix.
2477         (abbrev-prefix-mark): Don't escape parenthesis.
2479 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
2481         * composite.el (find-composition): Doc fix.
2483 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
2485         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2486         (sql-oracle-program, sql-sqlite-options)
2487         (sql-query-placeholders-and-send): Doc fixes.
2488         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2489         (sql-imenu-generic-expression, sql-buffer)
2490         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2491         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2492         (sql-mode-sybase-font-lock-keywords)
2493         (sql-mode-informix-font-lock-keywords)
2494         (sql-mode-interbase-font-lock-keywords)
2495         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2496         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2497         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2498         (sql-product-feature, sql-highlight-product)
2499         (comint-line-beginning-position, sql-rename-buffer)
2500         (sql-toggle-pop-to-buffer-after-send-region)
2501         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2502         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2503         Fix typos in docstrings.
2505 2010-04-23  Juri Linkov  <juri@jurta.org>
2507         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2508         property instead of `invisible' and `after-string' (bug#5998).
2510 2010-04-23  Juri Linkov  <juri@jurta.org>
2512         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2514 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
2516         * filecache.el (file-cache-add-directory-list)
2517         (file-cache-add-directory-recursively): Fix typos in docstrings.
2519 2010-04-22  Kenichi Handa  <handa@m17n.org>
2521         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2522         (gujarati-composable-pattern): Fix typo.
2524 2010-04-20  Kenichi Handa  <handa@m17n.org>
2526         * language/indian.el (oriya-composable-pattern)
2527         (tamil-composable-pattern, malayalam-composable-pattern):
2528         Add two-part vowels to "v" (vowel sign).
2530 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
2532         * files.el (copy-directory): Handle symlinks (Bug#5982).
2534         * progmodes/compile.el (compilation-next-error-function):
2535         Revert 2009-10-12 change (Bug#5983).
2537 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2539         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2540         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2541         (Bug#5846).
2543 2010-04-20  Glenn Morris  <rgm@gnu.org>
2545         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2547         * minibuffer.el (completion-at-point): Doc fix.
2549 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
2551         Fix the version number for added files.
2552         * vc-hg.el (vc-hg-working-revision): Check if the file is
2553         registered after hg parent fails (Bug#5961).
2555 2010-04-17  Glenn Morris  <rgm@gnu.org>
2557         * htmlfontify.el (htmlfontify-buffer)
2558         (htmlfontify-copy-and-link-dir): Autoload entry points.
2560 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
2562         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2563         name relative to the project root (Bug#5960).
2565 2010-04-16  Glenn Morris  <rgm@gnu.org>
2567         * vc-git.el (vc-git-print-log): Doc fix.
2569 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
2571         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2573 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
2575         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2576         default settings (Bug#5928).
2578 2010-04-10  Glenn Morris  <rgm@gnu.org>
2580         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2581         New function.
2582         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2584 2010-04-07  Kenichi Handa  <handa@m17n.org>
2586         * language/indian.el (malayalam-composable-pattern): Fix previous
2587         change (add U+0D4D "SIGN VIRAMA").
2588         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2589         (tamil-composable-pattern): Fix typo in the regexp.
2590         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2591         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2592         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2594 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
2596         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2597         paragraph-separate (Bug#5821).
2599 2010-04-05  Juri Linkov  <juri@jurta.org>
2601         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2603         * info.el (Info-find-node-2): Comment out code that skips
2604         breadcrumbs line.
2605         (Info-mouse-follow-link): New command.
2606         (Info-link-keymap): New keymap.
2607         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2608         Return a string with links instead of inserting breadcrumbs
2609         to the Info buffer.
2610         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2611         Instead of putting the `invisible' text property over the Info
2612         header, make an overlay over the Info header with the `invisible'
2613         property and `after-string' set to the string returned by
2614         `Info-breadcrumbs'.
2616 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
2618         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2619         Reported by monkey@sandpframing.com.
2621 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
2623         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2624         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2626 2010-03-30  Kenichi Handa  <handa@m17n.org>
2628         * language/sinhala.el (composition-function-table): Fix regexp for
2629         the new Unicode specification.
2631         * language/indian.el (devanagari-composable-pattern)
2632         (tamil-composable-pattern, kannada-composable-pattern)
2633         (malayalam-composable-pattern): Adjust for the new Unicode
2634         specification.
2635         (bengali-composable-pattern, gurmukhi-composable-pattern)
2636         (gujarati-composable-pattern, oriya-composable-pattern)
2637         (telugu-composable-pattern): New variables to cope with the new
2638         Unicode specification.  Use them in composition-function-table.
2640 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2642         Make tmm-menubar work for the Buffers menu again (bug#5726).
2643         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2644         vectors rather than cons cells, as used in menu-bar-update-buffers.
2646 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2648         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2649         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2650         electric punctuation for "{}();,:" (Bug#5586).
2652         * mail/sendmail.el (mail-default-directory): Doc fix.
2654 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
2656         * mail/sendmail.el (mail-default-directory): Doc fix.
2658 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
2660         * subr.el (version-regexp-alist, version-to-list)
2661         (version-list-<, version-list-=, version-list-<=)
2662         (version-list-not-zero, version<, version<=, version=): Doc fix.
2663         (Bug#5744).
2665 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2666             Nick Roberts  <nickrob@snap.net.nz>
2668         * progmodes/gdb-ui.el (gdb-apple-test): New function.
2669         (gdb-init-1): Use it.
2671 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2673         * vc.el (vc-root-diff): Doc fix.
2675 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
2677         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2679         * simple.el (append-to-buffer): Fix last change.
2681 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2683         * simple.el (append-to-buffer): Ensure that point is preserved if
2684         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2685         (Bug#5749)
2687 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2690         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2691         not be present any more.
2693 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2695         * faces.el (set-face-attribute): Fix typo in docstring.
2696         (face-valid-attribute-values): Reflow docstring.
2698 2010-03-23  Glenn Morris  <rgm@gnu.org>
2700         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2702 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2704         * indent.el (indent-for-tab-command): Doc fix.
2706 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
2708         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2709         (image-dired-read-comment): Doc fix.
2711         * json.el (json-object-type, json-array-type, json-key-type)
2712         (json-false, json-null, json-read-number):
2713         * minibuffer.el (completion-in-region-functions):
2714         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2715         (cal-tex-cursor-week):
2716         * emacs-lisp/trace.el (trace-function):
2717         * eshell/em-basic.el (eshell/printnl):
2718         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2719         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2720         * obsolete/levents.el (allocate-event, event-key, event-object)
2721         (event-point, event-process, event-timestamp, event-to-character)
2722         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2723         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2724         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2725         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2726         (reftex-highlight-selection): Fix typos in docstrings.
2728 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2730         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2732 2010-03-18  Glenn Morris  <rgm@gnu.org>
2734         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2735         2008-02-13 without comment; mark it obsolete.
2736         (rmail-highlight-headers): Use rmail-highlight-face once more.
2738 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
2740         * woman.el (woman2-process-escapes): Only consume the newline if
2741         the filler character is on a line by itself (Bug#5729).
2743 2010-03-16  Kenichi Handa  <handa@m17n.org>
2745         * language/indian.el (devanagari-composable-pattern): Add more
2746         consonants.
2748 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
2750         * net/trampver.el: Update release number.
2752 2010-03-13  Glenn Morris  <rgm@gnu.org>
2754         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2756 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2758         * net/tramp.el (tramp-find-executable):
2759         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2760         output of "wc -l" more robust.
2761         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2762         (tramp-open-connection-setup-interactive-shell): Remove workaround
2763         for OpenSolaris bug, it is not needed anymore.
2765 2010-03-12  Glenn Morris  <rgm@gnu.org>
2767         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2769 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
2771         * files.el (auto-mode-alist): Accept more verilog file patterns.
2773 2010-03-09  Miles Bader  <miles@gnu.org>
2775         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2776         instead of "format:"; this ensures that the output is
2777         newline-terminated.
2779 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2781         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2782         that all errors are caught, and that the return value is always a
2783         list (Bug#5692).
2785 2010-03-08  Kenichi Handa  <handa@m17n.org>
2787         * language/misc-lang.el (windows-1256): New coding system.
2788         (cp1256): New alias of windows-1256 (bug#5690).
2790 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2792         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2793         call to rfc822-bad-address.  (Bug#5692)
2795 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2797         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2798         Use vc-git-root as default directory for revision path (Bug#5657).
2800 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2802         * calculator.el (calculator): Don't bind split-window-keep-point
2803         (Bug#5674).
2805 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2807         * vc-git.el: Re-flow to fit into 80 columns.
2808         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2809         Remove spurious `quote' element in each case alternative.
2810         (vc-git-show-log-entry): Use prog1.
2811         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2813 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2817 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2819         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2820         definition, not the name (Bug#5481).
2822 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2824         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2825         argument with a local variable.  (Bug#5670)
2827 2010-03-02  Juri Linkov  <juri@jurta.org>
2829         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2831 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2833         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2834         error when FILENAME and NEWNAME are existing remote directories.
2836         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2837         parameter DIR-FLAG.
2839 2010-03-02  Glenn Morris  <rgm@gnu.org>
2841         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2842         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2844 2010-03-01  Kenichi Handa  <handa@m17n.org>
2846         * language/burmese.el (burmese-composable-pattern): Rename from
2847         myanmar-composable-pattern.
2849         * international/characters.el (script-list):
2850         * international/fontset.el (script-representative-chars):
2851         Change myanmar to burmese.
2852         (otf-script-alist): Likewise.
2853         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2855 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2857         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2859 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2861         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2863 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2865         * net/tramp.el (tramp-handle-write-region): START can be a string.
2866         Take care in the checks.  Reported by Dan Davison
2867         <davison@stats.ox.ac.uk>.
2869 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2871         * net/dbus.el (dbus-introspect, dbus-get-property)
2872         (dbus-set-property, dbus-get-all-properties):
2873         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2875 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2877         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2878         * emacs-lisp/elint.el (elint-add-required-env):
2879         * calendar/icalendar.el (icalendar--add-diary-entry):
2880         * calc/calcalg2.el (math-tracing-integral):
2881         * files.el (recover-session-finish): Use with-current-buffer
2882         instead of save-excursion.
2884 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2886         Fix in-buffer completion when after-change-functions modify the buffer.
2887         * minibuffer.el (completion--replace): New function.
2888         (completion--do-completion): Use it and use relative movement.
2890 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2892         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2894 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2896         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2897         Allow the characters _<> in the stack entry (Bug#5653).
2899 2010-02-26  Kenichi Handa  <handa@m17n.org>
2901         * language/burmese.el: Fix entries in composition-function-table.
2902         (myanmar-composable-pattern): New variable.
2904         * international/fontset.el (setup-default-fontset): Add an entry
2905         for myanmar.
2907         * international/characters.el (script-list): Add Myanmar
2908         Extended-A.
2910 2010-02-26  Glenn Morris  <rgm@gnu.org>
2912         * custom.el (custom-initialize-delay): Doc fix.
2914         * mail/sendmail.el (send-mail-function): Autoload the call
2915         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2917 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2919         * files.el (hack-local-variables-filter): For eval forms, also
2920         check safe-local-variable-p (Bug#5636).
2922 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
2924         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2925         and use c(ad)r of cddr (Bug#5640).
2927 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2929         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2930         setting the modes by `ignore-errors'.  It might fail, for example
2931         if the file is not owned by the user but the group.
2932         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2934 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2936         * files.el (directory-listing-before-filename-regexp):
2937         Use stricter matching for iso-style dates, to avoid false matches with
2938         date-like filenames (Bug#5597).
2940         * htmlfontify.el (htmlfontify): Doc fix.
2942         * eshell/eshell.el (eshell): Doc fix.
2944         * startup.el (fancy-about-screen): In mode-line, apply
2945         mode-line-buffer-id face only to the buffer name (Bug#5613).
2947 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2949         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2950         In `watcom' anchor regexp to start of line, to avoid slowness
2951         (Bug#5599).
2953 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2955         * subr.el (remove-yank-excluded-properties): Explain in a comment
2956         why `category' property is removed.
2958 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2960         * isearch.el (isearch-update-post-hook, isearch-update):
2961         Revert 2010-02-17 change.
2963 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2965         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2966         (icalendar--convert-weekly-to-ical)
2967         (icalendar--convert-yearly-to-ical)
2968         (icalendar--convert-block-to-ical)
2969         (icalendar--convert-cyclic-to-ical)
2970         (icalendar--convert-anniversary-to-ical): Take care of time
2971         specifications where hour has 1-digit only (Bug#5549).
2973 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2975         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2976         of disassemble output in GDB 7.1.
2978 2010-02-19  Glenn Morris  <rgm@gnu.org>
2980         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2981         property.  (Bug#5593)
2983 2010-02-18  Sam Steingold  <sds@gnu.org>
2985         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2987 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2989         Use abbreviated file names in bookmarks (bug#5591).
2990         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2991         calls to expand-file-name.
2992         (bookmark-relocate): Use abbreviated file names in bookmarks.
2993         (bookmark-load): Use abbreviated file names in messages.
2995 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2997         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2998         expand "." and "..".  Reported by Thierry Volpiatto
2999         <thierry.volpiatto@gmail.com>.
3001 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3003         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3004         permissions of the temporary file to "0600".  In case the remote
3005         file has no read permissions for the owner, there might be
3006         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
3008 22010-02-18  Glenn Morris  <rgm@gnu.org>
3010         * emacs-lisp/authors.el (authors-renamed-files-alist):
3011         Add entries for INSTALL.CVS.
3013 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
3015         * vc-bzr.el: Fix typo in Known Bugs section.
3017         * isearch.el (isearch-update-post-hook): New hook.
3018         (isearch-update): Use the new hook.
3020 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
3022         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3023         Fix errors in copying directories.
3024         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3025         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3026         (tramp-handle-delete-file)
3027         (tramp-handle-dired-recursive-delete-directory)
3028         (tramp-handle-write-region): Flush also the cache for the upper
3029         directory.
3031 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
3033         * simple.el (save-interprogram-paste-before-kill): Doc fix.
3035         * cus-edit.el (hardware): Doc fix.
3037         * man.el (man): Add to external custom group.
3039         * delim-col.el (columns): Move to wp custom group.
3041         * doc-view.el (doc-view): Add to data custom group.
3043         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3045         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3046         by ispell-parse-output (Bug#5575).
3048 2010-02-16  Kenichi Handa  <handa@m17n.org>
3050         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3051         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3052         (skkdic-convert): Use `euc-japan' coding system for writing.
3054 2010-02-16  Glenn Morris  <rgm@gnu.org>
3056         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3057         tex-main-file before using it.  (Bug#5562)
3059 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3061         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3062         warnings, since it is annoying for the user to see them each time he
3063         runs the code.
3065 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
3067         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3068         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3069         instead of PROC for caching "first-password-request".  Otherwise,
3070         new processes would not profit from passwords already entered.
3072         * net/tramp-cache.el (tramp-dump-connection-properties):
3073         Don't save "first-password-request" property.
3075 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
3077         * outline.el (outline-head-from-level):
3078         * simple.el (with-wrapper-hook):
3079         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3080         (elint-defun, elint-buffer-env, elint-top-form-logged)
3081         (elint-unbound-variable):
3082         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3083         Fix typos in docstrings.
3085 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
3087         * files.el (insert-directory): When WILDCARD-REGEXP and
3088         FULL-DIRECTORY-P are nil, insert the file entry instead of the
3089         whole directory.  (Bug#5551)
3091         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
3092         dired's alignment sanity.  (Bug#5516)
3094 2010-02-14  Juri Linkov  <juri@jurta.org>
3096         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3097         Remove remaining ^H with their preceding chars.  (Bug#5566)
3099 2010-02-13  Glenn Morris  <rgm@gnu.org>
3101         * simple.el (transpose-subr): Give it a doc-string.
3103         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3104         Doc fixes.
3106 2010-02-12  Juri Linkov  <juri@jurta.org>
3108         * arc-mode.el (archive-unique-fname): Make directories for nested
3109         archives.  (Bug#5540)
3111 2010-02-12  Juri Linkov  <juri@jurta.org>
3113         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
3115 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3117         * subr.el (copy-overlay): Handle deleted overlays.
3119         * man.el (Man-completion-table): Don't signal an error if we can't run
3120         manual-program (bug#4056).
3122 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
3124         * textmodes/artist.el (artist-mt): Fix typos in docstring.
3126 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3128         * info.el (Info-bookmark-jump): Simplify.
3130         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3131         (bookmark-default-handler): Accept new bookmark field `buffer'.
3133 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
3135         * iswitchb.el (iswitchb-completions): Revert last change.
3137 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
3139         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3140         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3141         This prevents file names like "~/" being listed literally.
3143 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3145         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3146         Remove dead code.  (Bug#5546)
3148 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
3150         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3151         correctly (Bug#5548).
3153 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
3155         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3156         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3158 2010-02-08  Kenichi Handa  <handa@m17n.org>
3160         * international/mule-util.el (with-coding-priority): Add autoload
3161         cookie for putting `lisp-indent-function'.
3163 2010-02-07  Glenn Morris  <rgm@gnu.org>
3165         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3166         Move F2003 named interfaces from keywords-2 to keywords-1, and
3167         use function-name-face rather than constant-face.
3168         Simplify "abstract interface" regexp.
3170 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
3172         * eshell/esh-util.el (eshell-file-attributes): New optional arg
3173         ID-FORMAT.  Pass it to `file-attributes'.
3175         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3177 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
3179         * faces.el (set-face-attribute): Allow calling
3180         internal-set-lisp-face-attribute with 'unspecified family and
3181         foundry argument (Bug#5536).
3183 2010-02-07  Glenn Morris  <rgm@gnu.org>
3185         * progmodes/f90.el (f90-font-lock-keywords-2)
3186         (f90-looking-at-type-like, f90-looking-at-program-block-end):
3187         Handle F2003 named interfaces.
3189 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
3191         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3192         beg and end before calling c-get-state-before-change-functions.
3194 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
3196         * vc-bzr.el (vc-bzr-dir-extra-headers):
3197         Disable the pending merges header.
3199 2010-02-05  Juri Linkov  <juri@jurta.org>
3201         * doc-view.el (doc-view-mode):
3202         * image-mode.el (image-mode): Put property mode-class=special.
3203         (Bug#4896)
3205 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3207         * vc-svn.el (vc-svn-revision-table): New function.
3209 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3211         * net/ange-ftp.el (ange-ftp-insert-directory):
3212         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3213         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3214         Handle also directories.  (Bug#5478)
3216 2010-02-05  Glenn Morris  <rgm@gnu.org>
3218         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3220 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3222         * startup.el (command-line-1): Convert options beginning with a
3223         single dash as well (Bug#5519).
3225 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3227         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3228         * minibuffer.el (completion-initials-expand): Only check the presence
3229         of delims *within* the boundaries, since otherwise the / delim is
3230         always found for files.
3232         Fix up various corner case problems.
3233         * doc-view.el (doc-view-last-page-number): New function.
3234         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3235         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3236         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3237         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3238         (doc-view-convert-current-doc): Don't create the resolution.el file
3239         here any more.
3240         (doc-view-pdf/ps->png): Do it here instead.
3241         (doc-view-already-converted-p): Check that resolution.el is present.
3242         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3243         windows that are not yet showing images.
3245 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3247         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3248         `dired-uncache' for every elemnt which is an absolute file name.
3250         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3251         directory, handle its directory component.
3252         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3253         function is called permanently and creates noise, otherwise.
3255         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3256         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3257         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3259 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3261         * macros.el (apply-macro-to-region-lines):
3262         Minor simplification.  (Bug#5485)
3264 2010-02-04  Glenn Morris  <rgm@gnu.org>
3266         * mail/rmail.el (rmail-show-message-1): Handle malformed
3267         quoted-printable text.  (Bug#5441)
3269         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3271         * simple.el (visual-line-mode): Capitalize lighter.
3273 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3275         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3276         list of files considered for "virtual buffer" completions.
3278 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3280         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3281         also in case of (and (not full) (not wildcard)).  This is needed,
3282         when dired is called with a list of files, which are not in
3283         `default-directory'.  (Bug#5478)
3285 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3287         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3289 2010-02-02  Juri Linkov  <juri@jurta.org>
3291         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3292         from unidiff to allow function-line after @@.
3294 2010-02-02  Juri Linkov  <juri@jurta.org>
3296         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3297         '(RCS SCCS) with inverted condition.
3299 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3301         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3302         messages.
3304 2010-02-01  Juri Linkov  <juri@jurta.org>
3306         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3307         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3308         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3309         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3311 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3314         (doc-view-revert-buffer): New command.
3315         (doc-view-mode-map): Use it.
3317 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3319         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3320         pending merge is detected.
3322 2010-01-31  Juri Linkov  <juri@jurta.org>
3324         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3325         beginning of interactive spec like all other grep commands do.
3326         Put "all" in front of "gz".  (Bug#5260)
3328 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3330         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3332 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3334         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3335         regexp is incorrect (Bug#5476).
3337 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3339         * net/tramp.el (tramp-handle-insert-directory): Handle also
3340         symlinks, when FILENAME is not in `default-directory'.
3342 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3344         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3345         FILE is not in `default-directory'.  (Bug#5478)
3347         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3348         of SWITCHES.  Handle the case, FILENAME is not in
3349         `default-directory'.  (Bug#5478)
3350         (tramp-register-file-name-handlers): Add safe-magic property.
3352 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3354         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3355         unzip (Bug#5475).
3357 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3359         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3360         (flymake-master-make-header-init): Add other C++ filename masks.
3361         (flymake-find-possible-master-files)
3362         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3364 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3366         Fix some busybox annoyances.
3368         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3369         not responding." string.
3370         (tramp-open-connection-setup-interactive-shell): Dump stty
3371         settings.  Enable "neveropen" arg for all `tramp-send-command'
3372         calls.  Handle "=" in variable values properly.
3373         (tramp-find-inline-encoding): Raise an error, when no encoding is
3374         found.
3375         (tramp-wait-for-output): Check, whether PROC buffer is available.
3376         Remove spurious " ^H" sequences, sent by busybox.
3377         (tramp-get-ls-command): Suppress coloring, if possible.
3379 2010-01-28  Glenn Morris  <rgm@gnu.org>
3381         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3383         * log-edit.el (log-edit-strip-single-file-name): Add missing
3384         :safe, :group, and :version tags.
3386 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3388         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3389         buffers.  (Bug#5477)
3391 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3393         * files.el (delete-directory): Handle moving to trash without
3394         first doing recursion (Bug#5436).
3396 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3398         * vc-hooks.el (vc-path): Mark as obsolete.
3400 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3402         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3403         names too.
3405         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3406         for the short log.
3407         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3409 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3411         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3413         * vc-bzr.el (vc-bzr-revision-table): New function.
3415 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3417         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3418         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3420 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3422         Remove support for adding --signoff on commit.
3423         Future support will use an incompatible generic mechanism.
3424         * vc-git.el (vc-git-add-signoff): Remove variable.
3425         (vc-git-toggle-signoff): Remove function.
3426         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3428         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3429         Rename from xterm-set-background-mode.  Return t if the background mode
3430         was set.
3431         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3432         earlier, call it again in case the background mode has changed.
3434 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3436         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3437         (Bug#3541).
3439 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3441         * emacs-lisp/assoc.el (aelement): Doc fix.
3442         (aput, adelete, amake): Use lexical-let (Bug#5450).
3444 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3446         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3447         is the same as subprogram call, not declaration.  (Bug#5435).
3449 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3451         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3452         (tramp-smb-maybe-open-connection): Use it.
3454 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3456         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3458 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3460         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3461         just because we see "encoding: 8bit".
3462         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3464 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3466         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3468 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3470         * jka-compr.el (jka-compr-load): If load-file is not in
3471         load-history, try its file-truename version.  (bug#5447)
3473 2010-01-21  Alan Mackenzie  <acm@muc.de>
3475         Fix a situation where deletion of a cpp construct throws an error.
3476         * progmodes/cc-engine.el (c-invalidate-state-cache):
3477         Before invoking c-with-all-but-one-cpps-commented-out, check that the
3478         special cpp construct is still in the buffer.
3479         (c-parse-state): Record the special cpp with markers, not numbers.
3481 2010-01-21  Kenichi Handa  <handa@m17n.org>
3483         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3484         process last-command-event, as it is now decoded first (Bug#5380).
3486 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3488         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3490 2010-01-20  Glenn Morris  <rgm@gnu.org>
3492         * indent.el (tab-always-indent): Fix custom-type.
3494 2010-01-19  Alan Mackenzie  <acm@muc.de>
3496         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3497         buffer throws "args out of range".
3498         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3499         playing the role of delimiter.
3501 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3503         * progmodes/ada-mode.el: Fix bug#5400.
3504         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3505         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3506         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3507         Improve comments in "is" portion.  Handle null procedure declaration.
3508         (ada-move-to-end): Improve doc string.
3510 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3512         * ido.el (ido-cur-list): Initialize to nil.
3513         Remove obsolete information from commentary.
3514         (ido-choice-list): Initialize to nil.
3515         (ido-get-bufname): Reject minibuffers.
3516         (ido-make-buffer-list): If "default" is a nonexistent
3517         buffer, ignore it, as per the function's comment.
3518         (ido-kill-buffer-internal): New function.
3519         (ido-kill-buffer-at-head): Use it.
3520         (ido-visit-buffer): Likewise.
3522 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3524         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3526 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3528         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3529         Fix typos in chart titles.
3531         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3532         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3533         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3534         (describe-class, eieio-describe-generic, describe-generic):
3535         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3536         (eieio-speedbar-expand):
3537         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3538         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3539         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3540         (viper-del-backward-char-in-replace, viper-backward-indent)
3541         (viper-brac-function, viper-register-to-point, viper-submit-report):
3542         * net/tramp.el (tramp-remote-coding-commands):
3543         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3544         Fix typos in docstrings.
3546 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3548         * mail/sendmail.el (mail-yank-original): Set the mark if the
3549         specified function for yanking does not do it.
3551 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3553         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3555         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3556         resyncing a directory.
3558 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3560         * progmodes/ada-mode.el: Fix bug#1920.
3561         (ada-ident-re): Delete ., allow multibyte characters.
3562         (ada-goto-label-re): New; matches goto labels.
3563         (ada-block-label-re): New; matches block labels.
3564         (ada-label-re): New; matches both.
3565         (ada-named-block-re): Deleted; callers changed to use
3566         `ada-block-label-re' instead.
3567         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3568         Use `ada-block-label-re'.
3569         (ada-indent-on-previous-lines): Improve handling of goto labels.
3570         (ada-get-indent-block-start): Special-case block label.
3571         (ada-get-indent-label): Split into `ada-indent-block-label' and
3572         `ada-indent-goto-label'.
3573         (ada-goto-stmt-start, ada-goto-next-non-ws):
3574         Optionally ignore goto labels.
3575         (ada-goto-next-word): Simplify.
3576         (ada-indent-newline-indent-conditional): Insert newline before
3577         trying to fix indentation; doc fix.
3579 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3581         * calc/calc.el (calc-command-flags): Give it an initial value.
3583 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3585         * files.el (minibuffer-with-setup-hook):
3586         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3587         (artist-key-draw-continously, artist-key-do-continously-continously)
3588         (artist-key-set-point-continously, artist-mouse-draw-continously):
3589         Fix typos in docstrings.
3591 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3593         * nxml/nxml-mode.el (nxml-extend-after-change-region):
3594         Never return t (Bug#3898).
3596 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3598         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3599         can parse the output of the external commands (Bug#5279).
3601 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3603         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3605 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3607         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3609         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3611         * startup.el (command-line): Remove unused --icon-type arg.
3612         Handle --display arg, passing it to command-line-1 (Bug#5392).
3614 2010-01-16  Mario Lang  <mlang@delysid.org>
3616         * emacs-lisp/chart.el (chart-translate-namezone):
3617         * textmodes/artist.el (artist-compute-popup-menu-table):
3618         Remove duplicated words in doc-strings.
3620 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3622         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3623         to mairix-search to suppress threading (Bug#5342).
3625 2010-01-15  Kenichi Handa  <handa@m17n.org>
3627         * international/mule-cmds.el (canonicalize-coding-system-name):
3628         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3630 2010-01-15  Glenn Morris  <rgm@gnu.org>
3632         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3634         * wid-edit.el (widget-keymap): Doc fix.
3636         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3637         former seems to be more widely accepted by various svn versions.
3639 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3641         * find-cmd.el (find-constituents):
3642         * vc-arch.el (vc-arch-root):
3643         * window.el (window-body-height, pop-up-frames):
3644         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3645         * progmodes/ada-stmt.el (ada-if):
3646         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3647         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3648         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3649         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3651         * progmodes/flymake.el (flymake-post-syntax-check):
3652         Fix typo in error message.
3654 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3656         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3657         which is always a string.  (Bug#5313)
3659 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3661         * progmodes/ada-xref.el (ada-default-prj-properties):
3662         Simplify previous change.
3664 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3666         * progmodes/ada-xref.el (ada-default-prj-properties):
3667         Default ada_project_path to $ADA_PROJECT_PATH.
3669 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3671         * progmodes/ada-mode.el (ada-create-keymap):
3672         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3674 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3676         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3677         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3678         (ada-get-current-indent, ada-imenu-generic-expression)
3679         (ada-which-function): Check for it.
3681 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3683         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3684         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3686 2010-01-14  Glenn Morris  <rgm@gnu.org>
3688         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3690 2010-01-14  Kenichi Handa  <handa@m17n.org>
3692         * composite.el (auto-composition-mode): Make it a buffer local
3693         variable (permanent-local).
3694         (auto-composition-function): Set the default value to
3695         auto-compose-chars.
3696         (auto-composition-mode): Make it a simple function, not a minor mode.
3697         (global-auto-composition-mode): Likewise.
3698         (turn-on-auto-composition-if-enabled): Delete it.
3700 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3702         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3704 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3706         * files.el (copy-directory): Compute target for recursive
3707         directories with identical names.  (Bug#5343)
3709 2010-01-12  Glenn Morris  <rgm@gnu.org>
3711         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3712         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3714 2010-01-11  Sam Steingold  <sds@gnu.org>
3716         * imenu.el (imenu-default-create-index-function): Detect infinite
3717         loops caused by imenu-prev-index-position-function.
3719 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3721         * htmlfontify.el (htmlfontify-load-rgb-file)
3722         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3723         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3724         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3725         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3726         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3727         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3728         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3729         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3730         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3731         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3732         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3733         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3734         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3735         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3736         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3737         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3738         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3739         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3740         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3741         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3742         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3743         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3744         backslash-quoting from parentheses, etc.
3746 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3748         * progmodes/js.el: Autoload javascript-mode alias.
3750 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3752         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3753         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3754         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3755         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3756         Fix typos in docstrings.
3757         (ffap-url-regexp): Doc fix.
3758         (ffap-at-mouse): Fix typo in message.
3760 2010-01-11  Glenn Morris  <rgm@gnu.org>
3762         * version.el (emacs-copyright): Set copyright year to 2010.
3764 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3766         * format.el (format-annotate-function): Only set
3767         write-region-post-annotation-function after running to-fn so as not to
3768         affect nested write-region calls (bug#5273).
3770 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3772         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3773         wisent/python.el.
3775 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3777         * man.el (Man-goto-section): Signal error if the section is not
3778         found (Bug#5317).
3780 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3782         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3783         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3785 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3787         * progmodes/compile.el: Don't treat compile-command as safe if
3788         compilation-read-command might be nil (Bug#4218).
3790 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3792         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3793         NS options.
3795 2010-01-08  Kenichi Handa  <handa@m17n.org>
3797         * international/fontset.el (build-default-fontset-data):
3798         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3800 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3802         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3803         to `create-file-buffer' as it expects, not just a buffer name.
3804         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3805         to help uniquify.  (Bug#3224)
3807 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3809         * font-setting.el (font-setting-change-default-font): Use user-spec
3810         instead of name.
3812 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3814         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3816 2010-01-05  Tom Tromey  <tromey@redhat.com>
3818         * progmodes/python.el (python-font-lock-keywords):
3819         Handle qualified decorators (Bug#881).
3821 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3823         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3824         in a lightweight checkout.
3826 2010-01-05  Kenichi Handa  <handa@m17n.org>
3828         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3830 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3832         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3834 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3836         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3837         checkouts.  (Bug#618)
3838         (vc-bzr-log-view-mode): Also highlight the author.
3839         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3840         (vc-bzr-shelve-menu-map):
3841         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3842         (vc-bzr-shelve-apply): Make prompt more explicit.
3844 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3846         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3847         They are valid characters in URL paths (rfc3986), and at least
3848         Firefox does not understand the encoded version (Bug#3166).
3850 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3852         * progmodes/octave-mod.el (octave-end-keywords)
3853         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3854         Add "end" keyword (Bug#3061).
3855         (octave-end-as-array-index-p): New function.
3856         (calculate-octave-indent): Use it.
3858 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3860         * bookmark.el: Consistently put the text property on the bookmark name.
3861         (bookmark-bmenu-marks-width): Bump back to 2, to include
3862         annotation marks.
3863         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3864         property on the bookmark name, instead of not putting it at all.
3865         (bookmark-bmenu-list): Fix where we put the text property.
3867 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3869         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3870         for showing buffer modified state (as added in the previous change).
3872 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3874         * bookmark.el: Show modified state of bookmark buffer more accurately.
3875         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3876         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3877         (with-buffer-modified-unmodified): New macro.
3878         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3879         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3880         Use new macro to preserve the buffer modified state.
3882 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3884         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3885         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3886         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3887         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3888         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3889         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3890         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3892 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3894         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3895         Make the lines in the generated doc string shorter.  (Bug#4668)
3897 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3899         * net/rcirc.el: Add follow-link binding (Bug#4738).
3901 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3903         * Makefile.in (bzr-update): Rename from cvs-update.
3904         (cvs-update): New target for backward compatibility.
3906         * makefile.w32-in (bzr-update): Rename from cvs-update.
3907         (cvs-update): New target for backward compatibility.
3909 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3911         * bookmark.el: Remove gratuitous gratitude.
3913 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3915         * bookmark.el (bookmark-bmenu-any-marks): New function
3916         (bookmark-bmenu-save): Clear buffer modification if no marks.
3918 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3920         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3921         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3922         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3923         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3925         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3926         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3927         To: emacs-devel {_AT_} gnu.org
3928         Subject: bookmark.el bug report
3929         Date: Mon, 28 Dec 2009 14:19:16 +0800
3930         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3932 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3934         * bookmark.el: Improvements suggested by Drew Adams:
3935         (bookmark-bmenu-ensure-position): New name for
3936         `bookmark-bmenu-check-position'.  Just ensure the position,
3937         don't return any meaningful value.
3938         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3939         New constants.
3941 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3943         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3944         (bookmark-yank-point, bookmark-bmenu-check-position):
3945         Fix typos in docstrings.
3946         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3947         (bookmark-name-from-full-record, bookmark-get-position)
3948         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3949         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3950         Remove useless quoting of parenthesis, etc. in docstrings.
3952         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3953         (ediff-append-custom-diff): Fix typo in error message.
3954         (ediff-meta-mark-equal-files): Fix typos in messages.
3956         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3958         * net/imap-hash.el (imap-hash-make): Doc fix.
3959         (imap-hash-test): Fix typo in error message; reflow docstring.
3960         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3961         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3962         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3963         Fix typos in docstrings.
3964         (imap-hash-open-connection): Fix typo in error message.
3966         * play/gomoku.el (gomoku): Fix typos in docstring.
3968         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3969         (gdb-jsonify-buffer): Fix typos in docstring.
3970         (gdb-goto-breakpoint): Fix typo in error message.
3971         ("Display Other Windows"): Fix typo in help message.
3972         (gdb-speedbar-expand-node): Fix typo in question.
3974         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3975         (idlwave-html-system-help-location, idlwave-html-help-location)
3976         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3977         (idlwave-help-browser-generic-args, idlwave-help-directory)
3978         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3979         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3980         (idlwave-online-help, idlwave-help-html-link)
3981         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3982         Fix typos in docstrings.
3983         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3984         Reflow docstrings.
3985         (idlwave-help-assistant-start): Fix typo in error message.
3987         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3988         (octave-electric-space): Fix typos in docstrings.
3990 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3992         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3994 2010-01-01  Juri Linkov  <juri@jurta.org>
3996         * comint.el (comint-input-ring-size): Make it a defcustom and
3997         increase the default to 500 (Bug#5148).
3999 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
4001         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4002         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4003         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4005 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
4007         Show working revision correctly for mercurial.
4008         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4009         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4011 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
4013         Declare some functions for the byte-compiler.
4014         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4015         (speedbar-timer-fn, speedbar-change-expand-button-char)
4016         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4018 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
4020         This changeset reverts GDB Graphical Interface to use annotations.
4021         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4023 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4025         Make vc-dir work on subdirectories of the bzr root.
4026         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
4027         Return file names relative to it.
4028         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4029         relative directory to vc-bzr-after-dir-status.
4031 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
4033         * font-lock.el (font-lock-refresh-defaults): New function, which
4034         can be used to let font-lock react to external changes in
4035         variables like font-lock-defaults and keywords.
4036         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4038 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
4040         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4042         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4044 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
4046         Supersede color.diff settings in git log (bug#5211).
4048         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4049         escape chars in its output when the user has color.diff set to `always'.
4050         This fix works on git 1.4.2 and newer (released on 2006-08-13).
4052 2009-12-26  Kevin Ryde  <user42@zip.com.au>
4054         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4055         node.  Keep previous "Index" name to work with past coreutils too.
4057         * man.el (man): Revise docstring a bit to show -a and -l as
4058         examples.  Add -k description since support for it has otherwise
4059         been a secret.  (Further to bug#3717.)
4060         (Man-bgproc-sentinel): When "-k foo" produces no output show error
4061         "no matches" rather than "Can't find manpage", as the latter reads
4062         like -k was interpreted as a page name, which is not so.  (Bug#5431)
4064 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
4066         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4067         switches.  Check also for //SUBDIRED// line.
4069 2009-12-25  Kenichi Handa  <handa@m17n.org>
4071         * language/indian.el (devanagari-composable-pattern): Fix to
4072         handle ZWNJ and ZWJ.  Use it in composition-function-table for
4073         Devanagari.
4074         (malayalam-composable-pattern): Fix previous change.
4076 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4078         * ps-print.el (ps-face-attributes): It was not returning the
4079         attribute face for faces specified as string.  Reported by harven
4080         <harven@free.fr>.  (Bug#5254)
4081         (ps-print-version): New version 7.3.5.
4083 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
4085         * calendar/icalendar.el (icalendar--convert-tz-offset):
4086         Fix timezone names.
4087         (icalendar--convert-tz-offset): Fix the "last-day-problem".
4088         (icalendar--add-diary-entry): Remove the trailing blank that
4089         diary-make-entry inserts.
4091 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
4093         Make `file-expand-wildcards' work for remote files.
4095         * files.el (file-expand-wildcards): In case of remote files, check
4096         only local file name part for wildcards.  Provide feature 'files
4097         and subfeature 'remote-wildcards.  (Bug#5198)
4099         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4100         if there is already an established connection.
4101         (tramp-advice-file-expand-wildcards): Remove it.
4103         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4104         (tramp-advice-file-expand-wildcards): Move from tramp.el.
4105         Activate advice for older GNU Emacs versions.  (Bug#5237)
4107 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
4109         Some doc fixes (more needed).
4111         * find-cmd.el (find-constituents): Reflow docstring.
4112         (find-cmd, find-prune, find-command): Fix typos in docstrings.
4113         (find-generic): Doc fix.
4115 2009-12-17  Juri Linkov  <juri@jurta.org>
4117         Fix regression from 23.1 to allow multiple modes in Local Variables.
4119         * files.el (hack-local-variables-filter): While ignoring duplicates,
4120         don't take `mode' into account.
4121         (hack-local-variables-filter, hack-dir-local-variables):
4122         Don't remove duplicate `mode' from local-variables-alist (like `eval').
4124 2009-12-17  Juri Linkov  <juri@jurta.org>
4126         Make `dired-diff' more safe.  (Bug#5225)
4128         * dired-aux.el (dired-diff): Signal an error when `file' equals to
4129         `current' or when `file' is a directory of the `current' file.
4131 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
4133         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4134         unconditionally preloaded files.
4136 2009-12-16  Juri Linkov  <juri@jurta.org>
4138         Revert to old 23.1 logic of using the file at the mark as default.
4139         * dired-aux.el (dired-diff): Use the file at the mark as default
4140         if it's not the same as the current file, and the target dir is
4141         the current dir or the mark is active.  Add the current file
4142         as the arg of `dired-dwim-target-defaults'.  Use the default file
4143         in the prompt.  (Bug#5225)
4145 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
4147         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4148         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4149         (tramp-check-for-regexp): Check also, when an echoing shell stops
4150         to echo sent commands.
4152 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4154         * Makefile.in: Revert last change (Bug#5191).
4156 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
4158         * vc-hg.el (vc-hg-print-log): Fix argument order.
4159         (vc-hg-working-revision): Make sure the command is executed in a
4160         known environment so that we can parse the output.  (Bug#4417)
4162 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4164         * progmodes/python.el (python-symbol-completions): Remove text
4165         properties from symbol string before calling python-send-receive.
4167 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
4169         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4170         when there are values for both file and line.  (Bug#5060)
4172 2009-12-14  Juri Linkov  <juri@jurta.org>
4174         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4175         whitespace after the file name of the first line of unified format,
4176         because git-diff doesn't output whitespace and file modification time
4177         after the file name.
4179 2009-12-14  David Kastrup  <dak@gnu.org>
4181         * info.el (Info-hide-cookies-node): Before hiding a cookie,
4182         check if it already has the `display' property added by
4183         `Info-display-images-node', and not put the `invisible' property
4184         in this case.
4186 2009-12-13  Glenn Morris  <rgm@gnu.org>
4188         * mail/emacsbug.el (message-sort-headers): Define for compiler.
4189         (report-emacs-bug): In message-mode, sort manually before storing
4190         original report text.  (Bug#5178)
4191         Remove superfluous save-excursion.
4193 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
4195         * net/dbus.el (dbus-property-handler): Filter lambda forms out
4196         when responding to "GetAll" properties.
4198 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
4200         * simple.el (compose-mail): Remove mail-setup-with-from from
4201         customization checks.
4203 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
4205         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4206         RAR archives created on Unix systems.
4208 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4210         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4211         the varalias that was accidentally removed by the 2009-11-19 change
4212         (bug#5186).
4214 2009-12-12  Kenichi Handa  <handa@m17n.org>
4216         * language/indian.el (indian-compose-regexp): New function.
4217         (malayalam-composable-pattern): Fix the pattern.
4218         (composition-function-table): Set malayalam-composable-pattern for
4219         Malayalam characters.
4221 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4223         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4224         rather than down-mouse-1, based on follow-link conventions.
4226         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4227         are compiled.
4229 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4231         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4232         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4233         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4234         (verilog-leap-to-head, verilog-backward-token):
4235         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4237 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4239         * progmodes/verilog-mode.el (verilog-auto-lineup)
4240         (verilog-nameable-item-re): Cleanup user-visible spelling and
4241         documentation errors.  One reported by Gary Delp.
4242         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4243         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4244         package, bug195.  Reported by Pierre-David Pfister.
4246 2009-12-11  Glenn Morris  <rgm@gnu.org>
4248         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4250         * mail/emacsbug.el: No longer require sendmail.
4251         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4252         (report-emacs-bug-orig-text): Doc fix.
4253         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4254         New local variables, to adapt to different mail-user-agents.
4255         (report-emacs-bug): Fix test for a gnu.org address.
4256         Use overlays for emphasis, since font-lock defeats 'face property.
4257         Pretest bugs also end up at the newsgroup these days.
4258         Stop message-mode stripping text properties.
4259         Set and use the new buffer-local variables.
4260         (report-emacs-bug-hook): Add doc-string.
4261         Remove some unnecessary save-excursions and simplify.
4262         Use the appropriate hook and send-command.
4264         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4265         capitalization of some menu entries.
4267 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4269         * whitespace.el (whitespace-display-char-on):
4270         Ensure `buffer-display-table' is unique when two or more windows are
4271         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4272         New version 12.1.
4274 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4276         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4277         characters in the Attribute field.
4279 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4281         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4283 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4285         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4286         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4287         Disregard autoload-excludes.
4288         (update-directory-autoloads): Obey autoload-excludes here instead.
4289         But don't store its contents in no-autoloads and remove entries that
4290         refer to excludes files.
4292 2009-12-10  Glenn Morris  <rgm@gnu.org>
4294         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4295         (expand-mail-aliases): Define for compiler.
4297         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4298         Define for compiler.
4300         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4301         appropriate for the mail-user-agent in use.
4303 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4305         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4307 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4309         Fix short log parsing and fontification.
4310         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4311         Fix fontification for the [merge] label.
4313 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4315         Drop some properties to avoid surprises.
4316         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4317         (hfy-fontify-buffer): Use it.
4319 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4321         Minor cleanup.
4322         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4323         Adjust all callers.
4324         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4325         args compulsory.  Adjust callers.
4326         (ffap-gopher-at-point): Remove unused var `name'.
4328         Get rid of the ELCFILES abomination.
4329         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4330         (compile-elcfiles): New phony target.
4331         (compile-main): Compute ELCFILES dynamically.
4332         (compile-clean): New target to remove left-over elc files.
4333         (compile, all): Use it.
4335 2009-12-09  Kenichi Handa  <handa@etlken>
4337         * international/mule-diag.el: Require help-mode instead of help-fns.
4339 2009-12-09  Kenichi Handa  <handa@m17n.org>
4341         * international/mule-cmds.el (ucs-names): Supply sufficiently
4342         fine ranges instead of pre-calculating accurate ranges.
4343         Iterate with bigger gc-cons-threshold.
4345 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4347         Add support for stashing a snapshot of the current tree.
4348         * vc-git.el (vc-git-stash-snapshot): New function.
4349         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4351 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4353         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4354         instead of `(beginning|end)-of-line'.
4356 2009-12-08  Glenn Morris  <rgm@gnu.org>
4358         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4360         * Makefile.in (ELCFILES): Regenerate.
4362 2009-12-07  Juri Linkov  <juri@jurta.org>
4364         Don't lazy-highlight the comint output in history Isearch mode.
4366         * comint.el (comint-history-isearch-search): Instead of
4367         `comint-line-beginning-position', use `comint-after-pmark-p'
4368         to check if point if before the process mark, and go to
4369         `process-mark' in this case.
4371 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * textmodes/tex-mode.el (latex-complete)
4374         (latex-indent-or-complete): Remove.
4375         (latex-mode): Set completion-at-point-functions instead.
4377         Provide a standard completion command and hook it into TAB.
4378         * minibuffer.el (completion-at-point-functions): New var.
4379         (completion-at-point): New command.
4380         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4381         * progmodes/python.el (python-mode-map): Use completion-at-point.
4382         (python-completion-at-point): Rename from python-partial-symbol and
4383         adjust for use in completion-at-point-functions.
4384         (python-mode): Setup completion-at-point for Python completion.
4385         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4386         extracted from lisp-complete-symbol.
4387         (lisp-complete-symbol): Use it.
4388         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4389         setup completion-at-point for Elisp completion.
4390         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4391         Use completion-at-point.
4392         * ielm.el (ielm-map): Use completion-at-point.
4393         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4394         * progmodes/sym-comp.el: Move to...
4395         * obsolete/sym-comp.el: Move from progmodes.
4397 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4399         Prevent save-buffer in Rmail buffers from using the coding-system
4400         of the current message, and from clobbering the encoding mnemonics
4401         in the mode line (Bug#4623).
4403         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4404         flag, too.
4405         (rmail-message-encoding): New variable.
4406         (rmail-write-region-annotate): Record the encoding of the current
4407         message in rmail-message-encoding.
4408         (rmail-after-save-hook): New function, restores the encoding of
4409         the current message after the message collection is saved.
4411 2009-12-07  Juri Linkov  <juri@jurta.org>
4413         * progmodes/grep.el (grep-read-files): Use `completing-read'
4414         instead of `read-string'.  Set its `collection' arg to
4415         `read-file-name-internal'.  (Bug#4301)
4417 2009-12-07  Juri Linkov  <juri@jurta.org>
4419         Correctly restore original Isearch point.  (Bug#4994)
4421         * isearch.el (isearch-mode): Move `isearch-push-state' after
4422         `(run-hooks 'isearch-mode-hook)'.
4423         (isearch-cancel): When `isearch-push-state-function' is defined,
4424         let-bind `isearch-cmds' to the first state (the last element of
4425         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4426         function and restores the original point).  Otherwise, move point
4427         to `isearch-opoint'.
4429 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4431         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4432         chars that don't have names, so the table can be built much faster at
4433         run-time.
4435 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4437         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4438         change.  Suggested by David Kastrup.
4440         * simple.el (compose-mail): Check for incompatibilities and warn.
4441         (compose-mail-user-agent-warnings): New option.
4443 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4445         Support showing a single log entry from vc-annotate.
4446         * vc.el (print-log): Add a new argument: START-REVISION.
4447         (vc-print-log-internal): Add a new optional argument and
4448         pass it to the backend.
4449         (vc-print-log, vc-print-root-log): Adjust callers.
4450         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4451         buffer already displays the requested log entry, use it.
4452         Otherwise display only the log entry in question.
4453         * vc-svn.el (vc-svn-print-log):
4454         * vc-mtn.el (vc-mtn-print-log):
4455         * vc-hg.el (vc-hg-state):
4456         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4457         (vc-git-show-log-entry): Return t on success.
4458         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4459         (vc-bzr-show-log-entry): Return t on success.
4460         * vc-rcs.el (vc-rcs-print-log):
4461         * vc-sccs.el (vc-sccs-print-log):
4462         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4464 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4466         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4467         Add menus to the meta mode.  (Bug#5043)
4469 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4471         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4472         event-key.
4474         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4476 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4478         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4479         Berbain <raphael.berbain@gmail.com>.
4481         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4482         characters.
4483         (tramp-initial-end-of-output): New defconst.
4484         (tramp-methods, tramp-find-shell)
4485         (tramp-open-connection-setup-interactive-shell)
4486         (tramp-maybe-open-connection): Use it.
4487         (tramp-shell-prompt-pattern, tramp-wait-for-output):
4488         Handle existence of `#' and `$'.
4490         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4491         Use `tramp-initial-end-of-output'.
4493 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4495         Get the background mode from the terminal for xterm, and set
4496         faces accordingly.
4497         * term/xterm.el (xterm-set-background-mode): New function.
4498         (terminal-init-xterm): Use it in case xterm supports background
4499         color queries.  Recompute faces after getting the background
4500         color.
4502 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4504         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4505         number comment back on its own line, for easier parsing.
4507 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4509         Make it work for non-file buffers (bug#5102).
4510         * doc-view.el (doc-view-current-cache-dir):
4511         Use doc-view-buffer-file-name rather than buffer-file-name.
4512         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4514 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4516         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4517         author field is too short.
4519 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4521         * vc-git.el (vc-git-print-log): Handle a limit argument.
4522         Display the short log in graph form and with labels.
4523         (vc-git-log-view-mode): Handle labels.
4525         Make vc-revert change VC state from 'added to 'unregistered.
4526         * vc-git.el (vc-git-revert): Call git reset first.
4528 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4530         * net/newst-backend.el, net/newst-plainview.el:
4531         * net/newst-reader.el, net/newst-ticker.el:
4532         * net/newst-treeview.el, net/newsticker.el:
4533         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4535 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4537         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4539         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4540         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4541         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4542         Update annotation regexp.
4544         * simple.el (beginning-of-visual-line): Constrain to field
4545         boundaries (Bug#5106).
4547 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4549         * xml.el (xml-substitute-numeric-entities):
4550         Move newsticker--decode-numeric-entities in newst-backend.el to
4551         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4552         * net/newst-backend.el (newsticker--parse-generic-feed)
4553         (newsticker--parse-generic-items)
4554         (newsticker--decode-numeric-entities):
4555         Move newsticker--decode-numeric-entities in newst-backend.el to
4556         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4558 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4560         * progmodes/js.el (js--js-not): Add null to the list of values.
4562 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4564         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4566 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4568         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4569         delimiter if it is at the end of the current line.
4570         (bibtex-generate-url-list): Fix docstring.
4572 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4574         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4575         minibuffer's content with itself.
4576         Fold the confirm-after-completion case into the `confirm' case.
4577         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4579 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4581         * ffap.el (ffap-rfc-path): Make this a defcustom since
4582         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4584         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4585         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4587 2009-12-05  Juri Linkov  <juri@jurta.org>
4589         Save and restore dired buffer's point positions too.  (Bug#4880)
4591         * dired.el (dired-save-positions): Return in the first element
4592         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4593         Doc fix.
4594         (dired-restore-positions): First restore buffer's position.
4595         While restoring window's positions, check if window still displays
4596         the original buffer.
4598 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4600         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4601         if possible.
4603         * shell.el (shell): Require ansi-color (Bug#5113).
4605         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4607         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4609 2009-12-05  Alan Mackenzie  <acm@muc.de>
4611         * progmodes/cc-mode.el (c-before-hack-hook)
4612         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4613         `c-file-style' to work again.  This reversion restores the current
4614         software to its state in Emacs 23.1.  (Bug#4146)
4616 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4618         * textmodes/sgml-mode.el (sgml-lexical-context):
4619         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4621 2009-12-05  Juri Linkov  <juri@jurta.org>
4623         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4624         for virtual nodes.  (Bug#4147)
4625         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4626         when moving from a virtual node.
4627         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4628         (Info-mode): Add `Info-virtual-index' to the docstring.
4630 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4632         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4633         track of the buffer position of the end of a BibTeX entry as this
4634         position may change during reformatting.
4635         (bibtex-format-entry): Remove whitespace before processing
4636         numerical fields so that we recognize the latter properly.
4637         (bibtex-reformat): Do not use push which changes the global value
4638         of bibtex-entry-format.
4639         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4640         (bibtex-field-re-init): Replace only space characters by regexp
4641         for whitespace.
4642         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4643         (bibtex-initialize): Also update bibtex-strings.
4644         (bibtex-kill-field): Preserve white space at end of entry.
4645         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4646         Update bibtex-reference-keys.
4648 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4650         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4651         point after a star, if that's the only place where modifications can
4652         make progress.
4654 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4656         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4657         in docstrings.
4659 2009-12-04  Juri Linkov  <juri@jurta.org>
4661         * proced.el (proced): Call `(proced-update t)' to update process
4662         information instead of only running proced-post-display-hook.
4663         (proced-send-signal): Add a leading space to the buffer name
4664         " *Marked Processes*" to make this buffer ephemeral.
4666 2009-12-04  Juri Linkov  <juri@jurta.org>
4668         * dired.el (dired-auto-revert-buffer): New defcustom.
4669         (dired-internal-noselect): Use it.
4671 2009-12-04  Juri Linkov  <juri@jurta.org>
4673         Change roles of modes and functions in image-mode.el (Bug#5062).
4675         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4676         in `auto-mode-alist'.
4677         (image-mode-previous-major-mode): New variable.
4678         (image-minor-mode-map): Rename from `image-mode-text-map'.
4679         (image-mode): Move graceful error-handling code from
4680         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4681         (image-minor-mode): Remove all image-handling code.
4682         Replace `image-mode-text-map' with `image-minor-mode-map'.
4683         Check for `image-type' in mode-line format string.
4684         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4685         (image-mode-as-text): New function with most code from
4686         `image-mode-maybe'.
4687         (image-toggle-display-text): Move code that removes image
4688         properties from `image-toggle-display' to here.
4689         (image-toggle-display-image): New function with code that adds
4690         image properties copied from `image-toggle-display'.
4691         (image-toggle-display): Remove most code with leaving only code
4692         that toggles between `image-mode-as-text' and `image-mode'.
4694 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4696         * net/newst-treeview.el
4697         (newsticker--treeview-list-highlight-start): Restored call to
4698         save-excursion: Selected item was stuck.
4699         (newsticker--treeview-list-select): New.
4700         (newsticker--treeview-item-show-text)
4701         (newsticker--treeview-item-show)
4702         (newsticker--treeview-item-update): Use new
4703         newsticker-treeview-item-mode.
4704         (newsticker-treeview-update): Keep current item.
4705         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4706         (newsticker--treeview-first-feed): Doc change.
4707         (newsticker-treeview-list-menu)
4708         (newsticker-treeview-item-menu): Add menu entries.
4709         (newsticker-treeview-item-mode): New.
4711         * net/newst-backend.el (newsticker-customize): Delete other
4712         windows.
4714 2009-12-04  Sam Steingold  <sds@gnu.org>
4716         * log-view.el (log-view-mode-map): "q" calls quit-window,
4717         like in all the other non-self-insert buffers.
4719 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         Minor cleanup.
4722         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4723         key decoding rather than do it manually via last-input-event +
4724         ascii-character.
4725         (term-exec): Use delete-and-extract-region.
4726         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4727         (term-process-pager): Remove unused var `i'.
4728         (term-dynamic-simple-complete): Make obsolete.
4729         (serial-update-config-menu): Remove unused vars `y' and `str'.
4730         (term-update-mode-line): Remove unused var `temp'.
4732 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4734         Limit the number of log entries displayed by default.
4735         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4736         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4737         using a prefix argument.
4739 2009-12-03  Glenn Morris  <rgm@gnu.org>
4741         * progmodes/idlwave.el (class): Restore still useful declaration.
4743 2009-12-03  Alan Mackenzie  <acm@muc.de>
4745         Enhance `c-parse-state' to run efficiently in "brace deserts".
4747         * progmodes/cc-mode.el (c-basic-common-init):
4748         Call c-state-cache-init.
4749         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4750         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4751         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4753         * progmodes/cc-langs.el (c-before-font-lock-function):
4754         c-extend-and-neutralize-syntax-in-CPP has been renamed
4755         c-neutralize-syntax-in-and-mark-CPP.
4757         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4758         with `category' properties now, not `syntax-table' ones.
4760         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4761         enhanced (but slower) version of c-end-of-macro that won't land
4762         inside a literal or on another awkward character.
4763         (c-state-cache-too-far, c-state-cache-start)
4764         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4765         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4766         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4767         (c-state-min-scan-pos, c-state-brace-pair-desert)
4768         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4769         buffer local variables.
4770         (c-state-literal-at, c-state-lit-beg)
4771         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4772         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4773         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4774         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4775         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4776         (c-renarrow-state-cache)
4777         (c-append-lower-brace-pair-to-state-cache)
4778         (c-state-push-any-brace-pair, c-append-to-state-cache)
4779         (c-remove-stale-state-cache)
4780         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4781         (c-invalidate-state-cache-1, c-parse-state-1)
4782         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4783         (c-parse-state): Enhance and refactor.
4784         (c-debug-parse-state): Amend to deal with all the new variables.
4786         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4787         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4788         modify to use category text properties rather than syntax-table ones.
4789         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4790         to switch off/on the syntactic paren property of C++ template
4791         delimiters using the category property.
4792         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4793         template delims suppressed.
4794         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4795         New constant/macros which apply category properties to the start
4796         and end of preprocessor constructs.
4797         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4798         "comment out" the syntactic value of characters in preprocessor
4799         constructs.
4800         (c-with-cpps-commented-out)
4801         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4802         with characters in all or all but one preprocessor constructs
4803         "commented out".
4805 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4807         * proced.el (proced-filter-alist): Use regexp-quote.
4809 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4811         Cleanup.
4812         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4813         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4814         arguments.  Expand `default-directory'.
4816         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4817         the benefit of returning an expanded localname.
4818         (tramp-tramp-file-p): Handle the case NAME is not a string.
4820 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4822         Add support for bzr shelve/unshelve.
4823         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4824         (vc-bzr-extra-menu-map): New variables.
4825         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4826         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4827         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4828         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4829         (vc-bzr-dir-extra-headers): Display shelves.
4831         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4833 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4835         * textmodes/bibtex.el (bibtex-complete-internal):
4836         Use completion-in-region.
4837         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4839 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4841         Support applying stashes.  Improve UI.
4842         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4843         (vc-git-stash-apply, vc-git-stash-pop)
4844         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4845         (vc-git-stash-menu): New functions.
4846         (vc-git-stash-menu-map): New variable.
4847         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4849 2009-12-03  Glenn Morris  <rgm@gnu.org>
4851         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4852         (vc-print-log-internal): Fix previous change.
4853         (vc-revert): Correct pluralization.
4855 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4857         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4858         it to be an alist any more.
4859         (makefile-complete): Use completion-in-region.
4861         * progmodes/octave-mod.el (octave-complete-symbol):
4862         Use completion-in-region.
4864         Misc cleanup.
4865         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4866         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4867         (idlwave-complete-class): Don't quote lambda.
4868         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4869         (idlwave-mode-map): Move initialization into declaration.
4870         (idlwave-action-and-binding): Use backquotes.
4871         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4872         Simplify.
4873         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4874         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4875         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4876         `parts', and `all-parts'.
4877         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4878         (idlwave-convert-xml-system-routine-info): Remove unused string
4879         `version-string'.
4880         (idlwave-display-user-catalog-widget): Use dolist.
4881         (idlwave-scanning-lib): Declare dynamically-scoped var.
4882         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4883         (completion-highlight-first-word-only): Declare to silence bytecomp.
4884         (idlwave-popup-select): Tighten scope of `resp'.
4885         (idlwave-find-struct-tag): Remove unused var `beg'.
4886         (idlwave-after-load-rinfo-hook): Declare.
4887         (idlwave-sintern-class-info): Remove unused var `taglist'.
4888         (idlwave-find-class-definition): Remove unused var `list'.
4889         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4890         (idlwave-what-module-find-class): Remove unused var `classes'.
4892 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4894         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4896 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4898         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4899         buffers visited.  Remove redundant current-buffer-saving.
4901 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4903         Use completion-in-buffer and remove uses of dynamic scoping.
4904         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4905         (pascal-buffer-to-use, pascal-flag): Don't declare.
4906         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4907         (pascal-get-completion-decl, pascal-keyword-completion):
4908         Add `pascal-str' argument, save-excursion,
4909         return the found completions, and don't filter with pascal-pred.
4910         (pascal-completion-cache): New var.
4911         (pascal-completion): Don't switch buffer any more (it was never
4912         necessary).  Don't save-excursion any more (it's done by the called
4913         subroutines).  Use a cache to avoid redundant computations.
4914         Use complete-with-action rather than pascal-completion-response and
4915         let it apply the predicate as well.
4916         (pascal-complete-word): Use completion-in-buffer when
4917         pascal-toggle-completions is nil.
4918         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4919         not used any more.
4920         (pascal-comp-defun): Don't change buffer any more.
4921         Use complete-with-action rather than pascal-completion-response and
4922         let it apply the predicate as well.
4923         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4924         when neded.
4926 2009-12-02  Kenichi Handa  <handa@m17n.org>
4928         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4929         shape for all Indic scripts.
4931 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4933         Use completion-in-buffer.
4934         * wid-edit.el (widget-field-text-end): New function.
4935         (widget-field-value-get): Use it.
4936         (widget-string-complete, widget-file-complete)
4937         (widget-color-complete): Use it and completion-in-region.
4938         (widget-complete): Don't narrow the buffer.
4940 2009-12-02  Glenn Morris  <rgm@gnu.org>
4942         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4943         (rmail-select-summary): Use rmail-pop-to-buffer.
4944         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4945         rmail-pop-to-buffer, to prevent horizontal splits.
4947         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4948         save-excursion with save-current-buffer.
4949         Widen before searching.  (Bug#5093)
4950         (diary-list-sexp-entries): Remove superfluous save-excursion.
4952 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4954         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4955         name.  (Bug#5038)
4957 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4959         * ido.el (ido-file-internal): Handle filenames at point that do
4960         not have a directory part.  (Bug#5049)
4962 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4964         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4965         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4967 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4969         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4970         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4971         any more.
4973 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4975         * comint.el (comint-insert-input): Ignore clicks to the right of
4976         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4978         * vc.el (vc-print-log-internal): Don't wait for the process to
4979         terminate before setting up the major mode.
4981         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4982         in case.
4984         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4985         the last element.
4987         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4989 2009-12-01  Glenn Morris  <rgm@gnu.org>
4991         * window.el (window--display-buffer-2): Fix previous changes.
4993 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4995         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4997 2009-12-01  Glenn Morris  <rgm@gnu.org>
4999         * Makefile.in (ELCFILES): Add mpc.elc.
5001 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5003         * mpc.el: New file.
5005 2009-12-01  Glenn Morris  <rgm@gnu.org>
5007         * window.el (window-to-use): Define for compiler.
5009         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5010         consistent with others (no final period).
5012         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5013         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
5015 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
5017         Make vc-print-log buttons work.
5018         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5020 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
5022         * savehist.el (savehist-autosave-interval): Allow setting to nil
5023         through customize.  (Bug#5056)
5025 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
5027         Fix references to jit-lock properties.
5028         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5029         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5030         (perl-font-lock-special-syntactic-constructs):
5031         Quote jit-lock-defer-multiline property.
5033 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
5035         * vc-git.el (vc-git-registered): Call vc-git-root only once.
5037 2009-11-30  Juri Linkov  <juri@jurta.org>
5039         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5040         value `buffer' of `multi-isearch-next-buffer-current-function'.
5041         Use `(current-buffer)' when `buffer' is nil.
5042         (multi-isearch-next-buffer-from-list): Don't fallback to
5043         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
5045 2009-11-30  Juri Linkov  <juri@jurta.org>
5047         * misearch.el (multi-isearch-read-buffers): Move canonicalization
5048         of buffers with `get-buffer' to `multi-isearch-buffers'.
5049         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5050         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
5051         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5052         FILES with `expand-file-name' converting relative file names
5053         to absolute.  Doc fix.  (Bug#4727)
5055 2009-11-30  Juri Linkov  <juri@jurta.org>
5057         * misearch.el (multi-isearch-read-buffers)
5058         (multi-isearch-read-matching-buffers): New functions.
5059         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5060         Use them in the `interactive' spec.  Doc fix.
5061         (multi-isearch-read-files, multi-isearch-read-matching-files):
5062         New functions.
5063         (multi-isearch-files, multi-isearch-files-regexp):
5064         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
5066 2009-11-30  Juri Linkov  <juri@jurta.org>
5068         * doc-view.el (doc-view-continuous):
5069         Rename from `doc-view-continuous-mode'.
5070         (doc-view-menu): Move "Toggle display" to the top.
5071         Add submenu "Continuous" with radio buttons "Off"/"On"
5072         and "Save as Default".
5073         (doc-view-scroll-up-or-next-page)
5074         (doc-view-scroll-down-or-previous-page)
5075         (doc-view-next-line-or-next-page)
5076         (doc-view-previous-line-or-previous-page):
5077         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
5079 2009-11-30  Juri Linkov  <juri@jurta.org>
5081         * comint.el (comint-mode-map): Rebind `M-r' from
5082         `comint-previous-matching-input' to
5083         `comint-history-isearch-backward-regexp'.
5084         Unbind `M-s' to allow global key binding `M-s'.
5085         Add menu items for `comint-history-isearch-backward' and
5086         `comint-history-isearch-backward-regexp'.  (Bug#3746)
5088 2009-11-30  Juri Linkov  <juri@jurta.org>
5090         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5091         For def=recenter, replace `recenter' with `recenter-top-bottom'
5092         that is called with `this-command' and `last-command' let-bound
5093         to `recenter-top-bottom'.  When the last `def' was not `recenter',
5094         set `recenter-last-op' to nil.  (Bug#4981)
5096 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5098         Minor cleanup and simplification.
5099         * filecache.el (file-cache-add-directory)
5100         (file-cache-add-directory-recursively)
5101         (file-cache-add-from-file-cache-buffer)
5102         (file-cache-delete-file-regexp, file-cache-delete-directory)
5103         (file-cache-files-matching-internal, file-cache-display): Use dolist.
5104         (file-cache-temp-minibuffer-message): Delete function.
5105         (file-cache-minibuffer-complete): Use minibuffer-message instead.
5107         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5108         Don't signal an error when bumping into EOB in tr, s, or y.
5110 2009-11-29  Juri Linkov  <juri@jurta.org>
5112         * startup.el (fancy-about-text): Fix wording of Guided Tour.
5113         (Bug#4960)
5115         * descr-text.el (describe-char-unidata-list): Use lowercase name
5116         for "Unicode name" like in other tags.
5118 2009-11-29  Juri Linkov  <juri@jurta.org>
5120         * ediff-util.el (ediff-minibuffer-with-setup-hook):
5121         New compatibility macro.
5122         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5124 2009-11-29  Juri Linkov  <juri@jurta.org>
5126         Add defcustom to define the cycling order of `recenter-top-bottom'.
5127         (Bug#4981)
5129         * window.el (recenter-last-op): Doc fix.
5130         (recenter-positions): New defcustom.
5131         (recenter-top-bottom): Rewrite to use `recenter-positions'.
5132         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5134 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5136         Improve integration of Tramp and ange-ftp in eshell.
5138         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5139         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
5140         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
5142         * eshell/esh-util.el (top): Require also Tramp when compiling.
5143         (eshell-directory-files-and-attributes): Check for FTP remote
5144         connection.
5145         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5146         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5147         (eshell-file-attributes): Handle ".".  Return `entry'.
5149         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5150         (ange-ftp-directory-files-and-attributes)
5151         (ange-ftp-real-directory-files-and-attributes): New defuns.
5153         * net/tramp.el (tramp-maybe-open-connection): Open the remote
5154         shell with "exec" when possible.  This prevents trailing prompts
5155         in `start-file-process'.
5157 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5159         Try and remove assumptions about point-min==1.
5160         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5161         (rng-compute-mode-line-string): Show the validation percentage in
5162         terms of the narrowed text, not the widened text.
5163         (rng-do-some-validation): Don't catch internal errors when debugging.
5164         (rng-first-error): Simplify.
5165         (rng-after-change-function): Remove work around.  AFAIK the bug has
5166         been fixed a while ago.
5168         * image-mode.el (image-minor-mode): Exit more gracefully when the image
5169         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5171         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5173         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5174         `cd' doesn't always do it for us (bug#5067).
5176         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5177         on 2009-10-25 as part of some other change (bug#5067).
5179 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5181         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5182         `suspicious'.
5183         (byte-compile-warnings): Use byte-compile-warning-types.
5184         (byte-compile-save-excursion): Warn about use of set-buffer right
5185         after save-excursion.
5187         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5188         the excursion as well.
5190 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
5192         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5193         providing a Tramp related implementation of "su" and "sudo".
5194         (eshell-unix-initialize): Add "su" and "sudo".
5196 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
5198         * net/socks.el (socks-send-command): Convert binary request to
5199         unibyte before sending.  This fixes mishandling of some port
5200         numbers such as 129.
5202 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5204         * help.el (describe-bindings-internal): Remove `interactive'.
5206         * man.el (Man-completion-table): Trim a terminating "(".
5207         Remove the space between name page a section.
5208         Add the command's description on the `help-echo' property.
5209         Remove `process-connection-type' binding since it's unused by
5210         call-process.
5211         Provide completion for the "<section> <name>" format as well.
5212         (Man-default-man-entry): Remove spurious var shadowing the argument.
5214 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5216         * log-view.el: Add "Keywords: tools", since its other keywords
5217         aren't in finder-known-keywords, and following vc.el.
5219         * sha1.el (sha1-string-external): default-directory "/" in case
5220         otherwise non-existent.  process-connection-type pipe for touch of
5221         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5223 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5225         Misc coding convention cleanups.
5226         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5227         hfy-init-kludge-hooks.
5228         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5229         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5230         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5231         and push.
5232         (hfy-slant, hfy-weight): Use tables rather than code.
5233         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5234         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5235         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5236         (hfy-face-to-css): Remove `nconc' with single arg.
5237         (hfy-p-to-face-lennart): Use `or'.
5238         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5239         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5240         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5241         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5242         (hfy-force-fontification): Use run-hooks.
5244 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5246         Various minor fixes.
5247         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5248         Javascript belongs in the header, not the body.
5249         (hfy-javascript): Remove.
5250         (hfy-fontify-buffer): Don't insert it any more.
5251         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5252         Fix bug in invis handling when there were no invis props in a chunk.
5254 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5256         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5258 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5260         * finder.el (finder-mode-map): Add a menu.
5262 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5264         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5265         "unsigned" structs.
5267         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5268         fork" statement better.
5270 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5272         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5273         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5274         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5275         Reported by Clay Douglass.
5277         (verilog-auto-inst, verilog-auto-star-safe)
5278         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5279         Fix removing "// Interfaces" when saving .* expansions.
5280         Reported by Pierre-David Pfister.
5282 2009-11-26  Glenn Morris  <rgm@gnu.org>
5284         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5285         the scope.
5287 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5289         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5290         Really use previous revision.
5292 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5294         * man.el (Man-completion-table): default-directory "/" in case
5295         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5296         not to truncate long names.  process-connection-type pipe to avoid
5297         any chance of hitting the pseudo-tty TIOCGWINSZ.
5298         (man): completion-ignore-case t for friendliness and since man
5299         itself is case-insensitive on the command line.
5300         Further to Bug#3717.
5302         * arc-mode.el: Add "Keywords: files", so the details in its
5303         commentary can be reached from finder-by-keyword.
5304         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5305         editing mode, but it's comms related and sgml-mode.el has "comm"
5306         on that basis too.
5307         * textmodes/bibtex-style.el: Add "Keywords: tex".
5308         * international/isearch-x.el, international/ja-dic-cnv.el:
5309         * international/ja-dic-utl.el, international/kkc.el:
5310         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5312 2009-11-25  Juri Linkov  <juri@jurta.org>
5314         * man.el (Man-completion-table): Modify regexp to include
5315         section names to completion strings.  (Bug#3717)
5317 2009-11-25  Juri Linkov  <juri@jurta.org>
5319         Search recursively in gzipped files.  (Bug#4982)
5321         * progmodes/grep.el (grep-highlight-matches): Add new options
5322         `always' and `auto'.  Doc fix.
5323         (grep-process-setup): Check `grep-highlight-matches' for
5324         `auto-detect' to determine the need to compute grep defaults.
5325         Move Windows/DOS specific --colors settings handling
5326         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5327         to get the value of "--color=".
5328         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5329         has the value `auto-detect'.  Move Windows/DOS specific settings
5330         from `grep-process-setup'.
5331         (zrgrep): New command with alias `rzgrep'.
5333 2009-11-25  Juri Linkov  <juri@jurta.org>
5335         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5336         to nil instead of switching off view-mode.  (Bug#4896)
5338 2009-11-25  Juri Linkov  <juri@jurta.org>
5340         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5342         * mwheel.el (mwheel-scroll-up-function)
5343         (mwheel-scroll-down-function): New defvars.
5344         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5345         `scroll-up', and `mwheel-scroll-down-function' instead of
5346         `scroll-down'.
5348         * doc-view.el (doc-view-scroll-up-or-next-page)
5349         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5350         Use this ARG in the call to image-scroll-up/image-scroll-down.
5351         Change `interactive' spec to "P".  Goto next/previous page only
5352         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5353         SPC/DEL case).  Doc fix.
5354         (doc-view-next-line-or-next-page)
5355         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5356         for consistency.
5357         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5358         `doc-view-scroll-up-or-next-page', and buffer-local
5359         `mwheel-scroll-down-function' to
5360         `doc-view-scroll-down-or-previous-page'.
5362 2009-11-25  Juri Linkov  <juri@jurta.org>
5364         Provide additional default values (directories at other Dired
5365         windows) via M-n in the minibuffer of some Dired commands.
5367         * dired-aux.el (dired-diff, dired-compare-directories)
5368         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5369         `minibuffer-default' in `minibuffer-with-setup-hook'.
5370         (dired-dwim-target-directory): Find a window that displays Dired
5371         buffer instead of failing when the next window is not Dired.
5372         Use `get-window-with-predicate' to find for the next Dired window.
5373         (dired-dwim-target-defaults): New function.
5375         * ediff-util.el (ediff-read-file-name):
5376         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5377         in `minibuffer-with-setup-hook'.
5379 2009-11-25  Juri Linkov  <juri@jurta.org>
5381         Provide additional default values (file name at point or at the
5382         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5384         * minibuffer.el (read-file-name-defaults): New function.
5385         (read-file-name): Reset `minibuffer-default' to nil when
5386         it duplicates initial input `insdef'.
5387         Bind `minibuffer-default-add-function' to lambda that
5388         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5389         (minibuffer-insert-file-name-at-point): New command.
5391         * files.el (file-name-at-point-functions): New defcustom.
5392         (find-file-default): Remove defvar.
5393         (find-file-read-args): Don't use `find-file-default'.
5394         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5395         to `read-file-name'.
5396         (find-file-literally): Use `read-file-name' with
5397         `confirm-nonexistent-file-or-buffer'.
5399         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5401         * dired.el (dired-read-dir-and-switches):
5402         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5403         to `read-file-name'.
5404         (dired-file-name-at-point): New function.
5405         (dired-mode): Add hook `dired-file-name-at-point' to
5406         `file-name-at-point-functions'.
5408 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5410         Really make the *Completions* window soft-dedicated (bug#5030).
5411         * window.el (window--display-buffer-2): Add `dedicated' argument.
5412         (display-buffer): Pass it when needed so the dedicated flag is set
5413         after calling set-window-buffer, which would otherwise reset it.
5415 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5417         * progmodes/meta-mode.el (meta-complete-symbol):
5418         * progmodes/etags.el (complete-tag):
5419         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5420         Use completion-in-region.
5422         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5423         (dabbrev-completion): Use completion-in-region.
5424         (dabbrev--abbrev-at-point): Simplify regexp.
5426         * abbrev.el (abbrev--before-point): Use word-motion functions
5427         if :regexp is not specified (bug#5031).
5429         * subr.el (string-prefix-p): New function.
5431         * man.el (Man-completion-cache): New var.
5432         (Man-completion-table): Use it.
5434         * vc.el (vc-print-log-internal): Make `limit' optional for better
5435         compatibility (e.g. with vc-annotate.el).
5437 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5439         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5440         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5442         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5443         when .el source file not found or other error.
5445 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5447         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5449 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5451         Handle the [back] button properly (bug#4979).
5452         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5453         Use help-setup-xref, help-buffer, and with-help-window.
5454         (describe-char): Add `buffer' argument.
5455         Pass proper command to help-setup-xref.  Don't meddle with
5456         help-xref-stack-item directly.
5457         (describe-text-category): Use with-help-window and help-buffer.
5459         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5460         for the displayed buffer (bug#4887).
5462         * man.el (Man-completion-table): New function.
5463         (man): Use it.
5465 2009-11-24  David Reitter  <david.reitter@gmail.com>
5467         * vc-git.el (vc-git-registered): Use checkout directory (where
5468         .git is) rather than the file's directory and a relative path spec
5469         to work around a bug in git.
5471 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5473         Improve handling of processes on remote hosts.
5475         * eshell/esh-util.el (eshell-path-env): New defvar.
5476         (eshell-parse-colon-path): New defun.
5477         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5479         * eshell/esh-ext.el (eshell-search-path):
5480         Use `eshell-parse-colon-path'.
5481         (eshell-remote-command): Remove argument HANDLER.
5482         (eshell-external-command): Check for FTP remote connection.
5484         * eshell/esh-proc.el (eshell-gather-process-output):
5485         Use `file-truename', in order to start also symlinked files.
5486         Apply `start-file-process' instead of `start-process'.
5487         Shorten `command' to the local file name part.
5489         * eshell/em-cmpl.el (eshell-complete-commands-list):
5490         Use `eshell-parse-colon-path'.
5492         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5494         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5495         to `eshell-directory-change-hook'.
5497 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5499         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5500         because it could be enabled automatically if view-read-only is non-nil.
5502 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5504         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5505         made on 2009-11-22.
5507 2009-11-24  Glenn Morris  <rgm@gnu.org>
5509         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5510         deleted variable bookmark-bmenu-bookmark-column.
5512 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5516 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5518         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5519         two slashes to the "file:" prefix.
5520         (browse-url-file-url): De-munge Cygwin filenames before passing
5521         them to Windows browser.
5522         (browse-url-default-windows-browser): Use call-process.
5524 2009-11-23  Juri Linkov  <juri@jurta.org>
5526         Implement DocView Continuous mode.  (Bug#4896)
5527         * doc-view.el (doc-view-continuous-mode): New defcustom.
5528         (doc-view-mode-map): Bind C-n/<down> to
5529         `doc-view-next-line-or-next-page', C-p/<up> to
5530         `doc-view-previous-line-or-previous-page'.
5531         (doc-view-next-line-or-next-page)
5532         (doc-view-previous-line-or-previous-page): New commands.
5534 2009-11-23  Juri Linkov  <juri@jurta.org>
5536         Implement Isearch in comint input history.  (Bug#3746)
5537         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5538         `isearch-mode-hook'.
5539         (comint-history-isearch): New defcustom.
5540         (comint-history-isearch-backward)
5541         (comint-history-isearch-backward-regexp): New commands.
5542         (comint-history-isearch-message-overlay): New buffer-local variable.
5543         (comint-history-isearch-setup, comint-history-isearch-end)
5544         (comint-goto-input, comint-history-isearch-search)
5545         (comint-history-isearch-message, comint-history-isearch-wrap)
5546         (comint-history-isearch-push-state)
5547         (comint-history-isearch-pop-state): New functions.
5549 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5551         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5552         return.
5553         (tramp-handle-make-symbolic-link)
5554         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5555         Quote file names.
5556         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5557         (tramp-handle-process-file): Use it.
5559 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5561         * window.el (move-to-window-line-last-op): Remove.
5562         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5564 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5566         Make M-r mirror the new cycling behavior of C-l.
5567         * window.el (move-to-window-line-last-op): New var.
5568         (move-to-window-line-top-bottom): New command.
5569         (global-map): Bind M-r move-to-window-line-top-bottom.
5571 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5573         * dired-x.el (dired-guess-shell-alist-default):
5574         Support xz format.  (Bug#4953)
5576 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5578         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5579         last-command-char/last-command-event.
5580         (viper-prefix-arg-value): Do correct conversion of event-char for
5581         XEmacs.
5583         * emulation/viper-util.el, emulation/viper.el:
5584         Use viper-last-command-char instead of
5585         last-command-char/last-command-event.
5587         * ediff-init.el, ediff-mult.el, ediff-util.el:
5588         Replace last-command-char and last-command-event
5589         with (ediff-last-command-char) everywhere.
5591         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5592         created in fundamental mode.
5594         * ediff.el (ediff-version): Revert the change of interactive-p to
5595         called-interactively-p.
5597 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5599         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5600         generation from word-movement command names.
5602 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5604         * cus-start.el (all): Add native condition for font-use-system-font.
5606 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5608         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5609         Correct the patch from 2009-11-18.  (Bug#3910)
5611 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5613         * progmodes/subword.el: Rename from lisp/subword.el.
5615         * subword.el: Rename to progmodes/subword.el.
5617         * Makefile.in (ELCFILES): Adapt to subword.el move.
5619 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5620             Stefan Monnier  <monnier@iro.umontreal.ca>
5622         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5623         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5624         (bookmark-bmenu-show-filenames): Use push.
5625         (bookmark-bmenu-hide-filenames): Use local var instead of
5626         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5627         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5628         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5629         filenames now that the bookmark names are always available.
5631 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5633         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5634         (bookmark-search-pattern): Move and leave unbound.
5635         (bookmark-bmenu-mode-map): Change binding.
5636         (bookmark-read-search-input): Simplify.
5637         Don't use text-char-description.  Don't error on non-char events.
5638         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5639         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5640         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5641         Use a local var for the timer.
5642         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5643         (i.e. bookmark-bmenu-search).
5645 2009-11-21  Glenn Morris  <rgm@gnu.org>
5647         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5649 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5651         * net/browse-url.el (browse-url-default-windows-browser):
5652         Use cygstart for cygwin.
5654 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5656         * bookmark.el: Formatting and doc fixes only:
5657         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5658         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5659         Minor grammar and punctuation fixes in doc string.
5660         (bookmark-read-search-input): Adjust to fit within 80 columns.
5662 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5664         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5665         (c-backward-into-nomenclature): Adapt to subword renaming.
5667         * subword.el (subword-forward, subword-backward, subword-mark)
5668         (subword-kill, subword-backward-kill, subword-transpose)
5669         (subword-downcase, subword-upcase, subword-capitalize)
5670         (subword-forward-internal, subword-backward-internal):
5671         Rename from forward-subword, backward-subword, mark-subword,
5672         kill-subword, backward-kill-subword, transpose-subwords,
5673         downcase-subword, upcase-subword, capitalize-subword,
5674         forward-subword-internal, backward-subword-internal.
5676 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5678         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5679         New options.
5680         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5681         New vars.
5682         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5683         (bookmark-bmenu-filter-alist-by-regexp)
5684         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5685         (bookmark-bmenu-search): New command.
5686         (bookmark-bmenu-mode-map): Bind it.
5688 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5690         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5691         backward-subword to quit the byte-compiler.
5693         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5695         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5697         * progmodes/cc-cmds.el (c-update-modeline)
5698         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5699         Refer to subword.el functions instead of cc-subword.el.
5701         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5702         subword.el functions instead of cc-subword.el.
5704         * progmodes/cc-subword.el: Rename to subword.el.
5705         * subword.el: Rename from progmodes/cc-subword.el.
5706         (subword-mode-map): Rename from c-subword-mode-map.
5707         (subword-mode): Rename from c-subword-mode.
5708         (global-subword-mode): New global minor mode.
5709         (forward-subword): Rename from c-forward-subword.
5710         (backward-subword): Rename from c-backward-subword.
5711         (mark-subword): Rename from c-mark-subword.
5712         (kill-subword): Rename from c-kill-subword.
5713         (backward-kill-subword): Rename from c-backward-kill-subword.
5714         (transpose-subwords): Rename from c-tranpose-subword.
5715         (downcase-subword): Rename from c-downcase-subword.
5716         (capitalize-subword): Rename from c-capitalize-subword.
5717         (forward-subword-internal): Rename from c-forward-subword-internal.
5718         (backward-subword-internal): Rename from c-backward-subword-internal.
5720 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5722         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5723         from a dired buffer.
5724         (vc-dired-deduce-fileset): New function.
5725         (vc-root-diff, vc-print-root-log): Use it.
5727         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5728         nil LIMIT argument to vc-print-log-internal.
5730 2009-11-20  Glenn Morris  <rgm@gnu.org>
5732         * Makefile.in (ELCFILES): Regenerate.
5734 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5736         * calc/calc.el (calc-set-mode-line):
5737         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5738         (math-format-number): Rename `math-format-complement-signed' to
5739         `math-format-twos-complement'.
5741         * calc/calc-bin.el (math-format-twos-complement): Rename from
5742         math-format-complement-signed.
5743         (calc-radix): Rename `calc-complement-signed-mode' to
5744         `calc-twos-complement-mode'.
5745         (calc-octal-radix, calc-hex-radix): Add an argument for
5746         two's complement.
5748         * calc/calc-embed.el (calc-embedded-mode-vars):
5749         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5751         * calc/calc-ext.el (calc-init-extensions):
5752         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5753         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5755         * calc/calc-units.el (math-build-units-table-buffer):
5756         Let `calc-twos-complement-mode' be nil.
5758         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5759         entries.
5761         * calc/calc-vec.el (calcFunc-vunpack):
5762         * calc/calc-aent.el (calc-do-calc-eval):
5763         * calc/calc-forms.el (math-format-date):
5764         * calc/calc-graph.el (calc-graph-plot):
5765         * calc/calc-math.el (math-use-emacs-fn):
5766         * calc/calccomp.el (math-compose-expr):
5767         Let `calc-twos-complement-mode' be nil.
5769 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5771         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5772         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5773         * minibuffer.el (completion-in-region-functions): New hook.
5774         (completion-in-region): New function.
5775         * emacs-lisp/lisp.el (lisp-complete-symbol):
5776         * pcomplete.el (pcomplete-std-complete): Use it.
5778 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5780         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5781         (latex-complete-alist): New vars.
5782         (latex-string-prefix-p, latex-complete-bibtex-keys)
5783         (latex-complete-envnames, latex-complete-refkeys)
5784         (latex-complete-data): New functions.
5785         (latex-complete, latex-indent-or-complete): New commands.
5787         * window.el (display-buffer-mark-dedicated): New var.
5788         (display-buffer): Obey it.
5789         * minibuffer.el (minibuffer-completion-help): Use it.
5791         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5793         * filecache.el (file-cache-add-file): Use push and cons.
5794         (file-cache-delete-file-regexp): Use push.
5795         (file-cache-complete): Use completion-in-region.
5797         * simple.el (with-wrapper-hook): Fix thinko.
5799         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5800         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5801         Use with-current-buffer and string-to-number.
5802         (hfy-fallback-colour-values): Use assoc-string.
5803         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5804         (hfy-face-at): Remove unused var `found-face'.
5805         (hfy-compile-stylesheet): Remove unused var `css'.
5806         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5807         and `orig-buffer'.
5808         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5809         Use with-current-buffer.
5810         (hfy-text-p): Use expand-file-name and fewer setq.
5812 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5814         * htmlfontify.el, hfy-cmap.el: New files.
5816 2009-11-19  Juri Linkov  <juri@jurta.org>
5818         * minibuffer.el (completions-format): New defcustom.
5819         (completion--insert-strings): Implement vertical format.
5821         * simple.el (switch-to-completions): Move point to the first
5822         completion when point was at the beginning of the buffer.
5824 2009-11-19  Juri Linkov  <juri@jurta.org>
5826         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5828         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5830 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5832         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5833         (mail-signature): Change default to t.
5834         (mail-from-style): Deprecate `system-default' value.
5835         (mail-insert-from-field): For default value of mail-from-style,
5836         default to `angles' unless `angles' needs quoting and `parens'
5837         does not.
5838         (mail-citation-prefix-regexp): Use citation regexp from
5839         message-mode.
5841 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5843         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5844         Set variables for computing the prompt for reading password.
5846 2009-11-19  Glenn Morris  <rgm@gnu.org>
5848         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5850         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5852         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5853         (newsticker-treeview-listwindow-height): Fix custom type.
5855 2009-11-19  Kenichi Handa  <handa@m17n.org>
5857         * descr-text.el (describe-char-padded-string): Compose with TAB
5858         only if there's a font for CH.
5859         (describe-char): Fix the condition for detecting a trivial composition.
5861 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5863         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5864         more accurate version of the regexp.  (Bug#3910)
5866 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5868         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5870 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5872         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5873         (font-setting-change-default-font): Fix typo in docstring.
5875 2009-11-18  Alan Mackenzie  <acm@muc.de>
5877         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5879 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5881         * font-setting.el (font-use-system-font): Move ...
5883         * cus-start.el (all): ... to here.
5885 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5887         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5888         Don't set `ad-return-value' if `ad-do-it' doesn't.
5890         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5891         modification time.
5893 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5895         * menu-bar.el: Put "Use system font" in Option-menu.
5896         (menu-bar-options-save): Add font-use-system-font.
5898         * loadup.el: If feature system-font-setting or font-render-setting is
5899         there, load font-setting.
5901         * Makefile.in (ELCFILES): Add font-settings.el.
5902         * font-setting.el: New file.
5904 2009-11-17  Glenn Morris  <rgm@gnu.org>
5906         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5908         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5909         Preserve point in the list buffer.  (Bug#4939)
5910         Use point-at-eol.
5911         (newsticker--treeview-list-update-highlight)
5912         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5914 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5916         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5917         Remove.
5919         * calc/calc-ext.el (calc-init-extensions): Remove references to
5920         symclip.
5922         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5924         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5925         * calc/calc-help.el (calc-b-prefix-help): Remove references to
5926         `calc-symclip'.
5928 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5930         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5931         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5933         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5934         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5935         Ignore trailing spaces by omit-nulls to split-string (fixing
5936         regression from Emacs 21 due to the incompatible split-string
5937         change).  (Bug #4928.)
5939 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5941         * vc.el (vc-log-show-limit): Default to 2000.
5942         (vc-print-log-internal): Insert buttons to request more entries
5943         when limiting the output.
5945         * vc-sccs.el (vc-sccs-print-log):
5946         * vc-rcs.el (vc-rcs-print-log):
5947         * vc-cvs.el (vc-cvs-print-log):
5948         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5949         LIMIT is non-nil.
5951 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5953         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5954         error when `tramp-gvfs-dbus-event-vector' is set.
5955         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5957 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5959         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5961 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5963         * net/dbus.el (dbus-unregister-service): New defun.
5964         (dbus-register-property): Register the handlers of
5965         "org.freedesktop.DBus.Properties" for SERVICE.
5966         (dbus-property-handler): Fix docstring.
5968 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5970         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5971         Quote doc string reference in defvaralias as it is not in special form.
5972         (byte-compile-output-docform): Doc fix.
5974 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5976         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5977         (calc-complement-signed-mode): New variables.
5978         (calc-set-mode-line): Add indicator for twos-complements.
5979         (math-format-number): Format twos-complement notation.
5981         * calc/calc-bin.el (calc-word-size): Reset the variables
5982         `math-2-word-size' and `math-half-2-word-size'.
5983         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5984         (calc-symclip): New functions.
5986         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5988         * calc/calc-embed.el (calc-embedded-mode-vars):
5989         Add `calc-complement-signed-mode' to the list of modes.
5991         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5992         (calc-b-oper-keys): Add `calc-symclip' to list.
5994         * calc/calc-ext.el (math-read-number-fancy): Read complement
5995         signed numbers.
5996         (calc-init-extensions): Add binding for `calc-symclip'.
5997         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5999         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6000         `calc-symclip'.
6001         (calc-modes-menu): Add item for twos complement mode.
6003         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6005 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6007         * register.el (jump-to-register, insert-register): Handle Semantic
6008         tags.  From commented-out advice in semantic/senator.el.
6010 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6012         * vc.el (vc-log-show-limit): New variable.
6013         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
6014         when using a prefix argument.
6015         (vc-print-log-internal): Add new argument LIMIT.
6017         * vc-svn.el (vc-svn-print-log):
6018         * vc-mtn.el (vc-mtn-print-log):
6019         * vc-hg.el (vc-hg-print-log):
6020         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6021         pass it to the log command when set.  Make the BUFFER argument
6022         non-optional.
6024         * vc-sccs.el (vc-sccs-print-log):
6025         * vc-rcs.el (vc-rcs-print-log):
6026         * vc-git.el (vc-git-print-log):
6027         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6028         ignore it.  Make the BUFFER argument non-optional
6030         * bindings.el (mode-line-buffer-identification): Do not purecopy.
6032 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6034         * dired.el (dired-mode-map): Move encryption items to "Operate"
6035         menu (Bug#4703).
6037         * strokes.el (strokes-update-window-configuration): Make strokes
6038         buffer current before erasing (Bug#4906).
6040 2009-11-15  Juri Linkov  <juri@jurta.org>
6042         * simple.el (set-mark-default-inactive): Add :type, :group
6043         and :version.  (Bug#4876)
6045 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
6047         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6048         (archive-unique-fname): ... here.  (Bug#4929)
6050 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6052         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6053         with a real fix.
6055         * novice.el (disabled-command-function): Add useful args.
6056         Setup the help buffer so that [back] works.
6057         Remove redundant call to help-mode.
6058         (disabled-command-function): Use `case'.
6059         (en/disable-command): New function extracted from enable-command.
6060         (enable-command, disable-command): Use it.
6062 2009-11-14  Glenn Morris  <rgm@gnu.org>
6064         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6065         constants.  (Bug#4913)
6067         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6069 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6071         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6072         defined in C that have no doc-strings.  (Bug#1063)
6074 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
6076         * cus-edit.el (data, files):
6077         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
6079 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
6081         * simple.el (shell-command): Doc fix (Bug#4891).
6083         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6085 2009-11-14  Glenn Morris  <rgm@gnu.org>
6087         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6088         statements for vc-diff, emerge-quit, and rmail-cease-edit.
6089         If they are already loaded, eval-after-load will do the right thing.
6091         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6092         compiling.
6094         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6096         * simple.el (x-selection-owner-p): Declare.
6097         (read-mail-command): Use custom radio type rather than choice.
6098         (completion-no-auto-exit): Doc fix.
6100         * custom.el (defgroup):
6101         * epg-config.el (epg): Doc fixes.
6103 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6105         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6106         * international/ccl.el (define-ccl-program): Do not purecopy the
6107         docstring, defconst does it anyway.
6109 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6111         * add-log.el (add-change-log-entry): Avoid displaying the changelog
6112         a second time.
6114         * x-dnd.el (x-dnd-maybe-call-test-function):
6115         * window.el (split-window-vertically):
6116         * whitespace.el (whitespace-help-on):
6117         * vc-rcs.el (vc-rcs-consult-headers):
6118         * userlock.el (ask-user-about-lock-help)
6119         (ask-user-about-supersession-help):
6120         * type-break.el (type-break-force-mode-line-update):
6121         * time-stamp.el (time-stamp-conv-warn):
6122         * terminal.el (te-set-output-log, te-more-break, te-filter)
6123         (te-sentinel, terminal-emulator):
6124         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6125         (term-write-input-ring, term-check-source, term-start-output-log):
6126         (term-display-buffer-line, term-dynamic-list-completions):
6127         (term-ansi-make-term, serial-term):
6128         * subr.el (selective-display):
6129         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6130         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6131         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6132         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6133         (speedbar-remove-localized-speedbar-support)
6134         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6135         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6136         (speedbar-buffers-line-directory):
6137         * simple.el (shell-command-on-region, append-to-buffer)
6138         (prepend-to-buffer):
6139         * shadowfile.el (shadow-save-todo-file):
6140         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6141         (scroll-bar-maybe-set-window-start):
6142         * sb-image.el (speedbar-image-dump):
6143         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6144         (load-save-place-alist-from-file):
6145         * ps-samp.el (ps-print-message-from-summary):
6146         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6147         (ps-background-image, ps-begin-job, ps-do-despool):
6148         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6149         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6150         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6151         (pr-call-process, pr-file-list, pr-interface-save):
6152         * novice.el (disabled-command-function)
6153         (enable-command, disable-command):
6154         * mouse.el (mouse-buffer-menu-alist):
6155         * mouse-copy.el (mouse-kill-preserving-secondary):
6156         * macros.el (kbd-macro-query):
6157         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6158         * informat.el (batch-info-validate):
6159         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6160         * hippie-exp.el (try-expand-dabbrev-visible):
6161         * help-mode.el (help-make-xrefs):
6162         * help-fns.el (describe-variable):
6163         * generic-x.el (bat-generic-mode-run-as-comint):
6164         * finder.el (finder-mouse-select):
6165         * find-dired.el (find-dired-sentinel):
6166         * filesets.el (filesets-file-close):
6167         * files.el (list-directory):
6168         * faces.el (list-faces-display, describe-face):
6169         * facemenu.el (list-colors-display):
6170         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6171         * epg.el (epg--process-filter, epg-cancel):
6172         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6173         (epa--read-signature-type):
6174         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6175         (emerge-file-names):
6176         * ehelp.el (electric-helpify):
6177         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6178         * ediff-vers.el (rcs-ediff-view-revision):
6179         * ediff-util.el (ediff-setup):
6180         * ediff-mult.el (ediff-append-custom-diff):
6181         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6182         (ediff-wordify):
6183         * echistory.el (Electric-command-history-redo-expression):
6184         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6185         * disp-table.el (describe-display-table):
6186         * dired.el (dired-find-buffer-nocreate):
6187         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6188         * dabbrev.el (dabbrev--same-major-mode-p):
6189         * chistory.el (list-command-history):
6190         * apropos.el (apropos-documentation):
6191         * allout.el (allout-obtain-passphrase):
6192         (allout-copy-exposed-to-buffer):
6193         (allout-verify-passphrase): Use with-current-buffer.
6195 2009-11-13  Glenn Morris  <rgm@gnu.org>
6197         * Makefile.in (ELCFILES): Regenerate.
6199 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6201         * net/dbus.el (dbus-registered-objects-table): Rename from
6202         `dbus-registered-functions-table', because it contains also properties.
6203         (dbus-unregister-object): Unregister also properties.
6204         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6205         Use a timeout of 500 msec, in order to not block.
6206         (dbus-register-property, dbus-property-handler): New defuns.
6208 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         * simple.el (minibuffer-default-add-completions): Drop deprecated
6211         4th arg.
6213 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6215         * textmodes/artist.el (artist-mouse-choose-operation):
6216         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6217         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6218         (artist-compute-up-event-key): New function.
6219         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6221 2009-11-13  Kenichi Handa  <handa@m17n.org>
6223         * language/japan-util.el: Make sure that the value of jisx0208
6224         property is jisx0208 character.
6226 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6228         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6229         car or each item, not the whole list.
6231 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6233         * minibuffer.el (minibuffer-completion-help):
6234         Use minibuffer-hide-completions.
6236 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6238         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6239         (dired-revert): Use them (bug#4880).
6241 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6243         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6245 2009-11-12  Juri Linkov  <juri@jurta.org>
6247         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6248         New functions.
6249         (find-file-literally-at-point): Alias of `ffap-literally'.
6251 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6253         * textmodes/ispell.el (ispell-skip-region-alist):
6254         * textmodes/css-mode.el (auto-mode-alist):
6255         * progmodes/compile.el (auto-mode-alist):
6256         * international/mule.el (ctext-non-standard-encodings-alist)
6257         (ctext-non-standard-encodings-regexp):
6258         * simple.el (shell-command-switch, text-read-only):
6259         * replace.el (occur-mode-map):
6260         * paths.el (rmail-file-name):
6261         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6262         * find-file.el (ff-special-constructs):
6263         * files.el (file-name-handler-alist):
6264         * composite.el: Purecopy strings.
6266         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6268 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6270         * widget.el (define-widget): Purecopy the docstring.
6271         * international/mule-cmds.el (charset): Do not purecopy the
6272         docstring here, define-widget does it.
6274         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6275         * textmodes/bibtex-style.el (auto-mode-alist):
6276         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6277         * progmodes/compile.el (compile-command):
6278         * language/korea-util.el (default-korean-keyboard):
6279         * international/mule-conf.el (file-coding-system-alist):
6280         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6281         * tooltip.el (tooltip-frame-parameters):
6282         * newcomment.el (comment-end, comment-padding):
6283         * dired.el (dired-trivial-filenames):
6284         * comint.el (comint-file-name-prefix): Purecopy initial values.
6286 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6288         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6289         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6290         `tramp-unload'.
6291         (tramp-advice-make-auto-save-file-name)
6292         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6293         after removing the advice.
6295 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6297         * progmodes/grep.el (grep-regexp-alist):
6298         * international/mule-cmds.el (iso-2022-control-alist):
6299         * emacs-lisp/timer.el (timer-duration-words):
6300         * subr.el (version-separator, version-regexp-alist):
6301         * minibuffer.el (completion-styles-alist):
6302         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6303         Change defvars to defconsts.
6305         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6306         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6307         * international/mule-conf.el: Allow to be byte compiled.
6309         * international/mule.el (define-charset): Purecopy props.
6310         (load-with-code-conversion): Purecopy doc string and file name.
6311         (put-charset-property): Purecopy strings.
6312         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6314         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6315         (define-char-code-property): Correctly purecopy the table.
6317         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6319         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6321         * subr.el (add-hook): Purecopy strings.
6322         (eval-after-load): Purecopy load-history-regexp and the form.
6324         * custom.el (custom-declare-group): Purecopy load-file-name.
6326         * subr.el (menu-bar-separator): New defconst.
6327         * net/eudc.el (eudc-tools-menu):
6328         * international/mule-cmds.el (set-coding-system-map)
6329         (mule-menu-keymap):
6330         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6331         * vc-hooks.el (vc-menu-map):
6332         * replace.el (occur-mode-map):
6333         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6334         (menu-bar-edit-menu, menu-bar-goto-menu)
6335         (menu-bar-custom-menu, menu-bar-showhide-menu)
6336         (menu-bar-options-menu, menu-bar-tools-menu)
6337         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6338         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6339         (menu-bar-help-menu):
6340         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6341         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6343         * term/x-win.el (x-gtk-stock-map):
6344         * progmodes/vera-mode.el (auto-mode-alist):
6345         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6346         (inferior-lisp-program, inferior-lisp-load-command):
6347         * progmodes/hideshow.el (hs-special-modes-alist):
6348         * progmodes/gud.el (same-window-regexps):
6349         * progmodes/grep.el (grep-program, find-program, xargs-program):
6350         * net/telnet.el (same-window-regexps):
6351         * net/rlogin.el (same-window-regexps):
6352         * language/ethiopic.el (font-ccl-encoder-alist):
6353         * vc-sccs.el (vc-sccs-master-templates):
6354         * vc-rcs.el (vc-rcs-master-templates):
6355         * subr.el (cl-assertion-failed):
6356         * simple.el (next-error-overlay-arrow-position):
6357         * lpr.el (lpr-command):
6358         * locate.el (locate-ls-subdir-switches):
6359         * info.el (same-window-regexps, info)
6360         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6361         * image-mode.el (image-mode, auto-mode-alist):
6362         * hippie-exp.el (hippie-expand-ignore-buffers):
6363         * format.el (format-alist):
6364         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6365         (find-name-arg):
6366         * facemenu.el (facemenu-keybindings):
6367         * dired.el (dired-listing-switches, dired-chown-program):
6368         * diff.el (diff-switches, diff-command):
6369         * cus-edit.el (same-window-regexps):
6370         * bindings.el (mode-line-mule-info)
6371         (mode-line-buffer-identification): Purecopy strings.
6373 2009-11-11  Juri Linkov  <juri@jurta.org>
6375         * simple.el (dired-get-filename) <declare-function>:
6376         Tell the byte-compiler about dired-get-filename.
6377         (shell-command): In Dired mode, get filename from the current line
6378         as the default value.
6380 2009-11-10  Glenn Morris  <rgm@gnu.org>
6382         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6383         * calendar/holidays.el, progmodes/cperl-mode.el:
6384         Update x-popup-menu declarations.
6386         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6387         (list-load-path-shadows): Use dolist.
6388         (list-load-path-shadows): Use with-current-buffer.
6390 2009-11-10  Juri Linkov  <juri@jurta.org>
6392         * minibuffer.el (read-file-name): Support a list of default values
6393         in `default-filename'.  Use the first file name where only one
6394         element is required.  Doc fix.
6396 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6398         * net/dbus.el (dbus-unregister-object): Release service, if no
6399         other method is registered for it.
6401 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6403         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6404         bookmark-sort-flag is non-nil (Bug#4653).
6406 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6408         * emulation/cua-base.el: Add CUA property to some CC mode commands
6409         (Bug#4100).
6411 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6413         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6414         at end of sentence (Bug#4818).
6416 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6418         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6419         Handle "see declaration of" MSFT statements (Bug#4100).
6421 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6423         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6424         (tramp-advice-file-expand-wildcards): Unload via
6425         `ad-remove-advice'.
6427         * net/trampver.el: Update release number.
6429 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6431         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6432         `ad-do-it'.
6434 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6436         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6437         in order to keep context in SELinux.
6439 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6441         * dired-aux.el (dired-query): Place cursor in echo area and allow
6442         C-g.
6444         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6445         menu item if not on a directory (Bug#4701).
6447 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6449         Sync with Tramp 2.1.17.
6451         * net/tramp.el (tramp-handle-copy-directory): Don't use
6452         `file-remote-p' (due to compatibility).
6454         * net/tramp-compat.el (tramp-compat-copy-directory)
6455         (tramp-compat-delete-directory): New defuns.
6457         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6458         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6459         Use `tramp-compat-delete-directory'.
6461         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6462         (tramp-smb-handle-delete-directory):
6463         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6465         * net/trampver.el: Update release number.
6467 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6469         * tar-mode.el (tar-copy): Call write-region on the right buffer
6470         (Bug#4857).
6472         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6473         by hand, if necessary (Bug#4878).
6475 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6477         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6478         align size column (Bug#4839).
6480         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6481         statement.
6483 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6485         * progmodes/ld-script.el (auto-mode-alist):
6486         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6488         * cus-face.el (custom-declare-face): Purecopy face spec.
6490 2009-11-06  Kenichi Handa  <handa@m17n.org>
6492         * international/uni-bidi.el: Re-generated.
6493         * international/uni-category.el: Re-generated.
6494         * international/uni-combining.el: Re-generated.
6495         * international/uni-mirrored.el: Re-generated.
6497 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6499         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6500         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6501         (tex-start-options, slitex-run-command, latex-run-command)
6502         (tex-run-command, tex-directory):
6503         * textmodes/ispell.el (ispell-html-skip-alists)
6504         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6505         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6506         (adaptive-fill-regexp):
6507         * textmodes/dns-mode.el (auto-mode-alist):
6508         * progmodes/python.el (interpreter-mode-alist):
6509         * progmodes/etags.el (tags-compression-info-list):
6510         * progmodes/etags.el (tags-file-name):
6511         * net/browse-url.el (browse-url-galeon-program)
6512         (browse-url-firefox-program):
6513         * mail/sendmail.el (mail-signature-file)
6514         (mail-citation-prefix-regexp):
6515         * international/mule-conf.el (eight-bit):
6516         * international/latexenc.el (latex-inputenc-coding-alist):
6517         * international/fontset.el (x-pixel-size-width-font-regexp):
6518         * emacs-lisp/warnings.el (warning-type-format):
6519         * emacs-lisp/trace.el (trace-buffer):
6520         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6521         (emacs-lisp-mode-map):
6522         * calendar/holidays.el (holiday-solar-holidays)
6523         (holiday-bahai-holidays, holiday-islamic-holidays)
6524         (holiday-christian-holidays, holiday-hebrew-holidays)
6525         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6526         (hebrew-holidays-1, holiday-oriental-holidays)
6527         (holiday-general-holidays):
6528         * x-dnd.el (x-dnd-known-types):
6529         * tool-bar.el (tool-bar):
6530         * startup.el (site-run-file):
6531         * shell.el (shell-dumb-shell-regexp):
6532         * rfn-eshadow.el (file-name-shadow-tty-properties)
6533         (file-name-shadow-properties):
6534         * paths.el (remote-shell-program, news-directory):
6535         * mouse.el ([C-down-mouse-3]):
6536         * menu-bar.el (menu-bar-tools-menu):
6537         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6538         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6539         (jka-compr-compression-info-list):
6540         * isearch.el (search-whitespace-regexp):
6541         * image-file.el (image-file-name-extensions):
6542         * find-dired.el (find-ls-option):
6543         * files.el (directory-listing-before-filename-regexp)
6544         (directory-free-space-args, insert-directory-program)
6545         (list-directory-brief-switches, magic-fallback-mode-alist)
6546         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6547         (automount-dir-prefix):
6548         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6549         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6550         (face-font-registry-alternatives, face-font-registry-alternatives)
6551         (face-font-family-alternatives):
6552         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6553         (facemenu-foreground-menu, facemenu-face-menu):
6554         * epa-hook.el (epa-file-name-regexp):
6555         * dnd.el (dnd-protocol-alist):
6556         * textmodes/rst.el (auto-mode-alist):
6557         * button.el (default-button): Purecopy strings.
6559 2009-11-06  Glenn Morris  <rgm@gnu.org>
6561         * Makefile.in (ELCFILES): Update.
6563 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6565         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6566         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6568         * nxml/xsd-regexp.el (xsdre-gen-categories):
6569         * nxml/xmltok.el (xmltok-parse-entity):
6570         * nxml/rng-parse.el (rng-parse-validate-file):
6571         * nxml/rng-maint.el (rng-format-manual)
6572         (rng-manual-output-force-new-line):
6573         * nxml/rng-loc.el (rng-save-schema-location-1):
6574         * nxml/rng-cmpct.el (rng-c-parse-file):
6575         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6576         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6578 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6580         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6581         Remove extra save-excursions and make-variable-buffer-local's.
6582         Suggested by Stefan Monnier.
6584         (verilog-getopt-file, verilog-module-inside-filename-p)
6585         (verilog-set-define): Merge GNU 1.35 and repair changes from
6586         switching to using with-current-buffer.
6588         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6589         being treated as a number and confusing AUTORESET.
6590         Reported by Dan Dever.
6592         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6593         Add verilog-auto-ignore-concat to fix backward compatibility with
6594         older verilog-modes.  Reported by Dan Katz.
6596         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6597         containing closing anchors "...$".
6599         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6600         Reported by Wade Smith.
6602         (verilog-batch-execute-func): Comment on function usage.
6604 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6606         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6607         for labels.
6609         (verilog-label-re, verilog-calc-1): Support proper indent of named
6610         asserts.
6612         (verilog-backward-token, verilog-basic-complete-re)
6613         (verilog-beg-of-statement, verilog-indent-re): Support proper
6614         indent of the assert statement at the beginning of a block of text.
6616         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6617         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6618         tokens as begins.
6620 2009-11-05  Glenn Morris  <rgm@gnu.org>
6622         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6623         Emacs 19.  (Bug#1531)
6624         (byte-compile-fix-header): Update for the above change.
6625         Drop test for epoch::version.
6627         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6628         * cus-dep.el (custom-make-dependencies):
6629         * finder.el (finder-compile-keywords):
6630         Use autoload-rubric's feature argument.
6632         * calendar/diary-lib.el (top-level): Make load behave more like require.
6634         * vc-git.el (vc-git-stash-map): Move definition before use.
6636 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6638         * custom.el (custom-declare-group): Purecopy standard-value.
6639         (custom-declare-group): Purecopy custom-prefix.
6641         * international/mule.el (load-with-code-conversion):
6642         Call do-after-load-evaluation unconditionally.
6644         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6646 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6648         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6650 2009-11-04  Glenn Morris  <rgm@gnu.org>
6652         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6653         (byte-compile-compatibility): Remove option.
6654         (byte-compile-close-variables, byte-compile-fix-header)
6655         (byte-compile-insert-header, byte-compile-output-docform)
6656         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6657         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6658         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6659         (byte-compile-insert, byte-compile-defun):
6660         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6661         (byte-defop-compiler19): Remove.
6662         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6663         used by anything.  Replace all calls with byte-defop-compiler.
6665 2009-11-04  Juri Linkov  <juri@jurta.org>
6667         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6668         (menu-bar-options-menu): Don't quote the `prop' arg of
6669         `menu-bar-make-mm-toggle'.
6671 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6673         * calendar/calendar.el (cal-loaddefs):
6674         * calendar/diary-lib.el (diary-loaddefs):
6675         * calendar/holidays.el (hol-loaddefs):
6676         * eshell/esh-module.el (esh-groups): Load rather than require.
6678 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6680         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6681         point-min==1.
6682         (todo-top-priorities): Only display-buffer when called interactively.
6683         (todo-item-start): Don't save excursion point.
6684         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6685         (todo-insert-item-here, todo-file-item, todo-remove-item):
6686         Adjust uses of todo-item-start and todo-item-end.
6688         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6689         (autoload-rubric): Don't use any more.
6691         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6692         and only put a prop if it is non-nil.
6694 2009-11-03  Juri Linkov  <juri@jurta.org>
6696         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6697         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6699         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6700         and "Menu" to make top-level menu item visually one unit (like
6701         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6702         multi-word menu items).  Fix :help string for quit-window.
6704 2009-11-03  Glenn Morris  <rgm@gnu.org>
6706         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6707         (byte-compile-file-form-define-abbrev-table)
6708         (byte-compile-file-form-custom-declare-variable)
6709         (byte-compile-variable-ref, byte-compile-defvar):
6710         Whether or not a warning is enabled should only affect whether we issue
6711         the warning, not whether or not we collect the relevant data.
6712         Eg warnings can be turned on and off throughout the course of a file.
6714         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6715         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6717 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6719         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6720         * play/mpuz.el (mpuz-create-buffer):
6721         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6722         (lm-print-y,s,noise, lm-print-w0, lm-init):
6723         * play/gomoku.el (gomoku-prompt-for-move):
6724         * play/fortune.el (fortune-in-buffer):
6725         * play/dissociate.el (dissociated-press):
6726         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6727         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6728         * mail/supercite.el (sc-eref-show):
6729         * mail/smtpmail.el (smtpmail-send-it):
6730         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6731         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6732         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6733         (rmail-summary-goto-msg, rmail-summary-expunge)
6734         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6735         (rmail-summary-add-label, rmail-summary-output-menu)
6736         (rmail-summary-output-body):
6737         * mail/rfc822.el (rfc822-addresses):
6738         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6739         * mail/mailpost.el (post-mail-send-it):
6740         * mail/hashcash.el (hashcash-generate-payment):
6741         * mail/feedmail.el (feedmail-run-the-queue)
6742         (feedmail-queue-send-edit-prompt-help-first)
6743         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6744         (feedmail-deduce-address-list):
6745         * eshell/esh-ext.el (eshell-remote-command):
6746         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6747         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6748         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6749         (viper-save-string-in-file, viper-valid-marker):
6750         * emulation/viper-keym.el (viper-toggle-key):
6751         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6752         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6753         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6754         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6755         (viper-exec-form-in-emacs, viper-brac-function):
6756         * emulation/viper.el (viper-delocalize-var):
6757         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6758         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6759         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6760         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6761         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6762         * emulation/edt.el (edt-electric-helpify):
6763         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6764         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6765         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6766         (cua-indent-to-global-mark-column):
6767         * calendar/diary-lib.el (calendar-mark-1):
6768         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6769         Use with-current-buffer.
6770         * emulation/viper.el (viper-delocalize-var): Use dolist.
6772 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6774         * comint.el (comint-replace-by-expanded-history-before-point):
6775         Replace !! with the previous input string literally (Bug#1795).
6777 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6779         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6780         to be made up of whitespace.
6782 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6784         * minibuffer.el (read-file-name): Don't use file dialogs for
6785         remote directories (Bug#99).
6787 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6789         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6791 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6793         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6794         instead of deleting the window or frame.
6796 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6798         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6799         Support face colors.
6801         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6802         New function.  Support face colors (Bug#1168).
6803         (tex-common-initialization): Use it.
6805         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6806         mode allows it (Bug#1168).
6808 2009-10-31  Juri Linkov  <juri@jurta.org>
6810         * facemenu.el (list-colors-display): Don't mark buffer as
6811         modified (Bug#3948).
6813 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6815         * international/mule-diag.el (list-character-sets-1):
6816         Minor message fix (Bug#3526).
6818         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6819         Fix face property (Bug#4834).
6820         (etags-list-tags, etags-tags-apropos-additional)
6821         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6822         property.
6824         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6825         items.
6827 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6829         * textmodes/two-column.el (2C-split):
6830         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6831         * textmodes/tex-mode.el (tex-set-buffer-directory):
6832         * textmodes/spell.el (spell-region, spell-string):
6833         * textmodes/reftex.el (reftex-erase-buffer):
6834         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6835         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6836         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6837         (reftex-select-item):
6838         * textmodes/reftex-ref.el (reftex-label-info-update)
6839         (reftex-offer-label-menu):
6840         * textmodes/reftex-index.el (reftex-index-change-entry)
6841         (reftex-index-phrases-info):
6842         * textmodes/reftex-global.el (reftex-create-tags-file)
6843         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6844         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6845         (reftex-view-crossref-from-bibtex):
6846         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6847         (reftex-extract-bib-entries-from-thebibliography)
6848         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6849         * textmodes/refbib.el (r2b-capitalize-title):
6850         (r2b-convert-buffer, r2b-help):
6851         * textmodes/page-ext.el (pages-directory)
6852         (pages-directory-goto-with-mouse):
6853         * textmodes/bibtex.el (bibtex-validate-globally):
6854         * textmodes/bib-mode.el (bib-capitalize-title):
6855         * textmodes/artist.el (artist-clear-buffer, artist-system):
6856         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6857         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6858         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6859         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6860         (xscheme-send-control-g-interrupt, xscheme-start-process)
6861         (xscheme-process-sentinel, xscheme-cd):
6862         * progmodes/verilog-mode.el (verilog-read-always-signals)
6863         (verilog-set-define, verilog-getopt-file)
6864         (verilog-module-inside-filename-p):
6865         * progmodes/sh-script.el:
6866         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6867         (python-pdbtrack-grub-for-buffer, python-execute-file):
6868         * progmodes/octave-inf.el (inferior-octave):
6869         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6870         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6871         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6872         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6873         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6874         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6875         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6876         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6877         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6878         (idlwave-shell-examine-display, idlwave-shell-run-region)
6879         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6880         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6881         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6882         (idlwave-help-get-help-buffer):
6883         * progmodes/gud.el (gud-basic-call, gud-find-class)
6884         (gud-tooltip-activate-mouse-motions-if-enabled):
6885         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6886         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6887         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6888         (ebrowse-tags-next-file):
6889         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6890         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6891         (ebnf-eps-finish-and-write):
6892         * progmodes/cpp.el (cpp-edit-save):
6893         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6894         * progmodes/cc-defs.el (c-emacs-features):
6895         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6896         (antlr-directory-dependencies):
6897         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6898         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6899         (ada-find-any-references, ada-make-filename-from-adaname)
6900         (ada-make-body-gnatstub):
6901         * obsolete/rnews.el (news-list-news-groups):
6902         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6903         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6904         * net/rcirc.el (rcirc-debug):
6905         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6906         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6907         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6908         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6909         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6910         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6911         (newsticker--treeview-list-clear-highlight)
6912         (newsticker--treeview-list-update-highlight)
6913         (newsticker--treeview-list-highlight-start)
6914         (newsticker--treeview-tree-update-highlight)
6915         (newsticker--treeview-get-selected-item)
6916         (newsticker-treeview-mark-list-items-old)
6917         (newsticker--treeview-set-current-node):
6918         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6919         * net/newst-backend.el (newsticker--get-news-by-funcall)
6920         (newsticker--get-news-by-wget, newsticker--image-get)
6921         (newsticker--image-sentinel):
6922         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6923         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6924         (eudc-ph-close-session):
6925         * net/eudc.el (eudc-save-options):
6926         * language/thai-word.el (thai-update-word-table):
6927         * language/japan-util.el (japanese-string-conversion):
6928         * international/titdic-cnv.el (tsang-quick-converter)
6929         (ziranma-converter, ctlau-converter):
6930         * international/mule-cmds.el (describe-language-environment):
6931         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6932         (skkdic-convert-postfix, skkdic-convert-prefix):
6933         (skkdic-convert-okuri-nasi, skkdic-convert):
6934         * emacs-lisp/re-builder.el (reb-update-overlays):
6935         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6936         * emacs-lisp/gulp.el (gulp-send-requests):
6937         * emacs-lisp/find-gc.el (trace-call-tree):
6938         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6939         (eieio-describe-generic):
6940         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6941         * emacs-lisp/edebug.el (edebug-outside-excursion):
6942         * emacs-lisp/debug.el (debugger-make-xrefs):
6943         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6944         * emacs-lisp/chart.el (chart-new-buffer):
6945         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6946         Use with-current-buffer.
6947         * textmodes/artist.el (artist-system): Don't call
6948         copy-sequence on a fresh string.
6949         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6951 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6953         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6954         is no item to edit.  (Bug#4820)
6955         (todo-top-priorities): Restore point and restore narrowing in Todo
6956         buffer.  (Bug#4820)
6958 2009-10-31  Glenn Morris  <rgm@gnu.org>
6960         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6961         (comint-last-output-start, comint-last-input-start)
6962         (comint-last-input-end): Don't defvar when compiling.
6963         (ange-ftp-process-file): Use bound-and-true-p.
6965         * pcmpl-rpm.el (top-level): Move provide statement to end.
6966         (pcmpl-rpm): Remove unused custom group.
6968         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6970         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6972         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6973         (byte-compile-warnings): Add `constants' as an option.
6974         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6975         (display-call-tree): Update for byte-compile-fdefinition possibly
6976         returning `(macro lambda ...)'.  (Bug#4778)
6977         (byte-compile-variable-ref, byte-compile-setq-default):
6978         Respect `constants' member of byte-compile-warnings.
6980 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6982         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6983         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6984         to "submit:".
6986 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6988         * textmodes/ispell.el (ispell-skip-region-alist):
6989         * international/mule-conf.el (eight-bit):
6990         * international/fontset.el (font-encoding-alist):
6991         * startup.el (pure-space-overflow-message):
6992         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6993         * paths.el (gnus-nntp-service, rmail-spool-directory)
6994         (term-file-prefix):
6995         * files.el (save-some-buffers-action-alist):
6996         * cmuscheme.el (same-window-buffer-names):
6997         * ielm.el (same-window-buffer-names):
6998         * shell.el (same-window-buffer-names):
6999         * mail/sendmail.el (same-window-buffer-names):
7000         * progmodes/inf-lisp.el (same-window-buffer-names):
7001         * bindings.el (mode-line-client)
7002         (mode-line-column-line-number-mode-map):
7003         * language/tibetan.el (tibetan-precomposition-rule-regexp)
7004         (tibetan-precomposed-regexp): Purecopy string arguments.
7006 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7008         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7009         (calcDigit-nondigit):
7010         * calc/calc-yank.el (calc-copy-to-buffer):
7011         * calc/calc-units.el (calc-invalidate-units-table):
7012         * calc/calc-trail.el (calc-trail-yank):
7013         * calc/calc-store.el (calc-insert-variables):
7014         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7015         * calc/calc-prog.el (calc-read-parse-table):
7016         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7017         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7018         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7019         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7020         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7021         (calc-graph-name, calc-graph-find-command, calc-graph-view)
7022         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7023         * calc/calc-ext.el (calc-realign):
7024         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7025         (calc-embedded-finish-edit, calc-embedded-make-info)
7026         (calc-embedded-finish-command, calc-embedded-stack-change):
7027         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7029         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7030         shell-dynamic-complete-filename in preference to
7031         comint-dynamic-complete-filename.
7033         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7034         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7035         Don't consider whether the display supports colors.
7036         (bookmark-import-new-list): Use dolist.
7037         (bookmark-bmenu-mode-map): Move initialization into declaration.
7038         (bookmark-bmenu-list): Use dolist, simplify.
7039         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7040         (menu-bar-final-items): Use push.
7042 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7044         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7045         it works on remote files.
7046         (vc-hg-diff): Don't pass any `--cwd' argument.
7048 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7050         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7051         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7052         (Further to Bug#3921).
7054 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7056         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7057         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7058         calling `tramp-imap-put-file'.  Add file size to the call.
7059         (tramp-imap-get-file-entries): Compute also user name, file size,
7060         and date.
7061         (tramp-imap-handle-insert-directory): Insert uid and gid.
7062         (tramp-imap-handle-file-attributes): Transform uid and gid
7063         according to `id-format'.
7064         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7065         size in header X-Size.
7067 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7069         * simple.el (transpose-subr): Give clearer error when the mark
7070         is not set.  (Bug#4807)
7072 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7074         * net/tramp.el (tramp-perl-file-truename): New defconst.
7075         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7076         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7077         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7078         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7080         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7081         Ignore `dired-call-process'.
7082         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7084 2009-10-26  Julian Scheid  <julians37@gmail.com>
7086         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7087         (tramp-get-remote-readlink): New defun.
7088         (tramp-handle-file-truename): Use it.
7089         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7090         file exists if cache value present.
7091         (tramp-check-cached-permissions): New defun.
7092         (tramp-handle-file-readable-p): Use it.
7093         (tramp-handle-file-writable-p): Likewise.
7094         (tramp-handle-file-executable-p): Likewise.
7095         (tramp-handle-file-name-all-completions): Try using Perl to get
7096         partial completions.  When perl not available, combine `cd' and
7097         `ls' into single remote operation and use shell expansion to get
7098         partial remote directory contents.  Set `file-exists-p' cache for
7099         directory and any files returned by ls.  Change cache handling to
7100         support partial directory contents.  Use error message emitted by
7101         remote `cd' or Perl code for local tramp-error.
7102         (tramp-do-copy-or-rename-file-directly): Avoid separate
7103         tramp-send-command-and-check call.
7104         (tramp-handle-process-file): Merge three remote ops into one.
7105         Do not flush all caches when `process-file-side-effects' is set.
7106         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7107         file-attributes shows uid/gid to be set already.
7109 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7111         * textmodes/tex-mode.el (tex-dvi-view-command)
7112         (tex-show-queue-command, tex-open-quote):
7113         * progmodes/ruby-mode.el (auto-mode-alist)
7114         (interpreter-mode-alist): Purecopy strings.
7116         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7118         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7119         string for the hook, keymap and abbrev table.
7121         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7123         * x-dnd.el (x-dnd-xdnd-to-action):
7124         * startup.el (fancy-startup-text, fancy-about-text): Change to
7125         defconst from defvar.
7127         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7129         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7130         Purecopy initialization strings.
7132         * mail/sendmail.el (mail-header-separator)
7133         (mail-personal-alias-file):
7134         * mail/rmail.el (rmail-default-dont-reply-to-names)
7135         (rmail-ignored-headers, rmail-retry-ignored-headers)
7136         (rmail-highlighted-headers, rmail-secondary-file-directory)
7137         (rmail-secondary-file-regexp):
7138         * files.el (null-device, file-name-invalid-regexp)
7139         (locate-dominating-stop-dir-regexp)
7140         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7141         (interpreter-mode-alist): Use mapcar instead of mapc.
7143         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7145         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7146         (completion-ignored-extensions):
7147         (debug-ignored-errors): Purecopy strings.
7149 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7151         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7152         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7153         (pcomplete--here): Use push.
7155         * subr.el (all-completions): Declare the 4th arg obsolete.
7157 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7159         * pcomplete.el (pcomplete-unquote-argument-function): New var.
7160         (pcomplete-unquote-argument): New function.
7161         (pcomplete--common-suffix): Always pay attention to case.
7162         (pcomplete--table-subvert): Quote and unquote the text.
7163         (pcomplete--common-quoted-suffix): New function.
7164         (pcomplete-std-complete): Use it and pcomplete-begin.
7166         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7167         we're inside a dedicated or minibuffer window.
7169 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
7171         * bookmark.el: Update documentation, especially documentation
7172         of `bookmark-alist' and of the bookmark file format.
7173         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
7175 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7177         * mail/emacsbug.el (report-emacs-bug): Clarify that the
7178         keybindings apply to the mail buffer (Bug#4003).  Shrink help
7179         window to buffer.
7181         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7182         (global-whitespace-mode, global-whitespace-newline-mode)
7183         (whitespace-toggle-options, global-whitespace-toggle-options):
7184         Doc fix (Bug#3660).
7186         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7187         of xmltok-start before the end tag was inserted (Bug#2840).
7189         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7190         patterns that are preceded by an open-paren (Bug#1320).
7192 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
7194         * files.el (delete-directory): Delete symlinks to directories with
7195         delete-file (Bug#4739).
7197 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7199         * vc.el (vc-backend-for-registration): Rename from
7200         vc-get-backend-for-registration.  Update callers.
7202         * international/mule-cmds.el (set-language-info-alist):
7203         Purecopy lang-env.
7204         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7205         (charset): Purecopy the name.
7206         (define-char-code-property): Purecopy string arguments.
7208         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7209         Purecopy string arguments.
7211         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7212         * ediff-hook.el (menu-bar-ediff-menu):
7213         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7214         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7216 2009-10-24  Glenn Morris  <rgm@gnu.org>
7218         * comint.el (comint-dynamic-list-completions):
7219         * term.el (term-dynamic-list-completions): Use choose-completion rather
7220         than obsolete alias mouse-choose-completion.
7222         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7223         file-cache-choose-completion.
7224         (file-cache-choose-completion): Handle an optional event argument.
7225         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7227         * progmodes/octave-mod.el (octave-complete-symbol):
7228         Use choose-completion if mouse-choose-completion is ever removed.
7230         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7231         use.
7233         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7234         compiler.
7236         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7238 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7240         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7241         Ignore `pred' now that we receive one.
7242         Handle test-completion specially.
7244 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7246         * vc.el (vc-responsible-backend): Throw an error if not backend is
7247         found.  Remove the REGISTER argument.  Move the code dealing with
7248         REGISTER ...
7249         (vc-get-backend-for-registration): ... here.  New function.
7250         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7251         of vc-responsible-backend, pass the file name instead of the
7252         directory name.
7254 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7256         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7257         New funs.
7258         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7259         (pcomplete-comint-setup): Don't modify a global var via
7260         accidental side-effects.
7261         (pcomplete-shell-setup): Adjust call accordingly.
7262         (pcomplete-parse-comint-arguments): Use push.
7264 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7266         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7267         Allow uncapitalized info node names (Bug#3921).
7269         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7270         to the DEBUG file (Bug#3781).
7272 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7274         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7275         dictionary entry (Bug#4579).
7277 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7279         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7280         from `rfn-eshadow-update-overlay-hook' when unloading.
7281         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7282         "rsyncc".  Adjust doc string.
7283         (tramp-temp-buffer-file-name): New buffer-local defvar.
7284         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7285         Keep temporary file when indicated by method ("rsync" and
7286         "rsyncc").
7287         (tramp-handle-write-region): Handle APPEND.
7288         (tramp-delete-temp-file-function): New defun.  Added to
7289         `kill-buffer-hook'.
7291 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7293         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7295 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7297         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7298         (color-name-rgb-alist, tty-standard-colors)
7299         (tty-color-mode-alist): Change to defconst.
7301         * simple.el (mark-inactive): Purecopy message.
7303         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7304         (global-map, yank-menu):
7305         * textmodes/ispell.el (ispell-menu-map):
7306         * net/eudc.el (eudc-tools-menu):
7307         * international/mule-cmds.el (describe-language-environment-map)
7308         (setup-language-environment-map, set-coding-system-map)
7309         (mule-menu-keymap):
7310         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7311         * replace.el (occur-mode-map):
7312         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7314 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7316         * calc/calc.el (math-read-number, math-read-number-simple):
7317         Use `save-match-data'.
7319 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7321         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7322         rather than fiddling with global-map bindings, since it should only
7323         affect per-terminal settings.
7324         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7326         * minibuffer.el (completion-table-with-terminator): Allow to specify
7327         the terminator-regexp.
7329         * simple.el (switch-to-completions): Look for *Completions* in other
7330         frames as well.
7332         * pcomplete.el: Allow the use of completion-tables.
7333         (pcomplete-std-complete): New command.
7334         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7335         (pcomplete--here): Use a function for `form' rather than an expression,
7336         so it can be byte-compiled.
7337         (pcomplete-here, pcomplete-here*): Adjust accordingly.
7338         Add edebug declaration.
7339         (pcomplete-show-completions): Remove unused var `curbuf'.
7340         (pcomplete-do-complete, pcomplete-stub):
7341         Don't assume `completions' is a list of strings any more.
7343 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
7345         * find-dired.el (find-name-arg): Fix typo in docstring.
7347 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7349         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7350         (pcmpl-linux-fs-types): Same, and update to new modules layout.
7352         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7353         pcomplete-entries.
7355         * comint.el (comint-read-input-ring, comint-write-input-ring)
7356         (comint-substitute-in-file-name)
7357         (comint-dynamic-complete-as-filename)
7358         (comint-dynamic-simple-complete)
7359         (comint-dynamic-list-filename-completions)
7360         (comint-dynamic-list-completions)
7361         (comint-redirect-results-list-from-process): Minor simplifications.
7363 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7365         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7366         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7367         the first form.  And insert a blank line after ";;; Code" since
7368         that's usual style.  (Bug#4612)
7370         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7372 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7374         * minibuffer.el (completion-table-with-terminator): Properly implement
7375         boundaries, in case `terminator' appears in the suffix.
7376         (completion--embedded-envvar-table): Don't return boundaries if
7377         there's no valid completion.  Simplify.
7378         (completion-file-name-table): New completion table extracted from
7379         completion--file-name-table.
7380         (completion--file-name-table): Use it.
7381         (read-file-name-predicate): Declare obsolete.
7382         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7383         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7384         completion-file-name-table, and use the `pred' argument.
7385         * files.el (locate-file-completion-table): Use the `pred' arg rather
7386         than read-file-name-predicate.
7387         (abbreviate-file-name): Use \` rather than ^ for BOS.
7389 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
7391         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7392         vc-responsible-backend to register, it causes problems.
7394 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7396         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7398 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
7400         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7401         (tramp-smb-handle-file-attributes): Use it.
7402         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7403         (tramp-smb-handle-insert-directory): Use `mapc' rather than
7404         `mapcar'.  Use `tramp-smb-get-stat-capability'.
7405         Add `dired-filename' text properties.
7406         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7407         (tramp-smb-maybe-open-connection): Simplify check for smbclient
7408         version.
7410 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7412         * subr.el (read-key-delay): Reduce to 0.01.
7413         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7414         (bug#4751).
7416 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7418         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7420         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7421         (Info-menu): Remove unused vars `last' and `completions'.
7422         (Info-index-nodes): Remove unused var `node'.
7424         * info.el (Info-complete-menu-item): Use complete-with-action.
7426 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7428         Make vc-annotate work through copies and renames.
7429         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7430         Return the file name too.
7431         (vc-annotate-revision-at-line)
7432         (vc-annotate-find-revision-at-line)
7433         (vc-annotate-revision-previous-to-line)
7434         (vc-annotate-show-log-revision-at-line): Update to get the file
7435         name from vc-annotate-extract-revision-at-line.
7436         (vc-annotate-show-diff-revision-at-line-internal): Change the
7437         argument to mean whether to show a file diff or not.  Get the file
7438         name from vc-annotate-extract-revision-at-line.
7439         (vc-annotate-show-diff-revision-at-line):
7440         Update vc-annotate-show-diff-revision-at-line call.
7441         (vc-annotate-warp-revision): Add an optional file argument.
7443         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7444         (vc-git-annotate-extract-revision-at-line): Also return the file
7445         name if found.
7447         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7448         command.  Remove unused code.
7449         (vc-hg-annotate-re): Update to match --follow output.
7450         (vc-hg-annotate-extract-revision-at-line): Also return the file
7451         name if found.
7453         * vc.el: Update annotate-extract-revision-at-line documentation.
7455 2009-10-18  Kevin Ryde  <user42@zip.com.au>
7457         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7458         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7460         * net/browse-url.el (browse-url): Identify alist with "consp and
7461         not functionp" and let all other things go down the `apply' leg,
7462         as suggested by Stefan.  (Further to bug#4531.)
7464 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
7466         * minibuffer.el (read-file-name): Check for repeat before putting
7467         a default argument in file-name-history (Bug#4657).
7469         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7470         read syntax (Bug#4737).
7472         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7474 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7476         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7477         (html-tag-alist, html-tag-help): Add descriptions for undocumented
7478         entries and make note of obsolete tags.
7480 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7482         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7484 2009-10-18  Glenn Morris  <rgm@gnu.org>
7486         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7487         grep, so that binary files (eg international/uni-bidi.el) can match.
7488         Remove test for "UnicodeData" files, since it is hopefully unnecessary
7489         now, and in any case the file header format has changed.
7491 2009-10-17  Glenn Morris  <rgm@gnu.org>
7493         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7494         (flyspell-get-word, flyspell-large-region)
7495         (flyspell-auto-correct-previous-word): Doc/error message fixes.
7497 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7499         * Makefile.in (ELCFILES): Add ede/shell.
7501 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7503         * term/common-win.el (x-colors): Purecopy it.
7505 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7507         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7508         permissive for when the buffer is empty.
7509         (tar-header-block-tokenize): Decode the username and groupname.
7510         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7512 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7514         * international/mule-cmds.el (select-safe-coding-system): If the file
7515         has a coding cookie, use it regardless of any other setting (bug#4712).
7517 2009-10-17  Glenn Morris  <rgm@gnu.org>
7519         * foldout.el (foldout-mouse-swallow-events):
7520         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7522         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7523         (dired-keep-marker-copy, dired-keep-marker-hardlink)
7524         (dired-keep-marker-symlink, dired-dwim-target)
7525         (dired-copy-preserve-time): Do not autoload these defcustoms.
7527         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7528         messages from messing up the file coding.  (Bug#4623)
7530 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
7532         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7533         if no match is found for the current dictionary.  (Bug#4578)
7535         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7536         optional, since that is how it is documented, and this is often called
7537         with a nil argument.  (Bug#4577)
7538         (flyspell-external-point-words, flyspell-auto-correct-word)
7539         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7540         (flyspell-word-search-backward): Remove nil argument in calls to
7541         flyspell-get-word, since it is not needed now.
7543 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7545         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7547 2009-10-16  Glenn Morris  <rgm@gnu.org>
7549         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7551 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7553         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7554         (ange-ftp-file-size): New function.
7555         (ange-ftp-file-attributes): Use it.
7557 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7559         * net/tramp-smb.el (tramp-smb-version): New defvar.
7560         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7561         repeated checks.
7563 2009-10-16  Glenn Morris  <rgm@gnu.org>
7565         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7566         Maybe copy some custom properties from old to new name.  (Bug#4706)
7568 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7570         * subr.el (error, sit-for, start-process-shell-command)
7571         (start-file-process-shell-command): Set the calling convention
7572         after the function definition.
7574 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7576         * subr.el (error, sit-for, start-process-shell-command)
7577         (start-file-process-shell-command): Use the new
7578         set-advertised-calling-convention feature.
7580 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7582         * international/ucs-normalize.el (ucs-normalize-version):
7583         Change to 1.2.
7584         (check-range): Adjust for Unicode 5.2.
7586 2009-10-15  Juri Linkov  <juri@jurta.org>
7588         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7589         to the `menu-item' format.
7591 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7593         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7594         if the environment variable does not exist.
7596         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7597         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7598         parameter.
7599         (tramp-smb-handle-add-name-to-file)
7600         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7601         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7602         (tramp-smb-handle-file-attributes)
7603         (tramp-smb-do-file-attributes-with-stat)
7604         (tramp-smb-handle-file-local-copy)
7605         (tramp-smb-handle-insert-directory)
7606         (tramp-smb-handle-make-directory)
7607         (tramp-smb-handle-make-directory-internal)
7608         (tramp-smb-handle-make-symbolic-link)
7609         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7610         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7611         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7612         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7613         Handle long file names.
7614         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7615         process is running.
7616         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7617         Read share names with "-g" option.
7619 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7621         * net/rcirc.el (rcirc-view-log-file): New command.
7622         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7623         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7624         specified.
7626 2009-10-15  Glenn Morris  <rgm@gnu.org>
7628         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7629         from the second command-line argument.
7630         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7631         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7632         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7633         w32-batch-update-autoloads.
7634         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7635         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7637         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7638         the headers cannot be located.  Simplify, subtracting superflous
7639         save-excursions.
7641 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7643         Replace completion-base-size by completion-base-position to fix bugs
7644         such as (bug#4699).
7645         * simple.el (completion-base-position): New var.
7646         (completion-base-size): Mark as obsolete.
7647         (choose-completion): Make it work for mouse events as well.
7648         Pass the new base-position to choose-completion-string.
7649         (choose-completion-guess-base-position): New function, extracted from
7650         choose-completion-delete-max-match.
7651         (choose-completion-delete-max-match): Use it.  Make obsolete.
7652         (choose-completion-string): Use the new base-position info.
7653         (completion-root-regexp): Delete.
7654         (completion-setup-function): Preserve completion-base-position.
7655         Eliminate obsolete base-size manipulation.
7656         * minibuffer.el (display-completion-list): Don't mess with base-size.
7657         (minibuffer-completion-help): Set completion-base-position instead.
7658         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7659         choose-completion.
7660         * textmodes/bibtex.el (bibtex-complete):
7661         * emacs-lisp/crm.el (crm--choose-completion-string):
7662         Adjust to new calling convention.
7663         * complete.el (partial-completion-mode): Use minibufferp to avoid
7664         bumping into incompatible change to choose-completion-string-functions.
7665         * ido.el (ido-choose-completion-string): Make its calling convention
7666         more permissive.
7667         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7668         base-size manipulation.
7669         (comint-dynamic-list-input-ring): Use dotimes and push.
7670         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7671         fundamental-mode.  Use `or'.
7673 2009-10-14  Juri Linkov  <juri@jurta.org>
7675         * misearch.el (multi-isearch-next-buffer-from-list)
7676         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7678 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7680         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7681         `bytecomp.el'.
7683         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7684         string we return is all made up of text from the completions rather
7685         than part from the completions and part from the input (bug#4219).
7687         * ido.el (ido-everywhere): Use define-minor-mode.
7689         * buff-menu.el (list-buffers, ctl-x-map):
7690         Mark the entry points with ;;;###autoload cookies.
7692 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7694         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7695         correctly in the detached head case.
7696         (vc-git-print-log): Remove unused binding.
7698         * vc.el (vc-responsible-backend): When a directory is passed for
7699         for registration create a VC repository if no backend is
7700         responsible for the directory argument.
7701         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7703         * vc.el: Move comments about RCS and SCCS ...
7704         * vc-rcs.el:
7705         * vc-sccs.el: ... here, respectively.
7707 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7709         * minibuffer.el (completion--file-name-table): Return nil if there's
7710         no file completion, even if substitute-in-file-name changed
7711         the string (bug#4708).
7713 2009-10-13  Juri Linkov  <juri@jurta.org>
7715         * files-x.el (read-file-local-variable-value): Don't filter out
7716         minor modes from mode name completion (bug#4664).
7718 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7720         * international/mule-cmds.el (ucs-names): Remove exclusion of
7721         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7723 2009-10-13  Kenichi Handa  <handa@m17n.org>
7725         * international/uni-name.el: Regenerated.
7727 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7729         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7730         should be automatically buffer-local, but isn't.)
7732 2009-10-12  Sam Steingold  <sds@gnu.org>
7734         * progmodes/compile.el (compilation-next-error-function): Fix the
7735         timestamps if the buffer has been visited before.
7736         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7737         non-anchored patterns, like the perl one (bug#3928).
7739 2009-10-12  Glenn Morris  <rgm@gnu.org>
7741         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7742         Let-bind `size'.
7744 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7746         * proced.el (proced-unload-function): New function.
7748         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7749         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7750         Doc fix.
7752         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7754 2009-10-11  Juri Linkov  <juri@jurta.org>
7756         * files-x.el (read-file-local-variable-value):
7757         Provide default value only for bound variables (bug#4664).
7759 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7761         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7762         connection methods like smb.
7764         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7765         can be empty.
7767         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7768         (tramp-smb-file-name-handler-alist): Add handlers for
7769         `add-name-to-file', `make-symbolic-link'.
7770         (tramp-smb-handle-add-name-to-file)
7771         (tramp-smb-do-file-attributes-with-stat)
7772         (tramp-smb-handle-make-symbolic-link)
7773         (tramp-smb-get-cifs-capabilities): New defuns.
7774         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7775         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7776         (tramp-smb-handle-file-local-copy)
7777         (tramp-smb-handle-make-directory-internal)
7778         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7779         The file name syntax depends on cifs capabilities.
7780         (tramp-smb-handle-file-attributes):
7781         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7782         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7783         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7785 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7787         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7788         (eieio-defclass): Apply deftype handler and setf-method properties
7789         directly.
7790         (eieio-add-new-slot): Avoid union function from cl library.
7791         (eieio--typep): New function.
7792         (eieio-perform-slot-validation): Use it.
7794 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7796         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7797         Update documentation to refer to the variables documented in r1.135.
7798         (Bug#4188)
7800 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7802         * bookmark.el (Info-suffix-list): Remove this unused variable.
7803         (bookmark-current-point): Remove this obsolete variable.
7804         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7805         Adjust for removal of bookmark-current-point.
7807         (bookmarks-already-loaded, bookmark-current-buffer)
7808         (bookmark-yank-point): Document.  (Bug#4188)
7810 2009-10-10  Glenn Morris  <rgm@gnu.org>
7812         * frame.el (frame-height): Doc fix.
7814         * calendar/calendar.el (calendar-split-width-threshold): New option.
7815         (calendar-basic-setup): Use calendar-split-width-threshold.
7817 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7819         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7820         Ideographic Supplement" range (U+1F200..U+1F2FF).
7822 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7824         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7825         since the list will have been rebuilt anyway.  (Bug#4349)
7827 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7829         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7830         (bookmark-bmenu-execute-deletions): Don't save here, as
7831         bookmark-delete will now do so if necessary.
7832         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7833         (Bug#4348)
7835 2009-10-09  Glenn Morris  <rgm@gnu.org>
7837         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7839 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7841         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7842         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7843         argument now, so the two function's behaviors will match.  (Bug#3645)
7845 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7847         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7848         (tramp-file-name-real-host, tramp-file-name-port):
7849         Apply `save-match-data'.
7851         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7852         case both directories are remote.
7853         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7854         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7856 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7858         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7860 2009-10-07  Glenn Morris  <rgm@gnu.org>
7862         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7863         of concat.
7865 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7867         * files-x.el (read-file-local-variable): Include some
7868         non-user-variables in the completion table (bug#4664).
7870 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7872         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7873         message.
7875         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7876         (tramp-smb-file-name-handler-alist): Add handler for
7877         `copy-directory', `expand-file-name', `set-file-modes'.
7878         (tramp-smb-handle-copy-directory)
7879         (tramp-smb-handle-expand-file-name)
7880         (tramp-smb-handle-set-file-modes): New defuns.
7881         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7882         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7883         entry.
7884         (tramp-smb-handle-insert-directory): Don't flush the cache.
7885         (tramp-smb-maybe-open-connection): Check for samba client and
7886         server versions.
7888 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7890         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7891         to not error out of search for "^lisp=" fails.
7893 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7895         * makefile.w32-in (WINS_UPDATES): New macro.
7896         (custom-deps, finder-data, autoloads): Use it.
7898 2009-10-07  Glenn Morris  <rgm@gnu.org>
7900         * Makefile.in (autoloads): Revert previous change.
7901         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7902         the list of preloaded files passed on the command-line, get
7903         it from src/Makefile.
7905         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7906         show the original buffer rather than a random one.
7908 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
7910         * help.el (describe-no-warranty): Place point in a slightly better
7911         position in the GPLv3 text.
7913 2009-10-06  Sam Steingold  <sds@gnu.org>
7915         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7916         the comm attribute is present before calling regexp-quote.
7918 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
7920         * play/animate.el (animate-string): For good effect, make sure
7921         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7923         * play/animate.el (animate-sequence, animate-birthday-present):
7924         * misc.el (butterfly): Don't set `indent-tabs-mode'.
7926 2009-10-06  Glenn Morris  <rgm@gnu.org>
7928         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7930         * emacs-lisp/autoload.el (autoload-excludes): New variable.
7931         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7932         (batch-update-autoloads): Process a string value of autoload-excludes,
7933         set during the build process.
7934         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
7936         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7937         inside with-parsed...  macro so that `v' is defined.
7939         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7940         * progmodes/fortran.el (fortran-end-of-block)
7941         (fortran-beginning-of-block):
7942         Also push mark in the macro case.
7944         * emerge.el (emerge-show-file-name):
7945         * calc/calc.el (calc-quit):
7946         * calc/calc-misc.el (calc-big-or-small):
7947         * calc/calc-graph.el (calc-graph-view):
7948         * calc/calc-ext.el (calc-reset):
7949         * calendar/calendar.el (calendar-basic-setup):
7950         Use window-full-height-p.
7952         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7953         header we don't understand, don't insert another.  (Bug#4624)
7954         If changing mime charset, insert the new one in the right place.
7956 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
7958         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7959         (cal-tex-cursor-month): Correctly increment the end date for diary and
7960         holiday listing.  (Bug#4626)
7962 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7964         * help-fns.el (describe-function-1): Don't burp if the function is not
7965         a symbol.
7967 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
7969         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7970         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7971         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7972         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7974         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7975         (eieio-default-superclass): Reflow docstrings.
7976         (this, class-option-assoc, defclass, eieio-class-un-autoload)
7977         (eieio-unbind-method-implementations, defmethod)
7978         (eieio-validate-slot-value, eieio-validate-class-slot-value)
7979         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7980         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7981         (eieio-slot-originating-class-p, eieio-slot-name-index)
7982         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7983         (constructor, initialize-instance, no-next-method, object-print)
7984         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7985         Fix typos in docstrings.
7986         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7987         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7988         (next-method-p): Doc fixes.
7989         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7990         Fix typos in error messages.
7991         (eieio-defmethod): Fix typo in description of generic method.
7993         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7994         (eieio-persistent-save-interactive, slot-missing):
7995         Fix typos in docstrings.
7996         (eieio-instance-inheritor-slot-boundp): Doc fix.
7998         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7999         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8001         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8002         (eieio-custom-object-apply-reset):
8003         Fix typos in docstrings and error messages.
8005         * emacs-lisp/eieio-datadebug.el (data-debug-show):
8006         Fix typo in docstring.
8008         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8009         (eieio-browse-tree): Doc fix.
8010         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8011         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8012         Fix typos in docstrings.
8014         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8015         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8016         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8017         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8018         Reflow docstrings.
8020 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
8022         * vc-hg.el (log-view-vc-backend): Declare for compiler.
8023         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8024         Set log-view-vc-backend so that diff can work.
8026         * log-view.el (log-view-diff): Use vc-diff-internal instead of
8027         vc-version-diff.
8028         (vc-diff-internal): Autoload this instead of vc-version-diff.
8030 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8032         * simple.el (eval-expression): Doc fix.
8034         * progmodes/cwarn.el (cwarn-mode): Doc fix.
8036 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
8038         * files.el (directory-files-no-dot-files-regexp): New defconst.
8039         (delete-directory): Use it.
8040         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
8042         * net/tramp.el (tramp-verbose): Fix docstring.
8043         (tramp-methods): Add recursive option to `tramp-copy-args'.
8044         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
8045         "scp1_old", "scp2_old", "rsync", "rsyncc".
8046         (tramp-default-method): Check also for `auth-source-user-or-password'.
8047         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8048         Add handler for `copy-directory'.
8049         (tramp-handle-copy-directory): New defun.
8050         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8051         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8052         Optimize sent command.
8054 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8056         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8057         window if necessary.
8059         * calendar/calendar.el (calendar-basic-setup): Don't call
8060         switch-to-buffer in a dedicated window.
8062 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
8064         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8065         don't do anything related to relocating, just return nil.
8066         (bookmark-error-no-filename): New error.
8067         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8068         bookmark has no file.  Don't even attempt to handle things that
8069         are not files; the whole point of custom handlers is to keep that
8070         knowledge elsewhere anyway.  Tighten some comments.
8071         (bookmark-file-or-variation-thereof): Remove now-unused function.
8072         (bookmark-location): Doc string fix.
8073         (Bug#4250)
8075 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8077         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8078         don't use a file dialog, because they usually don't know how to read
8079         a directory target from the user.  (Bug#4230)
8080         Also, make sure the prompt can display directories as well as files.
8082 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8084         * bookmark.el (bookmark-set, bookmark-buffer-name):
8085         Improve doc strings.  (Bug#1193)
8087 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8089         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8090         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8091         (bookmark-get-annotation, bookmark-set-annotation)
8092         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8093         (bookmark-set-position, bookmark-get-front-context-string)
8094         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8095         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8096         (bookmark-jump-other-window, bookmark-handle-bookmark)
8097         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8098         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8099         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8100         Improve doc strings to say whether bookmark can be a string or
8101         a record or both, and make other consistency and clarity fixes.
8102         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8103         (bookmark-default-annotation-text, bookmark-yank-word)
8104         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8105         (bookmark-import-new-list, bookmark-maybe-rename)
8106         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8107         (bookmark-bmenu-bookmark): Give these doc strings.
8108         (bookmark-bmenu-check-position): Give this a doc string, but also
8109         add a FIXME comment about how the function may be pointless.
8110         (bookmark-default-handler): Rework doc string and change a
8111         parameter name, to clarify that this takes a bookmark record
8112         not a bookmark name.
8113         (bookmark-set): Change a parameter name to indicate its meaning,
8114         and improve the doc string a bit.
8115         (Bug#4188)
8117 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8119         * bookmark.el (bookmark-alist): Document the new `handler' element
8120         in the param alist.
8121         (bookmark-make-record-function): Adjust documentation for above.
8122         (Bug#4193)
8124 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8126         * info.el (Info-bookmark-make-record): Document this function.
8127         (Info-bookmark-jump): Document with a doc string, not just a comment.
8128         (Bug#4203)
8130 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
8132         * files.el (copy-directory): New defun.
8134         * dired-aux.el (dired-copy-file-recursive): Use it.
8136 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8138         * files-x.el (modify-dir-local-variable)
8139         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8140         docstrings.
8142         * recentf.el (recentf-unload-function): New function.
8144 2009-10-04  Glenn Morris  <rgm@gnu.org>
8146         * window.el (window-full-height-p): Add doc string.
8148 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
8150         * window.el (window-full-height-p): New function.  (Bug#4543)
8152 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
8154         * vc.el: Remove commented out code.
8155         (vc-derived-from-dir-mode): Remove, unused.
8156         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8158 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
8160         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8161         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
8162         there could be recursive loading when `default-directory' is a
8163         remote file name.  (Bug#4614)
8165 2009-10-03  Glenn Morris  <rgm@gnu.org>
8167         * calendar/calendar.el (calendar-basic-setup): Handle the case where
8168         the frame is wide.
8169         (calendar-generate-window): Test for shrinkability rather than width.
8171         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8172         reusing existing buffers, in case we happen to visit two files with the
8173         same basename.  (Bug#4593)
8175 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8177         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8178         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8179         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8180         subdirs of cedet as well.
8181         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8183 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8185         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8186         Obey advertised-signature-table.
8188         * help-fns.el (help-function-arglist): Don't check
8189         advertised-signature-table.
8190         (describe-function-1): Do it here instead so it also applies to subrs.
8192 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
8194         * simple.el (start-file-process): Say in the doc-string, that file
8195         handlers might not support pty association, if PROGRAM is nil.
8197         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8198         HOST and USER are strings.  They are nil, when there are
8199         incomplete entries in ~/.netrc, for example.
8200         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
8201         root directory ("device busy" error otherwise).
8203         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8204         Flush file properties of created directory.
8206 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8208         * makefile.w32-in (WINS_BASIC): Remove cedet.
8209         (WINS_CEDET): Add cedet.
8210         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8212 2009-10-02  Kevin Ryde  <user42@zip.com.au>
8214         * net/browse-url.el (browse-url): Pass any symbol in
8215         browse-url-browser-function to `apply', since if you've mistakenly put
8216         an unbound symbol then the error is clearer.  (Bug#4531)
8218 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8220         * allout.el (allout-init, allout-back-to-current-heading)
8221         (allout-beginning-of-current-entry, allout-ascend-to-depth)
8222         (allout-ascend, allout-up-current-level, allout-end-of-level)
8223         (allout-previous-visible-heading, allout-forward-current-level)
8224         (allout-backward-current-level, allout-show-children):
8225         * apropos.el (apropos-describe-plist):
8226         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8227         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8228         * completion.el (add-completion, add-permanent-completion):
8229         * descr-text.el (describe-text-category, describe-char):
8230         * desktop.el (desktop-lazy-abort):
8231         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8232         * dired.el (dired-build-subdir-alist):
8233         * ediff.el (ediff-version):
8234         * elide-head.el (elide-head, elide-head-show):
8235         * emerge.el (emerge-version):
8236         * env.el (getenv):
8237         * face-remap.el (variable-pitch-mode):
8238         * faces.el (describe-face):
8239         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8240         (dired-at-point):
8241         * files.el (find-file-existing, auto-save-mode):
8242         * font-lock.el (font-lock-fontify-buffer):
8243         * help-fns.el (describe-function, describe-variable)
8244         (describe-syntax, describe-categories):
8245         * help.el (view-lossage, describe-bindings, describe-key)
8246         (describe-mode):
8247         * hexl.el (hexl-current-address):
8248         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8249         * info.el (Info-goto-emacs-key-command-node):
8250         * log-edit.el (log-edit-insert-cvs-template)
8251         (log-edit-insert-cvs-rcstemplate):
8252         * menu-bar.el (menu-bar-mode):
8253         * mouse.el (mouse-appearance-menu):
8254         * newcomment.el (comment-indent-new-line):
8255         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8256         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8257         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8258         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8259         * recentf.el (recentf-mode):
8260         * savehist.el (savehist-mode, savehist-save):
8261         * shadowfile.el (shadow-copy-files):
8262         * simple.el (kill-ring-save, next-line, previous-line)
8263         (normal-erase-is-backspace-mode):
8264         * strokes.el (strokes-update-window-configuration)
8265         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8266         (strokes-xpm-for-stroke):
8267         * time.el (emacs-uptime, emacs-init-time):
8268         * tutorial.el (tutorial--describe-nonstandard-key)
8269         (tutorial--detailed-help):
8270         * type-break.el (type-break-mode)
8271         (type-break-mode-line-message-mode, type-break-query-mode)
8272         (type-break-guesstimate-keystroke-threshold):
8273         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8274         * version.el (emacs-version):
8275         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8276         * winner.el (winner-mode):
8277         * calendar/timeclock.el (timeclock-in, timeclock-out)
8278         (timeclock-status-string, timeclock-change)
8279         (timeclock-workday-remaining-string)
8280         (timeclock-workday-elapsed-string)
8281         (timeclock-when-to-leave-string):
8282         * calendar/todo-mode.el (todo-add-category):
8283         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8284         * emacs-lisp/autoload.el (update-file-autoloads):
8285         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8286         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8287         (checkdoc-message-text, checkdoc-defun):
8288         * emacs-lisp/debug.el (debugger-list-functions):
8289         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8290         * emacs-lisp/eieio-opt.el (eieio-describe-class)
8291         (eieio-describe-generic):
8292         * emacs-lisp/lisp-mnt.el (lm-synopsis):
8293         * emacs-lisp/shadow.el (list-load-path-shadows):
8294         * emulation/cua-base.el (cua-mode):
8295         * emulation/edt.el (edt-set-scroll-margins):
8296         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8297         (tpu-toggle-regexp, tpu-toggle-search-direction)
8298         (tpu-toggle-rectangle, tpu-toggle-control-keys):
8299         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8300         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8301         (viper-set-parsing-style-toggling-macro)
8302         (viper-set-emacs-state-searchstyle-macros):
8303         * emulation/viper.el (viper-set-hooks):
8304         * eshell/esh-mode.el (eshell-truncate-buffer):
8305         * international/mule-cmds.el (prefer-coding-system)
8306         (describe-input-method, describe-language-environment):
8307         * international/mule-diag.el (list-character-sets)
8308         (describe-character-set, describe-coding-system)
8309         (describe-fontset, list-fontsets, list-input-methods):
8310         * mail/sendmail.el (mail-signature):
8311         * net/ange-ftp.el (ange-ftp-copy-file):
8312         * net/browse-url.el (browse-url):
8313         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8314         * net/quickurl.el (quickurl-add-url):
8315         * net/rcirc.el (names, topic):
8316         * net/xesam.el (xesam-mode):
8317         * play/5x5.el (5x5-new-game):
8318         * play/yow.el (apropos-zippy):
8319         * progmodes/ada-mode.el (ada-mode-version):
8320         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8321         (f90-end-of-block)
8322         (f90-beginning-of-block):
8323         * progmodes/fortran.el (fortran-end-of-block)
8324         (fortran-beginning-of-block):
8325         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8326         * progmodes/python.el (python-describe-symbol, python-shell):
8327         * term/ns-win.el (ns-print-buffer):
8328         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8329         * textmodes/flyspell.el (flyspell-mode-on):
8330         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8331         (pages-directory-for-addresses):
8332         * textmodes/table.el (table-recognize-cell)
8333         (table-query-dimension, table-generate-source)
8334         (table-insert-sequence, table--warn-incompatibility):
8335         * textmodes/tex-mode.el (tex-validate-buffer):
8336         * textmodes/texinfmt.el (texinfmt-version)
8337         (texinfo-format-buffer):
8338         Use `called-interactively-p' instead of `interactive-p'.
8340 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8342         * image-mode.el (image-toggle-display):
8343         * emacs-lisp/elp.el (elp-instrument-function):
8344         * emacs-lisp/advice.el (ad-make-advised-definition):
8345         * emacs-lisp/easy-mmode.el (define-minor-mode):
8346         * net/browse-url.el (browse-url-maybe-new-window):
8347         * progmodes/sh-script.el (sh-learn-buffer-indent):
8348         Pass new argument 'any to `called-interactively-p'.
8350 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8352         * international/uni-bidi.el:
8353         * international/uni-category.el:
8354         * international/uni-combining.el:
8355         * international/uni-comment.el:
8356         * international/uni-decimal.el:
8357         * international/uni-decomposition.el:
8358         * international/uni-digit.el:
8359         * international/uni-lowercase.el:
8360         * international/uni-mirrored.el:
8361         * international/uni-name.el:
8362         * international/uni-numeric.el:
8363         * international/uni-old-name.el:
8364         * international/uni-titlecase.el:
8365         * international/uni-uppercase.el:
8366         Regenerate from Unicode 5.2.0 data.
8368 2009-10-01  Glenn Morris  <rgm@gnu.org>
8370         * Makefile.in (ELCFILES): Regenerate.
8372 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8374         * subr.el (interactive-p): Mark obsolete.
8375         (called-interactively-p): Make the optional-ness of `kind' obsolete.
8376         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8377         advertised-signature-table for subroutines as well.
8379         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8380         (set-advertised-calling-convention): New function.
8381         (make-obsolete, define-obsolete-function-alias)
8382         (make-obsolete-variable, define-obsolete-variable-alias):
8383         Make the optional-ness of `when' obsolete.
8384         (define-obsolete-face-alias): Make `when' non-optional.
8385         * help-fns.el (help-function-arglist):
8386         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8387         Use advertised-signature-table.
8389 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
8391         * files.el (delete-directory): New defun.  The original function
8392         in fileio.c has been renamed to `delete-directory-internal'.
8394         * dired.el (dired-delete-file): Call `delete-directory' with
8395         RECURSIVE parameter.
8397         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8398         parameter RECURSIVE.  Implementation is missing.
8400         * net/tramp.el (tramp-handle-make-directory): Flush upper
8401         directory's file properties.
8402         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8403         (tramp-handle-dired-recursive-delete-directory): Flush directory
8404         properties after the remove command only.
8406         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8407         Handle optional parameter RECURSIVE.
8409         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8410         Handle optional parameter RECURSIVE.
8412         * net/tramp-smb.el (tramp-smb-errors): Add error message for
8413         connection timeout.
8414         (tramp-smb-handle-delete-directory): Handle optional parameter
8415         RECURSIVE.
8417 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8419         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8420         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8421         (byte-compile-defmacro): Use backquotes.
8423         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8425         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8426         has no associated file.
8427         (vc-resynch-buffer): Use vc-dir-buffers.
8429 2009-10-01  Glenn Morris  <rgm@gnu.org>
8431         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8432         (chart-file-count):
8433         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8434         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8435         * emacs-lisp/eieio-opt.el (eieio-describe-class):
8436         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8437         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8438         (eieio-copy-parents-into-subclass, make-instance, class-children)
8439         (eieio-generic-form):
8441         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8442         match-data.  (Bug#4555).
8444         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8445         rather than parsing it as a regexp.  This relaxes the layout
8446         requirements and makes errors easier to detect.
8447         (check-declare-verify): Check file is regular.
8448         (check-declare-directory): Doc fix.
8449         * subr.el (declare-function): Doc fix.
8451         * ibuffer.el (ibuffer-format-qualifier):
8452         * isearch.el (hi-lock-regexp-okay):
8453         * calc/calc.el (math-zerop):
8454         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8455         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8456         Remove unused declarations.
8458 2009-09-30  Glenn Morris  <rgm@gnu.org>
8460         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8462         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8463         filename is not a string.
8465 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8467         * files.el (safe-local-eval-forms): Fix typo.
8469 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8471         * vc-hooks.el (vc-dir-buffers): New var.
8472         (vc-state-refresh): New function.
8473         (vc-state): Use it.
8474         (vc-after-save): Always ask the backend to recompute the new state.
8475         Always call vc-dir if necessary, using vc-dir-buffers.
8476         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8477         Use vc-dir-buffers.
8478         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8479         (vc-dir-prepare-status-buffer, vc-dir-update)
8480         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8481         Don't call expand-file-name on default-directory.
8483 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8485         * speedbar.el (speedbar-item-delete):
8486         * calc/calc-prog.el (calc-kbd-if):
8487         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8489         * epa.el (epa-key-list-mode-map):
8490         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8492         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8493         (hs-show-hook): Fix typo in docstring.
8495 2009-09-29  Glenn Morris  <rgm@gnu.org>
8497         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8498         file-name-nondirectory call preventing location of cedet files.
8499         (check-declare-verify): Use literal search rather than re-search.
8500         Add basic defmethod and defclass, and define-overloadable-function.
8502         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8503         Use tramp-compat-file-attributes rather than nonexistent
8504         tramp-compat-handle-file-attributes.
8506         * Makefile.in (lisptagsfiles4): New.
8507         (AUTOGENEL): Add cedet loaddefs files.
8508         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8509         (update-elclist, compile-always, backup-compiled-files)
8510         (bootstrap-clean): Add yet another directory level.
8511         (update-elclist): Use LC_COLLATE rather than COLLATE.
8512         (ELCFILES): Update, via `make update-elclist'.
8514 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8516         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8517         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8518         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8520 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8522         * Makefile.in (lisptagsfiles3): Define.
8523         (TAGS, TAGS-LISP): Use it.
8524         (update-elclist): Add third directory level to look for elc files.
8525         (compile-always): Likewise.
8526         (backup-compiled-files): Likewise.
8527         (bootstrap-clean): Likewise.
8528         (ELCFILES): Update.
8530 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8532         * Makefile.in (ELCFILES): Add CEDET files.
8534 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8536         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8538         * net/tramp.el (top): Require tramp-imap.
8540         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8541         Use `tramp-compat-handle-file-attributes'.
8543 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8545         * net/tramp-imap.el: New package.
8547 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8549         * whitespace.el (whitespace-trailing-regexp)
8550         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8551         Fix doc string.
8553 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8555         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8556         menu.
8558         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8559         menu-bar-ediff-menu.
8561         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8562         define-overloadable-function.
8564         * progmodes/autoconf.el: Provide autoconf as well, so that this
8565         file can be `require'd.
8567         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8569         * emacs-lisp/autoload.el (generated-autoload-feature)
8570         (generated-autoload-load-name): New vars.
8571         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8572         (make-autoload): Recognize define-overloadable-function and
8573         defclass forms (for EIEIO).
8575         * Makefile.in (update-subdirs): Exclude cedet directory.
8577 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8579         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
8581         * faces.el: Default light-background background for region face to
8582         ns_selection_color under NS.
8584 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8586         * net/imap-hash.el: New library, see NEWS.
8588         * Makefile.in (ELCFILES): Add imap-hash.el.
8590 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8592         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8593         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8594         * help-macro.el (make-help-screen): Avoid using an ambiguous function
8595         definition where the docstring could be taken for the return value.
8597 2009-09-26  Glenn Morris  <rgm@gnu.org>
8599         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8600         Add option to only show images below a certain size.
8601         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8602         save-excursion calls.
8604 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
8606         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8607         subdirectories) and eieio.
8609 2009-09-26  Alan Mackenzie  <acm@muc.de>
8611         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8612         Correct buggy bracketing.  (Bug#4289)
8614         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8615         character constants (as case labels).  (Bug#4289)
8617 2009-09-25  Juri Linkov  <juri@jurta.org>
8619         * files.el (safe-local-eval-forms): Allow time-stamp in
8620         before-save-hook (Bug#4554).
8622 2009-09-25  Drew Adams  <drew.adams@oracle.com>
8624         * menu-bar.el (list-buffers-directory): Doc fix.
8626 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8628         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8629         Try and avoid copying twice the same paragraph.
8630         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8631         Remove save-excursion.
8632         (log-edit-changelog-entry): Do it here instead.
8634 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
8636         * bs.el (bs--get-file-name): Use `list-buffers-directory'
8637         when available, instead of hardcoding mode names.  Doc fix.
8639         * menu-bar.el (list-buffers-directory): Add docstring.
8640         Make automatically buffer-local.
8642         * dired.el (dired-mode):
8643         * files.el (cd-absolute):
8644         * pcvs.el (cvs-temp-buffer):
8645         * pcvs-util.el (cvs-get-buffer-create):
8646         * shell.el (shell-mode):
8647         * vc-dir.el (vc-dir-mode):
8648         Don't make `list-buffers-directory' buffer local.
8650 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
8652         * comint.el (comint-exec, comint-run, make-comint):
8653         Doc fixes (Bug#4542).
8655 2009-09-25  Glenn Morris  <rgm@gnu.org>
8657         * mail/rmailmm.el (rmail-mime): New custom group.
8658         Move all defcustoms in this file into this group.
8659         (rmail-mime-media-type-handlers-alist): Revert previous change.
8660         (rmail-mime-show-images): New option.
8661         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8662         references to it, since it wasn't actually used for anything.
8663         (rmail-mime-insert-image): New function.
8664         (rmail-mime-image): Use rmail-mime-insert-image.
8665         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8666         obey the value of `rmail-mime-show-images' option.  Print the size of
8667         attachments.
8669 2009-09-25  David Engster  <deng@randomsample.de>
8671         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
8673 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8675         * whitespace.el: Does not highlight trailing spaces While point is
8676         at end of line.  Does not highligt spaces at beginning of buffer
8677         while point is at beginning of buffer.  Does not highlight spaces
8678         at end of buffer while point is at end of buffer.  (Bug#4177)
8679         New version 12.0.
8680         (whitespace-display-mappings): Adjust initialization.
8681         (whitespace-point, whitespace-font-lock-refontify): New vars.
8682         (whitespace-color-on, whitespace-color-off): Adjust code.
8683         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8684         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8685         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8687 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
8689         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8691         * textmodes/sgml-mode.el: Remove xml-mode alias.
8693         * files.el (auto-mode-alist, conf-mode-maybe)
8694         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8696 2009-09-24  Alan Mackenzie  <acm@muc.de>
8698         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8699         c-forward-conditionals, but it doesn't move point and doesn't set
8700         the mark.
8701         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8702         (c-down-conditional-with-else, c-backward-conditional)
8703         (c-forward-conditional): Refactor to use c-scan-conditionals.
8705 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8707         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8708         (help-default-arg-highlight): Remove.
8709         (help-highlight-arg): New function.
8710         (help-do-arg-highlight): Use it.
8711         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8713 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8715         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8716         Undo last change, which didn't fix the problem and introduced others.
8718 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8720         * progmodes/gdb-mi.el: Don't require speedbar.
8721         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8723 2009-09-24  Glenn Morris  <rgm@gnu.org>
8725         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8727         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8729         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8730         there is no newline after the final mime boundary.  (Bug#4539)
8731         Move markers on insertion so that any buttons inserted don't end up in
8732         the next part of a multipart message.
8733         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8734         (rmail-mime-bulk-handler): Optionally handle images.
8735         (rmail-mime-image): New button action.
8736         (rmail-mime-image-handler): New function.
8737         (rmail-mime-mode): New mode.
8738         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8740 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8742         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8743         than just dropping elements from it (bug#4504).
8745         * term.el (term-set-scroll-region): Don't move cursor any more.
8746         (term-handle-ansi-escape): Call term-goto here instead.
8747         Suggested by Ivan Kanis <apple@kanis.eu>.
8749         * term.el: Require CL.
8750         (term-ansi-reset): New function.
8751         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8752         (term-handle-colors-array): Simplify.
8754 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8756         * allout.el (allout-overlay-interior-modification-handler)
8757         (allout-obtain-passphrase):
8758         * epa-file.el (epa-file-write-region):
8759         * ps-print.el (ps-begin-job):
8760         * vc-hooks.el (vc-toggle-read-only):
8761         * vc-rcs.el (vc-rcs-rollback):
8762         * vc-sccs.el (vc-sccs-rollback):
8763         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8764         (vc-version-diff, vc-revert, vc-rollback):
8765         * wdired.el (wdired-check-kill-buffer):
8766         * emacs-lisp/authors.el (authors):
8767         * net/socks.el (socks-open-connection):
8768         * net/zeroconf.el (zeroconf-service-add-hook):
8769         * obsolete/vc-mcvs.el (vc-mcvs-register):
8770         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8771         (gdb-select-frame):
8772         * progmodes/grep.el (lgrep, rgrep):
8773         * progmodes/idlw-help.el (idlwave-help-check-locations)
8774         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8775         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8776         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8777         (reftex-toc-rename-label): Fix typos in error messages.
8779         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8780         (dired-copy-how-to-fn): Doc fix.
8781         (dired-files-attributes, dired-read-shell-command):
8782         Fix typos in docstrings.
8784         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8785         (dired-x-find-file-other-window): Reflow docstrings.
8786         (dired-omit-marker-char, dired-read-shell-command)
8787         (dired-x-submit-report): Fix typos in docstrings.
8789         * shell.el (shell-mode-hook):
8790         * view.el (View-scroll-line-forward):
8791         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8792         Fix typos in docstrings.
8794         * net/dig.el (dig-invoke): Fix typo in docstring.
8795         (query-dig): Reflow docstring.
8797         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8798         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8799         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8800         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8801         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8802         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8803         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8804         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8805         (idlwave-completion-map, idlwave-current-indent)
8806         (idlwave-custom-ampersand-surround, idlwave-customize)
8807         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8808         (idlwave-define-abbrev, idlwave-determine-class-special)
8809         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8810         (idlwave-end-block-reg, idlwave-end-of-statement)
8811         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8812         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8813         (idlwave-explicit-class-listed, idlwave-file-header)
8814         (idlwave-fill-paragraph, idlwave-find-class-definition)
8815         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8816         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8817         (idlwave-in-quote, idlwave-indent-action-table)
8818         (idlwave-indent-expand-table, idlwave-indent-line)
8819         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8820         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8821         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8822         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8823         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8824         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8825         (idlwave-outlawed-buffers, idlwave-popup-select)
8826         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8827         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8828         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8829         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8830         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8831         (idlwave-statement-type, idlwave-struct-skip)
8832         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8833         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8834         (idlwave-what-module-find-class): Fix typos in docstrings.
8835         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8836         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8837         (idlwave-find-module, idlwave-find-structure-definition)
8838         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8839         (idlwave-list-load-path-shadows, idlwave-next-statement)
8840         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8841         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8842         (idlwave-template): Reflow docstrings.
8844         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8845         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8846         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8847         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8848         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8849         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8850         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8851         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8852         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8853         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8854         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8855         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8856         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8857         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8858         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8859         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8860         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8861         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8862         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8863         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8864         Fix typos in docstrings.
8865         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8866         (idlwave-shell-hide-output, idlwave-shell-mode)
8867         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8868         Reflow docstrings.
8870         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8872 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8874         * term.el (term-bold-attribute): New var.
8875         (term-handle-colors-array): Use it.
8877 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8879         * progmodes/gdb-mi.el (gdb-version): New variable.
8880         (gdb-non-stop-handler): Set gdb-version.
8881         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8882         Condition "--thread" option on gdb-version.
8883         (gdb-invalidate-threads): Remove unused argument.
8885 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8887         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8888         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8890 2009-09-23  Glenn Morris  <rgm@gnu.org>
8892         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8893         replying to mail without References or Message-Id.  (Bug#4525)
8895 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8897         * term/ns-win.el (ns-reg-to-script): New variable.
8899 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8901         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8903 2009-09-22  Sam Steingold  <sds@gnu.org>
8905         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8906         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8907         to 1 because hg returns status 1 when nothing is found.
8908         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8910 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8912         * textmodes/fill.el: Convert to utf-8 encoding.
8913         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8914         pre-unicode days.
8916         * add-log.el (change-log-fill-forward-paragraph): New function.
8917         (change-log-mode): Use it so fill-region DTRT.
8918         Set fill-indent-according-to-mode here rather than in
8919         change-log-fill-paragraph.
8920         (change-log-fill-paragraph): Remove.
8922 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8924         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8925         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8927 2009-09-22  Glenn Morris  <rgm@gnu.org>
8929         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8930         the scroll-bar scroll the calendar window rather than the buffer.
8932         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8933         commands that move point (as opposed to scrolling).
8935         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8937         * emacs-lisp/elint.el (elint): New custom group.
8938         (elint-log-buffer): Make it a defcustom.
8939         (elint-scan-preloaded, elint-ignored-warnings)
8940         (elint-directory-skip-re): New options.
8941         (elint-builtin-variables): Doc fix.
8942         (elint-preloaded-env): New variable.
8943         (elint-unknown-builtin-args): Add an entry for encode-time.
8944         (elint-extra-errors): Make it a variable rather than a constant.
8945         (elint-preloaded-skip-re): New constant.
8946         (elint-directory): Skip files matching elint-directory-skip-re.
8947         (elint-features): New variable, local to linted buffers.
8948         (elint-update-env): Initialize elint-features.  Possibly add
8949         elint-preloaded-env to the buffer's environment.
8950         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8951         Skip quoted forms.
8952         (elint-init-form): New function, extracted from elint-init-env.
8953         Make non-list forms a warning rather than an error.
8954         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8955         easy-menu-define, put that adds an error-condition, and provide.
8956         When requiring cl, also require cl-macs.  Really require cl, to handle
8957         some cl macros.  Store required libraries in the list elint-features,
8958         so as not to re-load them.  Treat cc-require like require.
8959         (elint-init-env): Call elint-init-form to do the work.
8960         Handle eval-and-compile and such like.
8961         (elint-add-required-env): Do not clear messages.
8962         (elint-special-forms): Add handlers for function, defalias, if, when,
8963         unless, and, or.
8964         (elint-form): Add optional argument to ignore elint-special-forms,
8965         useful to prevent recursive calls from handlers.  Doc fix.
8966         Respect elint-ignored-warnings.
8967         (elint-form): Respect elint-ignored-warnings.
8968         (elint-bound-variable, elint-bound-function): New variables.
8969         (elint-unbound-variable): Respect elint-bound-variable.
8970         (elint-get-args): Respect elint-bound-function.
8971         (elint-check-cond-form): Add some simple handling for (f)boundp and
8972         featurep tests.
8973         (elint-check-defalias-form): New handler.
8974         (elint-check-let-form): Make an empty let a warning rather than an
8975         error.
8976         (elint-check-setq-form): Make an empty setq a warning rather than an
8977         error.  Respect elint-ignored-warnings.
8978         (elint-check-defvar-form): Accept null doc-strings.
8979         (elint-check-conditional-form): New handler.  Does some simple-minded
8980         checking of featurep and (f)boundp tests.
8981         (elint-put-function-args): New function.
8982         (elint-initialize): Use elint-scan-doc-file rather than
8983         elint-find-builtin-variables.  Use elint-put-function-args.
8984         Possibly scan preloaded-file-list.
8985         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8986         extend to handle functions as well.
8988 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8990         * linum.el (linum-delete-overlays, linum-update-window):
8991         Do not modify the right margin.  (Bug#3971)
8993 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8995         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8996         Use nxml-mode instead of xml-mode.
8998 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9000         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
9002 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9004         * net/dig.el (dig-mode): Use define-derived-mode.
9006 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
9008         * vc-dispatcher.el (vc-do-command): Return the process object in
9009         the asynchronous case.  Use when instead of if.  Do not run
9010         vc-exec-after to display a message if not enabled.  (Bug#4463)
9012         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9013         properties to the stash strings.
9014         (vc-git-stash-list): Return a list of strings.
9015         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9016         (vc-git-stash-show-at-point): New functions.
9017         (vc-git-stash-map): New keymap.
9019         * register.el (ctl-x-r-map): Define the keys here instead of
9020         using autoload.
9022 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
9024         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9025         list, to workaround performance problem (bug#4485).
9027 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
9029         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9031 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
9033         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9034         Document that this option is not recommended to use.
9036 2009-09-19  Glenn Morris  <rgm@gnu.org>
9038         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9039         variable `var'.
9041         * calc/calc-alg.el (var):
9042         * calc/calcalg2.el (var): Define for compiler.
9044 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
9046         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9047         Doc fix (Bug#3932).
9049         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9051         * time-stamp.el (time-stamp-month-dd-yyyy)
9052         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9053         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9054         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9055         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9056         Remove functions that have been obsolete since 1995 (Bug#4436).
9058         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9059         indent buffer only if called interactively (Bug#4452).
9061 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
9062             Eli Zaretskii  <eliz@gnu.org>
9064         This fixes bug#4197 (merged to bug#865, though not identical).
9065         * server.el (server-auth-dir): Add docstring note about FAT32.
9066         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9067         but warn against using them.
9069 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
9071         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9072         older GDB where there is no has_more field.
9074 2009-09-19  Glenn Morris  <rgm@gnu.org>
9076         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9078 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
9080         * files.el (auto-mode-alist): Change default for XML files to nXML
9081         mode (Bug#4169).
9083 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
9085         * server.el (server-ensure-safe-dir): Pass 'integer
9086         to `file-attributes', as suggested.
9088 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9090         * dired-aux.el (dired-query-alist): Remove spurious backslash.
9091         (dired-query): Use read-key.
9093 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
9095         * cus-start.el (ns-use-qd-smoothing): Remove.
9097 2009-09-18  Glenn Morris  <rgm@gnu.org>
9099         * allout.el (top-level): Remove unnecessary progn.
9101         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9103         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9104         definition of abbrev table.
9106         * speedbar.el (speedbar-track-mouse):
9107         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9108         * net/eudc.el (eudc-expand-inline):
9109         * net/newst-backend.el (newsticker--cache-read-feed):
9110         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9111         condition-case handlers.
9113 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
9115         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9116         (gdb-var-list): Add an element for has_more field.
9117         (gdb-non-stop-handler): Enable pretty printing for STL containers.
9118         (gdb-var-create-handler, gdb-var-list-children-handler-1)
9119         (gdb-var-update-handler-1): Parse output of dynamic variable
9120         objects (STL containers).
9121         (gdb-var-delete-1): Pass var1 as an explicit second argument.
9122         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
9124         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9125         gdb-var-list.
9126         (gud-speedbar-buttons): Make node expandable if expression "has more"
9127         children.
9129 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
9131         * startup.el (emacs-quick-startup): Remove variable and all uses.
9132         (command-line): Set `inhibit-x-resources' instead.
9133         (command-line-1): Use `inhibit-x-resources' instead.
9135 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
9137         * subr.el: Fix last change to avoid using the `unless' macro,
9138         which breaks bootstrapping.
9140 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9142         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9143         extended definitions, in case we reload subr.el after having
9144         loaded CL.
9145         (eval-next-after-load): Mark as obsolete.
9147 2009-09-17  Juri Linkov  <juri@jurta.org>
9149         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9150         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9151         (menu-bar-showhide-menu, menu-bar-tools-menu)
9152         (menu-bar-describe-menu, menu-bar-help-menu)
9153         (minibuffer-local-completion-map, minibuffer-local-map):
9154         Fix list quoting.
9156 2009-09-17  Glenn Morris  <rgm@gnu.org>
9158         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9159         arguments, whether or not it has a handler.
9161         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9163         * simple.el (hard-newline): Give it a doc-string.
9165         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9166         (lisp-mode-syntax-table): Give them doc-strings.
9168 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
9170         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9171         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9172         (menu-bar-options-menu, menu-bar-showhide-menu)
9173         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9174         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9175         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9176         (menu-bar-options-menu, menu-bar-tools-menu)
9177         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9178         (menu-bar-help-menu):
9179         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9180         string arguments.
9182         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9183         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9184         calls for the menu names and :help.
9186 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9188         * mouse.el (minor-mode-menu-from-indicator): Pay attention
9189         to :minor-mode-function (bug#4455).
9191 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9193         * startup.el (command-line): Initialize the window-system after
9194         processing the command-line.
9196         * textmodes/page.el (what-page): Make sure we don't inf-loop if
9197         page-delimiter matches the empty string.
9199 2009-09-16  Glenn Morris  <rgm@gnu.org>
9201         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9202         byte-compile-not-obsolete-var.  It's a list now.
9203         (byte-compile-not-obsolete-funcs): New variable.
9204         (byte-compile-warn-obsolete): Don't warn about functions if they are in
9205         byte-compile-not-obsolete-funcs.
9206         (byte-compile-variable-ref, byte-compile-defvar): Update for
9207         byte-compile-not-obsolete-vars name-change and list nature.
9208         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9209         and variables behind (f)boundp tests.
9210         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9212 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9214         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9216 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9218         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9219         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9220         Don't autoload.
9222 2009-09-15  Stephen Eglen  <stephen@gnu.org>
9224         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9225         the virtual-buffers, use the name of the buffer specified by
9226         find-file-noselect, as the match may be a symlink.  (This was a
9227         problem if the target and the symlink had different names.)
9229 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9231         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9233         * desktop.el (desktop-path): Check user-emacs-directory.
9235         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9237         * loadup.el: Use after-load-functions to GC after loading each file.
9238         Remove the explicit GC calls that used to be sprinkled around.
9240         * subr.el (after-load-functions): New hook.
9241         (do-after-load-evaluation): Run it.  Use string-match-p to detect
9242         `obsolete' packages, rather than painfully extracting the relevant
9243         directory name.
9245 2009-09-15  Glenn Morris  <rgm@gnu.org>
9247         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9248         free variable `doc'.
9250         * dired.el (dired-mode-map): Add menu entry for async shell command.
9252         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9253         variables, also consider the .elc files, since the .el files are
9254         normally gzipped (subsequent code locates the .el.gz from the .elc).
9256         * calc/calc-prog.el (arglist): Define for compiler.
9258         * calendar/diary-lib.el (diary-display-function): Change the default to
9259         fancy display.
9260         (body): Define for compiler.
9262         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9263         (byte-compile-file-form, byte-compile-lambda)
9264         (byte-compile-top-level-body, byte-compile-form)
9265         (byte-compile-variable-ref, byte-compile-setq)
9266         (byte-compile-setq-default, byte-compile-body)
9267         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9268         (batch-byte-compile): Give some more local variables with common names
9269         a "bytecomp-" prefix to avoid masking warnings about free variables.
9271         * startup.el (command-line-1): Give local variables with common names a
9272         distinguishing prefix, so as not to hide free variable warnings during
9273         bootstrap.
9275         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9276         clever and add a suffix to make a unique name, just let the user decide
9277         whether or not to overwrite it.  If the input is a directory, write the
9278         default filename to that directory.  (Bug#4388)
9279         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9280         is a filename-as-a-directory.
9282 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9284         * textmodes/page.el (what-page): Don't move to beginning of line.
9285         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9287 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9289         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9291 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
9293         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9294         * help.el (help-for-help-internal): Add purecopy calls for text.
9296         * vc.el (top): print-log method now takes an optional SHORTLOG
9297         argument.  Add a new method: root.
9298         (vc-root-diff, vc-print-root-log): New functions.
9299         (vc-log-short-style): New variable.
9300         (vc-print-log-internal): Add support for showing short logs.
9302         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9303         vc-print-root-log and vc-print-root-diff.
9305         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9306         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9307         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9308         short logs.
9310         * vc-cvs.el (vc-cvs-print-log):
9311         * vc-mtn.el (vc-mtn-print-log):
9312         * vc-rcs.el (vc-rcs-print-log):
9313         * vc-sccs.el (vc-sccs-print-log):
9314         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9315         that is ignored for now.
9317         * vc-mtn.el (vc-mtn-annotate-command):
9318         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9320 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9322         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9323         to function-key-map, and give them ascii-character property.
9324         * term/x-win.el (x-alternatives-map):
9325         * term/ns-win.el (ns-alternatives-map):
9326         * term/internal.el (msdos-key-remapping-map):
9327         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9329 2009-09-14  Glenn Morris  <rgm@gnu.org>
9331         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9332         temp-buffers (2009-09-12).
9334 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9337         the new read-key function.
9339 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9341         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9342         is defined (Bug#4405).
9344 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
9346         * recentf.el (recentf-cleanup): Use a hash table to find
9347         duplicates (Bug#4407).
9349 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
9351         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9352         kp-0 to ascii equivalents (Bug#4325).
9354 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9356         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9358         * eshell/em-hist.el:
9359         * eshell/em-dirs.el (eshell-complete-user-reference):
9360         Declare pcomplete functions and variables to avoid compiler warnings.
9362 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
9364         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9365         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9366         * eshell/em-alias.el (eshell-aliases-file):
9367         * eshell/em-hist.el (eshell-history-file-name):
9368         Use expand-file-name instead of concat to make file names (Bug#4308).
9370 2009-09-13  Glenn Morris  <rgm@gnu.org>
9372         * ediff-merg.el (ediff-do-merge):
9373         * filesets.el (filesets-run-cmd):
9374         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9375         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9376         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9377         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9378         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9379         Replace empty `let's with `progn'.
9381 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9383         * mail/sendmail.el (send-mail-function):
9384         * tooltip.el (tooltip-mode):
9385         * simple.el (transient-mark-mode):
9386         * rfn-eshadow.el (file-name-shadow-mode):
9387         * frame.el (blink-cursor-mode):
9388         * font-core.el (global-font-lock-mode):
9389         * files.el (temporary-file-directory)
9390         (small-temporary-file-directory, auto-save-file-name-transforms):
9391         * epa-hook.el (auto-encryption-mode):
9392         * composite.el (global-auto-composition-mode):
9393         Use custom-initialize-delay.
9394         * startup.el (command-line): Don't explicitly call
9395         custom-reevaluate-setting for all the above vars.
9396         * custom.el (custom-initialize-safe-set)
9397         (custom-initialize-safe-default): Delete.
9399 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9401         * term/x-win.el (x-initialize-window-system):
9402         * term/w32-win.el (w32-initialize-window-system):
9403         * term/ns-win.el (ns-initialize-window-system): Don't call
9404         mouse-wheel-mode since it's enabled globally by default already.
9406         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9407         actually define the variable, but only silences the byte-compiler.
9408         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9409         before looking it up.
9410         (mouse-wheel-scroll-amount): Also reset the bindings if this value
9411         is changed.
9413 2009-09-12  Glenn Morris  <rgm@gnu.org>
9415         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9416         1000.
9417         (elint-add-required-env): Don't beep on error.
9418         (elint-forms): In case of error, return ENV unchanged.
9419         (elint-init-env): Skip non-list forms.
9420         (elint-log): Handle unknown file positions.
9422 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9424         * epg.el (epg-make-context): Add autoload cookie.
9425         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9426         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9427         (epg-verify-string, epg-start-sign, epg-sign-file)
9428         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9429         (epg-encrypt-string, epg-start-export-keys)
9430         (epg-export-keys-to-file, epg-export-keys-to-string)
9431         (epg-start-import-keys, epg-import-keys-from-file)
9432         (epg-import-keys-from-string, epg-start-receive-keys)
9433         (epg-receive-keys, epg-import-keys-from-server)
9434         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9435         (epg-sign-keys, epg-start-generate-key)
9436         (epg-generate-key-from-file, epg-generate-key-from-string):
9437         Remove autoload cookie.
9439 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9441         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9442         reevaluation of trash-directory.
9444         * mwheel.el: Fix last change.
9445         (mouse-wheel-mode): New defvar.
9446         (mouse-wheel-mode): Remove autoload cookie.
9448 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9450         * mwheel.el (mwheel-installed-bindings): New var.
9451         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9452         the bindings we set last time.  Use custom-initialize-delay.
9453         * loadup.el: Load mwheel after term/*-win.el.
9454         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9455         and mouse-wheel-up-event now that their first evaluation is done
9456         sufficiently late to be correct.
9458         * startup.el (tutorial-directory): Make it a defcustom.
9459         Use custom-initialize-delay rather than eval-at-startup to set it.
9460         * image.el (image-load-path): Make it a defcustom.
9461         Use custom-initialize-delay rather than eval-at-startup to set it.
9462         * subr.el (eval-at-startup): Remove.
9463         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9465         * subr.el (do-after-load-evaluation): Warn the user after loading an
9466         obsolete package.
9468 2009-09-12  Glenn Morris  <rgm@gnu.org>
9470         * proced.el (proced-mark-alt): Remove alias.
9471         (proced-mode-map): Remove proced-mark-alt.
9473         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9474         Elint file and directory.  Remove initialization entry.
9476         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9477         commands.
9478         (elint-current-buffer): Set mode-line-process.
9479         (elint-init-env): Handle define-derived-mode.
9480         Fix declare-function with unspecified arglist.  Guard against odd
9481         defalias statements (eg iso-insert's 8859-1-map).
9482         (elint-add-required-env): Use a temp buffer.
9483         (elint-form): Just print the function/macro name, not the whole form.
9484         Return env unchanged if we fail to parse a macro.
9485         (elint-forms): Guard against parse errors.
9486         (elint-output): New function, to handle batch mode.
9487         (elint-log-message): Add optional argument.  Use elint-output.
9488         (elint-set-mode-line): New function.
9490 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9492         * emacs-lisp/elp.el (elp-not-profilable): Add more
9493         functions (Bug#4233).
9495 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9497         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9498         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9500 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9502         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9503         (gdb-var-list-children): Use json parsing.
9505 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9507         * progmodes/js.el (js--proper-indentation): Handle the case where
9508         char-before is null.  Reported by Deniz Dogan.
9510 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9512         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9514 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9516         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9517         (epg-digest-algorithm-alist): Add SHA224.
9518         (epg-context-set-passphrase-callback)
9519         (epg-context-set-progress-callback): Add description about
9520         callback function.
9522 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9524         * custom.el (custom-delayed-init-variables): New var.
9525         (custom-initialize-delay): New function.
9526         * startup.el (command-line): "Re"evaluate all vars in
9527         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9528         explicitly any more.
9529         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9530         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9532         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9534 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9536         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9537         (gdb-var-update-handler): Use json parsing.
9539 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9541         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9542         decode annotated text, regardless of language environment.  (Bug#2741)
9544 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9546         * Makefile.in (autoloads): Make rmail.el writable as well.
9548 2009-09-11  Glenn Morris  <rgm@gnu.org>
9550         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9551         loaddefs.el.
9552         * dired.el: Regenerate with extracted autoloads.
9553         * Makefile.in (autoloads): Make dired.el writable.
9555         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9556         * ibuffer.el: Regenerate with extracted autoloads.
9557         * Makefile.in (autoloads): Make ibuffer.el writable.
9559         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9560         * version.el (emacs-copyright, emacs-major-version)
9561         (emacs-minor-version): Reformat doc-strings for make-docfile.
9563         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9564         functions and variables, since they must be stuff specific to some other
9565         platform.
9566         (apropos-print): Make mouse-click message less specific about button.
9568         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9569         that records where a macro was defined.
9570         * help-fns.el (describe-function-1): Mention if a function has a
9571         compiler-macro.
9572         * help-mode.el (help-function-cmacro): New button.
9574         * locate.el (top-level): Always require dired.
9575         (locate-mode-map): Initialize inside the defvar.
9577         * net/ange-ftp.el (dired-compress-file): Declare.
9578         (ange-ftp-dired-compress-file): Add doc string.
9580         * term/ns-win.el (x-display-name, x-setup-function-keys):
9581         Unify doc-strings with X versions.
9583 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9585         * emulation/crisp.el (crisp-mode-map): Move initialization
9586         into declaration.
9587         (crisp-mode): Use define-minor-mode.
9589         * progmodes/xscheme.el (xscheme-evaluation-commands):
9590         Put a :advertised-binding property rather than using
9591         advertised-xscheme-send-previous-expression.
9592         (advertised-xscheme-send-previous-expression): Declare obsolete.
9593         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9594         `advertised-undo'.
9595         (crisp-mode): Add corresponding bindings to
9596         undo's :advertised-binding instead.
9597         * dired.el (dired-mode-map): Put a :advertised-binding property rather
9598         than using dired-advertised-find-file.
9599         (dired-advertised-find-file):
9600         * simple.el (advertised-undo):
9601         * wid-edit.el (advertised-widget-backward): Declare obsolete.
9602         (widget-keymap): Put a :advertised-binding property rather
9603         than using advertised-widget-backward.
9604         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9605         than using advertised-undo.
9606         * tutorial.el (tutorial--default-keys): Adjust accordingly.
9608 2009-09-10  Simon South  <ssouth@slowcomputing.org>
9610         * progmodes/delphi.el (delphi-tab): Indent region when Transient
9611         Mark mode is enabled and region is active; otherwise indent or
9612         insert TAB as usual.
9613         (delphi-mode): Update description of TAB-key binding.
9615 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9617         * subr.el (define-key-rebound-commands): Mark obsolete.
9618         * startup.el (precompute-menubar-bindings): Remove.
9619         (normal-top-level): Remove obsolete code that tried to precompute
9620         menubar bindings.
9621         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9622         define-key-rebound-commands and precompute-menubar-bindings.
9624 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9626         * net/imap.el (imap-interactive-login): Better messages.
9627         (imap-open): Fix bug with renamed buffer on reconnect.
9628         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9629         for easier debugging and cleaner code.  On successful (guessed based on
9630         server capabilities) secondary authentication, set imap-state
9631         correctly.
9632         (imap-last-authenticator): Define imap-last-authenticator as a variable
9633         to avoid warnings.
9635 2009-09-10  Glenn Morris  <rgm@gnu.org>
9637         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9639         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9640         (byte-compile-file-form-autoload): Don't warn about unknown functions
9641         where the autoload statement comes after the use.
9642         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9643         that any handlers inside the body (eg require) are in turn respected.
9645         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9646         effects.
9648         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9649         and syntax and abbrev tables basic docs, if they don't have any.
9651         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9653         * international/mule-cmds.el (top-level): Require cl when compiling.
9654         (view-hello-file): Use default-value rather than
9655         default-enable-multibyte-characters.
9657         * progmodes/fortran.el: Move all safe and risky properties into the
9658         defcustoms.
9660         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9661         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9662         * mail/undigest.el:
9663         Put autoloads in rmail.el rather than loaddefs.el.
9664         * mail/rmail.el: Regenerate with extracted autoloads.
9666         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9667         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9669 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
9671         Reported in thread for Bug#4375.
9672         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9673         "-data-evaluate-expression" instead of print.
9674         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9675         (gdb-tooltip-print): Parse output from above MI command.
9676         (gdb): Revert 2009-08-11 change.  User should detach inferior
9677         manually.
9679         Remove the word "separate" from IO functions as inferior
9680         output is now never displayed in the GUD buffer.
9682 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
9684         * startup.el (command-line-normalize-file-name): On Windows and
9685         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9687 2009-09-10  Juri Linkov  <juri@jurta.org>
9689         * isearch.el (isearch-text-char-description): Propertize escape
9690         character sequences with the `escape-glyph' face.  (Bug#4344)
9692         * simple.el (shell-command): Set asynchronous process filter to
9693         `comint-output-filter'.  (Bug#4343)
9695         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9696         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9697         the list.  Move "asm" to the bottom.
9698         (grep-find-ignored-directories): Add `choice' with nil value
9699         to empty the list easily.
9700         (grep-find-ignored-files): New option.
9701         (grep-files-history): Set to nil by default instead of '("ch" "el").
9702         (grep-compute-defaults): Add "<X>" to `grep-template'.
9703         (grep-read-files): Bind new local variables `default-alias' and
9704         `default-extension'.  Use a list of default values for the file prompt.
9705         (lgrep): Add `--exclude=' command line options composed from
9706         `grep-find-ignored-files'.
9707         (rgrep): Add `-name' command line options composed from
9708         `grep-find-ignored-files'.  (Bug#4301)
9710 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9712         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9713         (bug#4368).
9715 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9717         * calendar/time-date.el (autoload):
9718         Expand define-obsolete-function-alias into defalias and make-obsolete
9719         for old Emacsen that Gnus supports.
9720         (with-no-warnings): Define it for old Emacsen.
9721         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9722         is available.
9723         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9724         float-time is available; suppress compile warning for time-to-seconds.
9726 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9728         * net/imap.el (imap-message-map): Docstring fix.
9730 2009-09-09  Glenn Morris  <rgm@gnu.org>
9732         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9733         line numbers too.  (Bug#4374)
9735 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9737         * smerge-mode.el (smerge-remove-props, smerge-refine):
9738         Use with-silent-modifications (bug#4342).
9740         * subr.el (with-silent-modifications): New macro.
9742 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9744         * files.el (top-level): Require `cl' when compiling.
9746 2009-09-07  Glenn Morris  <rgm@gnu.org>
9748         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9750         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9751         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9753 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9755         * vc-git.el (vc-git-annotate-command): Use separator to parse
9756         arguments correctly.
9758 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9760         * proced.el (proced-mode): Doc fix.
9762 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9764         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9765         lstat fails.
9766         (tramp-do-file-attributes-with-ls): Check for file existence at
9767         remote end.
9768         (tramp-do-file-attributes-with-stat): Likewise.
9769         (tramp-convert-file-attributes): Return nil when attr is nil.
9771 2009-09-05  Glenn Morris  <rgm@gnu.org>
9773         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9774         properties to this button.
9775         (diary-fancy-display): Don't extend the button to the final newline.
9776         (diary-fancy-display-mode): Continue to define "q" as a local key.
9778         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9779         efficient.
9781         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9783         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9784         (byte-compile-dest-file-function): New option.
9785         (byte-compile-dest-file): Doc fix.
9786         Obey byte-compile-dest-file-function.
9787         (byte-compile-cl-file-p): New function.
9788         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9789         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9790         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9791         than for file being previously loaded.
9792         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9793         (byte-compile-file-form-require): Handle the case where requiring a file
9794         indirectly causes CL to be loaded.
9796 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9798         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9799         before killing the old buffer, since by the time `kill-buffer' is
9800         run so many buffer variables have been set to nil that it may not
9801         behave as expected.  (Bug#4061)
9803 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9805         * files.el (find-alternate-file): If the old buffer is modified
9806         and visiting a file, behave similarly to `kill-buffer' when
9807         killing it, thus reverting to the pre-1.878 behavior; see
9808         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9809         for discussion.  Also, consult `buffer-file-name' as a variable
9810         not as a function, for consistency with the rest of the code.
9812 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9814         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9815         also when adding a new directory.
9817         * net/tramp-compat.el (tramp-compat-line-beginning-position):
9818         New defun.
9820 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9822         * files.el (locate-file-completion-table): Make it provide boundary
9823         information, so partial-completion works better.
9825 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9827         * mail/footnote.el (Footnote-text-under-cursor):
9828         Check footnote-text-marker-alist before using it (bug#4324).
9830 2009-09-04  Glenn Morris  <rgm@gnu.org>
9832         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9833         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9834         * play/solitaire.el, play/tetris.el:
9835         Remove leading * from defcustom and defface docs.
9837         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9838         necessary.
9839         (diary-fancy-overriding-map): New variable.
9840         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9841         Use view-mode.
9843         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9844         goto-line.
9846 2009-09-03  Glenn Morris  <rgm@gnu.org>
9848         * arc-mode.el (archive-mode):
9849         * dos-fns.el (set-default-process-coding-system):
9850         * man.el (Man-getpage-in-background):
9851         * menu-bar.el (menu-bar-describe-menu):
9852         * server.el (server-process-filter):
9853         * startup.el (command-line):
9854         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9855         * w32-fns.el (set-default-process-coding-system):
9856         * x-dnd.el (x-dnd-handle-file-name):
9857         * international/mule-cmds.el (mule-menu-keymap)
9858         (set-default-coding-systems, language-info-alist, set-language-info)
9859         (set-language-environment, standard-display-european-internal)
9860         (set-locale-environment):
9861         * international/mule-diag.el (mule-diag):
9862         * mail/emacsbug.el (report-emacs-bug):
9863         * mail/rmail.el (rmail-mode):
9864         * mail/sendmail.el (mail-setup):
9865         Use default-value rather than default-enable-multibyte-characters.
9867         * progmodes/f90.el: Move all safe properties into the defcustoms.
9868         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9870         * calendar/appt.el (appt-check):
9871         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9872         (diary-check-diary-file, diary-list-entries)
9873         (diary-include-other-diary-files, diary-simple-display)
9874         (diary-fancy-display, diary-print-entries)
9875         (diary-mark-included-diary-files, diary-make-entry):
9876         Don't call substitute-in-file-name on diary-file.
9878 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9879             Stefan Monnier  <monnier@iro.umontreal.ca>
9881         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9882         (footnote-mode-map): Move initialization into the declaration.
9883         (footnote-minor-mode-map): Define it rather than changing global-map.
9884         (footnote-mode): Use define-minor-mode.
9886 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9888         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9889         (tramp-do-file-attributes-with-perl)
9890         (tramp-do-file-attributes-with-stat): Rename from
9891         `tramp-handle-file-attributes-with-*'.
9892         (tramp-handle-file-attributes): Use them.
9893         (tramp-do-directory-files-and-attributes-with-perl)
9894         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9895         `tramp-handle-directory-files-and-attributes-with-*'.
9896         (tramp-handle-directory-files-and-attributes): Use them.
9897         (tramp-method-out-of-band-p): Additional parameter SIZE.
9898         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9899         (tramp-handle-write-region): Use it.
9900         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9901         (tramp-handle-vc-registered): Check, whether the first run did
9902         return files to be tested.
9903         (tramp-advice-make-auto-save-file-name): Do not call directly
9904         `tramp-handle-make-auto-save-file-name', because this would bypass
9905         the locking mechanism.
9907         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9908         (file-remote-p, process-file, start-file-process, set-file-times)
9909         (tramp-compat-file-attributes): Compatibility functions shall not
9910         call directly `tramp-handle-*', because this would bypass the
9911         locking mechanism.
9912         (tramp-compat-number-sequence): New defun.
9914 2009-09-02  Glenn Morris  <rgm@gnu.org>
9916         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9917         alias for float-time.
9918         (time-to-number-of-days): In Emacs, use float-time.
9919         * net/newst-backend.el (time-add): Suppress warnings from compat
9920         function.
9921         * time.el (emacs-uptime, emacs-init-time):
9922         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9923         Use float-time rather than time-to-seconds.
9925         * minibuffer.el (completion-initials-expand): Fix typo.
9927         * faces.el (modeline, modeline-inactive, modeline-highlight)
9928         (modeline-buffer-id):
9929         * info.el (info-menu-5): Mark these face aliases as obsolete.
9931 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9933         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9934         space ...
9935         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9936         no "--thread" option.
9937         (gdb-stopped): Don't print "Switched to thread" message when it is
9938         unchanged.
9940 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9942         * minibuffer.el (completion-try-completion)
9943         (completion-all-completions): Remove ill-defined (and
9944         mistakenly installed and luckily never used nor documented)
9945         `completion-styles' property.
9946         (completion-initials-expand, completion-initials-all-completions)
9947         (completion-initials-try-completion): New functions.
9948         (completion-styles-alist): Add doc to each entry.
9949         Add new `initials' entry.
9951 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9953         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9954         MI command -var-evaluate-expression.
9955         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9956         and tweak for case of string child.
9957         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9959 2009-09-01  Glenn Morris  <rgm@gnu.org>
9961         * add-log.el (change-log-date-face, change-log-name-face)
9962         (change-log-email-face, change-log-file-face, change-log-list-face)
9963         (change-log-conditionals-face, change-log-function-face)
9964         (change-log-acknowledgement-face):
9965         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9966         (custom-modified-face, custom-set-face, custom-changed-face)
9967         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9968         (custom-documentation-face, custom-state-face, custom-comment-face)
9969         (custom-comment-tag-face, custom-variable-tag-face)
9970         (custom-variable-button-face, custom-face-tag-face)
9971         (custom-group-tag-face-1, custom-group-tag-face):
9972         * diff-mode.el (diff-header-face, diff-file-header-face)
9973         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9974         (diff-added-face, diff-changed-face, diff-function-face)
9975         (diff-context-face, diff-nonexistent-face):
9976         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9977         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9978         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9979         (Info-title-4-face):
9980         * isearch.el (isearch-lazy-highlight-face):
9981         * log-view.el (log-view-file-face, log-view-message-face):
9982         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9983         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9984         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9985         (cvs-msg-face):
9986         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9987         (smerge-base-face, smerge-markers-face):
9988         * wid-edit.el (widget-documentation-face, widget-button-face)
9989         (widget-field-face, widget-single-line-field-face)
9990         (widget-inactive-face, widget-button-pressed-face):
9991         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9992         (woman-addition-face):
9993         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9994         (eshell-ls-executable-face, eshell-ls-readonly-face)
9995         (eshell-ls-unreadable-face, eshell-ls-special-face)
9996         (eshell-ls-missing-face, eshell-ls-archive-face)
9997         (eshell-ls-backup-face, eshell-ls-product-face)
9998         (eshell-ls-clutter-face):
9999         * eshell/em-prompt.el (eshell-prompt-face):
10000         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10001         * obsolete/old-whitespace.el (whitespace-highlight-face):
10002         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10003         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10004         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10005         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10006         (antlr-font-lock-literal-face):
10007         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10008         (ebrowse-root-class-face, ebrowse-file-name-face)
10009         (ebrowse-default-face, ebrowse-member-attribute-face)
10010         (ebrowse-member-class-face, ebrowse-progress-face):
10011         * progmodes/make-mode.el (makefile-space-face):
10012         * progmodes/sh-script.el (sh-heredoc-face):
10013         * textmodes/flyspell.el (flyspell-incorrect-face)
10014         (flyspell-duplicate-face):
10015         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10016         * textmodes/texinfo.el (texinfo-heading-face):
10017         Mark face aliases with "-face" suffix as obsolete.
10019         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10020         compiler.
10022         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10023         (eudc-bob-sound-menu): Use defvar rather than defconst, since
10024         easy-menu-define wants to modify these.
10026         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10028         * net/browse-url.el (browse-url-file-url):
10029         * term/internal.el (dos-codepage-setup):
10030         Use default-value rather than default-enable-multibyte-characters.
10032         * progmodes/etags.el (etags-goto-tag-location):
10033         * progmodes/flymake.el (flymake-highlight-line)
10034         (flymake-goto-file-and-line, flymake-goto-line):
10035         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10036         (gdb-goto-breakpoint):
10037         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10038         * progmodes/python.el (python-find-function)
10039         (python-pdbtrack-track-stack-file):
10040         * progmodes/verilog-mode.el (verilog-surelint-off):
10041         * term/ns-win.el (ns-open-file-select-line):
10042         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10043         Use forward-line rather than goto-line.
10045         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10046         * textmodes/reftex-index.el (reftex-display-index):
10047         * textmodes/reftex-ref.el (reftex-offer-label-menu):
10048         * textmodes/reftex-toc.el (reftex-toc):
10049         Remove unnecessary bindings of default-major-mode (all are followed by
10050         major-mode check and possible mode switch).
10052 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10054         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10055         Handle watchpoints (bug#4282).
10056         (def-gdb-thread-buffer-command): Enable thread to be selected by
10057         clicking without selecting threads buffer first.
10058         (gdb-current-context-command): Use selected frame so that "up",
10059         "down" etc work in the GUD buffer.
10060         (gdb-update): Find selected frame before rendering stack buffer.
10061         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10063 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10065         * progmodes/sym-comp.el (displayed-completions): Remove.
10066         (symbol-complete): Use minibuffer-complete.
10068 2009-08-31  Glenn Morris  <rgm@gnu.org>
10070         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10072         * apropos.el (apropos-symbols-internal):
10073         Handle (obsolete) face aliases.
10075         * faces.el (describe-face): Adjust the output format to be more like
10076         describe-variable, and to mention (obsolete) face aliases.
10077         Adjust the whitespace so that help-setup-xref works.
10079         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10080         * calendar/diary-lib.el (diary-button-face):
10081         Mark these face aliases as obsolete.
10083         * calendar/calendar.el (calendar-today): Doc fix.
10085 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10087         * progmodes/gdb-mi.el (gdb-control-all-threads)
10088         (gdb-control-current-thread): Force tool bar update.
10089         (gdb-non-stop-handler): New function.
10090         (gdb-init-1): Use it to test if non-stop mode is supported.
10091         Remove unused gdbmi buffer type.
10093 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
10095         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10096         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
10098 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
10100         * comint.el (comint-exec-1): Check command is non-null first.
10101         Part of gdb-mi.el change (2009-08-28).
10103 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10105         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10107 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
10109         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10110         instead of `dolist' to avoid a recursive require when bootstrapping.
10112 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10114         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10116         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10118         * net/imap.el (imap-send-command): Simplify.
10119         (imap-wait-for-tag): point-max -> buffer-size.
10121         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10123         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10124         with constant argument.
10126         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10128         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10130         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10131         Change default, since most of our files don't have a history.
10132         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10133         the user.
10135         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10136         Add comint-run.
10138         * calc/calc.el: Improve commenting convention.
10139         (calc-digit-map, toplevel): Simplify.
10141         * comint.el (comint-insert-input): Be careful to only set point if we
10142         don't delegate to some other command.
10144         * proced.el (proced-signal-list): Make it an alist.
10145         (proced-grammar-alist): Capitalize names.
10146         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10147         Disable undo manually and make it read-only.
10148         Use completion-annotate-function.
10150         * minibuffer.el (minibuffer-message): If the current buffer is not
10151         a minibuffer, insert the message in the echo area rather than at the
10152         end of the buffer.
10153         (completion-annotate-function): New variable.
10154         (minibuffer-completion-help): Use it.
10155         (completion--embedded-envvar-table): Environment vars are
10156         always case-sensitive.
10158 2009-08-30  Glenn Morris  <rgm@gnu.org>
10160         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10161         from fortran-current-defun.
10162         (fortran-beginning-of-subprogram): Be more precise about finding the
10163         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
10164         (fortran-end-of-subprogram): Simplify.
10165         (fortran-current-defun): Use fortran-start-prog-re.
10167 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
10169         * subr.el (do-after-load-evaluation): Simplify.
10171 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
10173         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10175         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
10176         (vc-rcs-print-log): Use it.
10178         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10180 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10182         * paths.el (abbrev-file-name): Move to abbrev.el.
10183         * abbrev.el (abbrev-file-name): Move from paths.el.
10184         Obey user-emacs-directory.
10185         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10186         user-emacs-directory.
10187         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10188         abbrev-file-name and calc-settings-file any more.
10189         * startup.el (command-line): Recompute abbrev-file-name and
10190         abbreviated-home-dir.
10191         (normal-no-mouse-startup-screen): Improve the generic code and get rid
10192         of the special code for when C-h bindings haven't been changed.
10193         (display-startup-echo-area-message): Use with-current-buffer.
10194         (command-line-1): Use a list of strings, rather than a list of lists
10195         of strings for longopts.
10197         * files.el (get-free-disk-space): Use / for default-directory.
10199         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10200         Use with-current-buffer.
10202         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10203         Recognize immutable variables like most-positive-fixnum.
10204         (byte-compile-setq-default): Check and warn if trying to assign
10205         to an immutable variable, or a non-variable.
10207         * progmodes/cc-vars.el (c-comment-continuation-stars):
10208         * progmodes/cc-engine.el (c-looking-at-bos):
10209         * progmodes/cc-cmds.el (c-toggle-auto-state)
10210         (c-forward-into-nomenclature, c-backward-into-nomenclature)
10211         (c-comment-line-break-function): Add version of obsolescence.
10213 2009-08-28  Juri Linkov  <juri@jurta.org>
10215         * files.el (magic-fallback-mode-alist): Add ZIP magic number
10216         associated with `archive-mode'.
10218         * image.el (image-type-header-regexps): Use only JPEG magic number
10219         to determine JPEG images, and don't use `image-jpeg-p' because
10220         Emacs can display non-JFIF non-Exif JPEG images.
10222 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10224         * arc-mode.el (archive-mode):
10225         * emacs-lisp/re-builder.el (re-builder-unload-function):
10226         Protect against the default value of `major-mode' being nil.
10228 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10230         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10231         Fix typos in docstrings.
10233         * progmodes/js.el (js--macro-decl-re): Doc fix.
10234         (js--plain-method-re, js--split-name): Refloc docstring.
10235         (js--class-styles, js--make-merged-item, js--splice-into-items):
10236         Fix typos in docstrings; reflow docstrings.
10237         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10238         (js--variable-decl-matcher, js--inside-pitem-p)
10239         (js--parse-state-at-point, js--get-all-known-symbols)
10240         (js--symbol-history, js-find-symbol, js--js-references)
10241         (js--moz-interactor, js--js-encode-value, js--read-tab):
10242         Fix typos in docstrings.
10244 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10246         * textmodes/reftex.el (reftex-get-file-buffer-force):
10247         * progmodes/verilog-mode.el (verilog-batch-execute-func):
10248         * emulation/viper.el (viper-go-away, viper-set-hooks):
10249         * emacs-lisp/re-builder.el (re-builder-unload-function):
10250         * emacs-lisp/bytecomp.el (byte-compile-file):
10251         * ses.el (ses-unload-function):
10252         * hexl.el (hexl-find-file):
10253         * files.el (normal-mode):
10254         * ehelp.el (with-electric-help):
10255         * autoinsert.el (auto-insert-alist):
10256         * arc-mode.el (archive-mode):
10257         Use (default-value 'major-mode) instead of default-major-mode.
10259         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10260         * international/mule.el (load-with-code-conversion):
10261         * emacs-lisp/debug.el (debug):
10262         * ediff-vers.el (ediff-rcs-get-output-buffer):
10263         * dired.el (dired-internal-noselect): Don't let-bind
10264         default-major-mode around code that doesn't use it.
10265         E.g. buffer creation via get-buffer-create doesn't use it.
10267 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
10269         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10270         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10271         when writing the temp file.  Otherwise, epa-file gets confused.
10272         (tramp-register-file-name-handlers): Make it a defun.  Move also
10273         `epa-file-handler' to the front of `file-name-handler-alist'.
10275 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10277         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10278         start right after a ^M.
10279         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10280         (tramp-completion-file-name-regexp-separate)
10281         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10282         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10283         Don't modify last-coding-system-used by accident.
10284         (tramp-completion-file-name-handler): Apply the checks here,
10285         instead during registration.
10286         (tramp-register-file-name-handlers): Rename from
10287         `tramp-register-file-name-handler'.  Register both
10288         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10289         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
10291 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
10293         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10294         Remove variable ...
10295         (gdb-init-1, gdb-display-separate-io-buffer)
10296         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10297         references to it.
10298         (gdb-inferior-io-mode): Use make-comint-in-buffer.
10299         (gdb-inferior-filter): Use comint-output-filter to stop
10300         echoing and remove ^M characters.
10302 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10304         * emulation/viper-init.el (viper-restore-cursor-type):
10305         * emulation/cua-base.el (cua--update-indications):
10306         Replace default-cursor-type with (default-value 'cursor-type).
10308         * mail/sendmail.el (mail-recover-1):
10309         * international/mule-diag.el (describe-current-coding-system-briefly)
10310         (describe-current-coding-system):
10311         * international/mule-cmds.el (select-safe-coding-system)
10312         (select-message-coding-system)
10313         (set-language-environment-coding-systems, set-locale-environment):
10314         * hexl.el (hexl-insert-multibyte-char):
10315         * dos-w32.el (find-buffer-file-type-coding-system):
10316         * simple.el (what-cursor-position):
10317         Replace uses of default-buffer-file-coding-system
10318         with (default-value 'buffer-file-coding-system).
10320         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10321         Replace uses of default-cursor-in-non-selected-windows
10322         with (default-value 'cursor-in-non-selected-windows).
10323         Use with-current-buffer.
10325         * mail/feedmail.el: Use CL macros.
10326         (feedmail-run-the-queue, feedmail-send-it-immediately):
10327         * dos-w32.el (find-buffer-file-type): Replace uses of
10328         default-buffer-file-type with (default-value 'buffer-file-type).
10330 2009-08-28  Glenn Morris  <rgm@gnu.org>
10332         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10333         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10334         Use default-value of major-mode rather than default-major-mode.
10336 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10338         * Makefile.in (update-elcfiles): Report left over elc files.
10340         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10341         expand-file-name and with-current-buffer.
10342         (mail-get-names, mail-directory): Use with-current-buffer.
10344         * vc.el (vc-read-revision): New function.
10345         (vc-version-diff, vc-merge): Use it.
10347 2009-08-27  Sam Steingold  <sds@gnu.org>
10349         * simple.el (kill-do-not-save-duplicates): New user option.
10350         (kill-new): When it is non-nil, and the new string is the same as
10351         the latest kill, set replace to t to avoid duplicates in kill-ring.
10353 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
10355         * net/tramp.el (tramp-handle-process-file): Do not flush all
10356         caches when `process-file-side-effects' is set.
10357         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10358         instead of `tramp-find-file-exists-command'.
10359         Unset `process-file-side-effects'.
10361 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
10363         * net/tramp.el (tramp-methods): New method "rsyncc".
10364         (top): Add completion function for "rsyncc".
10365         (tramp-message-show-message): New defvar.
10366         (tramp-message, tramp-error): Use it.
10367         (tramp-do-copy-or-rename-file-directly): Extend check for direct
10368         remote copying.
10369         (tramp-do-copy-or-rename-file-out-of-band): Handle new
10370         `tramp-methods' entry `copy-env' of "rsyncc".
10371         (tramp-vc-registered-read-file-names): New defconst.
10372         (tramp-vc-registered-file-names): New defvar.
10373         (tramp-handle-vc-registered): Implement optimization strategy.
10374         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10375         (tramp-vc-file-name-handler): New defun.
10376         (tramp-get-ls-command, tramp-get-test-command)
10377         (tramp-get-file-exists-command, tramp-get-remote-ln)
10378         (tramp-get-remote-perl, tramp-get-remote-stat)
10379         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10381         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10382         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
10383         timestamps.
10384         (tramp-get-file-property): Check for timestamps in
10385         `tramp-cache-inhibit-cache'.
10386         (tramp-set-file-property): Write timestamp.
10388 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10390         * language/japan-util.el (japanese-symbol-table): Add entries for
10391         cp932-2-byte.
10393         * international/characters.el: Add category `j' to cp932-2-byte.
10395 2009-08-27  Kenichi Handa  <handa@m17n.org>
10397         * international/fontset.el (build-default-fontset-data): New macro.
10398         (setup-default-fontset): Use build-default-fontset-data for CJK,
10399         tibetan, ethiopic, and ipa.
10401 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10403         * cus-start.el (default-major-mode): Customize `major-mode' instead.
10404         (enable-multibyte-characters): Not customizable any more.
10406         * subr.el (default-mode-line-format, default-header-line-format)
10407         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10408         (default-direction-reversed, default-truncate-lines)
10409         (default-left-margin, default-tab-width, default-case-fold-search)
10410         (default-left-margin-width, default-right-margin-width)
10411         (default-left-fringe-width, default-right-fringe-width)
10412         (default-fringes-outside-margins, default-scroll-bar-width)
10413         (default-vertical-scroll-bar, default-indicate-empty-lines)
10414         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10415         (default-fringe-cursor-alist, default-scroll-up-aggressively)
10416         (default-scroll-down-aggressively, default-fill-column)
10417         (default-cursor-type, default-buffer-file-type)
10418         (default-cursor-in-non-selected-windows)
10419         (default-buffer-file-coding-system, default-major-mode)
10420         (default-enable-multibyte-characters): Mark as obsolete.
10422 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10424         * vc-dir.el (vc-dir-update): Remove debug helper.
10426         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10428 2009-08-26  Sam Steingold  <sds@gnu.org>
10430         * simple.el (save-interprogram-paste-before-kill): New user option.
10431         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10432         save the interprogram-paste into kill-ring before overriding it
10433         with the Emacs kill.
10435 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10437         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10438         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10439         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10440         and move to vc-rcs.el.
10441         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10442         move to vc-rcs.el.
10443         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10444         (vc-rcs-update-changelog): Remove.
10445         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10446         and move to vc-rcs.el.
10448         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10449         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10450         renaming.
10451         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10452         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10453         vc.el, renamed to be RCS specific.
10455         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10456         New functions.
10457         (vc-cvs-update-changelog): Move here from vc.el.
10459         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10460         New functions.
10462 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10464         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10466 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10468         * vc-git.el (vc-git-register): Use "git add" for directories.
10469         (vc-git-stash, vc-git-stash-show): New functions.
10470         (vc-git-extra-menu-map): Bind them.
10472         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10473         directory correctly in case the item is a directory itself.
10475         * vc.el: Document the desired behavior for reverted files in the
10476         `added' state.
10477         (vc-default-prettify-state-info): Remove function, unused.
10479         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10481 2009-08-26  Glenn Morris  <rgm@gnu.org>
10483         * bindings.el (standard-mode-line-format): Reposition dashes in
10484         which-func entry.  (Bug#4217)
10486         * files.el (enable-local-variables, enable-local-eval)
10487         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10488         the defcustoms.
10489         (auto-mode-alist, ignored-local-variables)
10490         (save-some-buffers-action-alist): Move risky declarations to the
10491         definitions.
10492         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10493         (font-lock-defaults, format-alist, imenu--index-alist)
10494         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10495         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10496         (mode-line-modified, mode-line-mule-info, mode-line-position)
10497         (mode-line-process, mode-line-remote, outline-level)
10498         (parse-time-rules, rmail-output-file-alist)
10499         (special-display-buffer-names, vc-mode):
10500         Move risky declarations to the relevant files.
10501         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10502         (mode-line-modified, mode-line-process, mode-line-position)
10503         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10504         * font-core.el (font-lock-defaults):
10505         * format.el (format-alist):
10506         * vc-hooks.el (vc-mode):
10507         * window.el (special-display-buffer-names):
10508         * international/mule-cmds.el (input-method-alist):
10509         Define riskiness here (dumped file) rather than in files.el.
10510         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10511         * imenu.el (imenu-generic-expression, imenu--index-alist):
10512         * outline.el (outline-level):
10513         * time.el (display-time-string):
10514         * calendar/parse-time.el (parse-time-rules):
10515         * mail/rmailout.el (rmail-output-file-alist):
10516         Autoload riskiness here, rather than placing in files.el.
10518 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10520         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10522 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10524         * simple.el (process-file-side-effects): New defvar.
10526         * dired-aux.el (dired-show-file-type):
10527         * vc.el (vc-diff-internal):
10528         * vc-arch.el (vc-arch-diff):
10529         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10530         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10531         * vc-git.el (vc-git-registered, vc-git-working-revision)
10532         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10533         (vc-git--empty-db-p):
10534         * vc-hooks.el (vc-user-login-name):
10535         * vc-svn.el (vc-svn-registered, vc-svn-state)
10536         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10537         * progmodes/grep.el (grep-probe): Let-bind
10538         `process-file-side-effects' with nil.
10540         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10542         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10543         daemon.  Replace ping by checking for running service for bluez
10544         and zeroconf.  (Bug#4239)
10546 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10548         * net/dig.el (dig): Add autoload cookie.
10550 2009-08-25  Glenn Morris  <rgm@gnu.org>
10552         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10553         load-history for absolute file-names.
10554         (byte-compile-file-form-require): Warn about use of the cl package.
10556         * format.el (format-alist): Doc fix.
10558         * play/bubbles.el (top-level): Don't require cl at run-time.
10560         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10561         run-time cl).
10563 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10565         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10566         from cl package.
10567         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10569 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10571         * calc/calc-alg.el (math-trig-rewrite)
10572         (math-hyperbolic-trig-rewrite): New functions.
10573         (calc-simplify): Simplify trig functions when asked.
10575 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10577         * diff-mode.el (diff-find-source-location): Avoid goto-line.
10579 2009-08-24  Kenichi Handa  <handa@m17n.org>
10581         * language/ind-util.el (mapthread): Delete it.
10582         (combinatorial): New function.
10583         (indian--puthash-cv): Use combinatorial instead of mapthread.
10585 2009-08-22  Kevin Ryde  <user42@zip.com.au>
10587         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10588         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10589         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10590         Clarify docstring that the value is strings not symbols.
10591         (checkdoc-list-of-strings-p): New function.
10593 2009-08-22  Glenn Morris  <rgm@gnu.org>
10595         * files.el (auto-mode-alist):
10596         * hippie-exp.el (he-concat-directory-file-name):
10597         * lpr.el (lpr-windows-system, printer-name):
10598         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10599         * ps-print.el (ps-windows-system):
10600         * startup.el (command-line):
10601         * emulation/viper-ex.el (viper-glob-function):
10602         * international/mule-cmds.el (set-language-environment-coding-systems):
10603         * net/ange-ftp.el (ange-ftp-write-region):
10604         * obsolete/fast-lock.el (fast-lock-cache-name):
10605         Remove code for defunct system-types emx, macos, mswindows, next-mach,
10606         unisoft-unix, vax-vms, win32, w32.
10608         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10609         given name if the pattern is not more specific.
10611         * calendar/lunar.el (lunar-phase-names): New option.
10612         (lunar-phase): Doc fix.
10613         (lunar-cycles-per-year): New constant.
10614         (lunar-index): New function.
10615         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10616         (lunar-phase-name): Use lunar-phase-names.
10617         (calendar-lunar-phases): Use format.
10618         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10620         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10621         Copy imenu-example--name-and-position function here for own use.
10622         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10624         * bs.el (bs--redisplay):
10625         * cus-edit.el (custom-redraw):
10626         * ibuffer.el (ibuffer-bury-buffer):
10627         * server.el (server-goto-line-column):
10628         * startup.el (command-line-1):
10629         * strokes.el (strokes-xpm-for-stroke):
10630         * term.el (term-display-buffer-line):
10631         * view.el (View-goto-line):
10632         * calc/calc.el (calc-do, calc-trail-buffer):
10633         * play/gamegrid.el (gamegrid-add-score-insecure):
10634         * progmodes/ada-mode.el (ada-compile-goto-error):
10635         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10636         (ebrowse-select-1st-to-9nth):
10637         * progmodes/cperl-mode.el (cperl-time-fontification):
10638         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10639         * progmodes/gud.el (gud-display-line):
10640         (idlwave-shell-display-line):
10641         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10642         * progmodes/make-mode.el (makefile-browser-toggle):
10643         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10644         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10645         * textmodes/picture.el (picture-draw-rectangle):
10646         * textmodes/reftex-index.el (reftex-index-goto-letter):
10647         (reftex-select-jump-to-previous):
10648         * textmodes/reftex-sel.el (reftex-find-start-point)
10649         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10650         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10651         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10652         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10653         * textmodes/two-column.el (2C-associated-buffer):
10654         Use forward-line rather than goto-line.
10656         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10657         goto-line.
10659         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10660         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10661         (quick-check-list-to-regexp): Declare.
10663         * progmodes/make-mode.el (makefile-browser-insert-selection):
10664         Use goto-char rather than goto-line.
10666         * progmodes/prolog.el (compilation-error-regexp-alist)
10667         (compilation-forget-errors): Declare.
10669 2009-08-22  Juri Linkov  <juri@jurta.org>
10671         * progmodes/grep.el (lgrep, rgrep): At the beginning
10672         set `dir' to `default-directory' unless `dir' is a non-nil
10673         readable directory.  (Bug#4052)
10674         (lgrep, rgrep): Change a weird way to report an error
10675         from using `read-string' to using `error'.
10676         Instead of using interactive arguments in the function body,
10677         add new argument `confirm'.
10679 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * textmodes/remember.el (remember-buffer):
10682         * progmodes/cperl-mode.el (cperl-vc-header-alist):
10683         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10684         (icalendar-extract-ical-from-buffer):
10685         * net/newst-treeview.el (newsticker-groups-filename):
10686         * net/newst-backend.el (newsticker-cache-filename):
10687         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10688         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10689         (speedbar-add-ignored-path-regexp, speedbar-line-path)
10690         (speedbar-buffers-line-path, speedbar-path-line)
10691         (speedbar-buffers-line-path):
10692         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10693         (epg-sign-keys):
10694         * epa.el (epa-display-verify-result):
10695         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10697 2009-08-21  Glenn Morris  <rgm@gnu.org>
10699         * progmodes/js.el (inferior-moz-process): Fix declaration.
10701         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10703         * obsolete/rnewspost.el (news-mail-reply):
10704         Use goto-char rather than goto-line.
10706         * term/ns-win.el (ns-open-file-select-line):
10707         Use line-beginning-position rather than goto-line.
10709         * apropos.el (apropos-command):
10710         * ehelp.el (electric-helpify):
10711         * printing.el (pr-show-setup):
10712         * strokes.el (strokes-help):
10713         * tutorial.el (tutorial--describe-nonstandard-key)
10714         (tutorial--detailed-help):
10715         * woman.el (woman-mini-help, woman-display-extended-fonts):
10716         * calc/calc-help.el (calc-describe-key):
10717         * emulation/edt.el (edt-electric-helpify):
10718         * international/mule-diag.el (mule-diag):
10719         * play/yow.el (apropos-zippy):
10720         * progmodes/python.el (python-describe-symbol):
10721         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10722         * textmodes/table.el (*table--cell-describe-mode)
10723         (*table--cell-describe-bindings):
10724         Use help-print-return-message rather than the now obsolete alias.
10726         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10727         (calendar-cursor-to-visible-date):
10728         * play/5x5.el (5x5-position-cursor):
10729         * play/decipher.el (decipher):
10730         * play/gomoku.el (gomoku-goto-xy):
10731         * play/landmark.el (lm-goto-xy):
10732         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10733         (mpuz-paint-digit):
10734         Use forward-line, not goto-line.
10736         * mail/rmail.el (rmail-obsolete): Delete custom group.
10737         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10738         (rmail-remote-password, rmail-remote-password-required):
10739         Remove unneeded :set-after and :set properties.
10741 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10743         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10745 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10747         * loadup.el: Remove leftover macos code.
10749         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10750         Explicitly pass the date format to git blame so that user local
10751         so that the output format can be parsed.
10753 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10755         * net/dbus.el (top): Don't check for (getenv
10756         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10758 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10760         * log-edit.el (log-edit-strip-single-file-name): New var.
10761         (log-edit-insert-changelog): Use it.  Bug#3571
10763 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10765         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10766         Bug#3287
10768         * help.el (help-print-return-message): Rename from
10769         print-help-return-message.
10771         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10772         cvs-mode-map parent hack.
10773         (log-view-mode): Derive from special-mode.
10775         * linum.el (linum-mode): window-size-change-functions is redundant.
10776         Adapt to new window-configuration-change-hook behavior.
10777         (linum-after-size, linum-after-config): Remove.
10779         * imenu.el (imenu-example--name-and-position)
10780         (imenu-example--lisp-extract-index-name)
10781         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10782         Mark as obsolete.
10784         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10785         (inferior-prolog-mode): Use it.
10786         (inferior-prolog-load-file): Reset list of errors.
10788 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10790         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10792         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10794 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10796         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10797         is running already.
10799 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10801         * subr.el (listify-key-sequence-1): Use normal syntax since those
10802         integers are nowadays always represented by the same (positive) number
10803         on all platforms.
10804         (read-key-empty-map): New const.
10805         (read-key-delay): New var.
10806         (read-key): New function.
10807         (force-mode-line-update): Use with-current-buffer.
10808         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10809         (start-process-shell-command, start-file-process-shell-command):
10810         Discourage the use of command-args.
10812 2009-08-19  Glenn Morris  <rgm@gnu.org>
10814         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10816 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10818         * simple.el (choose-completion-string): Don't rely on
10819         minibuffer-completing-file-name and ad-hoc checks to decide whether
10820         to continue completion or not.
10822         * minibuffer.el (minibuffer-hide-completions): New function.
10823         (completion--do-completion): Use it.
10824         (completions-annotations): New face.
10825         (completion--insert-strings): Use it.
10826         (completion-pcm--delim-wild-regex): Add docstring.
10827         (completion-pcm--string->pattern): Add support for 0-width delimiters
10828         in completion-pcm--delim-wild-regex.
10830 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10832         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10833         Remove unused var `buffer-modified-p'.
10835         * minibuffer.el (completion--do-completion): Move point for the #b001
10836         case as well (bug#4176).
10837         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10839 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10841         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10842         and :session buses.
10844 2009-08-18  Kenichi Handa  <handa@m17n.org>
10846         * international/ucs-normalize.el (ucs-normalize-version):
10847         Change to 1.1.
10848         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10849         (utf-8-hfs): Make it perform normalization on encoding too.
10851         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10852         (sentence-end-without-space): Delete duplicated chars.
10853         (sentence-end-base): Likewise.
10855         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10856         (html-mode): Delete duplicated chars from sentence-end-base.
10858         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10859         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10861 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10863         * files.el (hack-one-local-variable): If the mode function is for
10864         a minor mode, pass it an argument (Bug#4148).
10866 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10868         * net/tramp.el (tramp-register-completion-file-name-handler):
10869         Check also for (member 'partial-completion completion-styles).
10871 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10873         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10874         abbrev (Bug#3943).
10876 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10878         * progmodes/cperl-mode.el: Merge upstream 6.2.
10879         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10880         (cperl-forward-re): Check cperl-brace-recursing.
10881         (cperl-highlight-charclass): New function.
10882         (cperl-find-pods-heres): Use it.
10883         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10884         (cperl-beautify-regexp-piece): Fix column calculation.
10885         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10886         (cperl-beautify-level): Don't process entire regexp.
10887         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10888         calling man.
10889         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10890         (cperl-init-faces): Build a list in the normal way.
10892 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10894         * calendar/parse-time.el (parse-time-string-chars): Save match
10895         data.
10897 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10899         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10900         (sql-product): Use it.
10901         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10902         (sql-set-product): Add completion.
10903         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10904         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10905         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10906         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10907         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10908         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10909         (sql-highlight-db2-keywords): Remove.
10910         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10911         (sql-highlight-product): Use derived-mode-p.
10912         (sql-set-sqli-buffer): Use with-current-buffer.
10913         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10914         Simplify.
10916         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10918         * term.el: Fix commenting convention, turn comments into docstrings.
10920 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10922         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10924 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10926         * calendar/parse-time.el (parse-time-string-chars): Compute using
10927         character classes, to handle non-ascii characters (Bug#3190).
10929 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10931         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10932         another heredoc if the user adds another < (Bug#3226).
10934         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10935         Don't initialize based on window-system (Bug#4124).
10937         * facemenu.el (facemenu-read-color): Use a completion function
10938         that accepts any defined color, such as RGB triplets (Bug#3677).
10940         * files.el (get-free-disk-space): Change fallback default
10941         directory to /.  Expand DIR argument before switching to fallback.
10942         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10944 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10946         * files.el (load-library): Doc fix.
10948 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10950         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10951         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10952         incremental search string.
10954         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10955         XEmacs.
10957         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10958         (ediff-merge-region-is-non-clash)
10959         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10960         Also check if the job is really a merge job.
10962         * ediff.el (ediff-current-file): New function.
10964 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10966         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10967         conventions.
10968         (js-insert-and-indent): Delete function.
10969         (js-mode-map): Don't bind keys to js-insert-and-indent.
10970         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10971         (js-end-of-defun): Rename from js--end-of-defun.
10972         (js-auto-indent-flag): Delete variable.
10974 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10976         * progmodes/js.el: Remove proclaim statement.
10977         Defvar which-func-imenu-joiner-function to silence compiler.
10979         * files.el (auto-mode-alist): Use js-mode for .js files.
10981         * progmodes/js2-mode.el: Remove file.
10983         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10985         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10987         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10989 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10990             Karl Landstrom  <karl.landstrom@brgeight.se>
10992         * progmodes/js.el: New file.
10994 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10996         * timezone.el (timezone-parse-date): Add ability to understand ISO
10997         basic format (minimal separators) dates in addition to the
10998         already-supported extended format dates.
11000 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
11002         * international/ucs-normalize.el: Add a `coding' file variable.
11004         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11006 2009-08-14  Sam Steingold  <sds@gnu.org>
11008         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11010 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
11012         * faces.el (help-argument-name): Define it here instead of
11013         help-fns.el, because in daemon mode help-fns.el may be loaded when
11014         faces are still uninitialized (Bug#1078).
11016         * help-fns.el (help-argument-name): Move defface to faces.el.
11018 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
11020         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11021         create buffer with a pty but no process so that GDB can make the
11022         inferior the controlling process.
11024 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
11026         * international/ucs-normalize.el: New file.
11028 2009-08-13  Richard Stallman  <rms@gnu.org>
11030         * mail/rmail.el (rmail-get-attr-names):
11031         Accept an attribute header that is too short.
11033         * mail/rmail.el (rmail-forget-messages):
11034         Ignore nil elt in rmail-message-vector.  Use dotimes.
11036         * progmodes/compile.el (compilation-goto-locus):
11037         Use next-error-move-function.
11039         * simple.el (next-error-move-function): New variable.
11041 2009-08-12  Juri Linkov  <juri@jurta.org>
11043         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11044         always non-nil.  (Bug#4052)
11046         * replace.el (read-regexp): Return empty string when
11047         `default-value' is nil.
11048         (keep-lines-read-args): Don't use empty string as the
11049         default value for `read-regexp'.  (Bug#2495)
11051 2009-08-12  Juri Linkov  <juri@jurta.org>
11053         * international/mule-cmds.el (ucs-insert): Change arguments
11054         from `arg' to `character', `count', `inherit' to be the same
11055         as in `insert-char'.  Doc fix.  (Bug#4039)
11057         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11059 2009-08-12  Juri Linkov  <juri@jurta.org>
11061         * files-x.el: New file.
11063         * files.el: Move code that deals with adding/deleting
11064         file/directory-local variables to files-x.el.
11066         * Makefile.in (ELCFILES): Add files-x.elc.
11068 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
11070         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11071         to use `goto-line'.
11072         (gdb-place-breakpoints, gdb-get-location): Rewritten without
11073         `goto-line'.
11074         (gdb-invalidate-disassembly): Do not refresh upon receiving
11075         'update signal.  Instead, update all disassembly buffers only after
11076         threads list.
11077         (gdb): Send -target-detach when buffer is killed (Bug#3794).
11078         (gdb-starting): Move -data-list-register-names...
11079         (gdb-stopped): ...here so it's sent when first thread stops.
11080         (gdb-registers-handler-custom): Do nothing if register names are
11081         unknown yet.
11083         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11084         from `gdb-mi.el' to avoid extra tangling.
11086         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11087         change which breaks `gud-def' definitions used in `gdb'.
11088         (gdb-update-gud-running): No extra fuss for updating frame number.
11090 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11092         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11093         (describe-language-environment-map, setup-language-environment-map)
11094         (set-coding-system-map): Move initialization into declaration.
11095         (set-language-info-alist): Last arg to define-key-after can be skipped.
11097         * international/quail.el (quail-completion-1): Simplify.
11098         (quail-define-rules): Use slightly more compact code.
11099         (quail-insert-decode-map): Propertize keys, compact columns.
11101         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11102         Add goto-line.
11104 2009-08-10  Miles Bader  <miles@gnu.org>
11106         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11107         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11108         (js2-instance-member, js2-private-member, js2-private-function-call)
11109         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11110         (js2-magic-paren, js2-external-variable):
11111         Remove "-face" suffix from face names.
11112         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11113         (js2-highlight-undeclared-vars, js2-peek-token)
11114         (js2-parse-function-params, js2-mode-show-errors)
11115         (js2-mode-show-warnings, js2-make-magic-delimiter)
11116         (js2-mode-highlight-magic-parens): Update to use new face names.
11118 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
11120         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11121         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
11123 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
11125         * subr.el: Provide hashtable-print-readable.
11127         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11128         hs-c-like-adjust-block-beginning.
11129         (hs-hide-block-at-point): Stop hiding at the beginning of
11130         hs-block-end-regexp (Bug#700).
11132 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
11134         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11135         a macro.
11136         (gdb-registers-handler-custom): Do not fail when register names
11137         are unavailable.
11139 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11141         * progmodes/gdb-mi.el (gdb-control-all-threads)
11142         (gdb-control-current-thread): Interactive setters for
11143         `gdb-gud-control-all-threads' to use in menu.
11144         (gdb-show-run-p): Show «Go» when process is not active.
11145         (gud-tool-bar-map): Add non-stop/A,T indicator.
11146         Uses gud/thread.xpm and gud/all.xpm.
11148 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
11150         * net/net-utils.el (net-utils-font-lock-keywords): New var.
11151         (nslookup-font-lock-keywords): Make it a variable.
11152         (net-utils-mode): New mode for viewing diagnostic network output.
11153         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11154         (net-utils-run-simple): New function.
11155         (ifconfig, iwconfig, netstat, arp, route): Use it.
11157 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11159         * progmodes/gdb-mi.el (gdb-read-memory-custom)
11160         (gdb-memory-set-address, def-gdb-set-positive-number)
11161         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11162         after changing settings.
11163         (gdb-invalidate-disassembly): Update when first shown.
11164         (gdb-edit-locals-value): Fixed.
11165         (gdb-registers-handler-custom): Print registers in right order and
11166         allow changing register values (only for current thread yet).
11167         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11168         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11169         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11170         (gdb-locals-handler-custom, gdb-registers-handler-custom):
11171         Thread info in mode name.
11172         (gdb-registers-mode-map): TAB to switch to locals.
11174 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
11176         * mail/rmail.el (rmail-add-mbox-headers)
11177         (rmail-set-message-counters-counter): Search for
11178         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
11180 2009-08-08  Glenn Morris  <rgm@gnu.org>
11182         * Makefile.in (ELCFILES): Update.
11184 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11186         * mail/sendmail.el (mail-yank-original):
11187         Set buffer-file-coding-system from the one used by the message whose
11188         text is yanked.
11190         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11191         to "windows" when "pgnuplot" is used.
11192         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11193         Don't call accept-process-output if "pgnuplot" is used.
11194         (calc-graph-init): Don't send -display and -geometry to
11195         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
11196         running "pgnuplot -V" with shell-command-to-string.
11198         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11199         the default.
11201 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11203         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11204         org/org-latex.elc.
11206 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
11208         * vc-dispatcher.el (vc-resynch-window): Update comment.
11210         * term.el (term-handle-ansi-escape): Add comments with the
11211         terminfo capabilities implemented.
11213 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
11215         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11216         (gdb-var-create-handler): Rewritten using JSON parser.
11217         (gdb-propertize-header): Move earlier.
11218         (gdb-set-header): Remove to avoid duplication.
11219         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11220         Refresh disassembly buffers only after threads list have been
11221         update.
11222         (gdb-threads-header, gdb-registers-header): Per-buffer header line
11223         variables.
11225 2009-08-04  Juri Linkov  <juri@jurta.org>
11227         * files.el: Commands to add/delete file/directory-local variables.
11228         (read-file-local-variable, read-file-local-variable-value)
11229         (read-file-local-variable-mode, modify-file-local-variable)
11230         (modify-file-local-variable-prop-line)
11231         (modify-dir-local-variable): New functions.
11232         (add-file-local-variable, delete-file-local-variable)
11233         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11234         (add-dir-local-variable, delete-dir-local-variable)
11235         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11236         (copy-dir-locals-to-file-locals-prop-line): New commands.
11238 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
11240         * abbrev.el (insert-abbrev-table-description): Prettify output.
11241         Suggested by Karl Chen.
11243 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
11245         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11246         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11247         (gdb-overlay-arrow-position, gdb-thread-position)
11248         (gdb-disassembly-position): Declare variables.
11249         (gdb-wait-for-pending): Function now.
11250         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11251         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11252         compilation goes smoothly.
11253         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11254         (gdb-non-stop-setting): New customization setting which replaces
11255         `gdb-non-stop' so changing it doesn't break active GDB session.
11256         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11257         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11258         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11259         (gdb-show-threads-by-default): New customization options.
11260         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11261         routines.
11262         (gdb-get-buffer-create): Send buffers update signal when they are
11263         created.
11264         (gdb-invalidate-locals, gdb-invalidate-registers)
11265         (gdb-invalidate-breakpoints)
11266         (gdb-invalidate-threads, gdb-invalidate-disassembly)
11267         (gdb-invalidate-memory): Accept update signal.
11268         (gdb-current-context-command): Use --frame option.
11269         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11270         Implement `gdb-frame-number' selection logic.
11271         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11272         whether to show GUD toolbar buttons.
11273         (gdb-thread-exited): Unselect current thread when it exits.
11274         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11275         (gdb-mark-line): Routine which sets overlay arrow or inverses
11276         video on fringeless displays.
11277         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11278         to build aligned columns of data in GDB buffers and set text
11279         properties line-by-line.
11280         (gdb-invalidate-breakpoints)
11281         (gdb-breakpoints-list-handler-custom)
11282         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11283         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11284         (gdb-registers-handler-custom): Align data columns.
11285         (gdb-locals-handler-custom): Now prints data like in variable
11286         declarations.
11287         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11288         Remove confusing buttons.
11289         (gdb-invalidate-threads): Append --frame.
11290         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11291         between breakpoints/threads buffers.
11292         (gdb-set-window-buffer): Now can ignore dedicated windows.
11293         (gdb-propertize-header): Use `gdb-set-window-buffer'.
11294         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11295         (def-gdb-thread-buffer-gud-command): Replaces
11296         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11297         for fine thread control.
11298         (gdb-preempt-existing-or-display-buffer): New function used to
11299         display bound buffers without breaking window layout.
11300         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11301         (gdb-select-frame): New version of `gdb-frames-select' which now
11302         sets `gdb-frame-number' so commands may use --frame option instead
11303         of inner debugger state.
11304         (gdb-frame-handler): Do not set `gdb-frame-number'.
11305         (gdb-threads-mode-map): Select threads with mouse.
11307         * progmodes/gud.el (gdb-gud-context-call): Declare function to
11308         avoid compilation warning.
11309         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11310         `gdb-show-stop-p`.
11312         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11313         Argument `key' renamed to `buffer-type'.
11314         (gdb-current-context-buffer-name): Do not add thread info to
11315         buffer name when no thread is selected.
11316         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11317         command (bug 3794).
11318         (gdb-thread-selected): Handle `=thread-selected' notification.
11319         (gdb-wait-for-pending): New macro to deal with congestion problems.
11320         (gdb-breakpoints-list-handler-custom): Don't fail on pending
11321         breakpoints.
11322         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11323         This fixes problem similar to one described in bug 3947.
11324         (gud-menu-map): More menu items.
11325         (gdb-init-1): Reset `gdb-thread-number' to nil.
11327         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11328         non-stop settings.
11330         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11331         (gdb-current-context-command): Do not append --thread if
11332         `gdb-thread-number' is nil.
11333         (gdb-running-threads-count, gdb-stopped-threads-count):
11334         New variables.
11335         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11336         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11337         New customization options.
11338         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11339         GUD commands.
11340         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11341         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11342         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11343         set `gdb-thread-number' and update `gud-running' properly.
11344         (gdb-running): Update threads list when new threads appear.
11345         (gdb-stopped): Support non-stop operation and new thread switching
11346         logic.
11347         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11348         (gdb-json-partial-output): New set of JSON routines.
11349         (def-gdb-auto-update-trigger): New `signal-list' optional
11350         argument.
11351         (gdb-thread-list-handler-custom): Update `gud-running',
11352         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11353         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11354         (gdb-continue-thread, gdb-step-thread): New commands for fine
11355         thread execution control.
11356         (gud-menu-map): New menu items to switch non-stop options.
11357         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11358         (gdb-send): Mimic RET properly (bug 3794).
11360         * progmodes/gdb-mi.el (gdb-rules-name-maker)
11361         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11362         gdb-buffer-rules.
11363         (def-gdb-auto-update-handler): New nopreserve optional argument.
11364         (gdb-stack-list-frames-custom): Print stack from top to bottom.
11366         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11367         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11368         (gdb-parent-mode): New mode to derive other GDB modes from.
11369         (gdb-display-disassembly-for-thread)
11370         (gdb-frame-disassembly-for-thread): New commands for threads
11371         buffer.
11373         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11374         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11375         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11376         (gdb-update): We now store all GDB buffers in a list so that they
11377         can be updated by traversing a list instead of calling invalidate
11378         triggers explicitly.
11379         (def-gdb-trigger-and-handler): New macro to define trigger-handler
11380         pair for GDB buffer.
11381         (gdb-stack-buffer-name): Add thread information.
11382         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11383         handle pending triggers.
11384         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11385         (def-gdb-thread-buffer-simple-command)
11386         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11387         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11388         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11389         New commands which show buffers bound to thread.
11390         (gdb-stack-list-locals-regexp): Remove unused regexp.
11392         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11393         (gdb-locals-buffer-name, gdb-registers-buffer-name)
11394         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11395         to (gud-comint-buffer) in *-buffer-name functions
11396         because (gdb-get-target-string) already does that.
11397         (gdb-locals-handler-custom, gdb-registers-handler-custom)
11398         (gdb-changed-registers-handler): Rewritten without regexps.
11400         * progmodes/gdb-mi.el: Basic thread selection support.
11401         (gdb-thread-number): New variable.
11402         (gdb-current-context-command): New macro which adds --thread
11403         option to command.
11404         (gdb-threads-mode-map): Select thread with SPC.
11405         (gdb-thread-list-handler-custom): Mark current thread with overlay
11406         arrow.  Synchronize GDB thread and Emacs thread.
11407         (gdb-select-thread): New command which selects current thread.
11408         (gdb-invalidate-frames, gdb-invalidate-locals)
11409         (gdb-invalidate-registers): Use --thread option.
11411 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
11413         * net/tramp.el (top): Make check for tramp-gvfs loading more
11414         robust.  (Bug#3977)
11415         (tramp-handle-insert-file-contents): `unwind-protect' must be
11416         inside `with-parsed-tramp-file-name'.
11418         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11419         fails.
11421 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11423         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11424         directory if CLASSPATH is not set.
11426 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11428         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11429         New defconst.
11430         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11432 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11434         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11435         Update freshmeat link.  Delete newsforge.com as it seems gone.
11437 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11439         * select.el (x-set-selection): Doc fix (Bug#4021).
11441         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11443         * help-fns.el (describe-variable): Treat list return values from
11444         dir-locals-find-file properly (Bug#4005).
11446 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11448         * net/tramp.el (tramp-debug-message): Print also microseconds.
11450 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11452         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11453         or END is non-nil.
11454         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11455         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11456         format.
11458         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11459         (tramp-get-file-property): Use it.
11461         * autorevert.el (auto-revert-handler):
11462         Allow `auto-revert-tail-mode' for remote files.
11464 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11466         * minibuffer.el (read-file-name): Treat confirm options to
11467         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11469 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11471         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11472         (font-lock-variable-name-face, font-lock-constant-face):
11473         Darken the colors for light backgrounds.
11475 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11477         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11478         month names.  (Bug#3987)
11480 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11482         * simple.el (line-move-finish): Pass whole number to
11483         line-move-to-column.
11484         (line-move-visual): Perform hscroll to the recorded position.
11486 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11488         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11490 2009-07-29  Alan Mackenzie  <acm@muc.de>
11492         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11494 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11496         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11497         (gdb-place-breakpoints): Use full path when setting breakpoints.
11499 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11501         * calc/calc.el (calc-mode-map): Add keybinding for
11502         `calc-transpose-lines'.
11504 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11506         * calc/calc-misc.el (calc-transpose-lines): New function.
11508 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11510         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11511         Simplify check for out-of-band methods.
11512         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11513         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11515 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11517         * vc-git.el (vc-git-checkin): Fix typo.
11519 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11521         * progmodes/js2-mode.el: New file.
11523 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11525         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11526         (gud-menu-map): Adjust tooltip accordingly.
11528 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11530         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11531         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11533         * add-log.el (change-log-mode-map): Add a menu.
11535 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11537         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11538         function returns nil.
11539         (dbus-handle-event): Handle special return value :ignore.
11540         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11542 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11544         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11545         it's not needed.
11547 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11549         Fix Bug#3888:
11551         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11553         * term/pc-win.el (x-display-name, x-colors)
11554         (x-select-enable-clipboard, x-select-text): Doc fix.
11556         * term/common-win.el (x-display-name, x-colors): Doc fix.
11558         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11559         (xw-defined-colors): Doc fix.
11561         * w32-fns.el (x-select-text, x-setup-function-keys)
11562         (x-get-selection, x-set-selection): Doc fix.
11564         * term/x-win.el (x-select-text, x-setup-function-keys)
11565         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11567         * select.el (x-set-selection): Doc fix.
11569 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11571         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11572         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11573         "IsNSSSupportAvailable" method is not available.
11574         Reported by Steve Youngs <steve@sxemacs.org>.
11576 2009-07-24  Kenichi Handa  <handa@m17n.org>
11578         * international/characters.el: Fix setting of category ?C, ?|, ?K,
11579         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
11580         (build-unicode-category-table): Fix range checks.
11582 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
11584         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11585         the buffer we try to sync is current when calling
11586         vc-resynch-buffer.
11588         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11589         not show up to date files.
11591 2009-07-24  Glenn Morris  <rgm@gnu.org>
11593         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11594         Add autoload cookies.  If necessary, initialize.
11595         (elint-log): Handle non-file buffers.
11596         (elint-initialize): Add optional argument to reinitialize.
11597         (elint-find-builtin-variables): Save excursion.
11599 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11601         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11602         for Lint.
11604 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11606         * vc.el (vc-print-log-internal): New function, split out from ...
11607         (vc-print-log): ... here.
11608         (vc-dir-move-to-goal-column): Declare.
11610         * vc-git.el (vc-git-add-signoff): New variable.
11611         (vc-git-checkin): Use it.
11612         (vc-git-toggle-signoff): New function.
11613         (vc-git-extra-menu-map): Bind it to menu.
11614         (vc-git--run-command-string): Accept a nil FILE argument.
11615         (vc-git-stash-list): New function.
11616         (vc-git-dir-extra-headers): Use it.
11618 2009-07-23  Glenn Morris  <rgm@gnu.org>
11620         * help-fns.el (describe-variable): Describe ignored and risky local
11621         variables in a similar way to that in which we describe safe ones.
11623         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11624         (byte-compile-output-file-form, byte-compile-output-docform)
11625         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11626         Give some more local variables with common names a "bytecomp-" prefix,
11627         so as not to shadow things during compilation.
11628         * emacs-lisp/cl-macs.el (load-time-value)
11629         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11630         `outbuffer' to `bytecomp-outbuffer'.
11632         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11633         since the next two variables cover them automatically now.
11634         (elint-builtin-variables, elint-autoloaded-variables): New.
11635         (elint-unknown-builtin-args): Remove all members, since they can be
11636         parsed automatically now.
11637         (elint-extra-errors): New.
11638         (elint-env-add-env, elint-env-add-macro): Use cadr.
11639         (elint-current-buffer): Use or.  Change final message.
11640         (elint-get-top-forms): Use line-end-position.
11641         (elint-init-env): Use cadr.  Handle autoload, declare-function,
11642         and defalias.
11643         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
11644         (regexp-assoc): Remove unused function.
11645         (elint-top-form): Set elint-current-pos, to record the start of the
11646         top-level form, for compilation-mode.
11647         (elint-form): Trap errors in macro expansion.  Use dolist.
11648         (elint-unbound-variable): Use elint-builtin-variables and
11649         elint-autoloaded-variables.
11650         (elint-get-args): Use cadr, or.
11651         (elint-check-cond-form): Use dolist, cadr.
11652         (elint-check-condition-case-form): Doc fix.  Use cadr.
11653         Use elint-extra-errors.
11654         (elint-log): New function.
11655         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11656         Distinguish errors and warnings.
11657         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
11658         Use a bytecomp-style format.
11659         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
11660         (elint-get-log-buffer): Use compilation mode.  Disable undo.
11661         Don't truncate lines.
11662         (elint-initialize): Set builtin and autoloaded variable lists.
11663         Only process elint-unknown-builtin-args if non-nil.
11664         (elint-find-builtin-variables, elint-find-autoloaded-variables):
11665         New functions.
11666         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
11668 2009-07-22  Kevin Ryde  <user42@zip.com.au>
11670         * net/newst-backend.el (newsticker--parse-atom-1.0)
11671         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11672         (newsticker--parse-rss-1.0):
11673         * progmodes/idlwave.el (idlwave-mode):
11674         * progmodes/idlw-shell.el (idlwave-shell-mode):
11675         * progmodes/vera-mode.el (vera-mode):
11676         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11677         * progmodes/vhdl-mode.el (vhdl-mode):
11678         * textmodes/table.el (table-generate-source)
11679         (table--warn-incompatibility):
11680         Hyperlink urls in docstrings with URL `...'.
11682 2009-07-22  Glenn Morris  <rgm@gnu.org>
11684         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11685         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11686         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11687         Remove leading * from defcustom docs.
11689         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
11691         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11692         defcustom doc.
11693         (list-load-path-shadows): Optionally, just return shadows as a string.
11695         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11697 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11699         * mail/rmailedit.el (rmail-edit-mode):
11700         Use auto-save-include-big-deletions.
11702         * mail/rmail.el (rmail-variables):
11703         Use auto-save-include-big-deletions.
11705         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11706         changes.
11708 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11710         * calc/calc.el (calc-undo-length): New variable.
11711         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11713 2009-07-21  Richard Stallman  <rms@gnu.org>
11715         * files.el (auto-save-mode): Handle buffer-save-size = -2
11716         for toggling mode.
11718 2009-07-21  Glenn Morris  <rgm@gnu.org>
11720         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11722         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11724         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11725         silence compiler.  Instead...
11726         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11727         (ps-print-ensure-fontified): Update for above function name changes.
11729         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11730         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11731         silence compiler.  Instead...
11732         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11733         (mh-show-buffer): Only define for compiler.
11734         (pr-mh-current-message): Update for above function name changes.
11736         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11737         as an argument.
11738         (find-file-noselect, insert-file-1): Update for above change.
11740         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11742         * mail/mailclient.el (mailclient-send-it): Fix message.
11744         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11745         (edebug-eval): Check cl-debug-env is bound.
11746         (print-level, print-circle): Don't redefine built-in variables.
11748         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11749         (custom-print-vectors): Remove old comments from doc.
11751         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11752         (emerge-version): Make the variable an obsolete alias for the
11753         emacs-version variable.  Make the function obsolete.
11754         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11755         Emerge options, rather than merging in into the main Options menu.
11756         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11757         and auto advance modes.  Disable edit/fast items when not relevant.
11759 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11761         * term/vt420.el (terminal-init-vt420): Fix typo.
11763 2009-07-20  Sam Steingold  <sds@gnu.org>
11765         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11766         variable (removed from compile.el on 2004-03-11).
11768 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11770         * files.el (hack-local-variables-filter): Fix last change.
11772 2009-07-19  Juri Linkov  <juri@jurta.org>
11774         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11775         (dir-local-variables-alist): New buffer-local variable.
11776         (hack-local-variables-filter): If variable is not dir-local,
11777         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11778         because file-local overrides dir-local.
11779         (c-postprocess-file-styles) <declare-function>:
11780         Remove obsolete declaration.
11781         (hack-dir-local-variables): Add dir-local variable/value pair to
11782         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11784         * help-fns.el (describe-variable): Add information about
11785         file-local and dir-local variables.
11787 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11789         * files.el (hack-local-variables-filter): Rewrite.
11791 2009-07-19  Glenn Morris  <rgm@gnu.org>
11793         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11794         Silence compiler by only defining on XEmacs.
11796         * international/mule.el (auto-coding-regexp-alist): Only match
11797         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11799         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11800         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11801         (cal-menu-context-mouse-menu): Doc fix.
11803         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11805         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11807 2009-07-18  Juri Linkov  <juri@jurta.org>
11809         * info.el: Virtual Info keyword finder.
11810         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11811         (Info-finder-file): New variable.
11812         (Info-finder-find-file): New function.
11813         (finder-known-keywords, finder-package-info)
11814         (find-library-name, lm-commentary): Use defvar and
11815         declare-function to silence compiler warnings.
11816         (Info-finder-find-node): New function.
11817         (info-finder): New command.
11819         * subr.el (process-kill-buffer-query-function): New function.
11820         (add-hook)<kill-buffer-query-functions>: Add hook
11821         `process-kill-buffer-query-function'.
11823 2009-07-18  Alan Mackenzie  <acm@muc.de>
11825         * progmodes/cc-mode.el (c-before-hack-hook)
11826         (c-postprocess-file-styles): Give invocation of `c-set-style'
11827         DONT-OVERRIDE parameter of t.  Already set style variables will
11828         thus not be overridden by style settings given by `c-file-syle'.
11830         * files.el (hack-local-variables-filter): Remove entries with
11831         duplicate keys from `file-local-variables-alist'.
11833 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11835         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11836         x-set-selection if display-selections-p returns nil for the
11837         current frame.
11839 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11841         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11843 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11845         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11846         Accept nil in addition to a regexp.
11847         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11848         Accept nil in addition to a regexp.
11849         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11850         buffers that have an associated file.  Handle nil values of
11851         desktop-buffers-not-to-save and desktop-files-not-to-save.
11852         (Bug#3833)
11854         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11855         (x-disown-selection-internal): New functions.
11857 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11859         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11860         warning.
11861         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11862         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11864 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11866         * simple.el (set-mark): Revert last change.
11868 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11870         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11871         rendering of pngs is not possible instead of messaging a long
11872         description.
11874 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11876         * w32-fns.el (x-selection-owner-p): New function.
11878         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11879         (mouse-yank-at-click, mouse-yank-primary):
11880         If select-active-regions is non-nil, deactivate the mark before
11881         insertion.
11883         * simple.el (deactivate-mark, set-mark): Only save selection if we
11884         own it.
11886 2009-07-17  Kenichi Handa  <handa@m17n.org>
11888         * case-table.el (describe-buffer-case-table): Fix for the case
11889         that KEY is a cons.
11891 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11893         * vc-rcs.el (vc-rcs-find-file-hook):
11894         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11896 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11898         * net/tramp.el (tramp-wait-for-output): Handle the case when
11899         commands do not return a newline but a null byte before the shell
11900         prompt.  (Bug#3858)
11902 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11904         * term/ns-win.el (ns-set-alpha): Don't declare.
11905         (ns-set-background-alpha): Remove function.
11907 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11909         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11910         y-or-n-p, for safety.
11912 2009-07-16  Richard Stallman  <rms@gnu.org>
11914         * files.el (auto-save-mode): If buffer-saved-size is -2,
11915         don't clobber it.
11917         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11918         (rmail-retry-ignored-headers): Add more uninteresting fields.
11920 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11922         * net/rcirc.el (rcirc): Use history variables.
11923         (rcirc-server-name-history, rcirc-nick-name-history)
11924         (rcirc-server-port-history): New variables.
11926 2009-07-15  Kenichi Handa  <handa@m17n.org>
11928         * international/mule-cmds.el (set-language-environment-charset):
11929         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11930         ignore them.
11932         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11933         Delete unibyte-display.
11935 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11937         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11939 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11941         * simple.el (deactivate-mark): Optional argument FORCE.
11942         (set-mark): Use deactivate-mark.
11944         * info.el (Info-search): No need to check transient-mark-mode
11945         before calling deactivate-mark.
11947         * select.el (x-set-selection): Doc fix.
11948         (x-valid-simple-selection-p): Allow buffer values.
11949         (xselect--selection-bounds): Handle buffer values.
11950         Suggested by David De La Harpe Golden.
11952         * mouse.el (mouse-set-region, mouse-drag-track):
11953         Call copy-region-as-kill before setting the mark, to let
11954         select-active-regions work.
11956 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11958         * simple.el (deactivate-mark): If select-active-regions is
11959         non-nil, copy the selection data into a string.
11960         (activate-mark): If select-active-regions is non-nil, set the
11961         selection to the current buffer.
11962         (set-mark): Update selection if select-active-regions is non-nil.
11964         * select.el (x-valid-simple-selection-p): Allow buffer values.
11966 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11968         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11969         and more featureful message-mode.
11971 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11973         * select.el (x-set-selection): Doc fix.
11974         (x-valid-simple-selection-p): Disallow selection data consisting
11975         of a list or cons of integers, since that is not used.
11976         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11977         (xselect-convert-to-string, xselect-convert-to-length)
11978         (xselect-convert-to-filename, xselect-convert-to-charpos)
11979         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11981 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11983         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11984         output in -break-info command (Emacs bug #3794).
11986 2009-07-14  Glenn Morris  <rgm@gnu.org>
11988         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11989         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11990         (edebug-print-length, edebug-print-level, edebug-print-circle)
11991         (edebug-sit-for-seconds, edebug-view-outside)
11992         (edebug-bounce-point, edebug-set-global-break-condition)
11993         (edebug-Go-nonstop-mode, edebug-trace-mode)
11994         (edebug-Trace-fast-mode, edebug-continue-mode)
11995         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11996         (edebug-visit-eval-list): Doc fixes.
11998         * subr.el (def-edebug-spec): Doc fix.
12000 2009-07-14  Kenichi Handa  <handa@m17n.org>
12002         * international/characters.el: Fix setting of category ?C.
12004 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
12006         * term/ns-win.el (x-select-font): defalias x-select-font to
12007         ns-popup-font-panel instead of generate-fontset-menu.
12009 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
12011         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
12013 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
12015         * arc-mode.el (archive-find-type): Allow for a PK00 string before
12016         the PK\003\004 header (Bug#3770).
12018 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
12020         * pcomplete.el (pcomplete-comint-setup): Check for
12021         shell-dynamic-complete-filename too.
12023 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
12025         * simple.el (temporary-goal-column): Change the value for
12026         line-move-visual to a cons cell.
12027         (line-move-visual): Record or set the window hscroll, if
12028         necessary (Bug#3494).
12029         (line-move-1): Handle cons value of temporary-goal-column.
12031 2009-07-11  Kenichi Handa  <handa@m17n.org>
12033         * international/mule-diag.el (describe-character-set): Don't show
12034         width.
12036 2009-07-10  Sam Steingold  <sds@gnu.org>
12038         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12039         Omake sometimes indents the errors it prints, so allow all
12040         regexps to start with spaces.
12042 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
12044         * cus-edit.el (customize-changed-options-previous-release):
12045         Bump value to 22.1.  (Bug#3804)
12047 2009-07-08  Sam Steingold  <sds@gnu.org>
12049         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12050         to be a cons cell (test . ignored-directory) to selectively ignore
12051         some directories depending on the location of the search.
12053 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
12055         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12056         remote user is root, on the local host.
12057         (tramp-local-host-p): Either the local user or the remote user
12058         must be root.  (Bug#3771)
12060 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12062         * progmodes/gdb-mi.el (gdb): Remove description of
12063         gdb-use-separate-io-buffer.
12064         (menu): Don't allow toggling of or enable
12065         gdb-use-separate-io-buffer from menubar.
12067 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12069         * mail/unrmail.el (unrmail): Make sure the message ends with two
12070         newlines (Bug#3769).
12072 2009-07-08  Glenn Morris  <rgm@gnu.org>
12074         * calendar/calendar.el (calendar-current-date): Rework previous change.
12076 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
12078         * calendar/calendar.el (calendar-current-date):
12079         Add an optional argument giving an offset from today.
12081 2009-07-08  Glenn Morris  <rgm@gnu.org>
12083         * tutorial.el (tutorial--describe-nonstandard-key):
12084         Adjust the message for when a key has been unbound.
12085         (help-with-tutorial): Hide the arch-tag.
12087 2009-07-08  Kenichi Handa  <handa@m17n.org>
12089         * international/fontset.el (setup-default-fontset): For each
12090         script, append (not set) font-specs.
12092         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12093         docstring.
12095 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12097         * progmodes/gdb-mi.el (gdb-init-1): Move sending
12098         -data-list-register-names to ...
12099         (gdb-starting): ... here because GDB 7.0 requires execution to
12100         have started when using this MI command.
12101         (gdb-set-header): New function to distinguish select and
12102         unselected tabs in gdb buffers.
12103         (gdb-propertize-header): New macro that uses gdb-set-header.
12104         (gdb-breakpoints-header, gdb-locals-header): Use it.
12105         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12107 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
12109         * Makefile.in (ELCFILES): Remove fadr.elc.
12111 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
12113         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12114         may contain frame information, so `string-match' should be used.
12115         (gdb-update): Disassembly is invalidated through
12116         `gdb-get-selected-frame'.
12117         (gdb-pad-string): New function to pad string with spaces.
12118         (gdb-invalidate-disassembly): Invalidate only if the buffer
12119         exists.
12120         (gdb-disassembly-handler-custom): Column alignment.
12121         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12122         placing new ones.
12123         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12124         end of line, too.
12125         (gdb-frame-handler): Match convention to for disassembly buffer
12126         mode name.
12127         (gdb-stack-list-frames-handler): Rewritten without regexps.
12128         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12129         not highlight breakpoints without line information.
12130         (gdb-input): Add trailing newline to command.
12132         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12133         buffer properly.
12134         (gdb-breakpoints-list-handler-custom): Replacement for
12135         `gdb-break-list-handler'.  Using real parser instead of regexps
12136         now.
12137         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12138         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12139         to place breakpoints.
12140         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12141         functions.
12142         (gdb-disassembly-handler-custom): Show overlay arrow.
12143         (gdb-disassembly-place-breakpoints): Show breakpoints in
12144         disassembly buffer.
12145         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12146         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12147         instead of parsing breakpoints buffer.  Fixed old menu references
12148         in `gud-menu-map'.
12150         * fadr.el: Remove.
12152         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12153         (gdb-memory-address): New variable which holds top address of
12154         memory page shown in memory buffer.
12155         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12156         New customization variables.
12157         New functions:
12158         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12159         display the memory buffer.
12160         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12161         buffer display parameters.
12162         (def-gdb-memory-format, gdb-memory-format-binary)
12163         (gdb-memory-format-octal, gdb-memory-format-unsigned)
12164         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12165         Functions for setting memory buffer format.
12166         (gdb-memory-unit-word, gdb-memory-unit-halfword)
12167         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12168         unit size used in memory buffer.
12169         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12170         Switch to next/previous page of memory buffer.
12171         Now using (bindat-get-field) instead of fadr functions.
12173 2009-07-07  Sam Steingold  <sds@gnu.org>
12175         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12176         non-top-level files.
12178 2009-07-07  Kenichi Handa  <handa@m17n.org>
12180         * international/mule-cmds.el (reset-language-environment):
12181         Put the highset priority to the charset iso-8859-1.
12183 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12185         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12186         to the end of the line when locating the block (Bug#700).
12188 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
12190         * net/tramp.el (tramp-handle-write-region): Flush file properties
12191         in case of short track.
12193 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
12195         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12196         Coded custom representation of verilog error regular expressions
12197         to work with Emacs-22's new format.
12198         (verilog-error-regexp-xemacs-alist): Coded custom representation
12199         of verilog error regular expressions to work with XEmacs format.
12200         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12201         error recognition into XEmacs.
12202         (verilog-error-regexp-add-emacs): Hook routine to install verilog
12203         error recognition into Emacs-22.
12205 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12207         * woman.el: Remove stand-alone closing parentheses.
12208         (woman-file-name, woman2-format-paragraphs)
12209         (woman-leave-blank-lines): Code cleanup.
12210         (woman-use-own-frame): Change default to nil.
12211         (woman-italic, woman-bold, woman-unknown, woman-addition):
12212         Change defaults to inherit from default faces.
12213         (woman2-process-escapes): Consume the newline after a stand-alone
12214         filler character (Bug#3651).
12216 2009-07-06  Glenn Morris  <rgm@gnu.org>
12218         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12219         (top-level): Move provide to the end.
12220         (ffap): Remove defunct URL from custom group.
12222         * subr.el (eval-after-load): Doc fix.
12224 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
12226         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12227         `calc-embedded-word' is called twice.
12229 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12231         * files.el (find-alternate-file-other-window, find-alternate-file):
12232         Obey confirm-nonexistent-file-or-buffer.
12234 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
12236         * dired-aux.el (dired-show-file-type): Handle remote files.
12238 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
12240         * desktop.el (desktop-globals-to-save):
12241         Add file-name-history (Bug#2750).
12243 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
12245         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12247 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
12249         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12250         property on entire argument since this is what eshell-lisp-command
12251         expects.
12253 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
12255         * net/tramp-gvfs.el (tramp-gvfs-methods)
12256         (tramp-gvfs-zeroconf-domain)
12257         (tramp-bluez-discover-devices-timeout): Add version flag.
12258         (tramp-gvfs-handler-mounted-unmounted)
12259         (tramp-gvfs-connection-mounted-p): Polish handling of
12260         incompatibilities between GVFS 0.2 and 1.0.
12262 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
12264         * cus-start.el (all): Add make-pointer-invisible.
12266 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12268         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12269         formatted correctly.
12271 2009-07-02  Juri Linkov  <juri@jurta.org>
12273         * info.el: Virtual Info files and nodes.
12274         (Info-virtual-files, Info-virtual-nodes): New variables.
12275         (Info-current-node-virtual): New variable.
12276         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12277         New functions.
12278         (Info-file-supports-index-cookies): Use Info-virtual-file-p
12279         to check for a virtual file instead of checking a fixed list
12280         of node names.
12281         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12282         instead of ad-hoc processing of "dir" and (apropos history toc).
12283         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12284         instead of ad-hoc processing of "dir" and (apropos history toc).
12285         Reread a file when moving from a virtual node.
12286         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12287         (Info-directory-toc-nodes, Info-directory-find-file)
12288         (Info-directory-find-node): New functions.
12289         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12290         (Info-history): Move part of code to
12291         `Info-history-find-node'.
12292         (Info-history-toc-nodes, Info-history-find-file)
12293         (Info-history-find-node): New functions.
12294         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12295         (Info-toc): Move part of code to `Info-toc-find-node'.
12296         (Info-toc-find-node): New function.
12297         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
12298         the current Info file name to references because now the node
12299         "*TOC*" belongs to the same Info manual.
12300         (Info-toc-build): Rename from `Info-build-toc'.
12301         (Info-toc-nodes): Rename input argument `file' to `filename'.
12302         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12303         instead of ad-hoc processing of ("dir" apropos history toc).
12304         (Info-index-nodes): Use Info-virtual-file-p
12305         to check for a virtual file instead of checking a fixed list
12306         of node names.
12307         (Info-index-node): Add check for `Info-current-node-virtual'.
12308         Raise `save-match-data' higher up the tree to contain
12309         `search-forward' too (bug fix).
12310         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12311         (Info-virtual-index-nodes): New variable.
12312         (Info-virtual-index-find-node, Info-virtual-index): New functions.
12313         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12314         (Info-apropos-file, Info-apropos-nodes): New variables.
12315         (Info-apropos-toc-nodes, Info-apropos-find-file)
12316         (Info-apropos-find-node, Info-apropos-matches): New functions.
12317         (info-apropos): Move part of code to `Info-apropos-find-node' and
12318         `Info-apropos-matches'.
12319         (Info-mode-map): Bind "I" to `Info-virtual-index'.
12320         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12321         for a virtual file instead of checking a fixed list of node names.
12323         * simple.el (async-shell-command): New command.
12325         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12327         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12328         instead of `mount-info'.
12330 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
12332         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12333         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12335 2009-07-02  Kenichi Handa  <handa@m17n.org>
12337         * international/mule.el (set-keyboard-coding-system): Force *-unix
12338         coding-system to avoid eol conversion.
12340 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
12342         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12343         Add handler for `process-file', `shell-command' and
12344         `start-file-process'.
12345         (tramp-gvfs-handle-shell-command)
12346         (tramp-gvfs-handle-start-file-process)
12347         (tramp-gvfs-handle-process-file): New defuns.
12348         (tramp-synce-list-devices): Simplify check for existence of property.
12350 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
12352         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12354 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
12356         * language/korean.el (set-language-info-alist): Add korean-cp949,
12357         cp949 to spec.
12359 2009-07-01  Kenichi Handa  <handa@m17n.org>
12361         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12363         * international/encoded-kb.el: Deleted.
12365         * international/mule.el (set-keyboard-coding-system): Perform the
12366         necessary setup here instead of calling encoded-kbd-setup-display.
12368 2009-07-01  Glenn Morris  <rgm@gnu.org>
12370         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12372 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
12374         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
12376 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
12378         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12379         Handle also the 'rename case, when setting file modes.  (Bug#3712)
12380         (tramp-default-file-modes): Remove execute permissions.
12382         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12383         (top): Add a default for "synce" in `tramp-default-user-alist'.
12384         Add completion function for "synce" method.
12385         (tramp-hal-service, tramp-hal-path-manager)
12386         (tramp-hal-interface-manager, tramp-hal-interface-device):
12387         New defconst.
12388         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12389         (tramp-synce-list-devices, tramp-synce-parse-device-names):
12390         New defuns.
12392         * net/trampver.el: Update release number.
12394 2009-06-30  Kenichi Handa  <handa@m17n.org>
12396         * international/fontset.el (setup-default-fontset): Add CJK fonts
12397         for symbols and the other miscellaneous characters.
12399         * language/korea-util.el (setup-korean-environment-internal):
12400         Make char-width-table suitable for Korean environments.
12401         (exit-korean-environment): Cancel above.
12403         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12404         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12405         setup-function to make char-width-table suitable for respective
12406         environments, and an exit-function to cancel that.
12408         * language/japan-util.el (setup-japanese-environment-internal):
12409         Call use-cjk-char-width-table with arg `ja_JP'.
12411         * international/characters.el (cjk-char-width-table): Delete it.
12412         (cjk-char-width-table-list): New variable.
12413         (use-cjk-char-width-table): New arg local-name.
12414         (use-default-char-width-table): Fix for the case that Emacs is
12415         already using the default char-width-table.
12417 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12419         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12420         modes mandatory.  (Bug#3712)
12422 2009-06-29  Alan Mackenzie  <acm@muc.de>
12424         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12425         correction between the visible width of TABs and their number of bytes.
12427 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12429         * server.el (server-buffer-done): Prevent kill-buffer from
12430         prompting by clearing the buffer modification flag (Bug#3696).
12432 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12434         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12435         (verilog-endcomment-reason-re): Support unique case and priority case.
12436         (verilog-basic-complete-re): Support localparam lineup.
12437         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12438         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12439         commenting.
12440         (verilog-leap-to-case-head): Now support *nested* unique &
12441         priority case statements.
12442         (verilog-auto-lineup): Make just declarations the default (as it
12443         had been).
12444         (verilog-leap-to-case-head): Support priority/unique case statements.
12445         (verilog-auto-lineup): Rework to give users radio buttons to
12446         select the various styles of automatic lineup.
12447         (verilog-error-regexp-alist): Rework to support the XEmacs style
12448         of error regular expressions from compilers, lint tools &
12449         simulators.  Note that GNU Emacs has made it impossible for a mode
12450         to load such things.
12451         (electric-verilog-terminate-line, verilog-indent-declaration)
12452         (verilog-auto-wiure): Rework for radio button selection of
12453         auto-lineup selection of specification of auto lineup.
12454         (verilog-beg-of-statement-1): Redesign to support proper operation
12455         in additional code, based on testing with auto-lineup.
12456         (verilog-calculate-indent, assignments & declarations)
12457         (verilog-backward-token): Enhance to support auto-lineup of
12458         assignments & declarations.
12459         (verilog-in-directive-p, verilog-at-struct-p): New function for
12460         easy test of whether we are.
12461         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12462         to support safe execution at almost anyline.
12463         (verilog-calc-1): Properly support indenting deep inside generate
12464         blocks.
12465         (verilog-init-font): Remove definition & use of verilog-init-font,
12466         as it is redundant with font-lock-defaults.
12467         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12468         to avoid circular calls if syntax-ppss is a function (as is the
12469         case now in 22.x GNU Emacs) as that function would sometimes call
12470         itself, leading to (nearly) infinite recursion.
12471         (verilog-ovm-begin-re, verilog-ovm-end-re)
12472         (verilog-ovm-statement-re, verilog-leap-to-head)
12473         (verilog-backward-token): Add support for OVM macros.  Some are
12474         complete statements, and others open and close scopes like begin
12475         and end.
12476         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12477         (verilog-defun-level-generate-only-re): Really fix the defun-list
12478         compilation issue.
12479         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12480         coverpoint, constraint and cross statements.
12481         (verilog-defun-level-list, verilog-generate-defun-level-list)
12482         (verilog-all-defun-level-list): Redo these specifications - it is
12483         too hard to support eval-when compile aggregation of lists also
12484         built at when-compile time.
12485         (verilog-defun-level-list): Place defconsts of variables used in
12486         building regular expressions which are built in eval-when-compile
12487         bodies in the same eval-when-compile body to facilitate compile
12488         without load.
12489         (verilog-beg-block-re-ordered): Support indenting
12490         virtual/protected tasks and functions.
12491         (verilog-defun-level-list, verilog-in-generate-region-p)
12492         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12493         indentation of some module items (generate items).
12494         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12495         across virtual/protected tasks and functions.
12497 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12499         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12500         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12501         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12502         in concatenations.  Reported by Yishay Belkind.
12503         (verilog-auto-ascii-enum): Support one-hot state machines in
12504         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12505         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12506         modport in AUTOINST and add vl-modport for users.
12507         Reported by David Rogoff.
12508         (verilog-auto-inout-module, verilog-auto-inst)
12509         (verilog-decls-get-interfaces, verilog-insert-definition)
12510         (verilog-insert-one-definition, verilog-read-decls)
12511         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12512         (verilog-sig-modport, verilog-signals-combine-bus)
12513         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12514         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12515         Suggested by David Rogoff.
12516         (verilog-repair-open-comma): Fix non-insertion of comma when
12517         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12518         (verilog-make-width-expression): Simplify [A-1:0] expression
12519         widths to just {A{1'b0}}.
12520         (verilog-mode): Cleanup checkdoc warnings.
12521         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12522         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12523         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12524         (next-error-last-buffer): Fix byte-compiler warning.
12525         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12526         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12527         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12528         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12529         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12530         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12531         in AUTOINOUT.  Reported by Matthew Lovell.
12532         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12533         causing use of <= assignments.  Reported by Alex Reed.
12534         (verilog-read-decls): Fix triand, trior, wand, wor to be
12535         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12536         (verilog-extended-complete-re): Support import "DPI-C" functions.
12537         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12538         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12539         (verilog-insert-date, verilog-insert-year)
12540         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12541         Windows systems.  Reported by Michael Potts.
12542         (verilog-read-module-name): Fix AUTOINST when the child module
12543         declaration's name is a tick define.  Reported by Elliot Mednick.
12544         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12545         passed to next parameter's definition.  Reported by Bruce T.
12546         (verilog-read-decls): Fix detecting "parameter int" when using
12547         AUTOINSTPARAM.  Reported by Bruce T.
12548         (verilog-goto-defun): Fix goto not finding modules unless first
12549         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12550         (verilog-mode): Expand -f flag arguments on entry to mode so
12551         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12552         (verilog-getopt): Expand environment variables in -f file
12553         arguments.  Suggested by Lawrence Butcher.
12554         (verilog-set-define): Fix "Symbol's value as variable is void"
12555         when reading enumerations.
12556         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12557         Suggested by Stephen Peltan.
12558         (verilog-read-defines): Fix reading of enumerations in include
12559         files.  Reported by Steve Peltan.
12561 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12563         * files.el (trash-directory): Fix defcustom type.
12565 2009-06-28  Juri Linkov  <juri@jurta.org>
12567         * help-fns.el (describe-function-1): Correctly locate adviced
12568         functions in hyperlink (Bug#2438).
12570 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12572         * files.el (trash-directory): Change default to nil.
12573         (move-file-to-trash): If trash-directory is nil and
12574         system-move-file-to-trash is unbound, perform freedesktop-style
12575         trashing.
12577 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12579         * files.el (move-file-to-trash): Add freedesktop trash
12580         support (Bug#973).
12582 2009-06-28  Glenn Morris  <rgm@gnu.org>
12584         * autorevert.el (global-auto-revert-non-file-buffers)
12585         (global-auto-revert-mode): Doc fixes.
12587 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
12589         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12591 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
12593         * faces.el (x-handle-named-frame-geometry): Ensure that we have
12594         opened an X connection before calling x-get-resource (Bug#3194).
12596         * play/doctor.el: Remove reference to obsolete website.
12597         (make-doctor-variables): Correct grammar mistake (Bug#2633).
12599 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
12601         Remove find-file-not-found-hook VC method.  (Bug#2757)
12602         * vc-hooks.el (vc-file-not-found-hook)
12603         (vc-default-find-file-not-found-hook): Remove functions.
12604         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12605         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12606         * vc.el:
12607         * vc-hg.el:
12608         * vc-git.el: Do not mention find-file-not-found-hook VC method.
12610 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
12612         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12613         compatibility function for `looking-back'.
12615         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12616         Use `ispell-looking-back'.
12618 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
12620         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12621         rather than `filename'.
12623 2009-06-23  Miles Bader  <miles@gnu.org>
12625         * face-remap.el (text-scale-set): New function.
12627 2009-06-23  Glenn Morris  <rgm@gnu.org>
12629         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12631         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12633         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12635         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12637         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12638         Simplify Persian conditionals.
12640         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12641         variable `filename'.
12643         * comint.el (comint-insert-input): Doc fix.
12645         * Makefile.in (ELCFILES): Fix typo in previous change.
12647 2009-06-23  Miles Bader  <miles@gnu.org>
12649         * cus-start.el: Add entry for `recenter-redisplay'.
12651 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12653         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12654         Add an optional argument for the backend, use it instead of
12655         calling vc-backend.
12656         (vc-mode-line): Add an optional argument for the backend.
12657         Pass the backend to vc-state and vc-working-revision.  Move code for
12658         special handling for vc-state being a buffer to ...
12660         * vc-rcs.el (vc-rcs-find-file-hook):
12661         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
12663         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12664         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12665         vc-stay-local-p and vc-mode-line calls.
12667         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12668         (vc-cvs-diff, vc-cvs-annotate-command)
12669         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12670         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12671         vc-mode-line calls.
12673         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12674         direct comparison.
12675         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12676         backend when calling vc-mode-line.
12677         (vc-register): Do not create a closure for calling the vc register
12678         function, call it directly.
12680 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12682         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12683         to make it obvious item can be clicked.
12685         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12687 2009-06-23  Kenichi Handa  <handa@m17n.org>
12689         * language/korea-util.el (korean-key-bindings): Change the binding
12690         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
12691         same command.
12693 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12695         Sync with Tramp 2.1.16.
12697         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12699         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12700         when a loading of a package fails.  Completion function for rsync
12701         is `tramp-completion-function-alist-ssh'.
12702         (all): Replace all calls of `split-string' and
12703         `tramp-split-string' by `tramp-compat-split-string'.
12704         (tramp-default-method): Use `tramp-compat-process-running-p'.
12705         (tramp-default-proxies-alist): Allow also Lisp forms.
12706         (tramp-remote-path): Add choice "Private Directories".
12707         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12708         (tramp-domain-regexp): Allow also "-", "_" and ".".
12709         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12710         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12711         (tramp-debug-message): Insert header line in debug buffer.
12712         (tramp-handle-directory-files-and-attributes-with-stat):
12713         Care about filenames with spaces, or starting with "-".
12714         (tramp-handle-dired-uncache): New defun.
12715         (tramp-handle-insert-directory): Don't flush the directory from
12716         cache, this is handled by `dired-uncache' now.
12717         (tramp-handle-insert-file-contents): Improve error handling.
12718         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12719         Quote `tramp-end-of-output'.
12720         (tramp-action-password): Improve trace message.
12721         (tramp-check-for-regexp): Both echoes must be present, before removing.
12722         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12723         (tramp-compute-multi-hops): Eval cons cells of
12724         `tramp-default-proxies-alist'.
12725         (tramp-maybe-open-connection): Use the same command pattern for
12726         first hop and further hops.
12727         (tramp-wait-for-output): Remove handling of newlines.
12728         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12729         (tramp-split-string): Remove function.  It is handled in
12730         tramp-compat now.
12732         * net/tramp-cmds.el (tramp-bug):
12733         Recommend `tramp-cleanup-all-connections' in the bug mail.
12735         * net/tramp-compat.el (tramp-compat-split-string)
12736         (tramp-compat-process-running-p): New defuns.
12738         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12739         for `dired-uncache'.
12741         * net/tramp-gvfs.el: New package.
12743         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12744         Add handler for `dired-uncache'.
12745         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12747         * net/trampver.el: Update release number.  Make version check fit
12748         for SXEmacs 22.
12750 2009-06-22  Jim Meyering  <meyering@redhat.com>
12752         Automatically handle .xz suffix (XZ-compressed files), too.
12753         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12754         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12756 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12757             Nick Roberts  <nickrob@snap.net.nz>
12759         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12760         repository (http://sphinx.net.ru/hg/gdb-mi/).
12762 2009-06-22  Glenn Morris  <rgm@gnu.org>
12764         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12765         `mode' and `eval' entries.  (Bug#3430)
12767         * Makefile.in (ELCFILES): Add fadr.elc.
12769         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12770         differing behavior of \n and ^ in strings.  (Bug#3385)
12772         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12774         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12775         property.
12776         (lisp-indent-function): Make it a defcustom.
12778 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12780         * progmodes/gdb-ui.el: Replace with ...
12781         * progmodes/gdb-mi.el: ... this file.
12782         * progmodes/gud.el: Modify for gdb-mi.el.
12784 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12786         * fadr.el: New file.
12788 See ChangeLog.14 for earlier changes.
12790 ;; Local Variables:
12791 ;; coding: utf-8
12792 ;; End:
12794   Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
12796   This file is part of GNU Emacs.
12798   GNU Emacs is free software: you can redistribute it and/or modify
12799   it under the terms of the GNU General Public License as published by
12800   the Free Software Foundation, either version 3 of the License, or
12801   (at your option) any later version.
12803   GNU Emacs is distributed in the hope that it will be useful,
12804   but WITHOUT ANY WARRANTY; without even the implied warranty of
12805   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12806   GNU General Public License for more details.
12808   You should have received a copy of the GNU General Public License
12809   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.