Fixes: debbugs:6594
[emacs.git] / lisp / ChangeLog
bloba42c0127ff5b5a98cb74461130c9801b96ef0139
1 2011-07-28  Andreas Schwab  <schwab@linux-m68k.org>
3         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4         character.  (Bug#6594)
6 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
8         * window.el (split-window-horizontally): Doc fix (Bug#9060).
10 2011-06-27  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
12         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
14 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
16         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17         no-conversion (Bug#8870).
19 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
21         * frame.el (special-display-popup-frame): Doc fix (Bug#8853).
23         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
25 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
27         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
29 2011-06-09  Eli Zaretskii  <eliz@gnu.org>
31         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
32         buffer-file-type before setting its value, to avoid disastrous
33         global effects on decoding files for DOS/Windows systems.
34         (Bug#8780)
36 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
38         * progmodes/python.el (python-after-info-look): Add autoload cookie.
39         (python-unload-function): New function. (Bug#8730, bug#8781)
41 2011-06-04  Reuben Thomas <rrt@sc3d.org>
43         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
44         Doc fix (Bug#8713).
46 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
48         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
50 2011-06-04  Juanma Barranquero  <lekktu@gmail.com>
52         * loadhist.el (unload-feature-special-hooks):
53         Add `comint-output-filter-functions'.
55 2011-05-27  Kenichi Handa  <handa@m17n.org>
57         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
58         let-binding rfc2047-encode-encoded-words to nil.
60 2011-05-23  Kenichi Handa  <handa@m17n.org>
62         * mail/sendmail.el: Require `rfc2047'.
63         (mail-insert-from-field): Do not perform RFC2047 encoding.
64         (mail-encode-header): New function.
65         (sendmail-send-it): Set buffer-file-coding-system of the work
66         buffer to the return value of select-message-coding-system.  Call
67         mail-encode-header.
69         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
71 2011-05-22  Sean Neakums  <sneakums@zork.net>  (tiny change)
73         * mail/supercite.el (sc-default-cite-frame): Handle
74         sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
76 2011-05-16  Andreas Schwab  <schwab@linux-m68k.org>
78         * diff-mode.el (diff-fixup-modifs): Fix last change.
80 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
82         * diff-mode.el (diff-fixup-modifs): Locate correct position for
83         hunk-end tags (Bug#8672).
85 2011-05-13  Juanma Barranquero  <lekktu@gmail.com>
87         * progmodes/python.el (python-font-lock-keywords):
88         Add the Python 3.X keyword "nonlocal" (bug#8639).
90 2011-05-09  Eli Zaretskii  <eliz@gnu.org>
92         * smerge-mode.el (smerge-resolve): Use null-device rather than a
93         literal "/dev/null".
95 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
97         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
98         Fix typo.
100 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
102         * progmodes/which-func.el (which-function):
103         Use add-log-current-defun instead of add-log-current-defun-function,
104         which might not be defined (Bug#8260).
106 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
108         * net/tramp.el (tramp-process-actions): Add POS argument.
109         Delete region between POS and (pos).
110         (tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in
111         `tramp-process-actions' call.
112         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
114         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
115         position in `tramp-process-actions' call.
117 2011-04-24  Daniel Colascione <dan.colascione@gmail.com>
119         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
120         Use correct match group (bug#8438).
122 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
124         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
126 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
128         * play/mpuz.el (mpuz-silent): Doc fix.
129         (mpuz-mode-map): Move initialization into declaration.
130         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
131         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
132         Fix typos in docstrings.
134         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
135         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
137 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
139         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
141 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
143         * minibuffer.el (completion--do-completion): Avoid the "Next char
144         not unique" prompt if icomplete-mode is enabled (Bug#5849).
146 2011-04-10  Stephen Berman <stephen.berman@gmx.net>
148         * textmodes/page.el (what-page): Use line-number-at-pos to
149         calculate line number (Bug#6825).
151 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
153         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
154         mouse-2 into unread-command-events, it is interpreted correctly.
156 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
158         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
159         (image-toggle-display): Doc fix.
161 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
163         Backport revno:103823 and revno:103824 from trunk.
164         * help-fns.el (describe-variable): Complete all variables having
165         documentation, including keywords.
166         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
168 2011-03-24  Juanma Barranquero  <lekktu@gmail.com>
170         * vc-annotate.el (vc-annotate-show-log-revision-at-line):
171         Fix typo in docstring.
173 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
175         * emerge.el (emerge-metachars): Separate value for ms-dos and
176         windows-nt systems.
177         (emerge-protect-metachars): Quote correctly for ms-dos and
178         windows-nt systems.
180 2011-03-15  Ralph Schleicher  <rs@ralph-schleicher.de>  (tiny change)
182         * info.el (info-initialize): Replace all uses of `:' with
183         path-separator for compatibility with non-Unix systems.
184         Cache quoting of path-separator.  (Bug#8258)
186 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
188         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
189         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
190         (mouse-avoidance-mode): Fix typos in docstrings.
192 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
194         * net/tramp.el (tramp-progress-reporter-update):
195         Use `tramp-compat-funcall'.
196         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
197         (tramp-handle-insert-file-contents): Make `file-remote-p' call
198         compatible.
199         (tramp-open-connection-setup-interactive-shell):
200         Use `tramp-compat-process-put'.
202         * net/tramp-compat.el (tramp-compat-process-get)
203         (tramp-compat-process-put): New defuns.
205         * net/trampver.el: Update release number.
207 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
209         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
210         into declaration.  Remove redundant and harmful binding.
212 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
214         Backport revno:103463 from trunk.
215         * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
217         Backport revno:103622 from trunk.
218         * help-fns.el (describe-variable): Don't complete keywords.
219         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
221 2011-03-11  Eli Zaretskii  <eliz@gnu.org>
223         * files.el (file-ownership-preserved-p): Pass `integer' as an
224         explicit 2nd argument to `file-attributes'.  If the file's owner
225         is the Administrators group on Windows, and the current user is
226         Administrator, consider that a match.
228         * server.el (server-ensure-safe-dir): Consider server directory
229         safe on MS-Windows if its owner is the Administrators group while
230         the current Emacs user is Administrator.  Use `=' to compare
231         numerical UIDs, since they could be integers or floats.
233 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
235         * Version 23.3 released.
237 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
239         * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
240         change; patch supplied by Alan Mackenzie was applied incorrectly.
242 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
244         * international/mule-cmds.el (set-default-coding-systems): Use the
245         -unix variant of encoding in default-keyboard-coding-system.
246         (Bug#8122)
248 2011-02-23  Kenichi Handa  <handa@m17n.org>
250         * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
251         error when a multipart boundary in the nested multipart is found.
253 2011-02-22  Kenichi Handa  <handa@m17n.org>
255         * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
256         header components.
258 2011-02-19  Kenichi Handa  <handa@m17n.org>
260         * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
261         get the header copy into the temporary buffer.
262         (rmail-mime-insert-decoded-text): Ignore us-ascii.
263         (rmail-show-mime): When rmail-mime-coding-system is nil, set
264         buffer-file-coding-system to undecided.
266 2011-02-18  Eli Zaretskii  <eliz@gnu.org>
268         * image-mode.el (image-toggle-display-image):
269         Disable require-final-newline in buffers visiting binary image files.
270         (Bug#8047)
272         * international/mule-cmds.el (read-char-by-name, ucs-insert):
273         Document completion with asterisk and a substring.
275 2011-02-18  Glenn Morris  <rgm@gnu.org>
277         * files.el (find-file-literally): Doc fix.
279 2011-02-17  Glenn Morris  <rgm@gnu.org>
281         * simple.el (rfc822-goto-eoh): Give it a doc-string.
283         * log-edit.el (log-edit-insert-changelog):
284         Fix `log-edit-strip-single-file-name' functionality.  (Bug#8057)
286 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
288         * pgg-gpg.el (pgg-gpg-process-region):
289         Bind delete-by-moving-to-trash to nil.
291         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
292         (pgg-pgp-snarf-keys-region):
293         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
294         (pgg-pgp5-snarf-keys-region): Likewise.
296 2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
298         * files.el (copy-directory): Revert to pre-2011-01-29 version.
300 2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
302         * epg.el (epg-delete-output-file, epg-decrypt-string)
303         (epg-verify-string, epg-sign-string, epg-encrypt-string):
304         Bind delete-by-moving-to-trash to nil.
306         * epa-file.el (epa-file-insert-file-contents): Likewise.
308 2011-02-10  Glenn Morris  <rgm@gnu.org>
310         * emacs-lisp/cl-seq.el (union, nunion, intersection)
311         (nintersection, set-difference, nset-difference)
312         (set-exclusive-or, nset-exclusive-or): Doc fix.
314         * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
316 2011-02-08  Glenn Morris  <rgm@gnu.org>
318         * faces.el (face-attr-match-p): Handle the obsolete :bold and
319         :italic props, so that frame-set-background-mode works.  (Bug#7966)
321 2011-02-07  Glenn Morris  <rgm@gnu.org>
323         * simple.el (next-error): Doc fix.
325 2011-02-06  Chong Yidong  <cyd@stupidchicken.com>
326             Thierry Volpiatto <thierry.volpiatto@gmail.com>
328         * files.el (copy-directory): New arg COPY-AS-SUBDIR.  If nil,
329         don't copy as a subdirectory.
331 2011-02-05  Glenn Morris  <rgm@gnu.org>
333         * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
335 2011-02-04  Glenn Morris  <rgm@gnu.org>
337         * calendar/diary-lib.el (diary-font-lock-keywords):
338         Tweak diary-time-regexp match.  (Bug#7891)
340         * progmodes/f90.el (f90-find-tag-default): New function.  (Bug#7919)
341         (f90-mode): Use it for mode's `find-tag-default-function' property.
343 2011-02-03  Glenn Morris  <rgm@gnu.org>
345         * ibuf-ext.el (ibuffer-filter-disable): Make it work.  (Bug#7969)
347         * faces.el (set-face-attribute): Doc fix.  (Bug#2659)
349 2011-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
352         (bug#7959) and (bug#5935).
354 2011-01-31  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
356         * net/rcirc.el: Clean log filenames (Bug#7933).
357         (rcirc-log-write): Use convert-standard-filename.
358         (rcirc-log-filename-function): Documentation updates.
360 2011-01-31  Alan Mackenzie  <acm@muc.de>
362         * progmodes/cc-cmds.el (c-forward-over-illiterals):
363         Continue parsing if we encounter a naked # (Bug#7595).
364         (c-beginning-of-statement): Avoid loop in locating the beginning
365         of a macro.
367 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
369         * files.el (copy-directory): Fix arguments to recursive call.
371 2011-01-29  Daiki Ueno  <ueno@unixuser.org>
373         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
374         Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
375         (Bug#7931).
377 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
379         * files.el (copy-directory): If destination is an existing
380         directory, copy into a subdirectory there.
382 2011-01-29  Andreas Schwab  <schwab@linux-m68k.org>
384         * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
385         files.
387 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
389         * image-dired.el (image-dired-mouse-display-image): No-op if no
390         file is found (Bug#7817).
392         * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
394 2011-01-28  Kenichi Handa  <handa@m17n.org>
396         * international/quail.el (quail-keyboard-layout-alist):
397         Remove superfluous SPC for "pc105-uk" (bug#7927).
399 2011-01-27  Glenn Morris  <rgm@gnu.org>
401         * msb.el (msb-menu-bar-update-buffers): Update for changed
402         argument handling of menu-bar-select-frame.  (Bug#7902)
404 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
406         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
407         to the recursion depth (Bug#7722).
409 2011-01-26  Roy Liu  <carsomyr@gmail.com>  (tiny change)
411         * term/ns-win.el (ns-find-file): Expand ns-input-file with
412         command-line-default-directory (Bug#7872).
414 2011-01-25  Glenn Morris  <rgm@gnu.org>
416         * comint.el (comint-mode): Doc fix.  (Bug#7897)
418 2011-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
420         * files.el (file-name-non-special): Only change buffer-file-name after
421         insert-file-contents if it's `visit'ing the file (bug#7854).
423 2011-01-23  Chong Yidong  <cyd@stupidchicken.com>
425         * dired.el (dired-revert): Doc fix (Bug#7758).
427 2011-01-23  Nobuyoshi Nakada  <nobu@ruby-lang.org>
429         * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
430         here-doc which ends with an underscore.
431         (ruby-mode-set-encoding): Skip shebang line always.
432         (ruby-mode-map): Bind C-c C-c to comment-region.
433         (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
434         (ruby-forward-sexp): Stop after literal hash key labels.
435         (ruby-font-lock-syntactic-keywords): Highlight regexp after open
436         bracket.
438 2011-01-22  Keitaro Miyazaki  <keitaro.miyazaki@gmail.com>  (tiny change)
440         * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
441         the correct buffer (Bug#7650).
443 2011-01-22  Glenn Morris  <rgm@gnu.org>
445         * simple.el (do-auto-fill): Give it a doc string.
447         * button.el (make-text-button): Doc fix.  (See bug#7881)
449 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
451         * simple.el (line-move-visual): Doc fix (Bug#7594).
453         * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
454         "Case sensitive" menu item.
456 2011-01-21  Roland McGrath  <roland@frob.com>
458         * comint.el (comint-replace-by-expanded-history-before-point): Fix
459         expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
461 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
463         * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
465 2011-01-21  Jari Aalto  <jari.aalto@cante.net>
467         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
468         Assume foo(bar) is a manpage reference rather than some unquoted
469         symbol (bug#7705).
471 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
473         * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
474         Suggested by Flo <sensorflo@gmail.com>.
476 2011-01-21  Glenn Morris  <rgm@gnu.org>
478         * progmodes/compile.el (compilation-error-regexp-alist):
479         Fix custom type.  (Bug#7812)
481 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
483         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
484         keymap expression.  Improve docstring.
486 2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
488         * files.el (backup-buffer): Make last-resort backup file in
489         .emacs.d (Bug#6953).
491         * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
492         make it with permission 700.
494 2011-01-14  Kenichi Handa  <handa@m17n.org>
496         * mail/rmailmm.el (rmail-mime-insert-header):
497         Set rmail-mime-coding-system to a cons whose car is the last coding
498         system used to decode the header.
499         (rmail-mime-find-header-encoding): New function.
500         (rmail-mime-insert-decoded-text):
501         Override rmail-mime-coding-system if it is a cons.
502         (rmail-show-mime): If only a header part was decoded, find the
503         coding system while ignoring mm-charset-override-alist.
505 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
507         * subr.el (event-start, event-end): Doc fix (Bug#7826).
509 2011-01-12  Kenichi Handa  <handa@m17n.org>
511         * mail/rmailmm.el (rmail-mime-next-item)
512         (rmail-mime-previous-item): Delete them.
513         (rmail-mime-shown-mode): Recursively call for children.
514         (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
515         Callers changed.
516         (rmail-mime-raw-mode): Recursively call for children.
517         (rmail-mode-map): Change mapping of tab and backtab to
518         forward-button and backward-button respectively.
519         (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
520         button.
521         (rmail-mime-update-tagline): New function.
522         (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
523         body display is changed.
524         (rmail-mime-toggle-button): Rename from rmail-mime-image.
525         (rmail-mime-image): Delete this button type.
526         (rmail-mime-toggle): New button type.
527         (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
528         body display is changed.  Change the save button label to "Save".
529         Don't process show/hide button here.
530         (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
531         the body display is changed.  Unconditionally call
532         rmail-mime-insert for children.
533         (rmail-mime-handle): Update `display' vector of the just inserted
534         entity.
535         (rmail-mime-process): If mail-header-parse-content-type returns
536         nil, use "text/plain" as the fallback type.
537         (rmail-mime-insert): For raw-mode, recursively call
538         rmail-mim-insert for children.
539         (rmail-mime): Handle the case that the current buffer is not rmail
540         buffer (e.g. in summary buffer).
542 2011-01-05  Kenichi Handa  <handa@m17n.org>
544         * mail/rmailmm.el (rmail-mime-next-item)
545         (rmail-mime-previous-item): Skip the body of a non-multipart
546         entity if a tagline is shown.
548 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
551         (tmm-prompt): Simplify.
552         (tmm-add-prompt): Remove unused var `win'.
554         * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
555         to minor mode which used nil accidentally to mean "turn off".
557 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
559         * net/tramp.el (tramp-find-inline-compress)
560         (tramp-get-inline-coding): Quote command after pipe symbol for
561         local calls under W32.  (Bug#6784)
563 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
565         * net/tramp.el (tramp-default-method): Initialize with pscp/plink
566         only when running under W32.
568 2011-01-09  Eli Zaretskii  <eliz@gnu.org>
570         * progmodes/grep.el (grep-compute-defaults): Quote the program
571         file name after the pipe symbol in Grep templates.  (Bug#6784)
572         * jka-compr.el (jka-compr-partial-uncompress): Likewise.
574 2011-01-08  Lennart Borgman  <lennart.borgman@gmail.com>
576         * buff-menu.el (Buffer-menu-buffer-list): New var.
577         (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
578         restricted buffer list is not lost on revert (Bug#7749).
580 2011-01-08  Eric Hanchrow  <eric.hanchrow@gmail.com>
582         * net/ldap.el (ldap-search-internal): Discard stderr output.
584 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
586         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
588 2011-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
590         * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
591         Author names can have spaces (bug#7792).
593 2011-01-04  Kenichi Handa  <handa@m17n.org>
595         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
596         part as a plain text.
597         (rmail-mime-process-multipart): Set the default content-type to
598         nil for unknown multipart subtypes (bug#7651).
600 2011-01-03  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
602         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
603         table, get the value before switching to the output buffer.  (Bug#7733)
605 2011-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
607         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
609 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
611         * files.el (file-local-variables-alist):
612         Make permanent-local (bug#7767).
614 2011-01-02  Glenn Morris  <rgm@gnu.org>
616         * version.el (emacs-copyright): Set short copyright year to 2011.
618 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
620         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
621         an existing temp buffer.  (Bug#7746)
623 2011-01-02  Glenn Morris  <rgm@gnu.org>
625         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
626         multiple addresses.  (Bug#7760)
628 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
630         * net/tramp.el (tramp-methods): Add recursive options to "scpc",
631         "scpx", "pscp" and "psftp".
633 2010-12-31  Eli Zaretskii  <eliz@gnu.org>
635         * term/w32-win.el (image-library-alist): Set up correctly for
636         libpng versions both before and after 1.4.0.  (Bug#7716)
638 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
640         * time.el (display-time-mode): Mention display-time-interval in
641         the doc string.  (Bug#7713)
643         * simple.el (select-active-regions): Doc fix.  (Bug#7702)
645 2010-12-24  Kenichi Handa  <handa@m17n.org>
647         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
648         condition-case and return an error message string if something
649         goes wrong.
650         (rmail-show-mime): Adjust for the above change.  Insert the
651         header by rmail-mime-insert-header.
653 2010-12-24  Kenichi Handa  <handa@m17n.org>
655         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
656         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
657         (rmail-mime-mbox-buffer)
658         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
659         (rmail-mime-entity): Argument changed.  All codes handling an
660         entity object are changed.
661         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
662         the above change.
663         (rmail-mime-entity-children, rmail-mime-entity-handler)
664         (rmail-mime-entity-tagline): New functions.
665         (rmail-mime-message-p): New function.
666         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
667         (rmail-mime-entity-segment, rmail-mime-next-item)
668         (rmail-mime-previous-item, rmail-mime-shown-mode)
669         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
670         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
671         (rmail-mime-insert-tagline, rmail-mime-insert-header):
672         New functions.
673         (rmail-mime-text-handler): Call rmail-mime-insert-text.
674         (rmail-mime-insert-decoded-text): New function.
675         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
676         (rmail-mime-insert-image): Argument changed.  Caller changed.
677         (rmail-mime-image): Call rmail-mime-toggle-hidden.
678         (rmail-mime-set-bulk-data): New function.
679         (rmail-mime-insert-bulk): Argument changed.
680         (rmail-mime-multipart-handler): Return t.
681         (rmail-mime-process-multipart): Argument changed.
682         Handle "multipart/alternative" here.
683         (rmail-mime-process): Argument changed.
684         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
685         (rmail-mime-insert): Argument changed.  Handle raw display mode.
686         (rmail-mime): Argument changed.  Handle toggling of raw display
687         mode.
688         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
689         rmail-mime-view-buffer.
690         (rmail-insert-mime-forwarded-message): Likewise.
691         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
693         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
694         non-nil, handle the header in rmail-show-mime-function.
696 2010-12-20  Leo  <sdl.web@gmail.com>
698         * help-fns.el (describe-variable): Fix 2010-12-17 change.
700 2010-12-20  Juri Linkov  <juri@jurta.org>
702         * isearch.el (isearch-lazy-highlight-error): New variable.
703         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
704         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
705         to the current value of `isearch-error' (Bug#7468).
707 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
709         * help-fns.el (describe-variable): Don't emit trailing whitespace
710         (Bug#7511).
712 2010-12-17  Leo  <sdl.web@gmail.com>
714         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
715         if point is not behind eshell-last-output-end (Bug#7585).
717 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
719         * textmodes/rst.el (rst-compile-pdf-preview)
720         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
722 2010-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
724         * emulation/edt-mapper.el: Override mapping of function keys so
725         that the later call to read-key-sequence works.
727 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
729         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
730         Unix EOLs.  (Bug#7589)
732 2010-12-12  Eli Zaretskii  <eliz@gnu.org>
734         * subr.el (posn-col-row): Evaluate header-line-format in the
735         context of the POSITION window's buffer.
737 2010-12-11  Glenn Morris  <rgm@gnu.org>
739         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
740         (with-silent-modifications): Doc fixes.
742 2010-12-10  Michael Albinus  <michael.albinus@gmx.de>
744         * net/tramp.el (tramp-action-password, tramp-process-actions):
745         Revert patch from 2010-12-08.  Use `save-restriction'.
747 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
749         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
750         New functions.
751         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
752         them instead of `nil' and `>', respectively.  (Bug#1077)
754 2010-12-09  Stephen Berman  <stephen.berman@gmx.net>
756         * calendar/diary-lib.el (diary-list-sexp-entries):
757         Handle case of no newline at end of file.  (Bug#7536)
759 2010-12-09  Glenn Morris  <rgm@gnu.org>
761         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
763 2010-12-08  Michael Albinus  <michael.albinus@gmx.de>
765         * net/tramp.el (tramp-handle-start-file-process):
766         Protect buffer-modified value.  (Bug#7557)
767         (tramp-action-password): Delete region, do not narrow.
768         (tramp-process-actions): Do not widen.
770 2010-12-08   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
772         * log-edit.el (log-edit-changelog-entries):
773         Regexp quote filename.  (Bug#7505)
775 2010-12-08  Tom Breton  <tehom@panix.com>
777         * cus-edit.el (custom-save-all):
778         Bind print-length and print-level to nil.  (Bug#7581)
780 2010-12-08  Glenn Morris  <rgm@gnu.org>
782         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
783         Run hooks to update menu contents.  (Bug#7586)
785         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
786         file names, for the sake of MS Windows.  (Bug#7588)
788 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
790         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
791         empty lines without a leading space.
793 2010-12-06  Leo  <sdl.web@gmail.com>
795         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
796         while mapping over marks (Bug#6810).
798 2010-12-06  Chong Yidong  <cyd@stupidchicken.com>
800         * image-dired.el (image-dired-db-file)
801         (image-dired-temp-image-file, image-dired-gallery-dir)
802         (image-dired-temp-rotate-image-file): Set default values relative
803         to image-dired-dir (Bug#7518).
805 2010-12-06  Lawrence Mitchell  <wence@gmx.li>
807         * format.el (format-decode-run-method): Pass args FROM and TO, not
808         point-min and point-max, to shell-command-on-region (Bug#7488).
810 2010-12-06  Jan Djärv  <jan.h.d@swipnet.se>
812         * frame.el (blink-cursor-mode): Make default t for ns.
814 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
816         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
818 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
820         * comint.el (comint-dynamic-list-input-ring)
821         (comint-dynamic-complete-filename)
822         (comint-replace-by-expanded-filename)
823         (comint-dynamic-simple-complete)
824         (comint-dynamic-list-filename-completions)
825         (comint-dynamic-list-completions): Doc fix (Bug#7499).
827         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
828         Doc fix (Bug#7471).
830 2010-12-04  Martin Rudalics  <rudalics@gmx.at>
832         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
833         (Bug#7533).
835 2010-12-04  W. Martin Borgert <debacle@debian.org>  (tiny change)
837         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
838         (Bug#7491).
840 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
842         * simple.el (transient-mark-mode): Doc fix (Bug#7465).
844 2010-12-04  Eli Zaretskii  <eliz@gnu.org>
846         * files.el (file-relative-name): Handle UNC file names on
847         DOS/Windows.  (Bug#4674)
849 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
851         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
852         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
853         (epg-context-set-passphrase-callback): Mention that the callback
854         is not called when used with GnuPG 2.x.
856 2010-12-02  Glenn Morris  <rgm@gnu.org>
858         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
859         Ensure ps-footer-font-size-internal is initialized.
860         Call ps-get-page-dimensions before trying to use ps-font-for-text.
862 2010-12-01  Kenichi Handa  <handa@m17n.org>
864         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
865         within condition-case.
866         (rmail-show-mime): Don't use condition-case.
867         (rmail-search-mime-message): New function.
868         (rmail-search-mime-message-function): Set to
869         rmail-search-mime-message.
871 2010-12-01  Leo  <sdl.web@gmail.com>
873         * ido.el (ido-common-initialization): New function.  (bug#3274)
874         (ido-mode): Use it.
875         (ido-completing-read): Call it.
877 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
879         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
880         stand-alone lines, since that is handled by log-edit-match-to-eoh
881         (Bug#6465).
883 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
885         * dired.el (dired-get-filename): Replace backslashes with slashes
886         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
887         * locate.el (locate-default-make-command-line): Don't consider
888         drive letter and root directory part of
889         `directory-listing-before-filename-regexp'.  (Bug#7308)
890         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
892 2010-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
894         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
895         of :smie-open/close-alist.
896         (smie-next-sexp): Make it accept a "start token" as argument.
897         (smie-indent-keyword): Be careful not to misidentify tokens that span
898         more than one line, as empty lines.  Add argument `token'.
900 2010-11-26  Kenichi Handa  <handa@m17n.org>
902         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
903         multipart subtypes, insert all as usual.
905         * mail/rmail.el: Require rfc2047.
907 2010-11-26  Kenichi Handa  <handa@m17n.org>
909         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
910         (rmail-mime-entity-disposition)
911         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
912         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
913         (rmail-mime-save): Handle the case that the button's `data' is a
914         MIME entity.
915         (rmail-mime-insert-text): New function.
916         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
917         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
918         (rmail-mime-insert-bulk): New function mostly copied from the old
919         rmail-mime-bulk-handler.
920         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
921         (rmail-mime-process-multipart): New function mostly copied from
922         the old rmail-mime-multipart-handler.
923         (rmail-mime-show): Just call rmail-mime-process.
924         (rmail-mime-process): New function mostly copied from the old
925         rmail-mime-show.
926         (rmail-mime-insert-multipart, rmail-mime-parse)
927         (rmail-mime-insert, rmail-show-mime)
928         (rmail-insert-mime-forwarded-message)
929         (rmail-insert-mime-resent-message): New functions.
930         (rmail-insert-mime-forwarded-message-function): Set to
931         rmail-insert-mime-forwarded-message.
932         (rmail-insert-mime-resent-message-function): Set to
933         rmail-insert-mime-resent-message.
935         * mail/rmailsum.el: Require rfc2047.
936         (rmail-header-summary): Handle multiline Subject: field.
937         (rmail-summary-line-decoder): Change the default to
938         rfc2047-decode-string.
940         * mail/rmail.el (rmail-enable-mime): Change the default to t.
941         (rmail-mime-feature): Change the default to `rmailmm'.
942         (rmail-quit): Delete the specifal code for rmail-enable-mime.
943         (rmail-display-labels): Likewise.
944         (rmail-show-message-1): Check rmail-enable-mime, and use
945         rmail-show-mime-function for a MIME message.  Decode the headers
946         according to RFC2047.
948 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * progmodes/which-func.el (which-func-imenu-joiner-function):
951         Return a string, as expected.
952         (which-function-mode): Make sure we stop any previous timer before
953         starting a new one.
955 2010-11-23  Michael Albinus  <michael.albinus@gmx.de>
957         * net/tramp.el (tramp-default-method-alist)
958         (tramp-default-user-alist, tramp-default-proxies-alist):
959         Adapt custom options type.  (Bug#7445)
961 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
963         * progmodes/python.el: Add Ipython support (Bug#5390).
964         (python-shell-prompt-alist)
965         (python-shell-continuation-prompt-alist): New options.
966         (python--set-prompt-regexp): New function.
967         (inferior-python-mode, run-python, python-shell):
968         Require ansi-color.  Use python--set-prompt-regexp to set the comint
969         prompt based on the Python interpreter.
970         (python--prompt-regexp): New var.
971         (python-check-comint-prompt)
972         (python-comint-output-filter-function): Use it.
973         (run-python): Use a pipe (Bug#5694).
975 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
977         * progmodes/python.el (run-python): Doc fix.
978         (python-keep-current-directory-in-path): New var (Bug#7454).
980 2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
982         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
983         Prompt user before actually printing.
985 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
987         * simple.el (kill-new, kill-append, kill-region):
988         * comint.el (comint-kill-region): Make the yank-handler argument
989         obsolete.
991 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
993         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
994         that are both openers (resp. closers) and something else.
995         (smie-grammar): Loosen definition of valid values.
996         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
997         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
998         (smie-indent-after-keyword): Adjust users.
999         (smie-indent-keyword): Don't indent empty lines.
1001         * vc-hg.el (vc-hg-program): New var.
1002         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1003         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1005 2010-11-17  Glenn Morris  <rgm@gnu.org>
1007         * emacs-lisp/autoload.el (autoload-find-destination): The function
1008         coding-system-eol-type may return non-numeric values.  (Bug#7414)
1010 2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
1012         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1014 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1016         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
1018 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
1020         * textmodes/picture.el (picture-mouse-set-point): Don't use
1021         posn-col-row; explicitly compute the motion based on the posn at
1022         the window-start (Bug#7390).
1024 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
1026         * net/tramp.el (tramp-remote-coding-commands): Add an alternative
1027         using "base64 -d -i".  This is needed for older base64 versions
1028         from GNU coreutils.  Reported by Klaus Reichl
1029         <Klaus.Reichl@thalesgroup.com>.
1031 2010-11-13  Glenn Morris  <rgm@gnu.org>
1033         * novice.el (disabled-command-function):
1034         Fix 2009-11-15 change.  (Bug#7384)
1036 2010-11-12  Glenn Morris  <rgm@gnu.org>
1038         * calendar/calendar.el (diary-iso-date-forms): Make elements
1039         mutually exclusive.  (Bug#7377)
1041 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1043         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1044         when filling the remaining "unconstrained" values.
1046 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1048         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1049         safety predicate.
1051         * files.el (safe-local-variable-p): Gracefully handle errors.
1053         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1054         Use smie-indent-virtual when indenting relative to an opener.
1055         (smie-rule-separator): Use smie-rule-parent.
1056         (smie-indent-keyword): Consult rules, even for openers at bol.
1057         (smie-indent-comment-close): Try to align closer's content.
1059 2010-11-11  Glenn Morris  <rgm@gnu.org>
1061         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1063 2010-11-10  Glenn Morris  <rgm@gnu.org>
1065         * printing.el (pr-menu-bind): Doc fix.
1067         * speedbar.el (speedbar-toggle-images): Doc fix.
1069         * progmodes/python.el (python-shell): Doc fix.
1071         * wid-edit.el (widget-field-use-before-change)
1072         (widget-use-overlay-change): Doc fixes.
1074 2010-11-09  Glenn Morris  <rgm@gnu.org>
1076         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1078 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1080         * minibuffer.el (minibuffer-completion-help): Specify the end of the
1081         completion field (bug#7211).
1083         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1084         Fix handling of backslash escapes.
1085         (python-quote-syntax): Adjust accordingly.
1087 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
1089         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1090         (vc-mtn-workfile-branch): Adjust to new output format.
1092 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1094         * international/mule-cmds.el (princ-list): Mark as obsolete.
1096 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1098         * emacs-lisp/smie.el: New package.
1100 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
1102         * files.el (backup-by-copying-when-mismatch):
1103         Set `permanent-local' property.
1105         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1106         `permanent-local' property for `backup-by-copying-when-mismatch'.
1108 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
1110         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
1111         (ls-lisp-classify-file): New function.
1112         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1113         (ls-lisp-classify): Call ls-lisp-classify-file.
1114         (insert-directory): Remove blanks from switches.
1116 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
1118         * progmodes/verilog-mode.el (verilog-insert-one-definition)
1119         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
1120         AUTOINOUT for SV style multidimensional arrays, bug294.
1121         Reported by Eric Mastromarchi.
1122         (verilog-preprocess): Use with-current-buffer and
1123         font-lock-fontify-buffer to cleanup style issues.
1125 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
1127         * net/trampver.el: Update release number.
1129 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1131         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1132         beginning of the string.  Use `string-match-p'.  (Bug#6765)
1134 2010-11-01  Glenn Morris  <rgm@gnu.org>
1136         * locate.el (locate, locate-mode): Doc fixes.
1138 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
1140         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1141         user for confirmation.
1142         (server-force-stop): Use it.
1143         (server-start): Use server-force-stop for kill-emacs-hook, to
1144         avoid user interaction while killing Emacs.
1146 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1148         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1149         (log-edit-author): New dynamic var.
1150         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
1151         Use it to return the author if different from committer.
1152         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1154 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
1156         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1158 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
1160         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
1161         (vc-root-diff, vc-print-root-log, vc-log-incoming)
1162         (vc-log-outgoing): Use it.
1163         (vc-diff-internal): Set diff-vc-backend.
1165         * vc/diff-mode.el (diff-vc-backend): New var.
1167 2010-10-31  Juri Linkov  <juri@jurta.org>
1169         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1170         buffer-locally to lambda that re-runs the vc diff command.
1171         (Bug#6447)
1173 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1175         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1177         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
1178         log-outgoing commands.
1179         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1180         to create a buffer local revert-buffer-function variable.
1181         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1182         revert-buffer-function lambda.
1184         Improve VC create/retrieve tag/branch.
1185         * vc.el (vc-create-tag): Do not read the directory name for VCs
1186         with repository revision granularity.  Adjust the tag/branch
1187         prompt.  Reset VC properties.
1188         (vc-retrieve-tag): Do not read the directory name for VCs
1189         with repository revision granularity.  Reset VC properties.
1191         Add optional support for resetting VC properties.
1192         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1193         call vc-file-clearprops when true.
1194         (vc-resynch-buffer): Add new optional argument, pass it down.
1195         (vc-resynch-buffers-in-directory): Likewise.
1197         Improve support for special markup in the VC commit message.
1198         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
1199         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1200         * vc-git.el (vc-git-checkin):
1201         * vc-bzr.el (vc-bzr-checkin): Likewise.
1203         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1204         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1205         incoming/outgoing logs.
1206         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
1208         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1209         short log.
1210         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
1211         command
1213         Add bindings for vc-log-incoming and vc-log-outgoing.
1214         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1215         and vc-log-outgoing.
1216         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1217         and vc-log-outgoing.
1219         Improve state updating for VC tag commands.
1220         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1221         to update the state of all buffers in the directory.
1223 2010-05-19  Glenn Morris  <rgm@gnu.org>
1225         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1227 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1229         * vc.el (vc-checkin, vc-modify-change-comment):
1230         Adjust to new vc-start/finish-logentry.
1231         (vc-find-conflicted-file): New command.
1232         (vc-transfer-file): Adjust to new vc-checkin.
1233         (vc-next-action): Improve scoping.
1235         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
1236         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1238         * vc-dispatcher.el (vc-log-edit): Shorten names for
1239         log-edit-show-files.
1241         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
1242         (vc-bzr-conflicted-files): New function.
1244         * log-edit.el (log-edit-summary, log-edit-header)
1245         (log-edit-unknown-header): New faces.
1246         (log-edit-headers-alist): New var.
1247         (log-edit-header-contents-regexp): New const.
1248         (log-edit-match-to-eoh): New function.
1249         (log-edit-font-lock-keywords): Use them.
1250         (log-edit): Insert a "Summary:" header as default.
1251         (log-edit-mode): Mark font-lock rules as case-insensitive.
1252         (log-edit-done): Cleanup headers.
1253         (log-edit-extract-headers): New function to replace it.
1255         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
1256         the windows/frames.
1258         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
1260         * vc-dir.el (vc-dir-kill-line): New command.
1261         (vc-dir-mode-map): Bind it to C-k.
1262         (vc-dir-headers): Abbreviate the working dir.
1264         * vc-git.el (vc-git-revision-table): Include remote branches.
1266 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1268         New VC methods: vc-log-incoming and vc-log-outgoing.
1269         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
1270         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
1271         New functions.
1272         (vc-print-log-internal): Just call vc-log-internal-common.
1273         (vc-log-view-type): New permanent local variable.
1275         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1277         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1278         of the dynamic bound vc-short-log.
1279         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1281         * vc-git.el (vc-git-log-outgoing): New function.
1282         (vc-git-log-view-mode): Use vc-log-view-type instead
1283         of the dynamic bound vc-short-log.
1285         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1286         the dynamic bound vc-short-log.  Highlight the tag.
1287         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1288         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1289         (vc-hg-incoming-mode): Remove.
1290         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1292         Fix default-directory for vc-root-diff.
1293         * vc.el (vc-root-diff): Bind default-directory to the root
1294         directory for the diff command.
1296 2010-10-31  Sam Steingold  <sds@gnu.org>
1298         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1299         `vc-hg-command' with a list of flags.
1301 2010-10-31  Glenn Morris  <rgm@gnu.org>
1303         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1304         log-edit-before-checkin-process.
1306         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1308         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1310         * vc-dispatcher.el (vc-start-logentry): Doc fix.
1311         (log-view-process-buffer, log-edit-extra-flags): Declare.
1313 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1315         Add special markup processing for commit logs.
1316         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
1317         when non-nil instead of the log-view-mode.
1319         * vc.el (vc-default-log-edit-mode): New function.
1321         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1322         log-edit.
1324         Support for shelving snapshots and for showing shelves.
1325         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1326         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1327         New functions.
1328         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1329         (vc-bzr-extra-menu-map): Map them.
1331 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
1333         * net/tramp.el (tramp-handle-insert-file-contents): For root,
1334         preserve owner and group when editing files.  (Bug#7289)
1336 2010-10-29  Glenn Morris  <rgm@gnu.org>
1338         * speedbar.el (speedbar-mode):
1339         * play/fortune.el (fortune-in-buffer, fortune):
1340         * play/gomoku.el (gomoku-mode):
1341         * play/landmark.el (lm-mode):
1342         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1343         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
1345 2010-10-28  Glenn Morris  <rgm@gnu.org>
1347         * select.el (x-selection): Mark it as an obsolete alias.
1349 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1351         * add-log.el (find-change-log): Use derived-mode-p rather than
1352         major-mode (bug#7284).
1354 2010-10-27  Glenn Morris  <rgm@gnu.org>
1356         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1357         rather than just an unused variable that inherits from the real one.
1359 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
1361         * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
1362         auto-built for efficiency of execution and updating.
1363         (verilog-extended-complete-re): Support 'pure' fucntion & task
1364         declarations (these have no bodies).
1365         (verilog-beg-of-statement): General cleanup to enable support of
1366         'pure' fucntion & task declarations (these have no bodies).
1367         These efforts together fix Verilog bug210 from veripool; which was also
1368         noticed by Steve Pearlmutter.
1369         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1370         (verilog-directive-nest-re, verilog-set-auto-endcomments):
1371         Support `elsif.  Reported by Shankar Giri.
1372         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1373         attribute handling for lining up declarations and assignments.
1374         (verilog-beg-of-statement-1): Fix issue where continued declaration
1375         is indented differently if it is after a begin..end clock.
1376         (verilog-in-attribute-p, verilog-skip-backward-comments)
1377         (verilog-skip-forward-comment-p): Support proper treatment of
1378         attributes by indent code.  Reported by Jeff Steele.
1379         (verilog-in-directive-p): Fix comment to correctly describe function.
1380         (verilog-backward-up-list, verilog-in-struct-region-p)
1381         (verilog-backward-token, verilog-in-struct-p)
1382         (verilog-in-coverage-p, verilog-do-indent)
1383         (verilog-pretty-declarations): Use verilog-backward-up-list as
1384         wrapper around backward-up-list inorder to properly skip comments.
1385         Reported by David Rogoff.
1386         (verilog-property-re, verilog-endcomment-reason-re)
1387         (verilog-beg-of-statement, verilog-set-auto-endcomments)
1388         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1389         of if).  Reported by Max Bjurling and
1390         (verilog-calc-1): Fix for clocking block in modport
1391         declaration.  Reported by Brian Hunter.
1393 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
1395         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1396         (verilog-gate-keywords, verilog-read-sub-decls)
1397         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1398         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1399         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
1400         (verilog-read-decls): Fix spaces in V2K module parameters causing
1401         mis-identification as interfaces, bug287.
1402         (verilog-read-decls): Fix not treating "parameter string" as a
1403         parameter in AUTOINSTPARAM.
1404         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1405         treating `elsif similar to `endif inside AUTOSENSE.
1406         (verilog-do-indent): Implement correct automatic or static task or
1407         function end comment highlight.  Reported by Steve Pearlmutter.
1408         (verilog-font-lock-keywords-2): Fix highlighting of single
1409         character pins, bug264.  Reported by Michael Laajanen.
1410         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1411         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1412         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1413         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
1414         (verilog-pretty-expr): Fix interactive arguments, bug272.
1415         Reported by Mark Johnson.
1416         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1417         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1418         bug269.  Suggested by Gary Delp.
1419         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1420         (verilog-preprocessor, verilog-set-compile-command):
1421         Create verilog-preprocess and verilog-preprocessor to show
1422         preprocessed output.
1423         (verilog-get-beg-of-line, verilog-get-end-of-line)
1424         (verilog-modi-file-or-buffer, verilog-modi-name)
1425         (verilog-modi-point, verilog-within-string): Move defmacro's
1426         before first use to avoid warning.  Reported by Steve Pearlmutter.
1427         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1428         (verilog-colorize-region, verilog-highlight-buffer)
1429         (verilog-highlight-includes, verilog-highlight-modules)
1430         (verilog-highlight-region, verilog-mode): Rename colorize to
1431         highlight to match other packages.  Disable module highlighting,
1432         as received speed complaints, reenable for experimentation only
1433         using new verilog-highlight-modules.
1434         (verilog-read-decls): Fix regexp stack overflow in very large
1435         AUTO_TEMPLATEs, bug250.
1436         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1437         (verilog-scan): Create verilog-save-buffer-state to standardize
1438         making insignificant changes that shouldn't call hooks.
1439         (verilog-save-no-change-functions, verilog-save-scan-cache)
1440         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1441         Create verilog-save-no-change-functions to wrap verilog-scan
1442         preservation, and fix to work with nested preserved calls.
1443         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1444         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1445         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
1446         (verilog-submit-bug-report): Update variable list to be complete.
1447         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1448         breaking on-the-fly font-locking.
1449         (verilog-colorize-buffer, verilog-colorize-include-files)
1450         (verilog-colorize-include-files-buffer, verilog-colorize-region)
1451         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1452         (verilog-mode, verilog-read-inst-module-matcher): With point on a
1453         AUTOINST cell instance name, middle mouse button now finds-file on
1454         it.  Suggested by Brad Dobbie.
1455         (verilog-alw-get-temps, verilog-auto-reset)
1456         (verilog-auto-sense-sigs, verilog-read-always-signals)
1457         (verilog-read-always-signals-recurse): Fix loop indexes being
1458         AUTORESET.  AUTORESET now assumes any variables in the
1459         initialization section of a for() should be ignored.
1460         Reported by Dan Dever.
1461         (verilog-error-font-lock-keywords)
1462         (verilog-error-regexp-emacs-alist)
1463         (verilog-error-regexp-xemacs-alist): Fix error detection of
1464         Cadence HAL, reported by David Asher.  Repair drift between the
1465         three similar error variables.
1466         (verilog-modi-lookup, verilog-modi-lookup-cache)
1467         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1468         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1469         Fix slow verilog-auto expansion on very large files.
1470         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1471         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1472         "{1*2{...".  Broke in last revision.
1473         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1474         submodule connections with replications "{#{a},#{b}}".
1476 2010-10-23  Glenn Morris  <rgm@gnu.org>
1478         * comint.el (comint-password-prompt-regexp):
1479         Match "enter the password".  (Bug#7224)
1481 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
1483         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1484         Fix typo in docstring.
1486 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
1488         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1489         errors.
1491         * net/trampver.el: Update release number.
1493 2010-10-20  Kenichi Handa  <handa@m17n.org>
1495         * face-remap.el (text-scale-adjust): Call read-event with a proper
1496         prompt.
1498 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
1500         * net/tramp.el (tramp-do-file-attributes-with-stat)
1501         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1502         order to make stat results a float.  Patch by Andreas Schwab
1503         <schwab@linux-m68k.org>.
1505 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * repeat.el (repeat): Use read-key (bug#6256).
1509 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
1511         * emacs-lisp/unsafep.el: Don't mark functions that display
1512         messages as safe.  Suggested by Johan Bockgård.
1514 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1516         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1517         Turn comments into docstrings.
1519         * minibuffer.el (completion--replace): Move point where it belongs
1520         when there's a common suffix (bug#7215).
1522 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
1524         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1525         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
1526         <dale@codefu.org>.
1528 2010-10-15  Kenichi Handa  <handa@m17n.org>
1530         * international/characters.el: Add category '|' (word breakable)
1531         to fullwidth characters.
1533 2010-10-14  Kenichi Handa  <handa@m17n.org>
1535         * mail/rmail.el (rmail-show-message-1): Catch an error of
1536         base64-decode-region and just show an error message (bug#7165).
1538         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
1539         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1540         a font-spec (bug#7197).
1542 2010-10-13  Glenn Morris  <rgm@gnu.org>
1544         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1546 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
1548         * international/mule.el (define-coding-system):
1549         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1550         * composite.el (compose-region): Fix typo in docstring.
1552 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
1554         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1555         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1556         (mac-right-option-modifier): New alias for ns-right-option-modifier.
1558         * cus-start.el (all): ns-right-alternate-modifier is new.
1560 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
1562         * Makefile.in (ELCFILES): Update.
1564 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1566         * emacs-lisp/lisp.el (lisp-completion-at-point):
1567         Use emacs-lisp-mode-syntax-table for the whole function.
1569 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
1571         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1572         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1573         work when breakpoint number exceeds nine.
1575 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
1577         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1578         instead of font-lock-mode before adding keywords.
1579         Remove hi-lock-mode off code.  Remove inhibit hack.
1580         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1581         non-nil; removed hook inhibit hack.
1583 2010-10-09  Glenn Morris  <rgm@gnu.org>
1585         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1586         (load-path-shadows-find): ... to this.
1587         (list-load-path-shadows): Update for above change.
1589         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1591 2010-10-08  Glenn Morris  <rgm@gnu.org>
1593         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1595         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1596         (shadows-compare-text-p): Make it an obsolete alias for...
1597         (load-path-shadows-compare-text): ... new name.
1598         (find-emacs-lisp-shadows): Update for above name change.
1599         (load-path-shadows-same-file-or-nonexistent): New name for the old
1600         shadow-same-file-or-nonexistent.
1602 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1604         * minibuffer.el (completion--some, completion--do-completion)
1605         (minibuffer-complete-and-exit, minibuffer-completion-help)
1606         (completion-basic-try-completion)
1607         (completion-basic-all-completions)
1608         (completion-pcm--find-all-completions): Use lexical-let to
1609         avoid some false matches in variable completion (Bug#7056)
1611 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1613         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1615 2010-10-03  Leo  <sdl.web@gmail.com>
1617         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1618         return non-nil if the file exists (Bug#7090).
1620 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1622         * minibuffer.el (completion--replace):
1623         Better preserve markers (bug#7138).
1625 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
1627         * server.el (server-process-filter): Doc fix.
1629 2010-09-27  Drew Adams  <drew.adams@oracle.com>
1631         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1633 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1635         * Makefile.in (ELCFILES): Update.
1637         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1638         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1640 2010-09-27  Kenichi Handa  <handa@m17n.org>
1642         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1643         "ustar" format.
1645 2010-09-27  Kenichi Handa  <handa@m17n.org>
1647         * international/mule.el (define-coding-system): Docstring fixed.
1649         * international/mule-diag.el (describe-character-set): Use princ
1650         with proper print-length and print-level instead of insert.
1652 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
1654         * window.el (walk-windows): Doc fix (bug#7105).
1656 2010-09-23  Glenn Morris  <rgm@gnu.org>
1658         * isearch.el (isearch-lazy-highlight-cleanup)
1659         (isearch-lazy-highlight-initial-delay)
1660         (isearch-lazy-highlight-interval)
1661         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1662         * net/net-utils.el (ipconfig-program-options):
1663         Move aliases to options before the associated definitions.
1665 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1667         * newcomment.el (comment-normalize-vars): Better test validity of
1668         comment-end-skip.
1670 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1672         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1673         (float-e): New name for `e'.
1674         (degrees-to-radians, radians-to-degrees):
1675         * calendar/solar.el (solar-longitude):
1676         * calculator.el (calculator-registers, calculator-funcall):
1677         * textmodes/artist.el (artist-spray-random-points):
1678         * play/bubbles.el (bubbles--initialize-images): Use new names.
1680 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
1682         Update to CEDET 1.0's version of EIEIO.
1684         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1685         New function.
1686         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1687         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1688         (class-precedence-list): If class is nil, return nil.
1689         (eieio-generic-call): If class of first input arg is nil, don't
1690         look up static methods, and do check for primary methods.
1691         (initialize-instance): See if the default needs to be evaluated
1692         during the constructor.
1693         (eieio-perform-slot-validation-for-default): Don't do the check
1694         for values that will eventually be evaluated.
1695         (eieio-eval-default-p): New function.
1696         (eieio-default-eval-maybe): Use it.
1698 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1700         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1701         method-invocation-order.
1702         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1703         (eieio-class-precedence-dfs): Compute class precedence list using
1704         dfs algorithm.
1705         (eieio-class-precedence-bfs): Compute class precedence list using
1706         bfs algorithm.
1707         (eieio-class-precedence-c3): Compute class precedence list using
1708         c3 algorithm.
1709         (class-precedence-list): New function.
1710         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1711         (inconsistent-class-hierarchy): New error symbol.
1712         (call-next-method): Stow the replacement argument list for future
1713         call-next-method invocations.
1715 2010-09-15  Glenn Morris  <rgm@gnu.org>
1717         * calendar/appt.el (appt-check): If not displaying the diary,
1718         use (diary 1) to only get the entries we need.
1719         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1720         that it is in day order.  (Bug#7019)
1722         * calendar/appt.el (appt-check): Rather than showing the diary,
1723         just turn off invisible display, and only if needed.
1725         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1727 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1729         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1730         Add `when' argument.  Update callers.
1732         * subr.el (unintern): Declare the obarray arg mandatory.
1734 2010-09-14  Glenn Morris  <rgm@gnu.org>
1736         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1737         Doc fixes.
1739         * calendar/diary-lib.el (diary-included-files): New variable.
1740         (diary-list-entries): Maybe initialize diary-included-files.
1741         (diary-include-other-diary-files): Append to diary-included-files.
1742         * calendar/appt.el (appt-update-list): Also check the members of
1743         diary-included-files.  (Bug#6999)
1744         (appt-check): Doc fix.
1746 2010-09-12  David Reitter  <david.reitter@gmail.com>
1748         * simple.el (line-move-visual): Do not truncate goal column to
1749         integer size.  (Bug#7020)
1751 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * repeat.el (repeat): Allow repeating when the last event is a click.
1754         Suggested by Drew Adams (bug#6256).
1756 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
1758         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1759         Replace setting HGRCPATH to "" by some less invasive --config options.
1761 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1763         * font-lock.el (font-lock-beginning-of-syntax-function):
1764         Mark as obsolete.
1766 2010-09-10  Glenn Morris  <rgm@gnu.org>
1768         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1769         and tool-bar modes.  (Bug#6211)
1770         (menu-bar-mode): Move setting of standard-value after the
1771         minor-mode definition, otherwise it seems to have no effect.
1773 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
1775         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1776         Fix typo.  (Bug#6976)
1778 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1780         * whitespace.el: Allow cleaning up blanks without blank
1781         visualization (Bug#6651).  Adjust help window for
1782         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1783         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1784         (whitespace-style): Add new value 'face.  Adjust docstring.
1785         (whitespace-space, whitespace-hspace, whitespace-tab):
1786         Adjust foreground property face.
1787         (whitespace-line-column): Adjust docstring and type declaration.
1788         (whitespace-style-value-list, whitespace-toggle-option-alist)
1789         (whitespace-help-text): Adjust const initialization.
1790         (whitespace-toggle-options, global-whitespace-toggle-options):
1791         Adjust docstring.
1792         (whitespace-display-window, whitespace-interactive-char)
1793         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1794         (whitespace-help-scroll): New fun.
1796 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1798         * files.el (directory-abbrev-alist): Use \` as default regexp.
1800         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1801         chars like - or ] (bug#6984).
1802         (rx-any-condense-range): Explode 2-char ranges.
1804 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1806         * textmodes/bibtex.el:
1807         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1809 2010-09-02  Glenn Morris  <rgm@gnu.org>
1811         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1813 2010-08-31  Kenichi Handa  <handa@m17n.org>
1815         * international/mule-cmds.el (standard-display-european-internal):
1816         Setup standard-display-table for 8-bit characters by storing 8-bit
1817         characters in the element vector.
1819         * disp-table.el (standard-display-8bit):
1820         Setup standard-display-table for 8-bit characters by storing 8-bit
1821         characters in the element vector.
1822         (standard-display-european): Likewise.
1824 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1826         Sync with Tramp 2.1.19.
1828         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1829         (tramp-reporter-dump-variable, tramp-load-report-modules)
1830         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1831         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1833         * net/tramp-compat.el (top): Do not autoload
1834         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1835         only when `start-file-process' is not bound.
1836         (byte-compile-not-obsolete-vars): Define if not bound.
1837         (tramp-compat-funcall): New defmacro.
1838         (tramp-compat-line-beginning-position)
1839         (tramp-compat-line-end-position)
1840         (tramp-compat-temporary-file-directory)
1841         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1842         (tramp-compat-copy-file, tramp-compat-copy-directory)
1843         (tramp-compat-delete-file, tramp-compat-delete-directory)
1844         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1845         Use it.
1846         (tramp-advice-file-expand-wildcards): Do not use
1847         `tramp-handle-file-remote-p'.
1848         (tramp-compat-make-temp-file): Simplify fallback implementation.
1849         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1850         (tramp-compat-copy-tree): Remove function.
1851         (tramp-compat-delete-file): New defun.
1852         (tramp-compat-delete-directory): Provide implementation for older
1853         Emacsen.
1854         (tramp-compat-file-attributes): Handle only
1855         `wrong-number-of-arguments' error.
1857         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1858         Add PRESERVE_SELINUX_CONTEXT.
1859         (tramp-fish-handle-delete-file): Add TRASH arg.
1860         (tramp-fish-handle-directory-files-and-attributes):
1861         Do not use `tramp-fish-handle-file-attributes.
1862         (tramp-fish-handle-file-local-copy)
1863         (tramp-fish-handle-insert-file-contents)
1864         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1866         * net/tramp-gvfs.el (top): Require url-util.
1867         (tramp-gvfs-mount-point): Remove.
1868         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1869         and `set-file-selinux-context'.
1870         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1871         (tramp-gvfs-handle-file-selinux-context)
1872         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1873         (with-tramp-dbus-call-method): Format trace message.
1874         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1875         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1876         Implement backup call, when operation on local files fails.
1877         Use progress reporter.  Flush properties of changed files.
1878         (tramp-gvfs-handle-delete-file): Add TRASH arg.
1879         Use `tramp-compat-delete-file'.
1880         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1881         (tramp-gvfs-handle-make-directory): Make more traces.
1882         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1883         (tramp-gvfs-url-file-name): Hexify file name in url.
1884         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1885         into account for the resulting file name.
1886         (tramp-gvfs-handler-askquestion): Preserve current message, in
1887         order to let progress reporter continue afterwards.  (Bug#6257)
1888         Return dummy mountpoint, when the answer is "no".
1889         See `tramp-gvfs-maybe-open-connection'.
1890         (tramp-gvfs-handler-mounted-unmounted)
1891         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1892         attribute "default_location".  Set "prefix" property.
1893         Handle default-location.
1894         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1895         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1896         exists.  Raise an error, if not (due to a corresponding answer
1897         "no" in interactive questions, for example).
1898         Use `tramp-compat-funcall'.
1900         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1901         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1902         (tramp-imap-do-copy-or-rename-file)
1903         (tramp-imap-handle-insert-file-contents)
1904         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1905         (tramp-imap-handle-delete-file): Add TRASH arg.
1907         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1908         Add PRESERVE-SELINUX-CONTEXT.
1909         (tramp-smb-handle-copy-file)
1910         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1911         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1912         Use `with-progress-reporter'.
1913         (tramp-smb-handle-delete-file): Add TRASH arg.
1915         * net/tramp.el (tramp-methods): Move hostname to the end in all
1916         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1917         appropriate.
1918         (tramp-verbose): Describe verbose level 9.
1919         (tramp-completion-function-alist)
1920         (tramp-file-name-regexp, tramp-chunksize)
1921         (tramp-local-coding-commands, tramp-remote-coding-commands)
1922         (with-connection-property, tramp-completion-mode-p)
1923         (tramp-action-process-alive, tramp-action-out-of-band)
1924         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1925         (tramp-exists-file-name-handler): Fix docstring.
1926         (tramp-remote-process-environment): Use `format' instead of
1927         `concat'.  Protect version string by apostroph.
1928         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1929         XEmacs.
1930         (tramp-file-name-regexp-unified)
1931         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1932         not regard the volume letter as remote filename.  (Bug#5447)
1933         (tramp-perl-file-attributes)
1934         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1935         (tramp-vc-registered-read-file-names): Read input as
1936         here-document, otherwise the command could exceed maximum length
1937         of command line.
1938         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1939         `set-file-selinux-context'.
1940         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1941         backtrace functions.
1942         (tramp-error-with-buffer): Don't show the connection buffer when
1943         we are in completion mode.
1944         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1945         (tramp-handle-file-selinux-context)
1946         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1947         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1948         New defuns.
1949         (with-progress-reporter): New defmacro.
1950         (tramp-debug-outline-regexp): New defconst.
1951         (top, tramp-rfn-eshadow-setup-minibuffer)
1952         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1953         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1954         (tramp-completion-mode-p, tramp-check-for-regexp)
1955         (tramp-open-connection-setup-interactive-shell)
1956         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1957         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1958         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1959         Use `tramp-compat-funcall'.
1960         (tramp-handle-make-symbolic-link): Flush file properties.
1961         (tramp-handle-load, tramp-handle-file-local-copy)
1962         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1963         (tramp-handle-vc-registered, tramp-maybe-send-script)
1964         (tramp-find-shell): Use `with-progress-reporter'.
1965         (tramp-do-file-attributes-with-stat): Add space in format string,
1966         in order to work around a bug in pdksh.  Reported by Gilles Pion
1967         <gpion@lfdj.com>.
1968         (tramp-handle-verify-visited-file-modtime): Do not send a command
1969         when the connection is not established.
1970         (tramp-handle-set-file-times): Simplify the check for utc.
1971         (tramp-handle-directory-files-and-attributes)
1972         (tramp-get-remote-path): Use `copy-tree'.
1973         (tramp-completion-handle-file-name-all-completions): Ensure, that
1974         non remote files are still checked.  Oops.
1975         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1976         Handle PRESERVE-SELINUX-CONTEXT.
1977         (tramp-do-copy-or-rename-file): Add progress reporter.
1978         (tramp-do-copy-or-rename-file-directly): Do not use
1979         `tramp-handle-file-remote-p'.
1980         (tramp-do-copy-or-rename-file-out-of-band):
1981         Use `tramp-compat-delete-directory'.
1982         (tramp-do-copy-or-rename-file-out-of-band)
1983         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1984         Use `format-spec-make'.
1985         (tramp-handle-delete-file): Add TRASH arg.
1986         (tramp-handle-dired-uncache): Flush directory cache, not only file
1987         cache.
1988         (tramp-handle-expand-file-name)
1989         (tramp-completion-handle-file-name-all-completions)
1990         (tramp-completion-handle-file-name-completion):
1991         Use `tramp-connectable-p'.
1992         (tramp-handle-start-file-process): Set connection property "vec".
1993         Use it, in order to invalidate file caches.  Check only for
1994         `remote-tty' process property.
1995         Implement tty setting.  (Bug#4604, Bug#6360)
1996         (tramp-file-name-for-operation): Add `call-process-region' and
1997         `set-file-selinux-context'.
1998         (tramp-find-foreign-file-name-handler)
1999         (tramp-advice-make-auto-save-file-name)
2000         (tramp-set-auto-save-file-modes): Remove superfluous check for
2001         `stringp'.  This is done inside `tramp-tramp-file-p'.
2002         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
2003         operations when we are in completion mode.  This gives the user
2004         the chance to correct the file name in the minibuffer.
2005         (tramp-completion-mode-p): Use `non-essential'.
2006         (tramp-handle-file-name-all-completions): Backward/ XEmacs
2007         compatibility: Use `completion-ignore-case' if
2008         `read-file-name-completion-ignore-case' does not exist.
2009         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2010         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2011         `tramp-open-shell'.
2012         (tramp-action-password): Hide password prompt before next run.
2013         (tramp-process-actions): Widen connection buffer for the trace.
2014         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2015         process property.  Trace stty settings if `tramp-verbose' >= 9.
2016         Apply workaround for IRIX64 bug.  Move argument of last
2017         `tramp-send-command' where it belongs to.
2018         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2019         front of `login-args'.
2020         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2021         on "/dev/null" instead of "/".
2022         (tramp-get-ls-command-with-dired): Make test for "--dired"
2023         stronger.
2024         (tramp-set-auto-save-file-modes): Adapt version check.
2025         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2026         (tramp-handle-process-file): Call the program in a subshell, in
2027         order to preserve working directory.
2028         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2029         `tramp-remote-sh' from `tramp-methods'.
2030         (tramp-get-ls-command): Make test for "--color=never" stronger.
2031         (tramp-check-for-regexp): Use (forward-line 1).
2033         * net/trampver.el: Update release number.
2035 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
2037         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2038         empty argument to gvfs-copy.
2040 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2042         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2043         handle new TRASH arg of `delete-file'.
2045 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
2047         * net/tramp.el (tramp-handle-insert-directory): Don't use
2048         `forward-word', its default syntax could be changed.
2050 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2051             Michael Albinus  <michael.albinus@gmx.de>
2053         Implement compression for inline methods.
2055         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2056         (tramp-copy-size-limit): Allow also nil.
2057         (tramp-inline-compress-commands): New defconst.
2058         (tramp-find-inline-compress, tramp-get-inline-compress)
2059         (tramp-get-inline-coding): New defuns.
2060         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2061         replaced by `tramp-get-inline-coding'.
2062         (tramp-handle-file-local-copy, tramp-handle-write-region)
2063         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2065 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
2067         Detect ssh 'ControlMaster' argument automatically in some cases.
2069         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2070         (tramp-default-method): Use it.
2072 2010-08-26  Karel Klíč  <kklic@redhat.com>
2074         * net/tramp.el (tramp-file-name-for-operation):
2075         Add file-selinux-context.
2077 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2079         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2081 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2083         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2084         (Bug#6907).
2086 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
2088         * progmodes/python.el (python-block-pairs): Allow use of "finally"
2089         with "else" (Bug#3991).
2091 2010-08-22  Leo  <sdl.web@gmail.com>
2093         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2094         (ignore, bright, dim, keyword): Split list of nicknames before
2095         passing to rcirc-add-or-remove (Bug#6894).
2097 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2099         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2101 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2103         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
2104         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2105         New version 13.0.
2106         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2107         Adjust initialization.
2108         (whitespace-bob-marker, whitespace-eob-marker)
2109         (whitespace-buffer-changed): New vars.
2110         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2111         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2112         (whitespace-post-command-hook, whitespace-display-char-on):
2113         Adjust code.
2114         (whitespace-looking-back, whitespace-buffer-changed): New funs.
2115         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
2117 2010-08-21  Leo  <sdl.web@gmail.com>
2119         Fix buffer-list rename&refresh after killing a buffer in ido.
2120         * ido.el: Revert Óscar's.
2121         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2122         Remember the buffers at head, rather than their name.
2123         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2125 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
2126             Stefan Monnier  <monnier@iro.umontreal.ca>
2128         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2129         extra backslash added to each line (bug#6890).
2131 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2133         * subr.el (read-key): Don't echo keystrokes (bug#6883).
2135 2010-08-21  Glenn Morris  <rgm@gnu.org>
2137         * menu-bar.el (menu-bar-games-menu): Add landmark.
2139 2010-08-20  Glenn Morris  <rgm@gnu.org>
2141         * align.el (align-regexp): Make group and spacing arguments
2142         use the interactive defaults when non-interactive.  (Bug#6698)
2144         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2145         expansion, so as not to need sendmail.
2146         (mail-text-start): Remove declaration.
2147         (rmail-retry-failure): Require sendmail.
2149 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2151         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2153 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
2155         * progmodes/flymake.el (flymake-start-syntax-check-process):
2156         Use `start-file-process' in order to let it run also on remote hosts.
2158 2010-08-18  Kenichi Handa  <handa@m17n.org>
2160         * files.el: Add `word-wrap' as safe local variable.
2162 2010-08-18  Glenn Morris  <rgm@gnu.org>
2164         * woman.el (woman-translate): Case matters.  (Bug#6849)
2166 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
2168         * simple.el (kill-region): Doc fix (Bug#6787).
2170 2010-08-14  Glenn Morris  <rgm@gnu.org>
2172         * calendar/diary-lib.el (diary-header-line-format):
2173         Fit it to the window, not the frame.
2175 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
2177         * subr.el (ignore-errors): Add debug declaration.
2179 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2181         * whitespace.el (whitespace-color-off): Remove post-command-hook
2182         locally.
2184 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2186         * replace.el (replace-highlight): Bind isearch-forward and
2187         isearch-error, ensuring that highlighting is updated if the user
2188         switches the search direction (Bug#6808).
2190         * isearch.el (isearch-lazy-highlight-forward): New var.
2191         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2192         (isearch-lazy-highlight-update): Use it.
2194 2010-08-06  Kenichi Handa  <handa@m17n.org>
2196         * international/mule.el (define-charset): Store NAME as :base property.
2197         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2198         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2199         current priority.  Force using the designation of the specific
2200         charset by adding `charset' text property.  Improve the whole
2201         algorithm.
2203 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
2205         * emulation/pc-select.el (pc-selection-mode-hook)
2206         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2207         (pc-selection-mode): Fix typos in docstrings.
2209 2010-08-04  Kenichi Handa  <handa@m17n.org>
2211         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2212         ctext-non-standard-encodings-alist here.
2214         * international/mule.el (ctext-non-standard-encodings-alist):
2215         Add "koi8-r" and "microsoft-cp1251".
2216         (ctext-standard-encodings): New variable.
2217         (ctext-non-standard-encodings-table): List only elements for
2218         non-standard encodings.
2219         (ctext-pre-write-conversion): Adjust for the above change.
2220         Check ctext-standard-encodings.
2222         * international/mule-conf.el (compound-text): Doc fix.
2223         (ctext-no-compositions): Doc fix.
2224         (compound-text-with-extensions): Doc fix.
2226 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2228         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2230 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
2232         * progmodes/which-func.el (which-func-format): Split help-echo text
2233         into lines, like other mode-line tooltips.
2235         * server.el (server-start): When using TCP sockets, force IPv4
2236         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2238 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2240         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2242 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
2244         * term.el (term-delimiter-argument-list): Reflow docstring.
2245         (term-read-input-ring, term-write-input-ring, term-send-input)
2246         (term-bol, term-erase-in-display, serial-supported-or-barf):
2247         Fix typos in docstrings.
2249 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2251         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2253 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
2255         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2257 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
2259         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2260         Fix typo in docstring (bug#6747).
2262 2010-07-30  Leo  <sdl.web@gmail.com>
2264         * eshell/esh-io.el (eshell-get-target): Better detection of
2265         read-only file (Bug#6762).
2267 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
2269         * align.el (align-default-spacing): Doc fix.
2270         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2272 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2274         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2276 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2278         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2279         (display-time-world-buffer-name, display-time-world-mode-map):
2280         Fix typos in docstrings.
2282 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2284         * image-mode.el (image-display-size): New function.
2285         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2286         (image-mode-fit-frame): Use it (Bug#6639).
2288 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2290         * dired.el (dired-buffers-for-dir): Handle list values of
2291         dired-directory (Bug#6636).
2293 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2295         * vc.el (vc-coding-system-inherit-eol): New defvar.
2296         (vc-coding-system-for-diff): Use it to decide whether to inherit
2297         from the file the EOL format for reading the diffs of that file.
2298         (Bug#4451)
2300 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2302         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2303         unibyte, so compressed attachments are not compressed again.
2305 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2307         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2308         now that unicode is used (Bug#6594).
2310 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2312         * simple.el (push-mark-command): Set the selection if
2313         select-active-regions is non-nil.
2315 2010-07-10  Glenn Morris  <rgm@gnu.org>
2317         * calendar/calendar.el (calendar-week-end-day): New function.
2318         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2319         Respect calendar-week-start-day.  (Bug#6606)
2320         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2321         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2322         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2323         respect calendar-week-start-day.
2325 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2327         * simple.el (use-region-p): Doc fix (Bug#6607).
2329 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
2331         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2332         builtins (BufferError, BytesWarning, WindowsError; callables
2333         bin, bytearray, bytes, format, memoryview, next, print; __package__).
2335 2010-07-07  Glenn Morris  <rgm@gnu.org>
2337         * play/zone.el (zone-fall-through-ws): Fix next-line ->
2338         forward-line fallout.
2340 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
2342         * mouse.el (mouse-appearance-menu): Add docstring.
2344         * help.el (describe-key): Print up-event using key-description.
2346 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
2348         * net/zeroconf.el (zeroconf-resolve-service)
2349         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
2350         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2352 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2354         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2356 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
2358         Avoid displaying files with a nil state in vc-dir.
2359         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2360         cases that cause insertion.
2361         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2362         with a nil state.
2364 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2366         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2368 2010-06-29  Leo  <sdl.web@gmail.com>
2370         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
2372 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
2374         * generic-x.el (bat-generic-mode): Fix regexp for command line
2375         switches (Bug#5719).
2377 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
2379         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2380         of nconc to avoid pure storage error (Bug#6239).
2382 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
2384         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2385         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2386         bindings of bookmark-automatically-show-annotations (Bug#6515).
2388 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
2390         * arc-mode.el (archive-zip-extract): Don't quote the file name on
2391         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
2393 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2395         * comint.el (make-comint, make-comint-in-buffer): Mention return
2396         value in the docstrings.  (Bug#6498)
2398 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
2400         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2401         since it is not present when using some non-default switches.
2403 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
2405         * simple.el (compose-mail): Fix doc string to refer to
2406         `compose-mail-user-agent-warnings', instead of to the
2407         nonexistent `compose-mail-check-user-agent'.
2409 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2411         Fix vc-annotate for renamed files when using Git.
2412         * vc-git.el (vc-git-find-revision): Deal with empty results from
2413         ls-files.  Doe not pass the object as a file name to cat-file, it
2414         is not a file name.
2415         (vc-git-annotate-command): Pass the file name using -- to avoid
2416         ambiguity with the revision.
2417         (vc-git-previous-revision): Pass a relative file name.
2419 2010-06-22  Glenn Morris  <rgm@gnu.org>
2421         * progmodes/js.el (js-mode-map): Use standard capitalization and
2422         ellipses for menu entries.
2424         * wid-edit.el (widget-complete): Doc fix.
2426 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
2428         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2430 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2432         Fix annotating other revisions for renamed files in vc-annotate.
2433         * vc-annotate.el (vc-annotate): Add an optional argument for the
2434         VC backend.  Use it when non-nil.
2435         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2436         (Bug#6487).
2438         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2439         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2440         Do not pass the file name to the 'previous-revision call when we
2441         don't want a file diff.  (Bug#6489)
2443 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2445         Fix finding revisions for renamed files in vc-annotate.
2446         * vc.el (vc-find-revision): Add an optional argument for
2447         the VC backend.  Use it when non-nil.
2448         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2449         backend to vc-find-revision.  (Bug#6487)
2451 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2453         Fix reading file names in Git annotate buffers.
2454         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2455         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
2457 2010-06-20  Alan Mackenzie  <acm@muc.de>
2459         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2460         in file local variables, set it first.
2462 2010-06-19  Glenn Morris  <rgm@gnu.org>
2464         * descr-text.el (describe-char-unicode-data): Insert separating
2465         space when needed.  (Bug#6422)
2467         * progmodes/idlwave.el (idlwave-action-and-binding):
2468         Fix typo in 2009-12-03 change.  (Bug#6450)
2470 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * subr.el (read-quoted-char): Fix up last change (bug#6290).
2474 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2476         * font-lock.el (font-lock-major-mode): Rename from
2477         font-lock-mode-major-mode to distinguish it from
2478         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2479         (font-lock-set-defaults):
2480         * font-core.el (font-lock-default-function): Adjust users.
2481         (font-lock-mode): Don't set it at all.
2483 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2485         * vc-annotate.el (vc-annotate): Use vc-read-revision.
2487 2010-06-15  Glenn Morris  <rgm@gnu.org>
2489         * calendar/appt.el (appt-time-msg-list): Doc fix.
2490         (appt-check): Let-bind appt-warn-time.
2491         (appt-add): Make the 3rd argument optional.
2492         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
2493         Only add WARNTIME to the output list if non-nil.
2495 2010-06-15  Ivan Kanis  <apple@kanis.eu>
2497         * calendar/appt.el (appt-check): Let the 3rd element of
2498         appt-time-msg-list specify the warning time.
2499         (appt-add): Add new argument with the warning time.  (Bug#5176)
2501 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2503         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2504         older than version 1.6.  (Bug#6361)
2506 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
2508         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2509         used by cl-do-arglist.  (Bug#6408)
2511 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * emacs-lisp/advice.el (ad-compile-function):
2514         Define warning-suppress-types before we let-bind it (bug#6275).
2516         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2517         declare it, make it buffer-local and permanent-local (bug#6324).
2518         (vc-resynch-window): Adjust name.
2519         * vc-hooks.el (vc-find-file-hook): Adjust name.
2521 2010-06-07  Jonathan Rockway  <jon@jrock.us>
2523         * net/rcirc.el: Add support for password authentication.
2524         (rcirc-server-alist): Add :password keyword.
2525         (rcirc): Ask for a password, or get it from the server's alist.
2526         (rcirc-connect): Add password argument.  Pass it to server.
2528 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
2530         * net/dbus.el (dbus-register-method): Declare function.
2531         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2532         (dbus-introspect): Doc fix.
2533         (dbus-event-bus-name, dbus-introspect-get-interface)
2534         (dbus-introspect-get-argument): Reflow docstrings.
2536 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
2538         * term/common-win.el (x-colors): Add "dark green" and "dark
2539         turquoise" (Bug#6332).
2541 2010-06-03  Glenn Morris  <rgm@gnu.org>
2543         * desktop.el (desktop-clear-preserve-buffers):
2544         Add "*Warnings*" buffer.  (Bug#6336)
2546 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
2548         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2550 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2552         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2553         `file-directory-p' to the filename part rather than to the whole text.
2555 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2557         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2559 2010-05-31  Drew Adams  <drew.adams@oracle.com>
2561         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2563 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
2565         * subr.el (momentary-string-display): Just use read-event to read
2566         the exit event (Bug#6238).
2568 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
2570         * ansi-color.el: Delete unused escape sequences (Bug#6085).
2571         (ansi-color-drop-regexp): New constant.
2572         (ansi-color-apply, ansi-color-filter-region)
2573         (ansi-color-apply-on-region): Delete unrecognized control sequences.
2574         (ansi-color-apply): Build string list before calling concat.
2576 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2578         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2579         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2581 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2583         * htmlfontify.el (hfy-face-resolve-face): New function.
2584         (hfy-face-to-style): Use it (Bug#6279).
2586 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2588         * epa.el (epa--select-keys): Don't explicitly delete the window since
2589         that can fail (e.g. sole window in frame).  Use dedication instead.
2591 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2593         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2595 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2597         * subr.el (read-quoted-char): Resolve modifiers after key
2598         remapping (bug#6212).
2600 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2602         * tmm.el (tmm-prompt): Don't try to precompute bindings.
2603         (tmm-get-keymap): Compute shortcuts (bug#6171).
2605 2010-05-10  Glenn Morris  <rgm@gnu.org>
2607         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2608         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
2610 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2612         * Version 23.2 released.
2614 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2616         * international/mule.el (auto-coding-alist): Only purecopy
2617         car of each item, not the whole list (Bug#6083).
2619 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
2621         * progmodes/js.el (js-mode): Make paragraph variables local before
2622         calling c-setup-paragraph-variables (Bug#6071).
2624 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
2626         * composite.el (compose-region, reference-point-alist): Fix typos
2627         in the doc strings.
2629 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2631         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2632         gnuplot's "set" command.
2634 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
2636         * abbrev.el (last-abbrev-text): Doc fix.
2637         (abbrev-prefix-mark): Don't escape parenthesis.
2639 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
2641         * composite.el (find-composition): Doc fix.
2643 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
2645         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2646         (sql-oracle-program, sql-sqlite-options)
2647         (sql-query-placeholders-and-send): Doc fixes.
2648         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2649         (sql-imenu-generic-expression, sql-buffer)
2650         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2651         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2652         (sql-mode-sybase-font-lock-keywords)
2653         (sql-mode-informix-font-lock-keywords)
2654         (sql-mode-interbase-font-lock-keywords)
2655         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2656         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2657         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2658         (sql-product-feature, sql-highlight-product)
2659         (comint-line-beginning-position, sql-rename-buffer)
2660         (sql-toggle-pop-to-buffer-after-send-region)
2661         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2662         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2663         Fix typos in docstrings.
2665 2010-04-23  Juri Linkov  <juri@jurta.org>
2667         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2668         property instead of `invisible' and `after-string' (bug#5998).
2670 2010-04-23  Juri Linkov  <juri@jurta.org>
2672         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2674 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
2676         * filecache.el (file-cache-add-directory-list)
2677         (file-cache-add-directory-recursively): Fix typos in docstrings.
2679 2010-04-22  Kenichi Handa  <handa@m17n.org>
2681         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2682         (gujarati-composable-pattern): Fix typo.
2684 2010-04-20  Kenichi Handa  <handa@m17n.org>
2686         * language/indian.el (oriya-composable-pattern)
2687         (tamil-composable-pattern, malayalam-composable-pattern):
2688         Add two-part vowels to "v" (vowel sign).
2690 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
2692         * files.el (copy-directory): Handle symlinks (Bug#5982).
2694         * progmodes/compile.el (compilation-next-error-function):
2695         Revert 2009-10-12 change (Bug#5983).
2697 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2699         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2700         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2701         (Bug#5846).
2703 2010-04-20  Glenn Morris  <rgm@gnu.org>
2705         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2707         * minibuffer.el (completion-at-point): Doc fix.
2709 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
2711         Fix the version number for added files.
2712         * vc-hg.el (vc-hg-working-revision): Check if the file is
2713         registered after hg parent fails (Bug#5961).
2715 2010-04-17  Glenn Morris  <rgm@gnu.org>
2717         * htmlfontify.el (htmlfontify-buffer)
2718         (htmlfontify-copy-and-link-dir): Autoload entry points.
2720 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
2722         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2723         name relative to the project root (Bug#5960).
2725 2010-04-16  Glenn Morris  <rgm@gnu.org>
2727         * vc-git.el (vc-git-print-log): Doc fix.
2729 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
2731         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2733 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
2735         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2736         default settings (Bug#5928).
2738 2010-04-10  Glenn Morris  <rgm@gnu.org>
2740         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2741         New function.
2742         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2744 2010-04-07  Kenichi Handa  <handa@m17n.org>
2746         * language/indian.el (malayalam-composable-pattern): Fix previous
2747         change (add U+0D4D "SIGN VIRAMA").
2748         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2749         (tamil-composable-pattern): Fix typo in the regexp.
2750         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2751         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2752         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2754 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
2756         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2757         paragraph-separate (Bug#5821).
2759 2010-04-05  Juri Linkov  <juri@jurta.org>
2761         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2763         * info.el (Info-find-node-2): Comment out code that skips
2764         breadcrumbs line.
2765         (Info-mouse-follow-link): New command.
2766         (Info-link-keymap): New keymap.
2767         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2768         Return a string with links instead of inserting breadcrumbs
2769         to the Info buffer.
2770         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2771         Instead of putting the `invisible' text property over the Info
2772         header, make an overlay over the Info header with the `invisible'
2773         property and `after-string' set to the string returned by
2774         `Info-breadcrumbs'.
2776 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
2778         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2779         Reported by monkey@sandpframing.com.
2781 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
2783         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2784         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2786 2010-03-30  Kenichi Handa  <handa@m17n.org>
2788         * language/sinhala.el (composition-function-table): Fix regexp for
2789         the new Unicode specification.
2791         * language/indian.el (devanagari-composable-pattern)
2792         (tamil-composable-pattern, kannada-composable-pattern)
2793         (malayalam-composable-pattern): Adjust for the new Unicode
2794         specification.
2795         (bengali-composable-pattern, gurmukhi-composable-pattern)
2796         (gujarati-composable-pattern, oriya-composable-pattern)
2797         (telugu-composable-pattern): New variables to cope with the new
2798         Unicode specification.  Use them in composition-function-table.
2800 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2802         Make tmm-menubar work for the Buffers menu again (bug#5726).
2803         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2804         vectors rather than cons cells, as used in menu-bar-update-buffers.
2806 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2808         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2809         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2810         electric punctuation for "{}();,:" (Bug#5586).
2812         * mail/sendmail.el (mail-default-directory): Doc fix.
2814 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
2816         * mail/sendmail.el (mail-default-directory): Doc fix.
2818 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
2820         * subr.el (version-regexp-alist, version-to-list)
2821         (version-list-<, version-list-=, version-list-<=)
2822         (version-list-not-zero, version<, version<=, version=): Doc fix.
2823         (Bug#5744).
2825 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2826             Nick Roberts  <nickrob@snap.net.nz>
2828         * progmodes/gdb-ui.el (gdb-apple-test): New function.
2829         (gdb-init-1): Use it.
2831 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2833         * vc.el (vc-root-diff): Doc fix.
2835 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
2837         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2839         * simple.el (append-to-buffer): Fix last change.
2841 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2843         * simple.el (append-to-buffer): Ensure that point is preserved if
2844         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2845         (Bug#5749)
2847 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2849         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2850         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2851         not be present any more.
2853 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2855         * faces.el (set-face-attribute): Fix typo in docstring.
2856         (face-valid-attribute-values): Reflow docstring.
2858 2010-03-23  Glenn Morris  <rgm@gnu.org>
2860         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2862 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2864         * indent.el (indent-for-tab-command): Doc fix.
2866 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
2868         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2869         (image-dired-read-comment): Doc fix.
2871         * json.el (json-object-type, json-array-type, json-key-type)
2872         (json-false, json-null, json-read-number):
2873         * minibuffer.el (completion-in-region-functions):
2874         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2875         (cal-tex-cursor-week):
2876         * emacs-lisp/trace.el (trace-function):
2877         * eshell/em-basic.el (eshell/printnl):
2878         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2879         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2880         * obsolete/levents.el (allocate-event, event-key, event-object)
2881         (event-point, event-process, event-timestamp, event-to-character)
2882         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2883         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2884         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2885         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2886         (reftex-highlight-selection): Fix typos in docstrings.
2888 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2890         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2892 2010-03-18  Glenn Morris  <rgm@gnu.org>
2894         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2895         2008-02-13 without comment; mark it obsolete.
2896         (rmail-highlight-headers): Use rmail-highlight-face once more.
2898 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
2900         * woman.el (woman2-process-escapes): Only consume the newline if
2901         the filler character is on a line by itself (Bug#5729).
2903 2010-03-16  Kenichi Handa  <handa@m17n.org>
2905         * language/indian.el (devanagari-composable-pattern): Add more
2906         consonants.
2908 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
2910         * net/trampver.el: Update release number.
2912 2010-03-13  Glenn Morris  <rgm@gnu.org>
2914         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2916 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2918         * net/tramp.el (tramp-find-executable):
2919         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2920         output of "wc -l" more robust.
2921         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2922         (tramp-open-connection-setup-interactive-shell): Remove workaround
2923         for OpenSolaris bug, it is not needed anymore.
2925 2010-03-12  Glenn Morris  <rgm@gnu.org>
2927         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2929 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
2931         * files.el (auto-mode-alist): Accept more verilog file patterns.
2933 2010-03-09  Miles Bader  <miles@gnu.org>
2935         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2936         instead of "format:"; this ensures that the output is
2937         newline-terminated.
2939 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2941         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2942         that all errors are caught, and that the return value is always a
2943         list (Bug#5692).
2945 2010-03-08  Kenichi Handa  <handa@m17n.org>
2947         * language/misc-lang.el (windows-1256): New coding system.
2948         (cp1256): New alias of windows-1256 (bug#5690).
2950 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2952         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2953         call to rfc822-bad-address.  (Bug#5692)
2955 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2957         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2958         Use vc-git-root as default directory for revision path (Bug#5657).
2960 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2962         * calculator.el (calculator): Don't bind split-window-keep-point
2963         (Bug#5674).
2965 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2967         * vc-git.el: Re-flow to fit into 80 columns.
2968         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2969         Remove spurious `quote' element in each case alternative.
2970         (vc-git-show-log-entry): Use prog1.
2971         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2973 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2975         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2977 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2979         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2980         definition, not the name (Bug#5481).
2982 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2984         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2985         argument with a local variable.  (Bug#5670)
2987 2010-03-02  Juri Linkov  <juri@jurta.org>
2989         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2991 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2993         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2994         error when FILENAME and NEWNAME are existing remote directories.
2996         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2997         parameter DIR-FLAG.
2999 2010-03-02  Glenn Morris  <rgm@gnu.org>
3001         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3002         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3004 2010-03-01  Kenichi Handa  <handa@m17n.org>
3006         * language/burmese.el (burmese-composable-pattern): Rename from
3007         myanmar-composable-pattern.
3009         * international/characters.el (script-list):
3010         * international/fontset.el (script-representative-chars):
3011         Change myanmar to burmese.
3012         (otf-script-alist): Likewise.
3013         (setup-default-fontset): Likewise.  Re-fix :otf spec.
3015 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3017         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3019 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
3021         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3023 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3025         * net/tramp.el (tramp-handle-write-region): START can be a string.
3026         Take care in the checks.  Reported by Dan Davison
3027         <davison@stats.ox.ac.uk>.
3029 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3031         * net/dbus.el (dbus-introspect, dbus-get-property)
3032         (dbus-set-property, dbus-get-all-properties):
3033         Use `dbus-call-method' when noninteractive.  (Bug#5645)
3035 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
3037         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3038         * emacs-lisp/elint.el (elint-add-required-env):
3039         * calendar/icalendar.el (icalendar--add-diary-entry):
3040         * calc/calcalg2.el (math-tracing-integral):
3041         * files.el (recover-session-finish): Use with-current-buffer
3042         instead of save-excursion.
3044 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3046         Fix in-buffer completion when after-change-functions modify the buffer.
3047         * minibuffer.el (completion--replace): New function.
3048         (completion--do-completion): Use it and use relative movement.
3050 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
3052         * international/fontset.el (setup-default-fontset): Fix :otf spec.
3054 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
3056         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3057         Allow the characters _<> in the stack entry (Bug#5653).
3059 2010-02-26  Kenichi Handa  <handa@m17n.org>
3061         * language/burmese.el: Fix entries in composition-function-table.
3062         (myanmar-composable-pattern): New variable.
3064         * international/fontset.el (setup-default-fontset): Add an entry
3065         for myanmar.
3067         * international/characters.el (script-list): Add Myanmar
3068         Extended-A.
3070 2010-02-26  Glenn Morris  <rgm@gnu.org>
3072         * custom.el (custom-initialize-delay): Doc fix.
3074         * mail/sendmail.el (send-mail-function): Autoload the call
3075         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3077 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
3079         * files.el (hack-local-variables-filter): For eval forms, also
3080         check safe-local-variable-p (Bug#5636).
3082 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
3084         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3085         and use c(ad)r of cddr (Bug#5640).
3087 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
3089         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3090         setting the modes by `ignore-errors'.  It might fail, for example
3091         if the file is not owned by the user but the group.
3092         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3094 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
3096         * files.el (directory-listing-before-filename-regexp):
3097         Use stricter matching for iso-style dates, to avoid false matches with
3098         date-like filenames (Bug#5597).
3100         * htmlfontify.el (htmlfontify): Doc fix.
3102         * eshell/eshell.el (eshell): Doc fix.
3104         * startup.el (fancy-about-screen): In mode-line, apply
3105         mode-line-buffer-id face only to the buffer name (Bug#5613).
3107 2010-02-20  Kevin Ryde  <user42@zip.com.au>
3109         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3110         In `watcom' anchor regexp to start of line, to avoid slowness
3111         (Bug#5599).
3113 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
3115         * subr.el (remove-yank-excluded-properties): Explain in a comment
3116         why `category' property is removed.
3118 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
3120         * isearch.el (isearch-update-post-hook, isearch-update):
3121         Revert 2010-02-17 change.
3123 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
3125         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3126         (icalendar--convert-weekly-to-ical)
3127         (icalendar--convert-yearly-to-ical)
3128         (icalendar--convert-block-to-ical)
3129         (icalendar--convert-cyclic-to-ical)
3130         (icalendar--convert-anniversary-to-ical): Take care of time
3131         specifications where hour has 1-digit only (Bug#5549).
3133 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
3135         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3136         of disassemble output in GDB 7.1.
3138 2010-02-19  Glenn Morris  <rgm@gnu.org>
3140         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3141         property.  (Bug#5593)
3143 2010-02-18  Sam Steingold  <sds@gnu.org>
3145         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3147 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3149         Use abbreviated file names in bookmarks (bug#5591).
3150         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3151         calls to expand-file-name.
3152         (bookmark-relocate): Use abbreviated file names in bookmarks.
3153         (bookmark-load): Use abbreviated file names in messages.
3155 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3157         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3158         expand "." and "..".  Reported by Thierry Volpiatto
3159         <thierry.volpiatto@gmail.com>.
3161 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3163         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3164         permissions of the temporary file to "0600".  In case the remote
3165         file has no read permissions for the owner, there might be
3166         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
3168 22010-02-18  Glenn Morris  <rgm@gnu.org>
3170         * emacs-lisp/authors.el (authors-renamed-files-alist):
3171         Add entries for INSTALL.CVS.
3173 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
3175         * vc-bzr.el: Fix typo in Known Bugs section.
3177         * isearch.el (isearch-update-post-hook): New hook.
3178         (isearch-update): Use the new hook.
3180 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
3182         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3183         Fix errors in copying directories.
3184         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3185         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3186         (tramp-handle-delete-file)
3187         (tramp-handle-dired-recursive-delete-directory)
3188         (tramp-handle-write-region): Flush also the cache for the upper
3189         directory.
3191 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
3193         * simple.el (save-interprogram-paste-before-kill): Doc fix.
3195         * cus-edit.el (hardware): Doc fix.
3197         * man.el (man): Add to external custom group.
3199         * delim-col.el (columns): Move to wp custom group.
3201         * doc-view.el (doc-view): Add to data custom group.
3203         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3205         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3206         by ispell-parse-output (Bug#5575).
3208 2010-02-16  Kenichi Handa  <handa@m17n.org>
3210         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3211         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3212         (skkdic-convert): Use `euc-japan' coding system for writing.
3214 2010-02-16  Glenn Morris  <rgm@gnu.org>
3216         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3217         tex-main-file before using it.  (Bug#5562)
3219 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3221         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3222         warnings, since it is annoying for the user to see them each time he
3223         runs the code.
3225 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
3227         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3228         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3229         instead of PROC for caching "first-password-request".  Otherwise,
3230         new processes would not profit from passwords already entered.
3232         * net/tramp-cache.el (tramp-dump-connection-properties):
3233         Don't save "first-password-request" property.
3235 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
3237         * outline.el (outline-head-from-level):
3238         * simple.el (with-wrapper-hook):
3239         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3240         (elint-defun, elint-buffer-env, elint-top-form-logged)
3241         (elint-unbound-variable):
3242         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3243         Fix typos in docstrings.
3245 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
3247         * files.el (insert-directory): When WILDCARD-REGEXP and
3248         FULL-DIRECTORY-P are nil, insert the file entry instead of the
3249         whole directory.  (Bug#5551)
3251         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
3252         dired's alignment sanity.  (Bug#5516)
3254 2010-02-14  Juri Linkov  <juri@jurta.org>
3256         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3257         Remove remaining ^H with their preceding chars.  (Bug#5566)
3259 2010-02-13  Glenn Morris  <rgm@gnu.org>
3261         * simple.el (transpose-subr): Give it a doc-string.
3263         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3264         Doc fixes.
3266 2010-02-12  Juri Linkov  <juri@jurta.org>
3268         * arc-mode.el (archive-unique-fname): Make directories for nested
3269         archives.  (Bug#5540)
3271 2010-02-12  Juri Linkov  <juri@jurta.org>
3273         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
3275 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3277         * subr.el (copy-overlay): Handle deleted overlays.
3279         * man.el (Man-completion-table): Don't signal an error if we can't run
3280         manual-program (bug#4056).
3282 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
3284         * textmodes/artist.el (artist-mt): Fix typos in docstring.
3286 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3288         * info.el (Info-bookmark-jump): Simplify.
3290         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3291         (bookmark-default-handler): Accept new bookmark field `buffer'.
3293 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
3295         * iswitchb.el (iswitchb-completions): Revert last change.
3297 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
3299         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3300         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3301         This prevents file names like "~/" being listed literally.
3303 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3305         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3306         Remove dead code.  (Bug#5546)
3308 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
3310         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3311         correctly (Bug#5548).
3313 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
3315         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3316         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3318 2010-02-08  Kenichi Handa  <handa@m17n.org>
3320         * international/mule-util.el (with-coding-priority): Add autoload
3321         cookie for putting `lisp-indent-function'.
3323 2010-02-07  Glenn Morris  <rgm@gnu.org>
3325         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3326         Move F2003 named interfaces from keywords-2 to keywords-1, and
3327         use function-name-face rather than constant-face.
3328         Simplify "abstract interface" regexp.
3330 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
3332         * eshell/esh-util.el (eshell-file-attributes): New optional arg
3333         ID-FORMAT.  Pass it to `file-attributes'.
3335         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3337 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
3339         * faces.el (set-face-attribute): Allow calling
3340         internal-set-lisp-face-attribute with 'unspecified family and
3341         foundry argument (Bug#5536).
3343 2010-02-07  Glenn Morris  <rgm@gnu.org>
3345         * progmodes/f90.el (f90-font-lock-keywords-2)
3346         (f90-looking-at-type-like, f90-looking-at-program-block-end):
3347         Handle F2003 named interfaces.
3349 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
3351         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3352         beg and end before calling c-get-state-before-change-functions.
3354 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
3356         * vc-bzr.el (vc-bzr-dir-extra-headers):
3357         Disable the pending merges header.
3359 2010-02-05  Juri Linkov  <juri@jurta.org>
3361         * doc-view.el (doc-view-mode):
3362         * image-mode.el (image-mode): Put property mode-class=special.
3363         (Bug#4896)
3365 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3367         * vc-svn.el (vc-svn-revision-table): New function.
3369 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3371         * net/ange-ftp.el (ange-ftp-insert-directory):
3372         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3373         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3374         Handle also directories.  (Bug#5478)
3376 2010-02-05  Glenn Morris  <rgm@gnu.org>
3378         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3380 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3382         * startup.el (command-line-1): Convert options beginning with a
3383         single dash as well (Bug#5519).
3385 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3387         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3388         * minibuffer.el (completion-initials-expand): Only check the presence
3389         of delims *within* the boundaries, since otherwise the / delim is
3390         always found for files.
3392         Fix up various corner case problems.
3393         * doc-view.el (doc-view-last-page-number): New function.
3394         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3395         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3396         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3397         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3398         (doc-view-convert-current-doc): Don't create the resolution.el file
3399         here any more.
3400         (doc-view-pdf/ps->png): Do it here instead.
3401         (doc-view-already-converted-p): Check that resolution.el is present.
3402         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3403         windows that are not yet showing images.
3405 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3407         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3408         `dired-uncache' for every elemnt which is an absolute file name.
3410         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3411         directory, handle its directory component.
3412         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3413         function is called permanently and creates noise, otherwise.
3415         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3416         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3417         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3419 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3421         * macros.el (apply-macro-to-region-lines):
3422         Minor simplification.  (Bug#5485)
3424 2010-02-04  Glenn Morris  <rgm@gnu.org>
3426         * mail/rmail.el (rmail-show-message-1): Handle malformed
3427         quoted-printable text.  (Bug#5441)
3429         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3431         * simple.el (visual-line-mode): Capitalize lighter.
3433 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3435         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3436         list of files considered for "virtual buffer" completions.
3438 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3440         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3441         also in case of (and (not full) (not wildcard)).  This is needed,
3442         when dired is called with a list of files, which are not in
3443         `default-directory'.  (Bug#5478)
3445 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3447         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3449 2010-02-02  Juri Linkov  <juri@jurta.org>
3451         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3452         from unidiff to allow function-line after @@.
3454 2010-02-02  Juri Linkov  <juri@jurta.org>
3456         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3457         '(RCS SCCS) with inverted condition.
3459 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3461         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3462         messages.
3464 2010-02-01  Juri Linkov  <juri@jurta.org>
3466         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3467         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3468         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3469         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3471 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3473         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3474         (doc-view-revert-buffer): New command.
3475         (doc-view-mode-map): Use it.
3477 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3479         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3480         pending merge is detected.
3482 2010-01-31  Juri Linkov  <juri@jurta.org>
3484         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3485         beginning of interactive spec like all other grep commands do.
3486         Put "all" in front of "gz".  (Bug#5260)
3488 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3490         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3492 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3494         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3495         regexp is incorrect (Bug#5476).
3497 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3499         * net/tramp.el (tramp-handle-insert-directory): Handle also
3500         symlinks, when FILENAME is not in `default-directory'.
3502 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3504         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3505         FILE is not in `default-directory'.  (Bug#5478)
3507         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3508         of SWITCHES.  Handle the case, FILENAME is not in
3509         `default-directory'.  (Bug#5478)
3510         (tramp-register-file-name-handlers): Add safe-magic property.
3512 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3514         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3515         unzip (Bug#5475).
3517 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3519         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3520         (flymake-master-make-header-init): Add other C++ filename masks.
3521         (flymake-find-possible-master-files)
3522         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3524 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3526         Fix some busybox annoyances.
3528         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3529         not responding." string.
3530         (tramp-open-connection-setup-interactive-shell): Dump stty
3531         settings.  Enable "neveropen" arg for all `tramp-send-command'
3532         calls.  Handle "=" in variable values properly.
3533         (tramp-find-inline-encoding): Raise an error, when no encoding is
3534         found.
3535         (tramp-wait-for-output): Check, whether PROC buffer is available.
3536         Remove spurious " ^H" sequences, sent by busybox.
3537         (tramp-get-ls-command): Suppress coloring, if possible.
3539 2010-01-28  Glenn Morris  <rgm@gnu.org>
3541         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3543         * log-edit.el (log-edit-strip-single-file-name): Add missing
3544         :safe, :group, and :version tags.
3546 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3548         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3549         buffers.  (Bug#5477)
3551 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3553         * files.el (delete-directory): Handle moving to trash without
3554         first doing recursion (Bug#5436).
3556 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3558         * vc-hooks.el (vc-path): Mark as obsolete.
3560 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3562         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3563         names too.
3565         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3566         for the short log.
3567         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3569 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3571         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3573         * vc-bzr.el (vc-bzr-revision-table): New function.
3575 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3577         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3578         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3580 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3582         Remove support for adding --signoff on commit.
3583         Future support will use an incompatible generic mechanism.
3584         * vc-git.el (vc-git-add-signoff): Remove variable.
3585         (vc-git-toggle-signoff): Remove function.
3586         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3588         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3589         Rename from xterm-set-background-mode.  Return t if the background mode
3590         was set.
3591         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3592         earlier, call it again in case the background mode has changed.
3594 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3596         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3597         (Bug#3541).
3599 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3601         * emacs-lisp/assoc.el (aelement): Doc fix.
3602         (aput, adelete, amake): Use lexical-let (Bug#5450).
3604 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3606         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3607         is the same as subprogram call, not declaration.  (Bug#5435).
3609 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3611         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3612         (tramp-smb-maybe-open-connection): Use it.
3614 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3616         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3618 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3621         just because we see "encoding: 8bit".
3622         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3624 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3626         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3628 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3630         * jka-compr.el (jka-compr-load): If load-file is not in
3631         load-history, try its file-truename version.  (bug#5447)
3633 2010-01-21  Alan Mackenzie  <acm@muc.de>
3635         Fix a situation where deletion of a cpp construct throws an error.
3636         * progmodes/cc-engine.el (c-invalidate-state-cache):
3637         Before invoking c-with-all-but-one-cpps-commented-out, check that the
3638         special cpp construct is still in the buffer.
3639         (c-parse-state): Record the special cpp with markers, not numbers.
3641 2010-01-21  Kenichi Handa  <handa@m17n.org>
3643         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3644         process last-command-event, as it is now decoded first (Bug#5380).
3646 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3648         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3650 2010-01-20  Glenn Morris  <rgm@gnu.org>
3652         * indent.el (tab-always-indent): Fix custom-type.
3654 2010-01-19  Alan Mackenzie  <acm@muc.de>
3656         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3657         buffer throws "args out of range".
3658         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3659         playing the role of delimiter.
3661 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3663         * progmodes/ada-mode.el: Fix bug#5400.
3664         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3665         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3666         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3667         Improve comments in "is" portion.  Handle null procedure declaration.
3668         (ada-move-to-end): Improve doc string.
3670 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3672         * ido.el (ido-cur-list): Initialize to nil.
3673         Remove obsolete information from commentary.
3674         (ido-choice-list): Initialize to nil.
3675         (ido-get-bufname): Reject minibuffers.
3676         (ido-make-buffer-list): If "default" is a nonexistent
3677         buffer, ignore it, as per the function's comment.
3678         (ido-kill-buffer-internal): New function.
3679         (ido-kill-buffer-at-head): Use it.
3680         (ido-visit-buffer): Likewise.
3682 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3684         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3686 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3688         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3689         Fix typos in chart titles.
3691         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3692         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3693         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3694         (describe-class, eieio-describe-generic, describe-generic):
3695         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3696         (eieio-speedbar-expand):
3697         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3698         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3699         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3700         (viper-del-backward-char-in-replace, viper-backward-indent)
3701         (viper-brac-function, viper-register-to-point, viper-submit-report):
3702         * net/tramp.el (tramp-remote-coding-commands):
3703         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3704         Fix typos in docstrings.
3706 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3708         * mail/sendmail.el (mail-yank-original): Set the mark if the
3709         specified function for yanking does not do it.
3711 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3713         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3715         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3716         resyncing a directory.
3718 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3720         * progmodes/ada-mode.el: Fix bug#1920.
3721         (ada-ident-re): Delete ., allow multibyte characters.
3722         (ada-goto-label-re): New; matches goto labels.
3723         (ada-block-label-re): New; matches block labels.
3724         (ada-label-re): New; matches both.
3725         (ada-named-block-re): Delete; callers changed to use
3726         `ada-block-label-re' instead.
3727         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3728         Use `ada-block-label-re'.
3729         (ada-indent-on-previous-lines): Improve handling of goto labels.
3730         (ada-get-indent-block-start): Special-case block label.
3731         (ada-get-indent-label): Split into `ada-indent-block-label' and
3732         `ada-indent-goto-label'.
3733         (ada-goto-stmt-start, ada-goto-next-non-ws):
3734         Optionally ignore goto labels.
3735         (ada-goto-next-word): Simplify.
3736         (ada-indent-newline-indent-conditional): Insert newline before
3737         trying to fix indentation; doc fix.
3739 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3741         * calc/calc.el (calc-command-flags): Give it an initial value.
3743 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3745         * files.el (minibuffer-with-setup-hook):
3746         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3747         (artist-key-draw-continously, artist-key-do-continously-continously)
3748         (artist-key-set-point-continously, artist-mouse-draw-continously):
3749         Fix typos in docstrings.
3751 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3753         * nxml/nxml-mode.el (nxml-extend-after-change-region):
3754         Never return t (Bug#3898).
3756 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3758         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3759         can parse the output of the external commands (Bug#5279).
3761 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3763         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3765 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3767         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3769         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3771         * startup.el (command-line): Remove unused --icon-type arg.
3772         Handle --display arg, passing it to command-line-1 (Bug#5392).
3774 2010-01-16  Mario Lang  <mlang@delysid.org>
3776         * emacs-lisp/chart.el (chart-translate-namezone):
3777         * textmodes/artist.el (artist-compute-popup-menu-table):
3778         Remove duplicated words in doc-strings.
3780 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3782         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3783         to mairix-search to suppress threading (Bug#5342).
3785 2010-01-15  Kenichi Handa  <handa@m17n.org>
3787         * international/mule-cmds.el (canonicalize-coding-system-name):
3788         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3790 2010-01-15  Glenn Morris  <rgm@gnu.org>
3792         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3794         * wid-edit.el (widget-keymap): Doc fix.
3796         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3797         former seems to be more widely accepted by various svn versions.
3799 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3801         * find-cmd.el (find-constituents):
3802         * vc-arch.el (vc-arch-root):
3803         * window.el (window-body-height, pop-up-frames):
3804         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3805         * progmodes/ada-stmt.el (ada-if):
3806         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3807         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3808         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3809         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3811         * progmodes/flymake.el (flymake-post-syntax-check):
3812         Fix typo in error message.
3814 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3816         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3817         which is always a string.  (Bug#5313)
3819 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3821         * progmodes/ada-xref.el (ada-default-prj-properties):
3822         Simplify previous change.
3824 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3826         * progmodes/ada-xref.el (ada-default-prj-properties):
3827         Default ada_project_path to $ADA_PROJECT_PATH.
3829 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3831         * progmodes/ada-mode.el (ada-create-keymap):
3832         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3834 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3836         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3837         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3838         (ada-get-current-indent, ada-imenu-generic-expression)
3839         (ada-which-function): Check for it.
3841 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3843         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3844         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3846 2010-01-14  Glenn Morris  <rgm@gnu.org>
3848         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3850 2010-01-14  Kenichi Handa  <handa@m17n.org>
3852         * composite.el (auto-composition-mode): Make it a buffer local
3853         variable (permanent-local).
3854         (auto-composition-function): Set the default value to
3855         auto-compose-chars.
3856         (auto-composition-mode): Make it a simple function, not a minor mode.
3857         (global-auto-composition-mode): Likewise.
3858         (turn-on-auto-composition-if-enabled): Delete it.
3860 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3862         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3864 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3866         * files.el (copy-directory): Compute target for recursive
3867         directories with identical names.  (Bug#5343)
3869 2010-01-12  Glenn Morris  <rgm@gnu.org>
3871         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3872         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3874 2010-01-11  Sam Steingold  <sds@gnu.org>
3876         * imenu.el (imenu-default-create-index-function): Detect infinite
3877         loops caused by imenu-prev-index-position-function.
3879 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3881         * htmlfontify.el (htmlfontify-load-rgb-file)
3882         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3883         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3884         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3885         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3886         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3887         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3888         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3889         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3890         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3891         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3892         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3893         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3894         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3895         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3896         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3897         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3898         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3899         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3900         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3901         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3902         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3903         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3904         backslash-quoting from parentheses, etc.
3906 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3908         * progmodes/js.el: Autoload javascript-mode alias.
3910 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3912         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3913         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3914         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3915         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3916         Fix typos in docstrings.
3917         (ffap-url-regexp): Doc fix.
3918         (ffap-at-mouse): Fix typo in message.
3920 2010-01-11  Glenn Morris  <rgm@gnu.org>
3922         * version.el (emacs-copyright): Set copyright year to 2010.
3924 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3926         * format.el (format-annotate-function): Only set
3927         write-region-post-annotation-function after running to-fn so as not to
3928         affect nested write-region calls (bug#5273).
3930 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3932         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3933         wisent/python.el.
3935 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3937         * man.el (Man-goto-section): Signal error if the section is not
3938         found (Bug#5317).
3940 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3942         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3943         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3945 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3947         * progmodes/compile.el: Don't treat compile-command as safe if
3948         compilation-read-command might be nil (Bug#4218).
3950 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3952         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3953         NS options.
3955 2010-01-08  Kenichi Handa  <handa@m17n.org>
3957         * international/fontset.el (build-default-fontset-data):
3958         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3960 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3962         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3963         to `create-file-buffer' as it expects, not just a buffer name.
3964         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3965         to help uniquify.  (Bug#3224)
3967 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3969         * font-setting.el (font-setting-change-default-font): Use user-spec
3970         instead of name.
3972 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3974         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3976 2010-01-05  Tom Tromey  <tromey@redhat.com>
3978         * progmodes/python.el (python-font-lock-keywords):
3979         Handle qualified decorators (Bug#881).
3981 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3983         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3984         in a lightweight checkout.
3986 2010-01-05  Kenichi Handa  <handa@m17n.org>
3988         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3990 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3992         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3994 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3996         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3997         checkouts.  (Bug#618)
3998         (vc-bzr-log-view-mode): Also highlight the author.
3999         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4000         (vc-bzr-shelve-menu-map):
4001         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4002         (vc-bzr-shelve-apply): Make prompt more explicit.
4004 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4006         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4007         They are valid characters in URL paths (rfc3986), and at least
4008         Firefox does not understand the encoded version (Bug#3166).
4010 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
4012         * progmodes/octave-mod.el (octave-end-keywords)
4013         (octave-block-begin-or-end-regexp, octave-block-match-alist):
4014         Add "end" keyword (Bug#3061).
4015         (octave-end-as-array-index-p): New function.
4016         (calculate-octave-indent): Use it.
4018 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4020         * bookmark.el: Consistently put the text property on the bookmark name.
4021         (bookmark-bmenu-marks-width): Bump back to 2, to include
4022         annotation marks.
4023         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4024         property on the bookmark name, instead of not putting it at all.
4025         (bookmark-bmenu-list): Fix where we put the text property.
4027 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4029         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4030         for showing buffer modified state (as added in the previous change).
4032 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4034         * bookmark.el: Show modified state of bookmark buffer more accurately.
4035         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4036         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4037         (with-buffer-modified-unmodified): New macro.
4038         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4039         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4040         Use new macro to preserve the buffer modified state.
4042 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4044         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4045         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4046         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4047         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4048         (bookmark-bmenu-rename, bookmark-bmenu-locate)
4049         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4050         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4052 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4054         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4055         Make the lines in the generated doc string shorter.  (Bug#4668)
4057 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
4059         * net/rcirc.el: Add follow-link binding (Bug#4738).
4061 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4063         * Makefile.in (bzr-update): Rename from cvs-update.
4064         (cvs-update): New target for backward compatibility.
4066         * makefile.w32-in (bzr-update): Rename from cvs-update.
4067         (cvs-update): New target for backward compatibility.
4069 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4071         * bookmark.el: Remove gratuitous gratitude.
4073 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4075         * bookmark.el (bookmark-bmenu-any-marks): New function
4076         (bookmark-bmenu-save): Clear buffer modification if no marks.
4078 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4080         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4081         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4082         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4083         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4085         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4086         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4087         To: emacs-devel {_AT_} gnu.org
4088         Subject: bookmark.el bug report
4089         Date: Mon, 28 Dec 2009 14:19:16 +0800
4090         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4092 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4094         * bookmark.el: Improvements suggested by Drew Adams:
4095         (bookmark-bmenu-ensure-position): New name for
4096         `bookmark-bmenu-check-position'.  Just ensure the position,
4097         don't return any meaningful value.
4098         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4099         New constants.
4101 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
4103         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4104         (bookmark-yank-point, bookmark-bmenu-check-position):
4105         Fix typos in docstrings.
4106         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4107         (bookmark-name-from-full-record, bookmark-get-position)
4108         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4109         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4110         Remove useless quoting of parenthesis, etc. in docstrings.
4112         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4113         (ediff-append-custom-diff): Fix typo in error message.
4114         (ediff-meta-mark-equal-files): Fix typos in messages.
4116         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4118         * net/imap-hash.el (imap-hash-make): Doc fix.
4119         (imap-hash-test): Fix typo in error message; reflow docstring.
4120         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4121         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4122         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4123         Fix typos in docstrings.
4124         (imap-hash-open-connection): Fix typo in error message.
4126         * play/gomoku.el (gomoku): Fix typos in docstring.
4128         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4129         (gdb-jsonify-buffer): Fix typos in docstring.
4130         (gdb-goto-breakpoint): Fix typo in error message.
4131         ("Display Other Windows"): Fix typo in help message.
4132         (gdb-speedbar-expand-node): Fix typo in question.
4134         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4135         (idlwave-html-system-help-location, idlwave-html-help-location)
4136         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4137         (idlwave-help-browser-generic-args, idlwave-help-directory)
4138         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4139         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4140         (idlwave-online-help, idlwave-help-html-link)
4141         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4142         Fix typos in docstrings.
4143         (idlwave-help-with-source, idlwave-help-find-routine-definition):
4144         Reflow docstrings.
4145         (idlwave-help-assistant-start): Fix typo in error message.
4147         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4148         (octave-electric-space): Fix typos in docstrings.
4150 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4152         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4154 2010-01-01  Juri Linkov  <juri@jurta.org>
4156         * comint.el (comint-input-ring-size): Make it a defcustom and
4157         increase the default to 500 (Bug#5148).
4159 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
4161         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4162         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4163         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4165 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
4167         Show working revision correctly for mercurial.
4168         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4169         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4171 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
4173         Declare some functions for the byte-compiler.
4174         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4175         (speedbar-timer-fn, speedbar-change-expand-button-char)
4176         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4178 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
4180         This changeset reverts GDB Graphical Interface to use annotations.
4181         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4183 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4185         Make vc-dir work on subdirectories of the bzr root.
4186         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
4187         Return file names relative to it.
4188         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4189         relative directory to vc-bzr-after-dir-status.
4191 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
4193         * font-lock.el (font-lock-refresh-defaults): New function, which
4194         can be used to let font-lock react to external changes in
4195         variables like font-lock-defaults and keywords.
4196         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4198 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
4200         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4202         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4204 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
4206         Supersede color.diff settings in git log (bug#5211).
4208         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4209         escape chars in its output when the user has color.diff set to `always'.
4210         This fix works on git 1.4.2 and newer (released on 2006-08-13).
4212 2009-12-26  Kevin Ryde  <user42@zip.com.au>
4214         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4215         node.  Keep previous "Index" name to work with past coreutils too.
4217         * man.el (man): Revise docstring a bit to show -a and -l as
4218         examples.  Add -k description since support for it has otherwise
4219         been a secret.  (Further to bug#3717.)
4220         (Man-bgproc-sentinel): When "-k foo" produces no output show error
4221         "no matches" rather than "Can't find manpage", as the latter reads
4222         like -k was interpreted as a page name, which is not so.  (Bug#5431)
4224 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
4226         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4227         switches.  Check also for //SUBDIRED// line.
4229 2009-12-25  Kenichi Handa  <handa@m17n.org>
4231         * language/indian.el (devanagari-composable-pattern): Fix to
4232         handle ZWNJ and ZWJ.  Use it in composition-function-table for
4233         Devanagari.
4234         (malayalam-composable-pattern): Fix previous change.
4236 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4238         * ps-print.el (ps-face-attributes): It was not returning the
4239         attribute face for faces specified as string.  Reported by harven
4240         <harven@free.fr>.  (Bug#5254)
4241         (ps-print-version): New version 7.3.5.
4243 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
4245         * calendar/icalendar.el (icalendar--convert-tz-offset):
4246         Fix timezone names.
4247         (icalendar--convert-tz-offset): Fix the "last-day-problem".
4248         (icalendar--add-diary-entry): Remove the trailing blank that
4249         diary-make-entry inserts.
4251 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
4253         Make `file-expand-wildcards' work for remote files.
4255         * files.el (file-expand-wildcards): In case of remote files, check
4256         only local file name part for wildcards.  Provide feature 'files
4257         and subfeature 'remote-wildcards.  (Bug#5198)
4259         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4260         if there is already an established connection.
4261         (tramp-advice-file-expand-wildcards): Remove it.
4263         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4264         (tramp-advice-file-expand-wildcards): Move from tramp.el.
4265         Activate advice for older GNU Emacs versions.  (Bug#5237)
4267 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
4269         Some doc fixes (more needed).
4271         * find-cmd.el (find-constituents): Reflow docstring.
4272         (find-cmd, find-prune, find-command): Fix typos in docstrings.
4273         (find-generic): Doc fix.
4275 2009-12-17  Juri Linkov  <juri@jurta.org>
4277         Fix regression from 23.1 to allow multiple modes in Local Variables.
4279         * files.el (hack-local-variables-filter): While ignoring duplicates,
4280         don't take `mode' into account.
4281         (hack-local-variables-filter, hack-dir-local-variables):
4282         Don't remove duplicate `mode' from local-variables-alist (like `eval').
4284 2009-12-17  Juri Linkov  <juri@jurta.org>
4286         Make `dired-diff' more safe.  (Bug#5225)
4288         * dired-aux.el (dired-diff): Signal an error when `file' equals to
4289         `current' or when `file' is a directory of the `current' file.
4291 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
4293         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4294         unconditionally preloaded files.
4296 2009-12-16  Juri Linkov  <juri@jurta.org>
4298         Revert to old 23.1 logic of using the file at the mark as default.
4299         * dired-aux.el (dired-diff): Use the file at the mark as default
4300         if it's not the same as the current file, and the target dir is
4301         the current dir or the mark is active.  Add the current file
4302         as the arg of `dired-dwim-target-defaults'.  Use the default file
4303         in the prompt.  (Bug#5225)
4305 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
4307         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4308         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4309         (tramp-check-for-regexp): Check also, when an echoing shell stops
4310         to echo sent commands.
4312 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4314         * Makefile.in: Revert last change (Bug#5191).
4316 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
4318         * vc-hg.el (vc-hg-print-log): Fix argument order.
4319         (vc-hg-working-revision): Make sure the command is executed in a
4320         known environment so that we can parse the output.  (Bug#4417)
4322 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4324         * progmodes/python.el (python-symbol-completions): Remove text
4325         properties from symbol string before calling python-send-receive.
4327 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
4329         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4330         when there are values for both file and line.  (Bug#5060)
4332 2009-12-14  Juri Linkov  <juri@jurta.org>
4334         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4335         whitespace after the file name of the first line of unified format,
4336         because git-diff doesn't output whitespace and file modification time
4337         after the file name.
4339 2009-12-14  David Kastrup  <dak@gnu.org>
4341         * info.el (Info-hide-cookies-node): Before hiding a cookie,
4342         check if it already has the `display' property added by
4343         `Info-display-images-node', and not put the `invisible' property
4344         in this case.
4346 2009-12-13  Glenn Morris  <rgm@gnu.org>
4348         * mail/emacsbug.el (message-sort-headers): Define for compiler.
4349         (report-emacs-bug): In message-mode, sort manually before storing
4350         original report text.  (Bug#5178)
4351         Remove superfluous save-excursion.
4353 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
4355         * net/dbus.el (dbus-property-handler): Filter lambda forms out
4356         when responding to "GetAll" properties.
4358 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
4360         * simple.el (compose-mail): Remove mail-setup-with-from from
4361         customization checks.
4363 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
4365         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4366         RAR archives created on Unix systems.
4368 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4371         the varalias that was accidentally removed by the 2009-11-19 change
4372         (bug#5186).
4374 2009-12-12  Kenichi Handa  <handa@m17n.org>
4376         * language/indian.el (indian-compose-regexp): New function.
4377         (malayalam-composable-pattern): Fix the pattern.
4378         (composition-function-table): Set malayalam-composable-pattern for
4379         Malayalam characters.
4381 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4383         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4384         rather than down-mouse-1, based on follow-link conventions.
4386         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4387         are compiled.
4389 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4391         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4392         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4393         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4394         (verilog-leap-to-head, verilog-backward-token):
4395         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4397 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4399         * progmodes/verilog-mode.el (verilog-auto-lineup)
4400         (verilog-nameable-item-re): Cleanup user-visible spelling and
4401         documentation errors.  One reported by Gary Delp.
4402         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4403         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4404         package, bug195.  Reported by Pierre-David Pfister.
4406 2009-12-11  Glenn Morris  <rgm@gnu.org>
4408         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4410         * mail/emacsbug.el: No longer require sendmail.
4411         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4412         (report-emacs-bug-orig-text): Doc fix.
4413         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4414         New local variables, to adapt to different mail-user-agents.
4415         (report-emacs-bug): Fix test for a gnu.org address.
4416         Use overlays for emphasis, since font-lock defeats 'face property.
4417         Pretest bugs also end up at the newsgroup these days.
4418         Stop message-mode stripping text properties.
4419         Set and use the new buffer-local variables.
4420         (report-emacs-bug-hook): Add doc-string.
4421         Remove some unnecessary save-excursions and simplify.
4422         Use the appropriate hook and send-command.
4424         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4425         capitalization of some menu entries.
4427 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4429         * whitespace.el (whitespace-display-char-on):
4430         Ensure `buffer-display-table' is unique when two or more windows are
4431         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4432         New version 12.1.
4434 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4436         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4437         characters in the Attribute field.
4439 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4441         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4443 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4445         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4446         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4447         Disregard autoload-excludes.
4448         (update-directory-autoloads): Obey autoload-excludes here instead.
4449         But don't store its contents in no-autoloads and remove entries that
4450         refer to excludes files.
4452 2009-12-10  Glenn Morris  <rgm@gnu.org>
4454         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4455         (expand-mail-aliases): Define for compiler.
4457         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4458         Define for compiler.
4460         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4461         appropriate for the mail-user-agent in use.
4463 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4465         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4467 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4469         Fix short log parsing and fontification.
4470         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4471         Fix fontification for the [merge] label.
4473 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4475         Drop some properties to avoid surprises.
4476         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4477         (hfy-fontify-buffer): Use it.
4479 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4481         Minor cleanup.
4482         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4483         Adjust all callers.
4484         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4485         args compulsory.  Adjust callers.
4486         (ffap-gopher-at-point): Remove unused var `name'.
4488         Get rid of the ELCFILES abomination.
4489         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4490         (compile-elcfiles): New phony target.
4491         (compile-main): Compute ELCFILES dynamically.
4492         (compile-clean): New target to remove left-over elc files.
4493         (compile, all): Use it.
4495 2009-12-09  Kenichi Handa  <handa@etlken>
4497         * international/mule-diag.el: Require help-mode instead of help-fns.
4499 2009-12-09  Kenichi Handa  <handa@m17n.org>
4501         * international/mule-cmds.el (ucs-names): Supply sufficiently
4502         fine ranges instead of pre-calculating accurate ranges.
4503         Iterate with bigger gc-cons-threshold.
4505 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4507         Add support for stashing a snapshot of the current tree.
4508         * vc-git.el (vc-git-stash-snapshot): New function.
4509         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4511 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4513         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4514         instead of `(beginning|end)-of-line'.
4516 2009-12-08  Glenn Morris  <rgm@gnu.org>
4518         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4520         * Makefile.in (ELCFILES): Regenerate.
4522 2009-12-07  Juri Linkov  <juri@jurta.org>
4524         Don't lazy-highlight the comint output in history Isearch mode.
4526         * comint.el (comint-history-isearch-search): Instead of
4527         `comint-line-beginning-position', use `comint-after-pmark-p'
4528         to check if point if before the process mark, and go to
4529         `process-mark' in this case.
4531 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4533         * textmodes/tex-mode.el (latex-complete)
4534         (latex-indent-or-complete): Remove.
4535         (latex-mode): Set completion-at-point-functions instead.
4537         Provide a standard completion command and hook it into TAB.
4538         * minibuffer.el (completion-at-point-functions): New var.
4539         (completion-at-point): New command.
4540         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4541         * progmodes/python.el (python-mode-map): Use completion-at-point.
4542         (python-completion-at-point): Rename from python-partial-symbol and
4543         adjust for use in completion-at-point-functions.
4544         (python-mode): Setup completion-at-point for Python completion.
4545         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4546         extracted from lisp-complete-symbol.
4547         (lisp-complete-symbol): Use it.
4548         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4549         setup completion-at-point for Elisp completion.
4550         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4551         Use completion-at-point.
4552         * ielm.el (ielm-map): Use completion-at-point.
4553         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4554         * progmodes/sym-comp.el: Move to...
4555         * obsolete/sym-comp.el: Move from progmodes.
4557 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4559         Prevent save-buffer in Rmail buffers from using the coding-system
4560         of the current message, and from clobbering the encoding mnemonics
4561         in the mode line (Bug#4623).
4563         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4564         flag, too.
4565         (rmail-message-encoding): New variable.
4566         (rmail-write-region-annotate): Record the encoding of the current
4567         message in rmail-message-encoding.
4568         (rmail-after-save-hook): New function, restores the encoding of
4569         the current message after the message collection is saved.
4571 2009-12-07  Juri Linkov  <juri@jurta.org>
4573         * progmodes/grep.el (grep-read-files): Use `completing-read'
4574         instead of `read-string'.  Set its `collection' arg to
4575         `read-file-name-internal'.  (Bug#4301)
4577 2009-12-07  Juri Linkov  <juri@jurta.org>
4579         Correctly restore original Isearch point.  (Bug#4994)
4581         * isearch.el (isearch-mode): Move `isearch-push-state' after
4582         `(run-hooks 'isearch-mode-hook)'.
4583         (isearch-cancel): When `isearch-push-state-function' is defined,
4584         let-bind `isearch-cmds' to the first state (the last element of
4585         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4586         function and restores the original point).  Otherwise, move point
4587         to `isearch-opoint'.
4589 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4591         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4592         chars that don't have names, so the table can be built much faster at
4593         run-time.
4595 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4597         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4598         change.  Suggested by David Kastrup.
4600         * simple.el (compose-mail): Check for incompatibilities and warn.
4601         (compose-mail-user-agent-warnings): New option.
4603 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4605         Support showing a single log entry from vc-annotate.
4606         * vc.el (print-log): Add a new argument: START-REVISION.
4607         (vc-print-log-internal): Add a new optional argument and
4608         pass it to the backend.
4609         (vc-print-log, vc-print-root-log): Adjust callers.
4610         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4611         buffer already displays the requested log entry, use it.
4612         Otherwise display only the log entry in question.
4613         * vc-svn.el (vc-svn-print-log):
4614         * vc-mtn.el (vc-mtn-print-log):
4615         * vc-hg.el (vc-hg-state):
4616         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4617         (vc-git-show-log-entry): Return t on success.
4618         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4619         (vc-bzr-show-log-entry): Return t on success.
4620         * vc-rcs.el (vc-rcs-print-log):
4621         * vc-sccs.el (vc-sccs-print-log):
4622         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4624 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4626         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4627         Add menus to the meta mode.  (Bug#5043)
4629 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4631         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4632         event-key.
4634         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4636 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4638         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4639         Berbain <raphael.berbain@gmail.com>.
4641         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4642         characters.
4643         (tramp-initial-end-of-output): New defconst.
4644         (tramp-methods, tramp-find-shell)
4645         (tramp-open-connection-setup-interactive-shell)
4646         (tramp-maybe-open-connection): Use it.
4647         (tramp-shell-prompt-pattern, tramp-wait-for-output):
4648         Handle existence of `#' and `$'.
4650         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4651         Use `tramp-initial-end-of-output'.
4653 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4655         Get the background mode from the terminal for xterm, and set
4656         faces accordingly.
4657         * term/xterm.el (xterm-set-background-mode): New function.
4658         (terminal-init-xterm): Use it in case xterm supports background
4659         color queries.  Recompute faces after getting the background
4660         color.
4662 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4664         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4665         number comment back on its own line, for easier parsing.
4667 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4669         Make it work for non-file buffers (bug#5102).
4670         * doc-view.el (doc-view-current-cache-dir):
4671         Use doc-view-buffer-file-name rather than buffer-file-name.
4672         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4674 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4676         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4677         author field is too short.
4679 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4681         * vc-git.el (vc-git-print-log): Handle a limit argument.
4682         Display the short log in graph form and with labels.
4683         (vc-git-log-view-mode): Handle labels.
4685         Make vc-revert change VC state from 'added to 'unregistered.
4686         * vc-git.el (vc-git-revert): Call git reset first.
4688 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4690         * net/newst-backend.el, net/newst-plainview.el:
4691         * net/newst-reader.el, net/newst-ticker.el:
4692         * net/newst-treeview.el, net/newsticker.el:
4693         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4695 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4697         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4699         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4700         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4701         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4702         Update annotation regexp.
4704         * simple.el (beginning-of-visual-line): Constrain to field
4705         boundaries (Bug#5106).
4707 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4709         * xml.el (xml-substitute-numeric-entities):
4710         Move newsticker--decode-numeric-entities in newst-backend.el to
4711         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4712         * net/newst-backend.el (newsticker--parse-generic-feed)
4713         (newsticker--parse-generic-items)
4714         (newsticker--decode-numeric-entities):
4715         Move newsticker--decode-numeric-entities in newst-backend.el to
4716         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4718 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4720         * progmodes/js.el (js--js-not): Add null to the list of values.
4722 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4724         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4726 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4728         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4729         delimiter if it is at the end of the current line.
4730         (bibtex-generate-url-list): Fix docstring.
4732 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4734         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4735         minibuffer's content with itself.
4736         Fold the confirm-after-completion case into the `confirm' case.
4737         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4739 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4741         * ffap.el (ffap-rfc-path): Make this a defcustom since
4742         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4744         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4745         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4747 2009-12-05  Juri Linkov  <juri@jurta.org>
4749         Save and restore dired buffer's point positions too.  (Bug#4880)
4751         * dired.el (dired-save-positions): Return in the first element
4752         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4753         Doc fix.
4754         (dired-restore-positions): First restore buffer's position.
4755         While restoring window's positions, check if window still displays
4756         the original buffer.
4758 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4760         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4761         if possible.
4763         * shell.el (shell): Require ansi-color (Bug#5113).
4765         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4767         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4769 2009-12-05  Alan Mackenzie  <acm@muc.de>
4771         * progmodes/cc-mode.el (c-before-hack-hook)
4772         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4773         `c-file-style' to work again.  This reversion restores the current
4774         software to its state in Emacs 23.1.  (Bug#4146)
4776 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4778         * textmodes/sgml-mode.el (sgml-lexical-context):
4779         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4781 2009-12-05  Juri Linkov  <juri@jurta.org>
4783         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4784         for virtual nodes.  (Bug#4147)
4785         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4786         when moving from a virtual node.
4787         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4788         (Info-mode): Add `Info-virtual-index' to the docstring.
4790 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4792         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4793         track of the buffer position of the end of a BibTeX entry as this
4794         position may change during reformatting.
4795         (bibtex-format-entry): Remove whitespace before processing
4796         numerical fields so that we recognize the latter properly.
4797         (bibtex-reformat): Do not use push which changes the global value
4798         of bibtex-entry-format.
4799         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4800         (bibtex-field-re-init): Replace only space characters by regexp
4801         for whitespace.
4802         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4803         (bibtex-initialize): Also update bibtex-strings.
4804         (bibtex-kill-field): Preserve white space at end of entry.
4805         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4806         Update bibtex-reference-keys.
4808 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4810         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4811         point after a star, if that's the only place where modifications can
4812         make progress.
4814 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4816         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4817         in docstrings.
4819 2009-12-04  Juri Linkov  <juri@jurta.org>
4821         * proced.el (proced): Call `(proced-update t)' to update process
4822         information instead of only running proced-post-display-hook.
4823         (proced-send-signal): Add a leading space to the buffer name
4824         " *Marked Processes*" to make this buffer ephemeral.
4826 2009-12-04  Juri Linkov  <juri@jurta.org>
4828         * dired.el (dired-auto-revert-buffer): New defcustom.
4829         (dired-internal-noselect): Use it.
4831 2009-12-04  Juri Linkov  <juri@jurta.org>
4833         Change roles of modes and functions in image-mode.el (Bug#5062).
4835         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4836         in `auto-mode-alist'.
4837         (image-mode-previous-major-mode): New variable.
4838         (image-minor-mode-map): Rename from `image-mode-text-map'.
4839         (image-mode): Move graceful error-handling code from
4840         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4841         (image-minor-mode): Remove all image-handling code.
4842         Replace `image-mode-text-map' with `image-minor-mode-map'.
4843         Check for `image-type' in mode-line format string.
4844         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4845         (image-mode-as-text): New function with most code from
4846         `image-mode-maybe'.
4847         (image-toggle-display-text): Move code that removes image
4848         properties from `image-toggle-display' to here.
4849         (image-toggle-display-image): New function with code that adds
4850         image properties copied from `image-toggle-display'.
4851         (image-toggle-display): Remove most code with leaving only code
4852         that toggles between `image-mode-as-text' and `image-mode'.
4854 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4856         * net/newst-treeview.el
4857         (newsticker--treeview-list-highlight-start): Restored call to
4858         save-excursion: Selected item was stuck.
4859         (newsticker--treeview-list-select): New.
4860         (newsticker--treeview-item-show-text)
4861         (newsticker--treeview-item-show)
4862         (newsticker--treeview-item-update): Use new
4863         newsticker-treeview-item-mode.
4864         (newsticker-treeview-update): Keep current item.
4865         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4866         (newsticker--treeview-first-feed): Doc change.
4867         (newsticker-treeview-list-menu)
4868         (newsticker-treeview-item-menu): Add menu entries.
4869         (newsticker-treeview-item-mode): New.
4871         * net/newst-backend.el (newsticker-customize): Delete other
4872         windows.
4874 2009-12-04  Sam Steingold  <sds@gnu.org>
4876         * log-view.el (log-view-mode-map): "q" calls quit-window,
4877         like in all the other non-self-insert buffers.
4879 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         Minor cleanup.
4882         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4883         key decoding rather than do it manually via last-input-event +
4884         ascii-character.
4885         (term-exec): Use delete-and-extract-region.
4886         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4887         (term-process-pager): Remove unused var `i'.
4888         (term-dynamic-simple-complete): Make obsolete.
4889         (serial-update-config-menu): Remove unused vars `y' and `str'.
4890         (term-update-mode-line): Remove unused var `temp'.
4892 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4894         Limit the number of log entries displayed by default.
4895         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4896         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4897         using a prefix argument.
4899 2009-12-03  Glenn Morris  <rgm@gnu.org>
4901         * progmodes/idlwave.el (class): Restore still useful declaration.
4903 2009-12-03  Alan Mackenzie  <acm@muc.de>
4905         Enhance `c-parse-state' to run efficiently in "brace deserts".
4907         * progmodes/cc-mode.el (c-basic-common-init):
4908         Call c-state-cache-init.
4909         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4910         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4911         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4913         * progmodes/cc-langs.el (c-before-font-lock-function):
4914         c-extend-and-neutralize-syntax-in-CPP has been renamed
4915         c-neutralize-syntax-in-and-mark-CPP.
4917         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4918         with `category' properties now, not `syntax-table' ones.
4920         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4921         enhanced (but slower) version of c-end-of-macro that won't land
4922         inside a literal or on another awkward character.
4923         (c-state-cache-too-far, c-state-cache-start)
4924         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4925         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4926         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4927         (c-state-min-scan-pos, c-state-brace-pair-desert)
4928         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4929         buffer local variables.
4930         (c-state-literal-at, c-state-lit-beg)
4931         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4932         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4933         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4934         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4935         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4936         (c-renarrow-state-cache)
4937         (c-append-lower-brace-pair-to-state-cache)
4938         (c-state-push-any-brace-pair, c-append-to-state-cache)
4939         (c-remove-stale-state-cache)
4940         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4941         (c-invalidate-state-cache-1, c-parse-state-1)
4942         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4943         (c-parse-state): Enhance and refactor.
4944         (c-debug-parse-state): Amend to deal with all the new variables.
4946         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4947         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4948         modify to use category text properties rather than syntax-table ones.
4949         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4950         to switch off/on the syntactic paren property of C++ template
4951         delimiters using the category property.
4952         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4953         template delims suppressed.
4954         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4955         New constant/macros which apply category properties to the start
4956         and end of preprocessor constructs.
4957         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4958         "comment out" the syntactic value of characters in preprocessor
4959         constructs.
4960         (c-with-cpps-commented-out)
4961         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4962         with characters in all or all but one preprocessor constructs
4963         "commented out".
4965 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4967         * proced.el (proced-filter-alist): Use regexp-quote.
4969 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4971         Cleanup.
4972         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4973         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4974         arguments.  Expand `default-directory'.
4976         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4977         the benefit of returning an expanded localname.
4978         (tramp-tramp-file-p): Handle the case NAME is not a string.
4980 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4982         Add support for bzr shelve/unshelve.
4983         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4984         (vc-bzr-extra-menu-map): New variables.
4985         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4986         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4987         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4988         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4989         (vc-bzr-dir-extra-headers): Display shelves.
4991         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4993 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4995         * textmodes/bibtex.el (bibtex-complete-internal):
4996         Use completion-in-region.
4997         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4999 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5001         Support applying stashes.  Improve UI.
5002         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5003         (vc-git-stash-apply, vc-git-stash-pop)
5004         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5005         (vc-git-stash-menu): New functions.
5006         (vc-git-stash-menu-map): New variable.
5007         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5009 2009-12-03  Glenn Morris  <rgm@gnu.org>
5011         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5012         (vc-print-log-internal): Fix previous change.
5013         (vc-revert): Correct pluralization.
5015 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         * progmodes/make-mode.el (makefile-special-targets-list): No need for
5018         it to be an alist any more.
5019         (makefile-complete): Use completion-in-region.
5021         * progmodes/octave-mod.el (octave-complete-symbol):
5022         Use completion-in-region.
5024         Misc cleanup.
5025         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5026         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5027         (idlwave-complete-class): Don't quote lambda.
5028         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5029         (idlwave-mode-map): Move initialization into declaration.
5030         (idlwave-action-and-binding): Use backquotes.
5031         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5032         Simplify.
5033         (idlwave-is-pointer-dereference): Remove unused var `pos'.
5034         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5035         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5036         `parts', and `all-parts'.
5037         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5038         (idlwave-convert-xml-system-routine-info): Remove unused string
5039         `version-string'.
5040         (idlwave-display-user-catalog-widget): Use dolist.
5041         (idlwave-scanning-lib): Declare dynamically-scoped var.
5042         (idlwave-scan-library-catalogs): Remove unused var `flags'.
5043         (completion-highlight-first-word-only): Declare to silence bytecomp.
5044         (idlwave-popup-select): Tighten scope of `resp'.
5045         (idlwave-find-struct-tag): Remove unused var `beg'.
5046         (idlwave-after-load-rinfo-hook): Declare.
5047         (idlwave-sintern-class-info): Remove unused var `taglist'.
5048         (idlwave-find-class-definition): Remove unused var `list'.
5049         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5050         (idlwave-what-module-find-class): Remove unused var `classes'.
5052 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
5054         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5056 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5058         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5059         buffers visited.  Remove redundant current-buffer-saving.
5061 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5063         Use completion-in-buffer and remove uses of dynamic scoping.
5064         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5065         (pascal-buffer-to-use, pascal-flag): Don't declare.
5066         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5067         (pascal-get-completion-decl, pascal-keyword-completion):
5068         Add `pascal-str' argument, save-excursion,
5069         return the found completions, and don't filter with pascal-pred.
5070         (pascal-completion-cache): New var.
5071         (pascal-completion): Don't switch buffer any more (it was never
5072         necessary).  Don't save-excursion any more (it's done by the called
5073         subroutines).  Use a cache to avoid redundant computations.
5074         Use complete-with-action rather than pascal-completion-response and
5075         let it apply the predicate as well.
5076         (pascal-complete-word): Use completion-in-buffer when
5077         pascal-toggle-completions is nil.
5078         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5079         not used any more.
5080         (pascal-comp-defun): Don't change buffer any more.
5081         Use complete-with-action rather than pascal-completion-response and
5082         let it apply the predicate as well.
5083         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5084         when neded.
5086 2009-12-02  Kenichi Handa  <handa@m17n.org>
5088         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5089         shape for all Indic scripts.
5091 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5093         Use completion-in-buffer.
5094         * wid-edit.el (widget-field-text-end): New function.
5095         (widget-field-value-get): Use it.
5096         (widget-string-complete, widget-file-complete)
5097         (widget-color-complete): Use it and completion-in-region.
5098         (widget-complete): Don't narrow the buffer.
5100 2009-12-02  Glenn Morris  <rgm@gnu.org>
5102         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
5103         (rmail-select-summary): Use rmail-pop-to-buffer.
5104         * mail/rmailsum.el: Replace all pop-to-buffer calls with
5105         rmail-pop-to-buffer, to prevent horizontal splits.
5107         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5108         save-excursion with save-current-buffer.
5109         Widen before searching.  (Bug#5093)
5110         (diary-list-sexp-entries): Remove superfluous save-excursion.
5112 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
5114         * woman.el (woman-make-bufname): Handle man-pages with "." in the
5115         name.  (Bug#5038)
5117 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5119         * ido.el (ido-file-internal): Handle filenames at point that do
5120         not have a directory part.  (Bug#5049)
5122 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
5124         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5125         (mpc-songs-jump-to, mpc-resume): Doc fixes.
5127 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
5129         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5130         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5131         any more.
5133 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5135         * comint.el (comint-insert-input): Ignore clicks to the right of
5136         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5138         * vc.el (vc-print-log-internal): Don't wait for the process to
5139         terminate before setting up the major mode.
5141         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5142         in case.
5144         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5145         the last element.
5147         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5149 2009-12-01  Glenn Morris  <rgm@gnu.org>
5151         * window.el (window--display-buffer-2): Fix previous changes.
5153 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
5155         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5157 2009-12-01  Glenn Morris  <rgm@gnu.org>
5159         * Makefile.in (ELCFILES): Add mpc.elc.
5161 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5163         * mpc.el: New file.
5165 2009-12-01  Glenn Morris  <rgm@gnu.org>
5167         * window.el (window-to-use): Define for compiler.
5169         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5170         consistent with others (no final period).
5172         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5173         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
5175 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
5177         Make vc-print-log buttons work.
5178         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5180 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
5182         * savehist.el (savehist-autosave-interval): Allow setting to nil
5183         through customize.  (Bug#5056)
5185 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
5187         Fix references to jit-lock properties.
5188         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5189         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5190         (perl-font-lock-special-syntactic-constructs):
5191         Quote jit-lock-defer-multiline property.
5193 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
5195         * vc-git.el (vc-git-registered): Call vc-git-root only once.
5197 2009-11-30  Juri Linkov  <juri@jurta.org>
5199         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5200         value `buffer' of `multi-isearch-next-buffer-current-function'.
5201         Use `(current-buffer)' when `buffer' is nil.
5202         (multi-isearch-next-buffer-from-list): Don't fallback to
5203         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
5205 2009-11-30  Juri Linkov  <juri@jurta.org>
5207         * misearch.el (multi-isearch-read-buffers): Move canonicalization
5208         of buffers with `get-buffer' to `multi-isearch-buffers'.
5209         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5210         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
5211         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5212         FILES with `expand-file-name' converting relative file names
5213         to absolute.  Doc fix.  (Bug#4727)
5215 2009-11-30  Juri Linkov  <juri@jurta.org>
5217         * misearch.el (multi-isearch-read-buffers)
5218         (multi-isearch-read-matching-buffers): New functions.
5219         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5220         Use them in the `interactive' spec.  Doc fix.
5221         (multi-isearch-read-files, multi-isearch-read-matching-files):
5222         New functions.
5223         (multi-isearch-files, multi-isearch-files-regexp):
5224         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
5226 2009-11-30  Juri Linkov  <juri@jurta.org>
5228         * doc-view.el (doc-view-continuous):
5229         Rename from `doc-view-continuous-mode'.
5230         (doc-view-menu): Move "Toggle display" to the top.
5231         Add submenu "Continuous" with radio buttons "Off"/"On"
5232         and "Save as Default".
5233         (doc-view-scroll-up-or-next-page)
5234         (doc-view-scroll-down-or-previous-page)
5235         (doc-view-next-line-or-next-page)
5236         (doc-view-previous-line-or-previous-page):
5237         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
5239 2009-11-30  Juri Linkov  <juri@jurta.org>
5241         * comint.el (comint-mode-map): Rebind `M-r' from
5242         `comint-previous-matching-input' to
5243         `comint-history-isearch-backward-regexp'.
5244         Unbind `M-s' to allow global key binding `M-s'.
5245         Add menu items for `comint-history-isearch-backward' and
5246         `comint-history-isearch-backward-regexp'.  (Bug#3746)
5248 2009-11-30  Juri Linkov  <juri@jurta.org>
5250         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5251         For def=recenter, replace `recenter' with `recenter-top-bottom'
5252         that is called with `this-command' and `last-command' let-bound
5253         to `recenter-top-bottom'.  When the last `def' was not `recenter',
5254         set `recenter-last-op' to nil.  (Bug#4981)
5256 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5258         Minor cleanup and simplification.
5259         * filecache.el (file-cache-add-directory)
5260         (file-cache-add-directory-recursively)
5261         (file-cache-add-from-file-cache-buffer)
5262         (file-cache-delete-file-regexp, file-cache-delete-directory)
5263         (file-cache-files-matching-internal, file-cache-display): Use dolist.
5264         (file-cache-temp-minibuffer-message): Delete function.
5265         (file-cache-minibuffer-complete): Use minibuffer-message instead.
5267         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5268         Don't signal an error when bumping into EOB in tr, s, or y.
5270 2009-11-29  Juri Linkov  <juri@jurta.org>
5272         * startup.el (fancy-about-text): Fix wording of Guided Tour.
5273         (Bug#4960)
5275         * descr-text.el (describe-char-unidata-list): Use lowercase name
5276         for "Unicode name" like in other tags.
5278 2009-11-29  Juri Linkov  <juri@jurta.org>
5280         * ediff-util.el (ediff-minibuffer-with-setup-hook):
5281         New compatibility macro.
5282         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5284 2009-11-29  Juri Linkov  <juri@jurta.org>
5286         Add defcustom to define the cycling order of `recenter-top-bottom'.
5287         (Bug#4981)
5289         * window.el (recenter-last-op): Doc fix.
5290         (recenter-positions): New defcustom.
5291         (recenter-top-bottom): Rewrite to use `recenter-positions'.
5292         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5294 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5296         Improve integration of Tramp and ange-ftp in eshell.
5298         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5299         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
5300         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
5302         * eshell/esh-util.el (top): Require also Tramp when compiling.
5303         (eshell-directory-files-and-attributes): Check for FTP remote
5304         connection.
5305         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5306         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5307         (eshell-file-attributes): Handle ".".  Return `entry'.
5309         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5310         (ange-ftp-directory-files-and-attributes)
5311         (ange-ftp-real-directory-files-and-attributes): New defuns.
5313         * net/tramp.el (tramp-maybe-open-connection): Open the remote
5314         shell with "exec" when possible.  This prevents trailing prompts
5315         in `start-file-process'.
5317 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         Try and remove assumptions about point-min==1.
5320         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5321         (rng-compute-mode-line-string): Show the validation percentage in
5322         terms of the narrowed text, not the widened text.
5323         (rng-do-some-validation): Don't catch internal errors when debugging.
5324         (rng-first-error): Simplify.
5325         (rng-after-change-function): Remove work around.  AFAIK the bug has
5326         been fixed a while ago.
5328         * image-mode.el (image-minor-mode): Exit more gracefully when the image
5329         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5331         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5333         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5334         `cd' doesn't always do it for us (bug#5067).
5336         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5337         on 2009-10-25 as part of some other change (bug#5067).
5339 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5341         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5342         `suspicious'.
5343         (byte-compile-warnings): Use byte-compile-warning-types.
5344         (byte-compile-save-excursion): Warn about use of set-buffer right
5345         after save-excursion.
5347         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5348         the excursion as well.
5350 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
5352         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5353         providing a Tramp related implementation of "su" and "sudo".
5354         (eshell-unix-initialize): Add "su" and "sudo".
5356 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
5358         * net/socks.el (socks-send-command): Convert binary request to
5359         unibyte before sending.  This fixes mishandling of some port
5360         numbers such as 129.
5362 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5364         * help.el (describe-bindings-internal): Remove `interactive'.
5366         * man.el (Man-completion-table): Trim a terminating "(".
5367         Remove the space between name page a section.
5368         Add the command's description on the `help-echo' property.
5369         Remove `process-connection-type' binding since it's unused by
5370         call-process.
5371         Provide completion for the "<section> <name>" format as well.
5372         (Man-default-man-entry): Remove spurious var shadowing the argument.
5374 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5376         * log-view.el: Add "Keywords: tools", since its other keywords
5377         aren't in finder-known-keywords, and following vc.el.
5379         * sha1.el (sha1-string-external): default-directory "/" in case
5380         otherwise non-existent.  process-connection-type pipe for touch of
5381         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5383 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5385         Misc coding convention cleanups.
5386         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5387         hfy-init-kludge-hooks.
5388         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5389         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5390         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5391         and push.
5392         (hfy-slant, hfy-weight): Use tables rather than code.
5393         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5394         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5395         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5396         (hfy-face-to-css): Remove `nconc' with single arg.
5397         (hfy-p-to-face-lennart): Use `or'.
5398         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5399         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5400         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5401         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5402         (hfy-force-fontification): Use run-hooks.
5404 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5406         Various minor fixes.
5407         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5408         Javascript belongs in the header, not the body.
5409         (hfy-javascript): Remove.
5410         (hfy-fontify-buffer): Don't insert it any more.
5411         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5412         Fix bug in invis handling when there were no invis props in a chunk.
5414 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5416         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5418 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5420         * finder.el (finder-mode-map): Add a menu.
5422 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5424         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5425         "unsigned" structs.
5427         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5428         fork" statement better.
5430 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5432         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5433         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5434         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5435         Reported by Clay Douglass.
5437         (verilog-auto-inst, verilog-auto-star-safe)
5438         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5439         Fix removing "// Interfaces" when saving .* expansions.
5440         Reported by Pierre-David Pfister.
5442 2009-11-26  Glenn Morris  <rgm@gnu.org>
5444         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5445         the scope.
5447 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5449         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5450         Really use previous revision.
5452 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5454         * man.el (Man-completion-table): default-directory "/" in case
5455         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5456         not to truncate long names.  process-connection-type pipe to avoid
5457         any chance of hitting the pseudo-tty TIOCGWINSZ.
5458         (man): completion-ignore-case t for friendliness and since man
5459         itself is case-insensitive on the command line.
5460         Further to Bug#3717.
5462         * arc-mode.el: Add "Keywords: files", so the details in its
5463         commentary can be reached from finder-by-keyword.
5464         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5465         editing mode, but it's comms related and sgml-mode.el has "comm"
5466         on that basis too.
5467         * textmodes/bibtex-style.el: Add "Keywords: tex".
5468         * international/isearch-x.el, international/ja-dic-cnv.el:
5469         * international/ja-dic-utl.el, international/kkc.el:
5470         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5472 2009-11-25  Juri Linkov  <juri@jurta.org>
5474         * man.el (Man-completion-table): Modify regexp to include
5475         section names to completion strings.  (Bug#3717)
5477 2009-11-25  Juri Linkov  <juri@jurta.org>
5479         Search recursively in gzipped files.  (Bug#4982)
5481         * progmodes/grep.el (grep-highlight-matches): Add new options
5482         `always' and `auto'.  Doc fix.
5483         (grep-process-setup): Check `grep-highlight-matches' for
5484         `auto-detect' to determine the need to compute grep defaults.
5485         Move Windows/DOS specific --colors settings handling
5486         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5487         to get the value of "--color=".
5488         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5489         has the value `auto-detect'.  Move Windows/DOS specific settings
5490         from `grep-process-setup'.
5491         (zrgrep): New command with alias `rzgrep'.
5493 2009-11-25  Juri Linkov  <juri@jurta.org>
5495         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5496         to nil instead of switching off view-mode.  (Bug#4896)
5498 2009-11-25  Juri Linkov  <juri@jurta.org>
5500         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5502         * mwheel.el (mwheel-scroll-up-function)
5503         (mwheel-scroll-down-function): New defvars.
5504         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5505         `scroll-up', and `mwheel-scroll-down-function' instead of
5506         `scroll-down'.
5508         * doc-view.el (doc-view-scroll-up-or-next-page)
5509         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5510         Use this ARG in the call to image-scroll-up/image-scroll-down.
5511         Change `interactive' spec to "P".  Goto next/previous page only
5512         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5513         SPC/DEL case).  Doc fix.
5514         (doc-view-next-line-or-next-page)
5515         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5516         for consistency.
5517         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5518         `doc-view-scroll-up-or-next-page', and buffer-local
5519         `mwheel-scroll-down-function' to
5520         `doc-view-scroll-down-or-previous-page'.
5522 2009-11-25  Juri Linkov  <juri@jurta.org>
5524         Provide additional default values (directories at other Dired
5525         windows) via M-n in the minibuffer of some Dired commands.
5527         * dired-aux.el (dired-diff, dired-compare-directories)
5528         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5529         `minibuffer-default' in `minibuffer-with-setup-hook'.
5530         (dired-dwim-target-directory): Find a window that displays Dired
5531         buffer instead of failing when the next window is not Dired.
5532         Use `get-window-with-predicate' to find for the next Dired window.
5533         (dired-dwim-target-defaults): New function.
5535         * ediff-util.el (ediff-read-file-name):
5536         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5537         in `minibuffer-with-setup-hook'.
5539 2009-11-25  Juri Linkov  <juri@jurta.org>
5541         Provide additional default values (file name at point or at the
5542         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5544         * minibuffer.el (read-file-name-defaults): New function.
5545         (read-file-name): Reset `minibuffer-default' to nil when
5546         it duplicates initial input `insdef'.
5547         Bind `minibuffer-default-add-function' to lambda that
5548         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5549         (minibuffer-insert-file-name-at-point): New command.
5551         * files.el (file-name-at-point-functions): New defcustom.
5552         (find-file-default): Remove defvar.
5553         (find-file-read-args): Don't use `find-file-default'.
5554         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5555         to `read-file-name'.
5556         (find-file-literally): Use `read-file-name' with
5557         `confirm-nonexistent-file-or-buffer'.
5559         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5561         * dired.el (dired-read-dir-and-switches):
5562         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5563         to `read-file-name'.
5564         (dired-file-name-at-point): New function.
5565         (dired-mode): Add hook `dired-file-name-at-point' to
5566         `file-name-at-point-functions'.
5568 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5570         Really make the *Completions* window soft-dedicated (bug#5030).
5571         * window.el (window--display-buffer-2): Add `dedicated' argument.
5572         (display-buffer): Pass it when needed so the dedicated flag is set
5573         after calling set-window-buffer, which would otherwise reset it.
5575 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5577         * progmodes/meta-mode.el (meta-complete-symbol):
5578         * progmodes/etags.el (complete-tag):
5579         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5580         Use completion-in-region.
5582         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5583         (dabbrev-completion): Use completion-in-region.
5584         (dabbrev--abbrev-at-point): Simplify regexp.
5586         * abbrev.el (abbrev--before-point): Use word-motion functions
5587         if :regexp is not specified (bug#5031).
5589         * subr.el (string-prefix-p): New function.
5591         * man.el (Man-completion-cache): New var.
5592         (Man-completion-table): Use it.
5594         * vc.el (vc-print-log-internal): Make `limit' optional for better
5595         compatibility (e.g. with vc-annotate.el).
5597 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5599         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5600         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5602         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5603         when .el source file not found or other error.
5605 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5607         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5609 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5611         Handle the [back] button properly (bug#4979).
5612         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5613         Use help-setup-xref, help-buffer, and with-help-window.
5614         (describe-char): Add `buffer' argument.
5615         Pass proper command to help-setup-xref.  Don't meddle with
5616         help-xref-stack-item directly.
5617         (describe-text-category): Use with-help-window and help-buffer.
5619         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5620         for the displayed buffer (bug#4887).
5622         * man.el (Man-completion-table): New function.
5623         (man): Use it.
5625 2009-11-24  David Reitter  <david.reitter@gmail.com>
5627         * vc-git.el (vc-git-registered): Use checkout directory (where
5628         .git is) rather than the file's directory and a relative path spec
5629         to work around a bug in git.
5631 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5633         Improve handling of processes on remote hosts.
5635         * eshell/esh-util.el (eshell-path-env): New defvar.
5636         (eshell-parse-colon-path): New defun.
5637         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5639         * eshell/esh-ext.el (eshell-search-path):
5640         Use `eshell-parse-colon-path'.
5641         (eshell-remote-command): Remove argument HANDLER.
5642         (eshell-external-command): Check for FTP remote connection.
5644         * eshell/esh-proc.el (eshell-gather-process-output):
5645         Use `file-truename', in order to start also symlinked files.
5646         Apply `start-file-process' instead of `start-process'.
5647         Shorten `command' to the local file name part.
5649         * eshell/em-cmpl.el (eshell-complete-commands-list):
5650         Use `eshell-parse-colon-path'.
5652         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5654         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5655         to `eshell-directory-change-hook'.
5657 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5659         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5660         because it could be enabled automatically if view-read-only is non-nil.
5662 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5664         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5665         made on 2009-11-22.
5667 2009-11-24  Glenn Morris  <rgm@gnu.org>
5669         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5670         deleted variable bookmark-bmenu-bookmark-column.
5672 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5674         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5676 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5678         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5679         two slashes to the "file:" prefix.
5680         (browse-url-file-url): De-munge Cygwin filenames before passing
5681         them to Windows browser.
5682         (browse-url-default-windows-browser): Use call-process.
5684 2009-11-23  Juri Linkov  <juri@jurta.org>
5686         Implement DocView Continuous mode.  (Bug#4896)
5687         * doc-view.el (doc-view-continuous-mode): New defcustom.
5688         (doc-view-mode-map): Bind C-n/<down> to
5689         `doc-view-next-line-or-next-page', C-p/<up> to
5690         `doc-view-previous-line-or-previous-page'.
5691         (doc-view-next-line-or-next-page)
5692         (doc-view-previous-line-or-previous-page): New commands.
5694 2009-11-23  Juri Linkov  <juri@jurta.org>
5696         Implement Isearch in comint input history.  (Bug#3746)
5697         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5698         `isearch-mode-hook'.
5699         (comint-history-isearch): New defcustom.
5700         (comint-history-isearch-backward)
5701         (comint-history-isearch-backward-regexp): New commands.
5702         (comint-history-isearch-message-overlay): New buffer-local variable.
5703         (comint-history-isearch-setup, comint-history-isearch-end)
5704         (comint-goto-input, comint-history-isearch-search)
5705         (comint-history-isearch-message, comint-history-isearch-wrap)
5706         (comint-history-isearch-push-state)
5707         (comint-history-isearch-pop-state): New functions.
5709 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5711         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5712         return.
5713         (tramp-handle-make-symbolic-link)
5714         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5715         Quote file names.
5716         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5717         (tramp-handle-process-file): Use it.
5719 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5721         * window.el (move-to-window-line-last-op): Remove.
5722         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5724 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5726         Make M-r mirror the new cycling behavior of C-l.
5727         * window.el (move-to-window-line-last-op): New var.
5728         (move-to-window-line-top-bottom): New command.
5729         (global-map): Bind M-r move-to-window-line-top-bottom.
5731 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5733         * dired-x.el (dired-guess-shell-alist-default):
5734         Support xz format.  (Bug#4953)
5736 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5738         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5739         last-command-char/last-command-event.
5740         (viper-prefix-arg-value): Do correct conversion of event-char for
5741         XEmacs.
5743         * emulation/viper-util.el, emulation/viper.el:
5744         Use viper-last-command-char instead of
5745         last-command-char/last-command-event.
5747         * ediff-init.el, ediff-mult.el, ediff-util.el:
5748         Replace last-command-char and last-command-event
5749         with (ediff-last-command-char) everywhere.
5751         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5752         created in fundamental mode.
5754         * ediff.el (ediff-version): Revert the change of interactive-p to
5755         called-interactively-p.
5757 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5759         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5760         generation from word-movement command names.
5762 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5764         * cus-start.el (all): Add native condition for font-use-system-font.
5766 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5768         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5769         Correct the patch from 2009-11-18.  (Bug#3910)
5771 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5773         * progmodes/subword.el: Rename from lisp/subword.el.
5775         * subword.el: Rename to progmodes/subword.el.
5777         * Makefile.in (ELCFILES): Adapt to subword.el move.
5779 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5780             Stefan Monnier  <monnier@iro.umontreal.ca>
5782         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5783         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5784         (bookmark-bmenu-show-filenames): Use push.
5785         (bookmark-bmenu-hide-filenames): Use local var instead of
5786         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5787         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5788         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5789         filenames now that the bookmark names are always available.
5791 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5793         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5794         (bookmark-search-pattern): Move and leave unbound.
5795         (bookmark-bmenu-mode-map): Change binding.
5796         (bookmark-read-search-input): Simplify.
5797         Don't use text-char-description.  Don't error on non-char events.
5798         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5799         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5800         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5801         Use a local var for the timer.
5802         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5803         (i.e. bookmark-bmenu-search).
5805 2009-11-21  Glenn Morris  <rgm@gnu.org>
5807         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5809 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5811         * net/browse-url.el (browse-url-default-windows-browser):
5812         Use cygstart for cygwin.
5814 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5816         * bookmark.el: Formatting and doc fixes only:
5817         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5818         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5819         Minor grammar and punctuation fixes in doc string.
5820         (bookmark-read-search-input): Adjust to fit within 80 columns.
5822 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5824         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5825         (c-backward-into-nomenclature): Adapt to subword renaming.
5827         * subword.el (subword-forward, subword-backward, subword-mark)
5828         (subword-kill, subword-backward-kill, subword-transpose)
5829         (subword-downcase, subword-upcase, subword-capitalize)
5830         (subword-forward-internal, subword-backward-internal):
5831         Rename from forward-subword, backward-subword, mark-subword,
5832         kill-subword, backward-kill-subword, transpose-subwords,
5833         downcase-subword, upcase-subword, capitalize-subword,
5834         forward-subword-internal, backward-subword-internal.
5836 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5838         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5839         New options.
5840         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5841         New vars.
5842         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5843         (bookmark-bmenu-filter-alist-by-regexp)
5844         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5845         (bookmark-bmenu-search): New command.
5846         (bookmark-bmenu-mode-map): Bind it.
5848 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5850         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5851         backward-subword to quit the byte-compiler.
5853         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5855         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5857         * progmodes/cc-cmds.el (c-update-modeline)
5858         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5859         Refer to subword.el functions instead of cc-subword.el.
5861         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5862         subword.el functions instead of cc-subword.el.
5864         * progmodes/cc-subword.el: Rename to subword.el.
5865         * subword.el: Rename from progmodes/cc-subword.el.
5866         (subword-mode-map): Rename from c-subword-mode-map.
5867         (subword-mode): Rename from c-subword-mode.
5868         (global-subword-mode): New global minor mode.
5869         (forward-subword): Rename from c-forward-subword.
5870         (backward-subword): Rename from c-backward-subword.
5871         (mark-subword): Rename from c-mark-subword.
5872         (kill-subword): Rename from c-kill-subword.
5873         (backward-kill-subword): Rename from c-backward-kill-subword.
5874         (transpose-subwords): Rename from c-tranpose-subword.
5875         (downcase-subword): Rename from c-downcase-subword.
5876         (capitalize-subword): Rename from c-capitalize-subword.
5877         (forward-subword-internal): Rename from c-forward-subword-internal.
5878         (backward-subword-internal): Rename from c-backward-subword-internal.
5880 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5882         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5883         from a dired buffer.
5884         (vc-dired-deduce-fileset): New function.
5885         (vc-root-diff, vc-print-root-log): Use it.
5887         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5888         nil LIMIT argument to vc-print-log-internal.
5890 2009-11-20  Glenn Morris  <rgm@gnu.org>
5892         * Makefile.in (ELCFILES): Regenerate.
5894 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5896         * calc/calc.el (calc-set-mode-line):
5897         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5898         (math-format-number): Rename `math-format-complement-signed' to
5899         `math-format-twos-complement'.
5901         * calc/calc-bin.el (math-format-twos-complement): Rename from
5902         math-format-complement-signed.
5903         (calc-radix): Rename `calc-complement-signed-mode' to
5904         `calc-twos-complement-mode'.
5905         (calc-octal-radix, calc-hex-radix): Add an argument for
5906         two's complement.
5908         * calc/calc-embed.el (calc-embedded-mode-vars):
5909         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5911         * calc/calc-ext.el (calc-init-extensions):
5912         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5913         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5915         * calc/calc-units.el (math-build-units-table-buffer):
5916         Let `calc-twos-complement-mode' be nil.
5918         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5919         entries.
5921         * calc/calc-vec.el (calcFunc-vunpack):
5922         * calc/calc-aent.el (calc-do-calc-eval):
5923         * calc/calc-forms.el (math-format-date):
5924         * calc/calc-graph.el (calc-graph-plot):
5925         * calc/calc-math.el (math-use-emacs-fn):
5926         * calc/calccomp.el (math-compose-expr):
5927         Let `calc-twos-complement-mode' be nil.
5929 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5931         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5932         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5933         * minibuffer.el (completion-in-region-functions): New hook.
5934         (completion-in-region): New function.
5935         * emacs-lisp/lisp.el (lisp-complete-symbol):
5936         * pcomplete.el (pcomplete-std-complete): Use it.
5938 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5940         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5941         (latex-complete-alist): New vars.
5942         (latex-string-prefix-p, latex-complete-bibtex-keys)
5943         (latex-complete-envnames, latex-complete-refkeys)
5944         (latex-complete-data): New functions.
5945         (latex-complete, latex-indent-or-complete): New commands.
5947         * window.el (display-buffer-mark-dedicated): New var.
5948         (display-buffer): Obey it.
5949         * minibuffer.el (minibuffer-completion-help): Use it.
5951         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5953         * filecache.el (file-cache-add-file): Use push and cons.
5954         (file-cache-delete-file-regexp): Use push.
5955         (file-cache-complete): Use completion-in-region.
5957         * simple.el (with-wrapper-hook): Fix thinko.
5959         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5960         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5961         Use with-current-buffer and string-to-number.
5962         (hfy-fallback-colour-values): Use assoc-string.
5963         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5964         (hfy-face-at): Remove unused var `found-face'.
5965         (hfy-compile-stylesheet): Remove unused var `css'.
5966         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5967         and `orig-buffer'.
5968         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5969         Use with-current-buffer.
5970         (hfy-text-p): Use expand-file-name and fewer setq.
5972 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5974         * htmlfontify.el, hfy-cmap.el: New files.
5976 2009-11-19  Juri Linkov  <juri@jurta.org>
5978         * minibuffer.el (completions-format): New defcustom.
5979         (completion--insert-strings): Implement vertical format.
5981         * simple.el (switch-to-completions): Move point to the first
5982         completion when point was at the beginning of the buffer.
5984 2009-11-19  Juri Linkov  <juri@jurta.org>
5986         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5988         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5990 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5992         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5993         (mail-signature): Change default to t.
5994         (mail-from-style): Deprecate `system-default' value.
5995         (mail-insert-from-field): For default value of mail-from-style,
5996         default to `angles' unless `angles' needs quoting and `parens'
5997         does not.
5998         (mail-citation-prefix-regexp): Use citation regexp from
5999         message-mode.
6001 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
6003         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6004         Set variables for computing the prompt for reading password.
6006 2009-11-19  Glenn Morris  <rgm@gnu.org>
6008         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
6010         * textmodes/flyspell.el (sgml-lexical-context): Declare.
6012         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6013         (newsticker-treeview-listwindow-height): Fix custom type.
6015 2009-11-19  Kenichi Handa  <handa@m17n.org>
6017         * descr-text.el (describe-char-padded-string): Compose with TAB
6018         only if there's a font for CH.
6019         (describe-char): Fix the condition for detecting a trivial composition.
6021 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
6023         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6024         more accurate version of the regexp.  (Bug#3910)
6026 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6028         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6030 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
6032         * font-setting.el (font-use-system-font): Declare for byte-compiler.
6033         (font-setting-change-default-font): Fix typo in docstring.
6035 2009-11-18  Alan Mackenzie  <acm@muc.de>
6037         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6039 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6041         * font-setting.el (font-use-system-font): Move ...
6043         * cus-start.el (all): ... to here.
6045 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
6047         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6048         Don't set `ad-return-value' if `ad-do-it' doesn't.
6050         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6051         modification time.
6053 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6055         * menu-bar.el: Put "Use system font" in Option-menu.
6056         (menu-bar-options-save): Add font-use-system-font.
6058         * loadup.el: If feature system-font-setting or font-render-setting is
6059         there, load font-setting.
6061         * Makefile.in (ELCFILES): Add font-settings.el.
6062         * font-setting.el: New file.
6064 2009-11-17  Glenn Morris  <rgm@gnu.org>
6066         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6068         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6069         Preserve point in the list buffer.  (Bug#4939)
6070         Use point-at-eol.
6071         (newsticker--treeview-list-update-highlight)
6072         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6074 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6076         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6077         Remove.
6079         * calc/calc-ext.el (calc-init-extensions): Remove references to
6080         symclip.
6082         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6084         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6085         * calc/calc-help.el (calc-b-prefix-help): Remove references to
6086         `calc-symclip'.
6088 2009-11-16  Kevin Ryde  <user42@zip.com.au>
6090         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6091         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6093         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6094         (lm-keywords-list): Allow comma-only separator like "foo,bar".
6095         Ignore trailing spaces by omit-nulls to split-string (fixing
6096         regression from Emacs 21 due to the incompatible split-string
6097         change).  (Bug #4928.)
6099 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6101         * vc.el (vc-log-show-limit): Default to 2000.
6102         (vc-print-log-internal): Insert buttons to request more entries
6103         when limiting the output.
6105         * vc-sccs.el (vc-sccs-print-log):
6106         * vc-rcs.el (vc-rcs-print-log):
6107         * vc-cvs.el (vc-cvs-print-log):
6108         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6109         LIMIT is non-nil.
6111 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6113         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6114         error when `tramp-gvfs-dbus-event-vector' is set.
6115         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6117 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6119         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6121 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6123         * net/dbus.el (dbus-unregister-service): New defun.
6124         (dbus-register-property): Register the handlers of
6125         "org.freedesktop.DBus.Properties" for SERVICE.
6126         (dbus-property-handler): Fix docstring.
6128 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6130         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6131         Quote doc string reference in defvaralias as it is not in special form.
6132         (byte-compile-output-docform): Doc fix.
6134 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6136         * calc/calc.el (math-2-word-size, math-half-2-word-size)
6137         (calc-complement-signed-mode): New variables.
6138         (calc-set-mode-line): Add indicator for twos-complements.
6139         (math-format-number): Format twos-complement notation.
6141         * calc/calc-bin.el (calc-word-size): Reset the variables
6142         `math-2-word-size' and `math-half-2-word-size'.
6143         (math-format-complement-signed, math-symclip, calcFunc-symclip)
6144         (calc-symclip): New functions.
6146         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6148         * calc/calc-embed.el (calc-embedded-mode-vars):
6149         Add `calc-complement-signed-mode' to the list of modes.
6151         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6152         (calc-b-oper-keys): Add `calc-symclip' to list.
6154         * calc/calc-ext.el (math-read-number-fancy): Read complement
6155         signed numbers.
6156         (calc-init-extensions): Add binding for `calc-symclip'.
6157         Add autoload for `calcFunc-symclip' and `calc-symclip'.
6159         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6160         `calc-symclip'.
6161         (calc-modes-menu): Add item for twos complement mode.
6163         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6165 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6167         * register.el (jump-to-register, insert-register): Handle Semantic
6168         tags.  From commented-out advice in semantic/senator.el.
6170 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6172         * vc.el (vc-log-show-limit): New variable.
6173         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
6174         when using a prefix argument.
6175         (vc-print-log-internal): Add new argument LIMIT.
6177         * vc-svn.el (vc-svn-print-log):
6178         * vc-mtn.el (vc-mtn-print-log):
6179         * vc-hg.el (vc-hg-print-log):
6180         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6181         pass it to the log command when set.  Make the BUFFER argument
6182         non-optional.
6184         * vc-sccs.el (vc-sccs-print-log):
6185         * vc-rcs.el (vc-rcs-print-log):
6186         * vc-git.el (vc-git-print-log):
6187         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6188         ignore it.  Make the BUFFER argument non-optional
6190         * bindings.el (mode-line-buffer-identification): Do not purecopy.
6192 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6194         * dired.el (dired-mode-map): Move encryption items to "Operate"
6195         menu (Bug#4703).
6197         * strokes.el (strokes-update-window-configuration): Make strokes
6198         buffer current before erasing (Bug#4906).
6200 2009-11-15  Juri Linkov  <juri@jurta.org>
6202         * simple.el (set-mark-default-inactive): Add :type, :group
6203         and :version.  (Bug#4876)
6205 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
6207         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6208         (archive-unique-fname): ... here.  (Bug#4929)
6210 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6212         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6213         with a real fix.
6215         * novice.el (disabled-command-function): Add useful args.
6216         Setup the help buffer so that [back] works.
6217         Remove redundant call to help-mode.
6218         (disabled-command-function): Use `case'.
6219         (en/disable-command): New function extracted from enable-command.
6220         (enable-command, disable-command): Use it.
6222 2009-11-14  Glenn Morris  <rgm@gnu.org>
6224         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6225         constants.  (Bug#4913)
6227         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6229 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6231         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6232         defined in C that have no doc-strings.  (Bug#1063)
6234 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
6236         * cus-edit.el (data, files):
6237         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
6239 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
6241         * simple.el (shell-command): Doc fix (Bug#4891).
6243         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6245 2009-11-14  Glenn Morris  <rgm@gnu.org>
6247         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6248         statements for vc-diff, emerge-quit, and rmail-cease-edit.
6249         If they are already loaded, eval-after-load will do the right thing.
6251         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6252         compiling.
6254         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6256         * simple.el (x-selection-owner-p): Declare.
6257         (read-mail-command): Use custom radio type rather than choice.
6258         (completion-no-auto-exit): Doc fix.
6260         * custom.el (defgroup):
6261         * epg-config.el (epg): Doc fixes.
6263 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6265         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6266         * international/ccl.el (define-ccl-program): Do not purecopy the
6267         docstring, defconst does it anyway.
6269 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6271         * add-log.el (add-change-log-entry): Avoid displaying the changelog
6272         a second time.
6274         * x-dnd.el (x-dnd-maybe-call-test-function):
6275         * window.el (split-window-vertically):
6276         * whitespace.el (whitespace-help-on):
6277         * vc-rcs.el (vc-rcs-consult-headers):
6278         * userlock.el (ask-user-about-lock-help)
6279         (ask-user-about-supersession-help):
6280         * type-break.el (type-break-force-mode-line-update):
6281         * time-stamp.el (time-stamp-conv-warn):
6282         * terminal.el (te-set-output-log, te-more-break, te-filter)
6283         (te-sentinel, terminal-emulator):
6284         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6285         (term-write-input-ring, term-check-source, term-start-output-log):
6286         (term-display-buffer-line, term-dynamic-list-completions):
6287         (term-ansi-make-term, serial-term):
6288         * subr.el (selective-display):
6289         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6290         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6291         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6292         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6293         (speedbar-remove-localized-speedbar-support)
6294         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6295         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6296         (speedbar-buffers-line-directory):
6297         * simple.el (shell-command-on-region, append-to-buffer)
6298         (prepend-to-buffer):
6299         * shadowfile.el (shadow-save-todo-file):
6300         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6301         (scroll-bar-maybe-set-window-start):
6302         * sb-image.el (speedbar-image-dump):
6303         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6304         (load-save-place-alist-from-file):
6305         * ps-samp.el (ps-print-message-from-summary):
6306         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6307         (ps-background-image, ps-begin-job, ps-do-despool):
6308         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6309         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6310         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6311         (pr-call-process, pr-file-list, pr-interface-save):
6312         * novice.el (disabled-command-function)
6313         (enable-command, disable-command):
6314         * mouse.el (mouse-buffer-menu-alist):
6315         * mouse-copy.el (mouse-kill-preserving-secondary):
6316         * macros.el (kbd-macro-query):
6317         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6318         * informat.el (batch-info-validate):
6319         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6320         * hippie-exp.el (try-expand-dabbrev-visible):
6321         * help-mode.el (help-make-xrefs):
6322         * help-fns.el (describe-variable):
6323         * generic-x.el (bat-generic-mode-run-as-comint):
6324         * finder.el (finder-mouse-select):
6325         * find-dired.el (find-dired-sentinel):
6326         * filesets.el (filesets-file-close):
6327         * files.el (list-directory):
6328         * faces.el (list-faces-display, describe-face):
6329         * facemenu.el (list-colors-display):
6330         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6331         * epg.el (epg--process-filter, epg-cancel):
6332         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6333         (epa--read-signature-type):
6334         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6335         (emerge-file-names):
6336         * ehelp.el (electric-helpify):
6337         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6338         * ediff-vers.el (rcs-ediff-view-revision):
6339         * ediff-util.el (ediff-setup):
6340         * ediff-mult.el (ediff-append-custom-diff):
6341         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6342         (ediff-wordify):
6343         * echistory.el (Electric-command-history-redo-expression):
6344         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6345         * disp-table.el (describe-display-table):
6346         * dired.el (dired-find-buffer-nocreate):
6347         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6348         * dabbrev.el (dabbrev--same-major-mode-p):
6349         * chistory.el (list-command-history):
6350         * apropos.el (apropos-documentation):
6351         * allout.el (allout-obtain-passphrase):
6352         (allout-copy-exposed-to-buffer):
6353         (allout-verify-passphrase): Use with-current-buffer.
6355 2009-11-13  Glenn Morris  <rgm@gnu.org>
6357         * Makefile.in (ELCFILES): Regenerate.
6359 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6361         * net/dbus.el (dbus-registered-objects-table): Rename from
6362         `dbus-registered-functions-table', because it contains also properties.
6363         (dbus-unregister-object): Unregister also properties.
6364         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6365         Use a timeout of 500 msec, in order to not block.
6366         (dbus-register-property, dbus-property-handler): New defuns.
6368 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6370         * simple.el (minibuffer-default-add-completions): Drop deprecated
6371         4th arg.
6373 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6375         * textmodes/artist.el (artist-mouse-choose-operation):
6376         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6377         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6378         (artist-compute-up-event-key): New function.
6379         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6381 2009-11-13  Kenichi Handa  <handa@m17n.org>
6383         * language/japan-util.el: Make sure that the value of jisx0208
6384         property is jisx0208 character.
6386 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6388         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6389         car or each item, not the whole list.
6391 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6393         * minibuffer.el (minibuffer-completion-help):
6394         Use minibuffer-hide-completions.
6396 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6398         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6399         (dired-revert): Use them (bug#4880).
6401 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6403         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6405 2009-11-12  Juri Linkov  <juri@jurta.org>
6407         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6408         New functions.
6409         (find-file-literally-at-point): Alias of `ffap-literally'.
6411 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6413         * textmodes/ispell.el (ispell-skip-region-alist):
6414         * textmodes/css-mode.el (auto-mode-alist):
6415         * progmodes/compile.el (auto-mode-alist):
6416         * international/mule.el (ctext-non-standard-encodings-alist)
6417         (ctext-non-standard-encodings-regexp):
6418         * simple.el (shell-command-switch, text-read-only):
6419         * replace.el (occur-mode-map):
6420         * paths.el (rmail-file-name):
6421         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6422         * find-file.el (ff-special-constructs):
6423         * files.el (file-name-handler-alist):
6424         * composite.el: Purecopy strings.
6426         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6428 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6430         * widget.el (define-widget): Purecopy the docstring.
6431         * international/mule-cmds.el (charset): Do not purecopy the
6432         docstring here, define-widget does it.
6434         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6435         * textmodes/bibtex-style.el (auto-mode-alist):
6436         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6437         * progmodes/compile.el (compile-command):
6438         * language/korea-util.el (default-korean-keyboard):
6439         * international/mule-conf.el (file-coding-system-alist):
6440         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6441         * tooltip.el (tooltip-frame-parameters):
6442         * newcomment.el (comment-end, comment-padding):
6443         * dired.el (dired-trivial-filenames):
6444         * comint.el (comint-file-name-prefix): Purecopy initial values.
6446 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6448         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6449         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6450         `tramp-unload'.
6451         (tramp-advice-make-auto-save-file-name)
6452         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6453         after removing the advice.
6455 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6457         * progmodes/grep.el (grep-regexp-alist):
6458         * international/mule-cmds.el (iso-2022-control-alist):
6459         * emacs-lisp/timer.el (timer-duration-words):
6460         * subr.el (version-separator, version-regexp-alist):
6461         * minibuffer.el (completion-styles-alist):
6462         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6463         Change defvars to defconsts.
6465         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6466         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6467         * international/mule-conf.el: Allow to be byte compiled.
6469         * international/mule.el (define-charset): Purecopy props.
6470         (load-with-code-conversion): Purecopy doc string and file name.
6471         (put-charset-property): Purecopy strings.
6472         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6474         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6475         (define-char-code-property): Correctly purecopy the table.
6477         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6479         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6481         * subr.el (add-hook): Purecopy strings.
6482         (eval-after-load): Purecopy load-history-regexp and the form.
6484         * custom.el (custom-declare-group): Purecopy load-file-name.
6486         * subr.el (menu-bar-separator): New defconst.
6487         * net/eudc.el (eudc-tools-menu):
6488         * international/mule-cmds.el (set-coding-system-map)
6489         (mule-menu-keymap):
6490         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6491         * vc-hooks.el (vc-menu-map):
6492         * replace.el (occur-mode-map):
6493         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6494         (menu-bar-edit-menu, menu-bar-goto-menu)
6495         (menu-bar-custom-menu, menu-bar-showhide-menu)
6496         (menu-bar-options-menu, menu-bar-tools-menu)
6497         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6498         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6499         (menu-bar-help-menu):
6500         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6501         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6503         * term/x-win.el (x-gtk-stock-map):
6504         * progmodes/vera-mode.el (auto-mode-alist):
6505         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6506         (inferior-lisp-program, inferior-lisp-load-command):
6507         * progmodes/hideshow.el (hs-special-modes-alist):
6508         * progmodes/gud.el (same-window-regexps):
6509         * progmodes/grep.el (grep-program, find-program, xargs-program):
6510         * net/telnet.el (same-window-regexps):
6511         * net/rlogin.el (same-window-regexps):
6512         * language/ethiopic.el (font-ccl-encoder-alist):
6513         * vc-sccs.el (vc-sccs-master-templates):
6514         * vc-rcs.el (vc-rcs-master-templates):
6515         * subr.el (cl-assertion-failed):
6516         * simple.el (next-error-overlay-arrow-position):
6517         * lpr.el (lpr-command):
6518         * locate.el (locate-ls-subdir-switches):
6519         * info.el (same-window-regexps, info)
6520         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6521         * image-mode.el (image-mode, auto-mode-alist):
6522         * hippie-exp.el (hippie-expand-ignore-buffers):
6523         * format.el (format-alist):
6524         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6525         (find-name-arg):
6526         * facemenu.el (facemenu-keybindings):
6527         * dired.el (dired-listing-switches, dired-chown-program):
6528         * diff.el (diff-switches, diff-command):
6529         * cus-edit.el (same-window-regexps):
6530         * bindings.el (mode-line-mule-info)
6531         (mode-line-buffer-identification): Purecopy strings.
6533 2009-11-11  Juri Linkov  <juri@jurta.org>
6535         * simple.el (dired-get-filename) <declare-function>:
6536         Tell the byte-compiler about dired-get-filename.
6537         (shell-command): In Dired mode, get filename from the current line
6538         as the default value.
6540 2009-11-10  Glenn Morris  <rgm@gnu.org>
6542         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6543         * calendar/holidays.el, progmodes/cperl-mode.el:
6544         Update x-popup-menu declarations.
6546         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6547         (list-load-path-shadows): Use dolist.
6548         (list-load-path-shadows): Use with-current-buffer.
6550 2009-11-10  Juri Linkov  <juri@jurta.org>
6552         * minibuffer.el (read-file-name): Support a list of default values
6553         in `default-filename'.  Use the first file name where only one
6554         element is required.  Doc fix.
6556 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6558         * net/dbus.el (dbus-unregister-object): Release service, if no
6559         other method is registered for it.
6561 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6563         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6564         bookmark-sort-flag is non-nil (Bug#4653).
6566 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6568         * emulation/cua-base.el: Add CUA property to some CC mode commands
6569         (Bug#4100).
6571 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6573         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6574         at end of sentence (Bug#4818).
6576 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6578         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6579         Handle "see declaration of" MSFT statements (Bug#4100).
6581 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6583         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6584         (tramp-advice-file-expand-wildcards): Unload via
6585         `ad-remove-advice'.
6587         * net/trampver.el: Update release number.
6589 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6591         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6592         `ad-do-it'.
6594 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6596         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6597         in order to keep context in SELinux.
6599 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6601         * dired-aux.el (dired-query): Place cursor in echo area and allow
6602         C-g.
6604         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6605         menu item if not on a directory (Bug#4701).
6607 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6609         Sync with Tramp 2.1.17.
6611         * net/tramp.el (tramp-handle-copy-directory): Don't use
6612         `file-remote-p' (due to compatibility).
6614         * net/tramp-compat.el (tramp-compat-copy-directory)
6615         (tramp-compat-delete-directory): New defuns.
6617         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6618         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6619         Use `tramp-compat-delete-directory'.
6621         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6622         (tramp-smb-handle-delete-directory):
6623         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6625         * net/trampver.el: Update release number.
6627 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6629         * tar-mode.el (tar-copy): Call write-region on the right buffer
6630         (Bug#4857).
6632         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6633         by hand, if necessary (Bug#4878).
6635 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6637         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6638         align size column (Bug#4839).
6640         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6641         statement.
6643 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6645         * progmodes/ld-script.el (auto-mode-alist):
6646         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6648         * cus-face.el (custom-declare-face): Purecopy face spec.
6650 2009-11-06  Kenichi Handa  <handa@m17n.org>
6652         * international/uni-bidi.el: Re-generated.
6653         * international/uni-category.el: Re-generated.
6654         * international/uni-combining.el: Re-generated.
6655         * international/uni-mirrored.el: Re-generated.
6657 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6659         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6660         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6661         (tex-start-options, slitex-run-command, latex-run-command)
6662         (tex-run-command, tex-directory):
6663         * textmodes/ispell.el (ispell-html-skip-alists)
6664         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6665         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6666         (adaptive-fill-regexp):
6667         * textmodes/dns-mode.el (auto-mode-alist):
6668         * progmodes/python.el (interpreter-mode-alist):
6669         * progmodes/etags.el (tags-compression-info-list):
6670         * progmodes/etags.el (tags-file-name):
6671         * net/browse-url.el (browse-url-galeon-program)
6672         (browse-url-firefox-program):
6673         * mail/sendmail.el (mail-signature-file)
6674         (mail-citation-prefix-regexp):
6675         * international/mule-conf.el (eight-bit):
6676         * international/latexenc.el (latex-inputenc-coding-alist):
6677         * international/fontset.el (x-pixel-size-width-font-regexp):
6678         * emacs-lisp/warnings.el (warning-type-format):
6679         * emacs-lisp/trace.el (trace-buffer):
6680         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6681         (emacs-lisp-mode-map):
6682         * calendar/holidays.el (holiday-solar-holidays)
6683         (holiday-bahai-holidays, holiday-islamic-holidays)
6684         (holiday-christian-holidays, holiday-hebrew-holidays)
6685         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6686         (hebrew-holidays-1, holiday-oriental-holidays)
6687         (holiday-general-holidays):
6688         * x-dnd.el (x-dnd-known-types):
6689         * tool-bar.el (tool-bar):
6690         * startup.el (site-run-file):
6691         * shell.el (shell-dumb-shell-regexp):
6692         * rfn-eshadow.el (file-name-shadow-tty-properties)
6693         (file-name-shadow-properties):
6694         * paths.el (remote-shell-program, news-directory):
6695         * mouse.el ([C-down-mouse-3]):
6696         * menu-bar.el (menu-bar-tools-menu):
6697         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6698         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6699         (jka-compr-compression-info-list):
6700         * isearch.el (search-whitespace-regexp):
6701         * image-file.el (image-file-name-extensions):
6702         * find-dired.el (find-ls-option):
6703         * files.el (directory-listing-before-filename-regexp)
6704         (directory-free-space-args, insert-directory-program)
6705         (list-directory-brief-switches, magic-fallback-mode-alist)
6706         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6707         (automount-dir-prefix):
6708         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6709         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6710         (face-font-registry-alternatives, face-font-registry-alternatives)
6711         (face-font-family-alternatives):
6712         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6713         (facemenu-foreground-menu, facemenu-face-menu):
6714         * epa-hook.el (epa-file-name-regexp):
6715         * dnd.el (dnd-protocol-alist):
6716         * textmodes/rst.el (auto-mode-alist):
6717         * button.el (default-button): Purecopy strings.
6719 2009-11-06  Glenn Morris  <rgm@gnu.org>
6721         * Makefile.in (ELCFILES): Update.
6723 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6725         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6726         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6728         * nxml/xsd-regexp.el (xsdre-gen-categories):
6729         * nxml/xmltok.el (xmltok-parse-entity):
6730         * nxml/rng-parse.el (rng-parse-validate-file):
6731         * nxml/rng-maint.el (rng-format-manual)
6732         (rng-manual-output-force-new-line):
6733         * nxml/rng-loc.el (rng-save-schema-location-1):
6734         * nxml/rng-cmpct.el (rng-c-parse-file):
6735         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6736         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6738 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6740         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6741         Remove extra save-excursions and make-variable-buffer-local's.
6742         Suggested by Stefan Monnier.
6744         (verilog-getopt-file, verilog-module-inside-filename-p)
6745         (verilog-set-define): Merge GNU 1.35 and repair changes from
6746         switching to using with-current-buffer.
6748         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6749         being treated as a number and confusing AUTORESET.
6750         Reported by Dan Dever.
6752         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6753         Add verilog-auto-ignore-concat to fix backward compatibility with
6754         older verilog-modes.  Reported by Dan Katz.
6756         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6757         containing closing anchors "...$".
6759         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6760         Reported by Wade Smith.
6762         (verilog-batch-execute-func): Comment on function usage.
6764 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6766         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6767         for labels.
6769         (verilog-label-re, verilog-calc-1): Support proper indent of named
6770         asserts.
6772         (verilog-backward-token, verilog-basic-complete-re)
6773         (verilog-beg-of-statement, verilog-indent-re): Support proper
6774         indent of the assert statement at the beginning of a block of text.
6776         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6777         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6778         tokens as begins.
6780 2009-11-05  Glenn Morris  <rgm@gnu.org>
6782         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6783         Emacs 19.  (Bug#1531)
6784         (byte-compile-fix-header): Update for the above change.
6785         Drop test for epoch::version.
6787         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6788         * cus-dep.el (custom-make-dependencies):
6789         * finder.el (finder-compile-keywords):
6790         Use autoload-rubric's feature argument.
6792         * calendar/diary-lib.el (top-level): Make load behave more like require.
6794         * vc-git.el (vc-git-stash-map): Move definition before use.
6796 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6798         * custom.el (custom-declare-group): Purecopy standard-value.
6799         (custom-declare-group): Purecopy custom-prefix.
6801         * international/mule.el (load-with-code-conversion):
6802         Call do-after-load-evaluation unconditionally.
6804         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6806 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6808         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6810 2009-11-04  Glenn Morris  <rgm@gnu.org>
6812         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6813         (byte-compile-compatibility): Remove option.
6814         (byte-compile-close-variables, byte-compile-fix-header)
6815         (byte-compile-insert-header, byte-compile-output-docform)
6816         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6817         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6818         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6819         (byte-compile-insert, byte-compile-defun):
6820         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6821         (byte-defop-compiler19): Remove.
6822         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6823         used by anything.  Replace all calls with byte-defop-compiler.
6825 2009-11-04  Juri Linkov  <juri@jurta.org>
6827         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6828         (menu-bar-options-menu): Don't quote the `prop' arg of
6829         `menu-bar-make-mm-toggle'.
6831 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6833         * calendar/calendar.el (cal-loaddefs):
6834         * calendar/diary-lib.el (diary-loaddefs):
6835         * calendar/holidays.el (hol-loaddefs):
6836         * eshell/esh-module.el (esh-groups): Load rather than require.
6838 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6840         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6841         point-min==1.
6842         (todo-top-priorities): Only display-buffer when called interactively.
6843         (todo-item-start): Don't save excursion point.
6844         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6845         (todo-insert-item-here, todo-file-item, todo-remove-item):
6846         Adjust uses of todo-item-start and todo-item-end.
6848         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6849         (autoload-rubric): Don't use any more.
6851         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6852         and only put a prop if it is non-nil.
6854 2009-11-03  Juri Linkov  <juri@jurta.org>
6856         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6857         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6859         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6860         and "Menu" to make top-level menu item visually one unit (like
6861         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6862         multi-word menu items).  Fix :help string for quit-window.
6864 2009-11-03  Glenn Morris  <rgm@gnu.org>
6866         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6867         (byte-compile-file-form-define-abbrev-table)
6868         (byte-compile-file-form-custom-declare-variable)
6869         (byte-compile-variable-ref, byte-compile-defvar):
6870         Whether or not a warning is enabled should only affect whether we issue
6871         the warning, not whether or not we collect the relevant data.
6872         Eg warnings can be turned on and off throughout the course of a file.
6874         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6875         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6877 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6879         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6880         * play/mpuz.el (mpuz-create-buffer):
6881         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6882         (lm-print-y,s,noise, lm-print-w0, lm-init):
6883         * play/gomoku.el (gomoku-prompt-for-move):
6884         * play/fortune.el (fortune-in-buffer):
6885         * play/dissociate.el (dissociated-press):
6886         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6887         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6888         * mail/supercite.el (sc-eref-show):
6889         * mail/smtpmail.el (smtpmail-send-it):
6890         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6891         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6892         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6893         (rmail-summary-goto-msg, rmail-summary-expunge)
6894         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6895         (rmail-summary-add-label, rmail-summary-output-menu)
6896         (rmail-summary-output-body):
6897         * mail/rfc822.el (rfc822-addresses):
6898         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6899         * mail/mailpost.el (post-mail-send-it):
6900         * mail/hashcash.el (hashcash-generate-payment):
6901         * mail/feedmail.el (feedmail-run-the-queue)
6902         (feedmail-queue-send-edit-prompt-help-first)
6903         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6904         (feedmail-deduce-address-list):
6905         * eshell/esh-ext.el (eshell-remote-command):
6906         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6907         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6908         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6909         (viper-save-string-in-file, viper-valid-marker):
6910         * emulation/viper-keym.el (viper-toggle-key):
6911         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6912         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6913         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6914         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6915         (viper-exec-form-in-emacs, viper-brac-function):
6916         * emulation/viper.el (viper-delocalize-var):
6917         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6918         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6919         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6920         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6921         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6922         * emulation/edt.el (edt-electric-helpify):
6923         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6924         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6925         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6926         (cua-indent-to-global-mark-column):
6927         * calendar/diary-lib.el (calendar-mark-1):
6928         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6929         Use with-current-buffer.
6930         * emulation/viper.el (viper-delocalize-var): Use dolist.
6932 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6934         * comint.el (comint-replace-by-expanded-history-before-point):
6935         Replace !! with the previous input string literally (Bug#1795).
6937 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6939         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6940         to be made up of whitespace.
6942 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6944         * minibuffer.el (read-file-name): Don't use file dialogs for
6945         remote directories (Bug#99).
6947 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6949         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6951 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6953         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6954         instead of deleting the window or frame.
6956 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6958         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6959         Support face colors.
6961         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6962         New function.  Support face colors (Bug#1168).
6963         (tex-common-initialization): Use it.
6965         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6966         mode allows it (Bug#1168).
6968 2009-10-31  Juri Linkov  <juri@jurta.org>
6970         * facemenu.el (list-colors-display): Don't mark buffer as
6971         modified (Bug#3948).
6973 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6975         * international/mule-diag.el (list-character-sets-1):
6976         Minor message fix (Bug#3526).
6978         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6979         Fix face property (Bug#4834).
6980         (etags-list-tags, etags-tags-apropos-additional)
6981         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6982         property.
6984         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6985         items.
6987 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6989         * textmodes/two-column.el (2C-split):
6990         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6991         * textmodes/tex-mode.el (tex-set-buffer-directory):
6992         * textmodes/spell.el (spell-region, spell-string):
6993         * textmodes/reftex.el (reftex-erase-buffer):
6994         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6995         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6996         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6997         (reftex-select-item):
6998         * textmodes/reftex-ref.el (reftex-label-info-update)
6999         (reftex-offer-label-menu):
7000         * textmodes/reftex-index.el (reftex-index-change-entry)
7001         (reftex-index-phrases-info):
7002         * textmodes/reftex-global.el (reftex-create-tags-file)
7003         (reftex-save-all-document-buffers, reftex-ensure-write-access):
7004         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7005         (reftex-view-crossref-from-bibtex):
7006         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7007         (reftex-extract-bib-entries-from-thebibliography)
7008         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7009         * textmodes/refbib.el (r2b-capitalize-title):
7010         (r2b-convert-buffer, r2b-help):
7011         * textmodes/page-ext.el (pages-directory)
7012         (pages-directory-goto-with-mouse):
7013         * textmodes/bibtex.el (bibtex-validate-globally):
7014         * textmodes/bib-mode.el (bib-capitalize-title):
7015         * textmodes/artist.el (artist-clear-buffer, artist-system):
7016         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7017         (local-set-scheme-interaction-buffer, xscheme-process-filter)
7018         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7019         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7020         (xscheme-send-control-g-interrupt, xscheme-start-process)
7021         (xscheme-process-sentinel, xscheme-cd):
7022         * progmodes/verilog-mode.el (verilog-read-always-signals)
7023         (verilog-set-define, verilog-getopt-file)
7024         (verilog-module-inside-filename-p):
7025         * progmodes/sh-script.el:
7026         * progmodes/python.el (python-pdbtrack-get-source-buffer)
7027         (python-pdbtrack-grub-for-buffer, python-execute-file):
7028         * progmodes/octave-inf.el (inferior-octave):
7029         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7030         (idlwave-shell-compile-helper-routines, idlwave-set-local)
7031         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7032         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7033         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7034         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7035         (idlwave-shell-filter, idlwave-shell-examine-highlight)
7036         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7037         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7038         (idlwave-shell-examine-display, idlwave-shell-run-region)
7039         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7040         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7041         * progmodes/idlw-help.el (idlwave-help-get-special-help)
7042         (idlwave-help-get-help-buffer):
7043         * progmodes/gud.el (gud-basic-call, gud-find-class)
7044         (gud-tooltip-activate-mouse-motions-if-enabled):
7045         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7046         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7047         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7048         (ebrowse-tags-next-file):
7049         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7050         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7051         (ebnf-eps-finish-and-write):
7052         * progmodes/cpp.el (cpp-edit-save):
7053         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7054         * progmodes/cc-defs.el (c-emacs-features):
7055         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7056         (antlr-directory-dependencies):
7057         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7058         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7059         (ada-find-any-references, ada-make-filename-from-adaname)
7060         (ada-make-body-gnatstub):
7061         * obsolete/rnews.el (news-list-news-groups):
7062         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7063         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7064         * net/rcirc.el (rcirc-debug):
7065         * net/newst-treeview.el (newsticker--treeview-list-add-item)
7066         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7067         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7068         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7069         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7070         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7071         (newsticker--treeview-list-clear-highlight)
7072         (newsticker--treeview-list-update-highlight)
7073         (newsticker--treeview-list-highlight-start)
7074         (newsticker--treeview-tree-update-highlight)
7075         (newsticker--treeview-get-selected-item)
7076         (newsticker-treeview-mark-list-items-old)
7077         (newsticker--treeview-set-current-node):
7078         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7079         * net/newst-backend.el (newsticker--get-news-by-funcall)
7080         (newsticker--get-news-by-wget, newsticker--image-get)
7081         (newsticker--image-sentinel):
7082         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7083         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7084         (eudc-ph-close-session):
7085         * net/eudc.el (eudc-save-options):
7086         * language/thai-word.el (thai-update-word-table):
7087         * language/japan-util.el (japanese-string-conversion):
7088         * international/titdic-cnv.el (tsang-quick-converter)
7089         (ziranma-converter, ctlau-converter):
7090         * international/mule-cmds.el (describe-language-environment):
7091         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7092         (skkdic-convert-postfix, skkdic-convert-prefix):
7093         (skkdic-convert-okuri-nasi, skkdic-convert):
7094         * emacs-lisp/re-builder.el (reb-update-overlays):
7095         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7096         * emacs-lisp/gulp.el (gulp-send-requests):
7097         * emacs-lisp/find-gc.el (trace-call-tree):
7098         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7099         (eieio-describe-generic):
7100         * emacs-lisp/eieio-base.el (eieio-persistent-read):
7101         * emacs-lisp/edebug.el (edebug-outside-excursion):
7102         * emacs-lisp/debug.el (debugger-make-xrefs):
7103         * emacs-lisp/cust-print.el (custom-prin1-to-string):
7104         * emacs-lisp/chart.el (chart-new-buffer):
7105         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7106         Use with-current-buffer.
7107         * textmodes/artist.el (artist-system): Don't call
7108         copy-sequence on a fresh string.
7109         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7111 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
7113         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7114         is no item to edit.  (Bug#4820)
7115         (todo-top-priorities): Restore point and restore narrowing in Todo
7116         buffer.  (Bug#4820)
7118 2009-10-31  Glenn Morris  <rgm@gnu.org>
7120         * net/ange-ftp.el (top-level): Don't require dired when compiling.
7121         (comint-last-output-start, comint-last-input-start)
7122         (comint-last-input-end): Don't defvar when compiling.
7123         (ange-ftp-process-file): Use bound-and-true-p.
7125         * pcmpl-rpm.el (top-level): Move provide statement to end.
7126         (pcmpl-rpm): Remove unused custom group.
7128         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7130         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7132         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7133         (byte-compile-warnings): Add `constants' as an option.
7134         (byte-compile-callargs-warn, byte-compile-arglist-warn)
7135         (display-call-tree): Update for byte-compile-fdefinition possibly
7136         returning `(macro lambda ...)'.  (Bug#4778)
7137         (byte-compile-variable-ref, byte-compile-setq-default):
7138         Respect `constants' member of byte-compile-warnings.
7140 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7142         * vc-bzr.el (vc-bzr-revision-keywords): New var.
7143         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7144         to "submit:".
7146 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
7148         * textmodes/ispell.el (ispell-skip-region-alist):
7149         * international/mule-conf.el (eight-bit):
7150         * international/fontset.el (font-encoding-alist):
7151         * startup.el (pure-space-overflow-message):
7152         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7153         * paths.el (gnus-nntp-service, rmail-spool-directory)
7154         (term-file-prefix):
7155         * files.el (save-some-buffers-action-alist):
7156         * cmuscheme.el (same-window-buffer-names):
7157         * ielm.el (same-window-buffer-names):
7158         * shell.el (same-window-buffer-names):
7159         * mail/sendmail.el (same-window-buffer-names):
7160         * progmodes/inf-lisp.el (same-window-buffer-names):
7161         * bindings.el (mode-line-client)
7162         (mode-line-column-line-number-mode-map):
7163         * language/tibetan.el (tibetan-precomposition-rule-regexp)
7164         (tibetan-precomposed-regexp): Purecopy string arguments.
7166 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7168         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7169         (calcDigit-nondigit):
7170         * calc/calc-yank.el (calc-copy-to-buffer):
7171         * calc/calc-units.el (calc-invalidate-units-table):
7172         * calc/calc-trail.el (calc-trail-yank):
7173         * calc/calc-store.el (calc-insert-variables):
7174         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7175         * calc/calc-prog.el (calc-read-parse-table):
7176         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7177         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7178         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7179         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7180         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7181         (calc-graph-name, calc-graph-find-command, calc-graph-view)
7182         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7183         * calc/calc-ext.el (calc-realign):
7184         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7185         (calc-embedded-finish-edit, calc-embedded-make-info)
7186         (calc-embedded-finish-command, calc-embedded-stack-change):
7187         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7189         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7190         shell-dynamic-complete-filename in preference to
7191         comint-dynamic-complete-filename.
7193         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7194         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7195         Don't consider whether the display supports colors.
7196         (bookmark-import-new-list): Use dolist.
7197         (bookmark-bmenu-mode-map): Move initialization into declaration.
7198         (bookmark-bmenu-list): Use dolist, simplify.
7199         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7200         (menu-bar-final-items): Use push.
7202 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7204         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7205         it works on remote files.
7206         (vc-hg-diff): Don't pass any `--cwd' argument.
7208 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7210         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7211         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7212         (Further to Bug#3921).
7214 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7216         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7217         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7218         calling `tramp-imap-put-file'.  Add file size to the call.
7219         (tramp-imap-get-file-entries): Compute also user name, file size,
7220         and date.
7221         (tramp-imap-handle-insert-directory): Insert uid and gid.
7222         (tramp-imap-handle-file-attributes): Transform uid and gid
7223         according to `id-format'.
7224         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7225         size in header X-Size.
7227 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7229         * simple.el (transpose-subr): Give clearer error when the mark
7230         is not set.  (Bug#4807)
7232 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7234         * net/tramp.el (tramp-perl-file-truename): New defconst.
7235         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7236         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7237         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7238         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7240         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7241         Ignore `dired-call-process'.
7242         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7244 2009-10-26  Julian Scheid  <julians37@gmail.com>
7246         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7247         (tramp-get-remote-readlink): New defun.
7248         (tramp-handle-file-truename): Use it.
7249         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7250         file exists if cache value present.
7251         (tramp-check-cached-permissions): New defun.
7252         (tramp-handle-file-readable-p): Use it.
7253         (tramp-handle-file-writable-p): Likewise.
7254         (tramp-handle-file-executable-p): Likewise.
7255         (tramp-handle-file-name-all-completions): Try using Perl to get
7256         partial completions.  When perl not available, combine `cd' and
7257         `ls' into single remote operation and use shell expansion to get
7258         partial remote directory contents.  Set `file-exists-p' cache for
7259         directory and any files returned by ls.  Change cache handling to
7260         support partial directory contents.  Use error message emitted by
7261         remote `cd' or Perl code for local tramp-error.
7262         (tramp-do-copy-or-rename-file-directly): Avoid separate
7263         tramp-send-command-and-check call.
7264         (tramp-handle-process-file): Merge three remote ops into one.
7265         Do not flush all caches when `process-file-side-effects' is set.
7266         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7267         file-attributes shows uid/gid to be set already.
7269 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7271         * textmodes/tex-mode.el (tex-dvi-view-command)
7272         (tex-show-queue-command, tex-open-quote):
7273         * progmodes/ruby-mode.el (auto-mode-alist)
7274         (interpreter-mode-alist): Purecopy strings.
7276         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7278         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7279         string for the hook, keymap and abbrev table.
7281         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7283         * x-dnd.el (x-dnd-xdnd-to-action):
7284         * startup.el (fancy-startup-text, fancy-about-text): Change to
7285         defconst from defvar.
7287         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7289         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7290         Purecopy initialization strings.
7292         * mail/sendmail.el (mail-header-separator)
7293         (mail-personal-alias-file):
7294         * mail/rmail.el (rmail-default-dont-reply-to-names)
7295         (rmail-ignored-headers, rmail-retry-ignored-headers)
7296         (rmail-highlighted-headers, rmail-secondary-file-directory)
7297         (rmail-secondary-file-regexp):
7298         * files.el (null-device, file-name-invalid-regexp)
7299         (locate-dominating-stop-dir-regexp)
7300         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7301         (interpreter-mode-alist): Use mapcar instead of mapc.
7303         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7305         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7306         (completion-ignored-extensions):
7307         (debug-ignored-errors): Purecopy strings.
7309 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7311         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7312         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7313         (pcomplete--here): Use push.
7315         * subr.el (all-completions): Declare the 4th arg obsolete.
7317 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7319         * pcomplete.el (pcomplete-unquote-argument-function): New var.
7320         (pcomplete-unquote-argument): New function.
7321         (pcomplete--common-suffix): Always pay attention to case.
7322         (pcomplete--table-subvert): Quote and unquote the text.
7323         (pcomplete--common-quoted-suffix): New function.
7324         (pcomplete-std-complete): Use it and pcomplete-begin.
7326         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7327         we're inside a dedicated or minibuffer window.
7329 2009-10-24  Drew Adams  <drew.adams@oracle.com>
7330             Karl Fogel  <kfogel@red-bean.com>
7332         * bookmark.el: Update documentation, especially documentation
7333         of `bookmark-alist' and of the bookmark file format.  (Bug#4195)
7335 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7337         * mail/emacsbug.el (report-emacs-bug): Clarify that the
7338         keybindings apply to the mail buffer (Bug#4003).  Shrink help
7339         window to buffer.
7341         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7342         (global-whitespace-mode, global-whitespace-newline-mode)
7343         (whitespace-toggle-options, global-whitespace-toggle-options):
7344         Doc fix (Bug#3660).
7346         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7347         of xmltok-start before the end tag was inserted (Bug#2840).
7349         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7350         patterns that are preceded by an open-paren (Bug#1320).
7352 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
7354         * files.el (delete-directory): Delete symlinks to directories with
7355         delete-file (Bug#4739).
7357 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7359         * vc.el (vc-backend-for-registration): Rename from
7360         vc-get-backend-for-registration.  Update callers.
7362         * international/mule-cmds.el (set-language-info-alist):
7363         Purecopy lang-env.
7364         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7365         (charset): Purecopy the name.
7366         (define-char-code-property): Purecopy string arguments.
7368         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7369         Purecopy string arguments.
7371         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7372         * ediff-hook.el (menu-bar-ediff-menu):
7373         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7374         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7376 2009-10-24  Glenn Morris  <rgm@gnu.org>
7378         * comint.el (comint-dynamic-list-completions):
7379         * term.el (term-dynamic-list-completions): Use choose-completion rather
7380         than obsolete alias mouse-choose-completion.
7382         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7383         file-cache-choose-completion.
7384         (file-cache-choose-completion): Handle an optional event argument.
7385         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7387         * progmodes/octave-mod.el (octave-complete-symbol):
7388         Use choose-completion if mouse-choose-completion is ever removed.
7390         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7391         use.
7393         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7394         compiler.
7396         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7398 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7400         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7401         Ignore `pred' now that we receive one.
7402         Handle test-completion specially.
7404 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7406         * vc.el (vc-responsible-backend): Throw an error if not backend is
7407         found.  Remove the REGISTER argument.  Move the code dealing with
7408         REGISTER ...
7409         (vc-get-backend-for-registration): ... here.  New function.
7410         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7411         of vc-responsible-backend, pass the file name instead of the
7412         directory name.
7414 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7416         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7417         New funs.
7418         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7419         (pcomplete-comint-setup): Don't modify a global var via
7420         accidental side-effects.
7421         (pcomplete-shell-setup): Adjust call accordingly.
7422         (pcomplete-parse-comint-arguments): Use push.
7424 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7426         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7427         Allow uncapitalized info node names (Bug#3921).
7429         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7430         to the DEBUG file (Bug#3781).
7432 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7434         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7435         dictionary entry (Bug#4579).
7437 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7439         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7440         from `rfn-eshadow-update-overlay-hook' when unloading.
7441         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7442         "rsyncc".  Adjust doc string.
7443         (tramp-temp-buffer-file-name): New buffer-local defvar.
7444         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7445         Keep temporary file when indicated by method ("rsync" and
7446         "rsyncc").
7447         (tramp-handle-write-region): Handle APPEND.
7448         (tramp-delete-temp-file-function): New defun.  Added to
7449         `kill-buffer-hook'.
7451 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7453         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7455 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7457         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7458         (color-name-rgb-alist, tty-standard-colors)
7459         (tty-color-mode-alist): Change to defconst.
7461         * simple.el (mark-inactive): Purecopy message.
7463         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7464         (global-map, yank-menu):
7465         * textmodes/ispell.el (ispell-menu-map):
7466         * net/eudc.el (eudc-tools-menu):
7467         * international/mule-cmds.el (describe-language-environment-map)
7468         (setup-language-environment-map, set-coding-system-map)
7469         (mule-menu-keymap):
7470         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7471         * replace.el (occur-mode-map):
7472         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7474 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7476         * calc/calc.el (math-read-number, math-read-number-simple):
7477         Use `save-match-data'.
7479 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7481         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7482         rather than fiddling with global-map bindings, since it should only
7483         affect per-terminal settings.
7484         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7486         * minibuffer.el (completion-table-with-terminator): Allow to specify
7487         the terminator-regexp.
7489         * simple.el (switch-to-completions): Look for *Completions* in other
7490         frames as well.
7492         * pcomplete.el: Allow the use of completion-tables.
7493         (pcomplete-std-complete): New command.
7494         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7495         (pcomplete--here): Use a function for `form' rather than an expression,
7496         so it can be byte-compiled.
7497         (pcomplete-here, pcomplete-here*): Adjust accordingly.
7498         Add edebug declaration.
7499         (pcomplete-show-completions): Remove unused var `curbuf'.
7500         (pcomplete-do-complete, pcomplete-stub):
7501         Don't assume `completions' is a list of strings any more.
7503 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
7505         * find-dired.el (find-name-arg): Fix typo in docstring.
7507 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7509         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7510         (pcmpl-linux-fs-types): Same, and update to new modules layout.
7512         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7513         pcomplete-entries.
7515         * comint.el (comint-read-input-ring, comint-write-input-ring)
7516         (comint-substitute-in-file-name)
7517         (comint-dynamic-complete-as-filename)
7518         (comint-dynamic-simple-complete)
7519         (comint-dynamic-list-filename-completions)
7520         (comint-dynamic-list-completions)
7521         (comint-redirect-results-list-from-process): Minor simplifications.
7523 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7525         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7526         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7527         the first form.  And insert a blank line after ";;; Code" since
7528         that's usual style.  (Bug#4612)
7530         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7532 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7534         * minibuffer.el (completion-table-with-terminator): Properly implement
7535         boundaries, in case `terminator' appears in the suffix.
7536         (completion--embedded-envvar-table): Don't return boundaries if
7537         there's no valid completion.  Simplify.
7538         (completion-file-name-table): New completion table extracted from
7539         completion--file-name-table.
7540         (completion--file-name-table): Use it.
7541         (read-file-name-predicate): Declare obsolete.
7542         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7543         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7544         completion-file-name-table, and use the `pred' argument.
7545         * files.el (locate-file-completion-table): Use the `pred' arg rather
7546         than read-file-name-predicate.
7547         (abbreviate-file-name): Use \` rather than ^ for BOS.
7549 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
7551         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7552         vc-responsible-backend to register, it causes problems.
7554 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7556         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7558 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
7560         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7561         (tramp-smb-handle-file-attributes): Use it.
7562         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7563         (tramp-smb-handle-insert-directory): Use `mapc' rather than
7564         `mapcar'.  Use `tramp-smb-get-stat-capability'.
7565         Add `dired-filename' text properties.
7566         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7567         (tramp-smb-maybe-open-connection): Simplify check for smbclient
7568         version.
7570 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7572         * subr.el (read-key-delay): Reduce to 0.01.
7573         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7574         (bug#4751).
7576 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7578         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7580         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7581         (Info-menu): Remove unused vars `last' and `completions'.
7582         (Info-index-nodes): Remove unused var `node'.
7584         * info.el (Info-complete-menu-item): Use complete-with-action.
7586 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7588         Make vc-annotate work through copies and renames.
7589         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7590         Return the file name too.
7591         (vc-annotate-revision-at-line)
7592         (vc-annotate-find-revision-at-line)
7593         (vc-annotate-revision-previous-to-line)
7594         (vc-annotate-show-log-revision-at-line): Update to get the file
7595         name from vc-annotate-extract-revision-at-line.
7596         (vc-annotate-show-diff-revision-at-line-internal): Change the
7597         argument to mean whether to show a file diff or not.  Get the file
7598         name from vc-annotate-extract-revision-at-line.
7599         (vc-annotate-show-diff-revision-at-line):
7600         Update vc-annotate-show-diff-revision-at-line call.
7601         (vc-annotate-warp-revision): Add an optional file argument.
7603         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7604         (vc-git-annotate-extract-revision-at-line): Also return the file
7605         name if found.
7607         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7608         command.  Remove unused code.
7609         (vc-hg-annotate-re): Update to match --follow output.
7610         (vc-hg-annotate-extract-revision-at-line): Also return the file
7611         name if found.
7613         * vc.el: Update annotate-extract-revision-at-line documentation.
7615 2009-10-18  Kevin Ryde  <user42@zip.com.au>
7617         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7618         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7620         * net/browse-url.el (browse-url): Identify alist with "consp and
7621         not functionp" and let all other things go down the `apply' leg,
7622         as suggested by Stefan.  (Further to bug#4531.)
7624 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
7626         * minibuffer.el (read-file-name): Check for repeat before putting
7627         a default argument in file-name-history (Bug#4657).
7629         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7630         read syntax (Bug#4737).
7632         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7634 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7636         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7637         (html-tag-alist, html-tag-help): Add descriptions for undocumented
7638         entries and make note of obsolete tags.
7640 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7642         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7644 2009-10-18  Glenn Morris  <rgm@gnu.org>
7646         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7647         grep, so that binary files (eg international/uni-bidi.el) can match.
7648         Remove test for "UnicodeData" files, since it is hopefully unnecessary
7649         now, and in any case the file header format has changed.
7651 2009-10-17  Glenn Morris  <rgm@gnu.org>
7653         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7654         (flyspell-get-word, flyspell-large-region)
7655         (flyspell-auto-correct-previous-word): Doc/error message fixes.
7657 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7659         * Makefile.in (ELCFILES): Add ede/shell.
7661 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7663         * term/common-win.el (x-colors): Purecopy it.
7665 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7667         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7668         permissive for when the buffer is empty.
7669         (tar-header-block-tokenize): Decode the username and groupname.
7670         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7672 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7674         * international/mule-cmds.el (select-safe-coding-system): If the file
7675         has a coding cookie, use it regardless of any other setting (bug#4712).
7677 2009-10-17  Glenn Morris  <rgm@gnu.org>
7679         * foldout.el (foldout-mouse-swallow-events):
7680         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7682         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7683         (dired-keep-marker-copy, dired-keep-marker-hardlink)
7684         (dired-keep-marker-symlink, dired-dwim-target)
7685         (dired-copy-preserve-time): Do not autoload these defcustoms.
7687         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7688         messages from messing up the file coding.  (Bug#4623)
7690 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
7692         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7693         if no match is found for the current dictionary.  (Bug#4578)
7695         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7696         optional, since that is how it is documented, and this is often called
7697         with a nil argument.  (Bug#4577)
7698         (flyspell-external-point-words, flyspell-auto-correct-word)
7699         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7700         (flyspell-word-search-backward): Remove nil argument in calls to
7701         flyspell-get-word, since it is not needed now.
7703 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7705         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7707 2009-10-16  Glenn Morris  <rgm@gnu.org>
7709         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7711 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7713         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7714         (ange-ftp-file-size): New function.
7715         (ange-ftp-file-attributes): Use it.
7717 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7719         * net/tramp-smb.el (tramp-smb-version): New defvar.
7720         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7721         repeated checks.
7723 2009-10-16  Glenn Morris  <rgm@gnu.org>
7725         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7726         Maybe copy some custom properties from old to new name.  (Bug#4706)
7728 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7730         * subr.el (error, sit-for, start-process-shell-command)
7731         (start-file-process-shell-command): Set the calling convention
7732         after the function definition.
7734 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7736         * subr.el (error, sit-for, start-process-shell-command)
7737         (start-file-process-shell-command): Use the new
7738         set-advertised-calling-convention feature.
7740 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7742         * international/ucs-normalize.el (ucs-normalize-version):
7743         Change to 1.2.
7744         (check-range): Adjust for Unicode 5.2.
7746 2009-10-15  Juri Linkov  <juri@jurta.org>
7748         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7749         to the `menu-item' format.
7751 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7753         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7754         if the environment variable does not exist.
7756         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7757         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7758         parameter.
7759         (tramp-smb-handle-add-name-to-file)
7760         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7761         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7762         (tramp-smb-handle-file-attributes)
7763         (tramp-smb-do-file-attributes-with-stat)
7764         (tramp-smb-handle-file-local-copy)
7765         (tramp-smb-handle-insert-directory)
7766         (tramp-smb-handle-make-directory)
7767         (tramp-smb-handle-make-directory-internal)
7768         (tramp-smb-handle-make-symbolic-link)
7769         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7770         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7771         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7772         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7773         Handle long file names.
7774         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7775         process is running.
7776         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7777         Read share names with "-g" option.
7779 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7781         * net/rcirc.el (rcirc-view-log-file): New command.
7782         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7783         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7784         specified.
7786 2009-10-15  Glenn Morris  <rgm@gnu.org>
7788         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7789         from the second command-line argument.
7790         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7791         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7792         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7793         w32-batch-update-autoloads.
7794         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7795         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7797         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7798         the headers cannot be located.  Simplify, subtracting superflous
7799         save-excursions.
7801 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7803         Replace completion-base-size by completion-base-position to fix bugs
7804         such as (bug#4699).
7805         * simple.el (completion-base-position): New var.
7806         (completion-base-size): Mark as obsolete.
7807         (choose-completion): Make it work for mouse events as well.
7808         Pass the new base-position to choose-completion-string.
7809         (choose-completion-guess-base-position): New function, extracted from
7810         choose-completion-delete-max-match.
7811         (choose-completion-delete-max-match): Use it.  Make obsolete.
7812         (choose-completion-string): Use the new base-position info.
7813         (completion-root-regexp): Delete.
7814         (completion-setup-function): Preserve completion-base-position.
7815         Eliminate obsolete base-size manipulation.
7816         * minibuffer.el (display-completion-list): Don't mess with base-size.
7817         (minibuffer-completion-help): Set completion-base-position instead.
7818         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7819         choose-completion.
7820         * textmodes/bibtex.el (bibtex-complete):
7821         * emacs-lisp/crm.el (crm--choose-completion-string):
7822         Adjust to new calling convention.
7823         * complete.el (partial-completion-mode): Use minibufferp to avoid
7824         bumping into incompatible change to choose-completion-string-functions.
7825         * ido.el (ido-choose-completion-string): Make its calling convention
7826         more permissive.
7827         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7828         base-size manipulation.
7829         (comint-dynamic-list-input-ring): Use dotimes and push.
7830         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7831         fundamental-mode.  Use `or'.
7833 2009-10-14  Juri Linkov  <juri@jurta.org>
7835         * misearch.el (multi-isearch-next-buffer-from-list)
7836         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7838 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7840         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7841         `bytecomp.el'.
7843         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7844         string we return is all made up of text from the completions rather
7845         than part from the completions and part from the input (bug#4219).
7847         * ido.el (ido-everywhere): Use define-minor-mode.
7849         * buff-menu.el (list-buffers, ctl-x-map):
7850         Mark the entry points with ;;;###autoload cookies.
7852 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7854         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7855         correctly in the detached head case.
7856         (vc-git-print-log): Remove unused binding.
7858         * vc.el (vc-responsible-backend): When a directory is passed for
7859         for registration create a VC repository if no backend is
7860         responsible for the directory argument.
7861         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7863         * vc.el: Move comments about RCS and SCCS ...
7864         * vc-rcs.el:
7865         * vc-sccs.el: ... here, respectively.
7867 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7869         * minibuffer.el (completion--file-name-table): Return nil if there's
7870         no file completion, even if substitute-in-file-name changed
7871         the string (bug#4708).
7873 2009-10-13  Juri Linkov  <juri@jurta.org>
7875         * files-x.el (read-file-local-variable-value): Don't filter out
7876         minor modes from mode name completion (bug#4664).
7878 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7880         * international/mule-cmds.el (ucs-names): Remove exclusion of
7881         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7883 2009-10-13  Kenichi Handa  <handa@m17n.org>
7885         * international/uni-name.el: Regenerated.
7887 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7889         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7890         should be automatically buffer-local, but isn't.)
7892 2009-10-12  Sam Steingold  <sds@gnu.org>
7894         * progmodes/compile.el (compilation-next-error-function): Fix the
7895         timestamps if the buffer has been visited before.
7896         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7897         non-anchored patterns, like the perl one (bug#3928).
7899 2009-10-12  Glenn Morris  <rgm@gnu.org>
7901         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7902         Let-bind `size'.
7904 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7906         * proced.el (proced-unload-function): New function.
7908         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7909         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7910         Doc fix.
7912         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7914 2009-10-11  Juri Linkov  <juri@jurta.org>
7916         * files-x.el (read-file-local-variable-value):
7917         Provide default value only for bound variables (bug#4664).
7919 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7921         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7922         connection methods like smb.
7924         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7925         can be empty.
7927         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7928         (tramp-smb-file-name-handler-alist): Add handlers for
7929         `add-name-to-file', `make-symbolic-link'.
7930         (tramp-smb-handle-add-name-to-file)
7931         (tramp-smb-do-file-attributes-with-stat)
7932         (tramp-smb-handle-make-symbolic-link)
7933         (tramp-smb-get-cifs-capabilities): New defuns.
7934         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7935         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7936         (tramp-smb-handle-file-local-copy)
7937         (tramp-smb-handle-make-directory-internal)
7938         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7939         The file name syntax depends on cifs capabilities.
7940         (tramp-smb-handle-file-attributes):
7941         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7942         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7943         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7945 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7947         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7948         (eieio-defclass): Apply deftype handler and setf-method properties
7949         directly.
7950         (eieio-add-new-slot): Avoid union function from cl library.
7951         (eieio--typep): New function.
7952         (eieio-perform-slot-validation): Use it.
7954 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7956         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7957         Update documentation to refer to the variables documented in r1.135.
7958         (Bug#4188)
7960 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7962         * bookmark.el (Info-suffix-list): Remove this unused variable.
7963         (bookmark-current-point): Remove this obsolete variable.
7964         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7965         Adjust for removal of bookmark-current-point.
7967         (bookmarks-already-loaded, bookmark-current-buffer)
7968         (bookmark-yank-point): Document.  (Bug#4188)
7970 2009-10-10  Glenn Morris  <rgm@gnu.org>
7972         * frame.el (frame-height): Doc fix.
7974         * calendar/calendar.el (calendar-split-width-threshold): New option.
7975         (calendar-basic-setup): Use calendar-split-width-threshold.
7977 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7979         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7980         Ideographic Supplement" range (U+1F200..U+1F2FF).
7982 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7984         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7985         since the list will have been rebuilt anyway.  (Bug#4349)
7987 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7989         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7990         (bookmark-bmenu-execute-deletions): Don't save here, as
7991         bookmark-delete will now do so if necessary.
7992         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7993         (Bug#4348)
7995 2009-10-09  Glenn Morris  <rgm@gnu.org>
7997         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7999 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8001         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8002         (bookmark-jump-other-window): Just invoke bookmark-jump with new
8003         argument now, so the two function's behaviors will match.  (Bug#3645)
8005 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
8007         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8008         (tramp-file-name-real-host, tramp-file-name-port):
8009         Apply `save-match-data'.
8011         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8012         case both directories are remote.
8013         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8014         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8016 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8018         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8020 2009-10-07  Glenn Morris  <rgm@gnu.org>
8022         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8023         of concat.
8025 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8027         * files-x.el (read-file-local-variable): Include some
8028         non-user-variables in the completion table (bug#4664).
8030 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
8032         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8033         message.
8035         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8036         (tramp-smb-file-name-handler-alist): Add handler for
8037         `copy-directory', `expand-file-name', `set-file-modes'.
8038         (tramp-smb-handle-copy-directory)
8039         (tramp-smb-handle-expand-file-name)
8040         (tramp-smb-handle-set-file-modes): New defuns.
8041         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8042         (tramp-smb-handle-file-attributes): Simplify check for retrieving
8043         entry.
8044         (tramp-smb-handle-insert-directory): Don't flush the cache.
8045         (tramp-smb-maybe-open-connection): Check for samba client and
8046         server versions.
8048 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
8050         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8051         to not error out of search for "^lisp=" fails.
8053 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8055         * makefile.w32-in (WINS_UPDATES): New macro.
8056         (custom-deps, finder-data, autoloads): Use it.
8058 2009-10-07  Glenn Morris  <rgm@gnu.org>
8060         * Makefile.in (autoloads): Revert previous change.
8061         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8062         the list of preloaded files passed on the command-line, get
8063         it from src/Makefile.
8065         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8066         show the original buffer rather than a random one.
8068 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
8070         * help.el (describe-no-warranty): Place point in a slightly better
8071         position in the GPLv3 text.
8073 2009-10-06  Sam Steingold  <sds@gnu.org>
8075         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8076         the comm attribute is present before calling regexp-quote.
8078 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8080         * play/animate.el (animate-string): For good effect, make sure
8081         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8083         * play/animate.el (animate-sequence, animate-birthday-present):
8084         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8086 2009-10-06  Glenn Morris  <rgm@gnu.org>
8088         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8090         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8091         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8092         (batch-update-autoloads): Process a string value of autoload-excludes,
8093         set during the build process.
8094         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8096         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8097         inside with-parsed...  macro so that `v' is defined.
8099         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8100         * progmodes/fortran.el (fortran-end-of-block)
8101         (fortran-beginning-of-block):
8102         Also push mark in the macro case.
8104         * emerge.el (emerge-show-file-name):
8105         * calc/calc.el (calc-quit):
8106         * calc/calc-misc.el (calc-big-or-small):
8107         * calc/calc-graph.el (calc-graph-view):
8108         * calc/calc-ext.el (calc-reset):
8109         * calendar/calendar.el (calendar-basic-setup):
8110         Use window-full-height-p.
8112         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8113         header we don't understand, don't insert another.  (Bug#4624)
8114         If changing mime charset, insert the new one in the right place.
8116 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8118         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8119         (cal-tex-cursor-month): Correctly increment the end date for diary and
8120         holiday listing.  (Bug#4626)
8122 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8124         * help-fns.el (describe-function-1): Don't burp if the function is not
8125         a symbol.
8127 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8129         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8130         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8131         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8132         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8134         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8135         (eieio-default-superclass): Reflow docstrings.
8136         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8137         (eieio-unbind-method-implementations, defmethod)
8138         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8139         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8140         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8141         (eieio-slot-originating-class-p, eieio-slot-name-index)
8142         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8143         (constructor, initialize-instance, no-next-method, object-print)
8144         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8145         Fix typos in docstrings.
8146         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8147         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8148         (next-method-p): Doc fixes.
8149         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8150         Fix typos in error messages.
8151         (eieio-defmethod): Fix typo in description of generic method.
8153         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8154         (eieio-persistent-save-interactive, slot-missing):
8155         Fix typos in docstrings.
8156         (eieio-instance-inheritor-slot-boundp): Doc fix.
8158         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8159         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8161         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8162         (eieio-custom-object-apply-reset):
8163         Fix typos in docstrings and error messages.
8165         * emacs-lisp/eieio-datadebug.el (data-debug-show):
8166         Fix typo in docstring.
8168         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8169         (eieio-browse-tree): Doc fix.
8170         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8171         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8172         Fix typos in docstrings.
8174         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8175         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8176         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8177         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8178         Reflow docstrings.
8180 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
8182         * vc-hg.el (log-view-vc-backend): Declare for compiler.
8183         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8184         Set log-view-vc-backend so that diff can work.
8186         * log-view.el (log-view-diff): Use vc-diff-internal instead of
8187         vc-version-diff.
8188         (vc-diff-internal): Autoload this instead of vc-version-diff.
8190 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8192         * simple.el (eval-expression): Doc fix.
8194         * progmodes/cwarn.el (cwarn-mode): Doc fix.
8196 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
8198         * files.el (directory-files-no-dot-files-regexp): New defconst.
8199         (delete-directory): Use it.
8200         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
8202         * net/tramp.el (tramp-verbose): Fix docstring.
8203         (tramp-methods): Add recursive option to `tramp-copy-args'.
8204         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
8205         "scp1_old", "scp2_old", "rsync", "rsyncc".
8206         (tramp-default-method): Check also for `auth-source-user-or-password'.
8207         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8208         Add handler for `copy-directory'.
8209         (tramp-handle-copy-directory): New defun.
8210         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8211         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8212         Optimize sent command.
8214 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8216         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8217         window if necessary.
8219         * calendar/calendar.el (calendar-basic-setup): Don't call
8220         switch-to-buffer in a dedicated window.
8222 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
8224         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8225         don't do anything related to relocating, just return nil.
8226         (bookmark-error-no-filename): New error.
8227         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8228         bookmark has no file.  Don't even attempt to handle things that
8229         are not files; the whole point of custom handlers is to keep that
8230         knowledge elsewhere anyway.  Tighten some comments.
8231         (bookmark-file-or-variation-thereof): Remove now-unused function.
8232         (bookmark-location): Doc string fix.
8233         (Bug#4250)
8235 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8237         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8238         don't use a file dialog, because they usually don't know how to read
8239         a directory target from the user.  (Bug#4230)
8240         Also, make sure the prompt can display directories as well as files.
8242 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8244         * bookmark.el (bookmark-set, bookmark-buffer-name):
8245         Improve doc strings.  (Bug#1193)
8247 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8249         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8250         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8251         (bookmark-get-annotation, bookmark-set-annotation)
8252         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8253         (bookmark-set-position, bookmark-get-front-context-string)
8254         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8255         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8256         (bookmark-jump-other-window, bookmark-handle-bookmark)
8257         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8258         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8259         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8260         Improve doc strings to say whether bookmark can be a string or
8261         a record or both, and make other consistency and clarity fixes.
8262         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8263         (bookmark-default-annotation-text, bookmark-yank-word)
8264         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8265         (bookmark-import-new-list, bookmark-maybe-rename)
8266         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8267         (bookmark-bmenu-bookmark): Give these doc strings.
8268         (bookmark-bmenu-check-position): Give this a doc string, but also
8269         add a FIXME comment about how the function may be pointless.
8270         (bookmark-default-handler): Rework doc string and change a
8271         parameter name, to clarify that this takes a bookmark record
8272         not a bookmark name.
8273         (bookmark-set): Change a parameter name to indicate its meaning,
8274         and improve the doc string a bit.
8275         (Bug#4188)
8277 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8279         * bookmark.el (bookmark-alist): Document the new `handler' element
8280         in the param alist.
8281         (bookmark-make-record-function): Adjust documentation for above.
8282         (Bug#4193)
8284 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8286         * info.el (Info-bookmark-make-record): Document this function.
8287         (Info-bookmark-jump): Document with a doc string, not just a comment.
8288         (Bug#4203)
8290 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
8292         * files.el (copy-directory): New defun.
8294         * dired-aux.el (dired-copy-file-recursive): Use it.
8296 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8298         * files-x.el (modify-dir-local-variable)
8299         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8300         docstrings.
8302         * recentf.el (recentf-unload-function): New function.
8304 2009-10-04  Glenn Morris  <rgm@gnu.org>
8306         * window.el (window-full-height-p): Add doc string.
8308 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
8310         * window.el (window-full-height-p): New function.  (Bug#4543)
8312 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
8314         * vc.el: Remove commented out code.
8315         (vc-derived-from-dir-mode): Remove, unused.
8316         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8318 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
8320         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8321         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
8322         there could be recursive loading when `default-directory' is a
8323         remote file name.  (Bug#4614)
8325 2009-10-03  Glenn Morris  <rgm@gnu.org>
8327         * calendar/calendar.el (calendar-basic-setup): Handle the case where
8328         the frame is wide.
8329         (calendar-generate-window): Test for shrinkability rather than width.
8331         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8332         reusing existing buffers, in case we happen to visit two files with the
8333         same basename.  (Bug#4593)
8335 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8337         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8338         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8339         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8340         subdirs of cedet as well.
8341         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8343 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8345         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8346         Obey advertised-signature-table.
8348         * help-fns.el (help-function-arglist): Don't check
8349         advertised-signature-table.
8350         (describe-function-1): Do it here instead so it also applies to subrs.
8352 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
8354         * simple.el (start-file-process): Say in the doc-string, that file
8355         handlers might not support pty association, if PROGRAM is nil.
8357         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8358         HOST and USER are strings.  They are nil, when there are
8359         incomplete entries in ~/.netrc, for example.
8360         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
8361         root directory ("device busy" error otherwise).
8363         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8364         Flush file properties of created directory.
8366 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8368         * makefile.w32-in (WINS_BASIC): Remove cedet.
8369         (WINS_CEDET): Add cedet.
8370         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8372 2009-10-02  Kevin Ryde  <user42@zip.com.au>
8374         * net/browse-url.el (browse-url): Pass any symbol in
8375         browse-url-browser-function to `apply', since if you've mistakenly put
8376         an unbound symbol then the error is clearer.  (Bug#4531)
8378 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8380         * allout.el (allout-init, allout-back-to-current-heading)
8381         (allout-beginning-of-current-entry, allout-ascend-to-depth)
8382         (allout-ascend, allout-up-current-level, allout-end-of-level)
8383         (allout-previous-visible-heading, allout-forward-current-level)
8384         (allout-backward-current-level, allout-show-children):
8385         * apropos.el (apropos-describe-plist):
8386         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8387         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8388         * completion.el (add-completion, add-permanent-completion):
8389         * descr-text.el (describe-text-category, describe-char):
8390         * desktop.el (desktop-lazy-abort):
8391         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8392         * dired.el (dired-build-subdir-alist):
8393         * ediff.el (ediff-version):
8394         * elide-head.el (elide-head, elide-head-show):
8395         * emerge.el (emerge-version):
8396         * env.el (getenv):
8397         * face-remap.el (variable-pitch-mode):
8398         * faces.el (describe-face):
8399         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8400         (dired-at-point):
8401         * files.el (find-file-existing, auto-save-mode):
8402         * font-lock.el (font-lock-fontify-buffer):
8403         * help-fns.el (describe-function, describe-variable)
8404         (describe-syntax, describe-categories):
8405         * help.el (view-lossage, describe-bindings, describe-key)
8406         (describe-mode):
8407         * hexl.el (hexl-current-address):
8408         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8409         * info.el (Info-goto-emacs-key-command-node):
8410         * log-edit.el (log-edit-insert-cvs-template)
8411         (log-edit-insert-cvs-rcstemplate):
8412         * menu-bar.el (menu-bar-mode):
8413         * mouse.el (mouse-appearance-menu):
8414         * newcomment.el (comment-indent-new-line):
8415         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8416         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8417         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8418         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8419         * recentf.el (recentf-mode):
8420         * savehist.el (savehist-mode, savehist-save):
8421         * shadowfile.el (shadow-copy-files):
8422         * simple.el (kill-ring-save, next-line, previous-line)
8423         (normal-erase-is-backspace-mode):
8424         * strokes.el (strokes-update-window-configuration)
8425         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8426         (strokes-xpm-for-stroke):
8427         * time.el (emacs-uptime, emacs-init-time):
8428         * tutorial.el (tutorial--describe-nonstandard-key)
8429         (tutorial--detailed-help):
8430         * type-break.el (type-break-mode)
8431         (type-break-mode-line-message-mode, type-break-query-mode)
8432         (type-break-guesstimate-keystroke-threshold):
8433         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8434         * version.el (emacs-version):
8435         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8436         * winner.el (winner-mode):
8437         * calendar/timeclock.el (timeclock-in, timeclock-out)
8438         (timeclock-status-string, timeclock-change)
8439         (timeclock-workday-remaining-string)
8440         (timeclock-workday-elapsed-string)
8441         (timeclock-when-to-leave-string):
8442         * calendar/todo-mode.el (todo-add-category):
8443         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8444         * emacs-lisp/autoload.el (update-file-autoloads):
8445         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8446         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8447         (checkdoc-message-text, checkdoc-defun):
8448         * emacs-lisp/debug.el (debugger-list-functions):
8449         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8450         * emacs-lisp/eieio-opt.el (eieio-describe-class)
8451         (eieio-describe-generic):
8452         * emacs-lisp/lisp-mnt.el (lm-synopsis):
8453         * emacs-lisp/shadow.el (list-load-path-shadows):
8454         * emulation/cua-base.el (cua-mode):
8455         * emulation/edt.el (edt-set-scroll-margins):
8456         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8457         (tpu-toggle-regexp, tpu-toggle-search-direction)
8458         (tpu-toggle-rectangle, tpu-toggle-control-keys):
8459         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8460         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8461         (viper-set-parsing-style-toggling-macro)
8462         (viper-set-emacs-state-searchstyle-macros):
8463         * emulation/viper.el (viper-set-hooks):
8464         * eshell/esh-mode.el (eshell-truncate-buffer):
8465         * international/mule-cmds.el (prefer-coding-system)
8466         (describe-input-method, describe-language-environment):
8467         * international/mule-diag.el (list-character-sets)
8468         (describe-character-set, describe-coding-system)
8469         (describe-fontset, list-fontsets, list-input-methods):
8470         * mail/sendmail.el (mail-signature):
8471         * net/ange-ftp.el (ange-ftp-copy-file):
8472         * net/browse-url.el (browse-url):
8473         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8474         * net/quickurl.el (quickurl-add-url):
8475         * net/rcirc.el (names, topic):
8476         * net/xesam.el (xesam-mode):
8477         * play/5x5.el (5x5-new-game):
8478         * play/yow.el (apropos-zippy):
8479         * progmodes/ada-mode.el (ada-mode-version):
8480         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8481         (f90-end-of-block)
8482         (f90-beginning-of-block):
8483         * progmodes/fortran.el (fortran-end-of-block)
8484         (fortran-beginning-of-block):
8485         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8486         * progmodes/python.el (python-describe-symbol, python-shell):
8487         * term/ns-win.el (ns-print-buffer):
8488         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8489         * textmodes/flyspell.el (flyspell-mode-on):
8490         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8491         (pages-directory-for-addresses):
8492         * textmodes/table.el (table-recognize-cell)
8493         (table-query-dimension, table-generate-source)
8494         (table-insert-sequence, table--warn-incompatibility):
8495         * textmodes/tex-mode.el (tex-validate-buffer):
8496         * textmodes/texinfmt.el (texinfmt-version)
8497         (texinfo-format-buffer):
8498         Use `called-interactively-p' instead of `interactive-p'.
8500 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8502         * image-mode.el (image-toggle-display):
8503         * emacs-lisp/elp.el (elp-instrument-function):
8504         * emacs-lisp/advice.el (ad-make-advised-definition):
8505         * emacs-lisp/easy-mmode.el (define-minor-mode):
8506         * net/browse-url.el (browse-url-maybe-new-window):
8507         * progmodes/sh-script.el (sh-learn-buffer-indent):
8508         Pass new argument 'any to `called-interactively-p'.
8510 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8512         * international/uni-bidi.el:
8513         * international/uni-category.el:
8514         * international/uni-combining.el:
8515         * international/uni-comment.el:
8516         * international/uni-decimal.el:
8517         * international/uni-decomposition.el:
8518         * international/uni-digit.el:
8519         * international/uni-lowercase.el:
8520         * international/uni-mirrored.el:
8521         * international/uni-name.el:
8522         * international/uni-numeric.el:
8523         * international/uni-old-name.el:
8524         * international/uni-titlecase.el:
8525         * international/uni-uppercase.el:
8526         Regenerate from Unicode 5.2.0 data.
8528 2009-10-01  Glenn Morris  <rgm@gnu.org>
8530         * Makefile.in (ELCFILES): Regenerate.
8532 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8534         * subr.el (interactive-p): Mark obsolete.
8535         (called-interactively-p): Make the optional-ness of `kind' obsolete.
8536         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8537         advertised-signature-table for subroutines as well.
8539         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8540         (set-advertised-calling-convention): New function.
8541         (make-obsolete, define-obsolete-function-alias)
8542         (make-obsolete-variable, define-obsolete-variable-alias):
8543         Make the optional-ness of `when' obsolete.
8544         (define-obsolete-face-alias): Make `when' non-optional.
8545         * help-fns.el (help-function-arglist):
8546         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8547         Use advertised-signature-table.
8549 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
8551         * files.el (delete-directory): New defun.  The original function
8552         in fileio.c has been renamed to `delete-directory-internal'.
8554         * dired.el (dired-delete-file): Call `delete-directory' with
8555         RECURSIVE parameter.
8557         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8558         parameter RECURSIVE.  Implementation is missing.
8560         * net/tramp.el (tramp-handle-make-directory): Flush upper
8561         directory's file properties.
8562         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8563         (tramp-handle-dired-recursive-delete-directory): Flush directory
8564         properties after the remove command only.
8566         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8567         Handle optional parameter RECURSIVE.
8569         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8570         Handle optional parameter RECURSIVE.
8572         * net/tramp-smb.el (tramp-smb-errors): Add error message for
8573         connection timeout.
8574         (tramp-smb-handle-delete-directory): Handle optional parameter
8575         RECURSIVE.
8577 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8579         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8580         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8581         (byte-compile-defmacro): Use backquotes.
8583         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8585         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8586         has no associated file.
8587         (vc-resynch-buffer): Use vc-dir-buffers.
8589 2009-10-01  Glenn Morris  <rgm@gnu.org>
8591         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8592         (chart-file-count):
8593         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8594         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8595         * emacs-lisp/eieio-opt.el (eieio-describe-class):
8596         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8597         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8598         (eieio-copy-parents-into-subclass, make-instance, class-children)
8599         (eieio-generic-form):
8601         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8602         match-data.  (Bug#4555).
8604         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8605         rather than parsing it as a regexp.  This relaxes the layout
8606         requirements and makes errors easier to detect.
8607         (check-declare-verify): Check file is regular.
8608         (check-declare-directory): Doc fix.
8609         * subr.el (declare-function): Doc fix.
8611         * ibuffer.el (ibuffer-format-qualifier):
8612         * isearch.el (hi-lock-regexp-okay):
8613         * calc/calc.el (math-zerop):
8614         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8615         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8616         Remove unused declarations.
8618 2009-09-30  Glenn Morris  <rgm@gnu.org>
8620         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8622         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8623         filename is not a string.
8625 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8627         * files.el (safe-local-eval-forms): Fix typo.
8629 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8631         * vc-hooks.el (vc-dir-buffers): New var.
8632         (vc-state-refresh): New function.
8633         (vc-state): Use it.
8634         (vc-after-save): Always ask the backend to recompute the new state.
8635         Always call vc-dir if necessary, using vc-dir-buffers.
8636         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8637         Use vc-dir-buffers.
8638         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8639         (vc-dir-prepare-status-buffer, vc-dir-update)
8640         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8641         Don't call expand-file-name on default-directory.
8643 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8645         * speedbar.el (speedbar-item-delete):
8646         * calc/calc-prog.el (calc-kbd-if):
8647         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8649         * epa.el (epa-key-list-mode-map):
8650         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8652         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8653         (hs-show-hook): Fix typo in docstring.
8655 2009-09-29  Glenn Morris  <rgm@gnu.org>
8657         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8658         file-name-nondirectory call preventing location of cedet files.
8659         (check-declare-verify): Use literal search rather than re-search.
8660         Add basic defmethod and defclass, and define-overloadable-function.
8662         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8663         Use tramp-compat-file-attributes rather than nonexistent
8664         tramp-compat-handle-file-attributes.
8666         * Makefile.in (lisptagsfiles4): New.
8667         (AUTOGENEL): Add cedet loaddefs files.
8668         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8669         (update-elclist, compile-always, backup-compiled-files)
8670         (bootstrap-clean): Add yet another directory level.
8671         (update-elclist): Use LC_COLLATE rather than COLLATE.
8672         (ELCFILES): Update, via `make update-elclist'.
8674 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8676         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8677         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8678         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8680 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8682         * Makefile.in (lisptagsfiles3): Define.
8683         (TAGS, TAGS-LISP): Use it.
8684         (update-elclist): Add third directory level to look for elc files.
8685         (compile-always): Likewise.
8686         (backup-compiled-files): Likewise.
8687         (bootstrap-clean): Likewise.
8688         (ELCFILES): Update.
8690 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8692         * Makefile.in (ELCFILES): Add CEDET files.
8694 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8696         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8698         * net/tramp.el (top): Require tramp-imap.
8700         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8701         Use `tramp-compat-handle-file-attributes'.
8703 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8705         * net/tramp-imap.el: New package.
8707 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8709         * whitespace.el (whitespace-trailing-regexp)
8710         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8711         Fix doc string.
8713 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8715         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8716         menu.
8718         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8719         menu-bar-ediff-menu.
8721         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8722         define-overloadable-function.
8724         * progmodes/autoconf.el: Provide autoconf as well, so that this
8725         file can be `require'd.
8727         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8729         * emacs-lisp/autoload.el (generated-autoload-feature)
8730         (generated-autoload-load-name): New vars.
8731         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8732         (make-autoload): Recognize define-overloadable-function and
8733         defclass forms (for EIEIO).
8735         * Makefile.in (update-subdirs): Exclude cedet directory.
8737 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8739         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
8741         * faces.el: Default light-background background for region face to
8742         ns_selection_color under NS.
8744 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8746         * net/imap-hash.el: New library, see NEWS.
8748         * Makefile.in (ELCFILES): Add imap-hash.el.
8750 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8752         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8753         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8754         * help-macro.el (make-help-screen): Avoid using an ambiguous function
8755         definition where the docstring could be taken for the return value.
8757 2009-09-26  Glenn Morris  <rgm@gnu.org>
8759         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8760         Add option to only show images below a certain size.
8761         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8762         save-excursion calls.
8764 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
8766         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8767         subdirectories) and eieio.
8769 2009-09-26  Alan Mackenzie  <acm@muc.de>
8771         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8772         Correct buggy bracketing.  (Bug#4289)
8774         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8775         character constants (as case labels).  (Bug#4289)
8777 2009-09-25  Juri Linkov  <juri@jurta.org>
8779         * files.el (safe-local-eval-forms): Allow time-stamp in
8780         before-save-hook (Bug#4554).
8782 2009-09-25  Drew Adams  <drew.adams@oracle.com>
8784         * menu-bar.el (list-buffers-directory): Doc fix.
8786 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8788         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8789         Try and avoid copying twice the same paragraph.
8790         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8791         Remove save-excursion.
8792         (log-edit-changelog-entry): Do it here instead.
8794 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
8796         * bs.el (bs--get-file-name): Use `list-buffers-directory'
8797         when available, instead of hardcoding mode names.  Doc fix.
8799         * menu-bar.el (list-buffers-directory): Add docstring.
8800         Make automatically buffer-local.
8802         * dired.el (dired-mode):
8803         * files.el (cd-absolute):
8804         * pcvs.el (cvs-temp-buffer):
8805         * pcvs-util.el (cvs-get-buffer-create):
8806         * shell.el (shell-mode):
8807         * vc-dir.el (vc-dir-mode):
8808         Don't make `list-buffers-directory' buffer local.
8810 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
8812         * comint.el (comint-exec, comint-run, make-comint):
8813         Doc fixes (Bug#4542).
8815 2009-09-25  Glenn Morris  <rgm@gnu.org>
8817         * mail/rmailmm.el (rmail-mime): New custom group.
8818         Move all defcustoms in this file into this group.
8819         (rmail-mime-media-type-handlers-alist): Revert previous change.
8820         (rmail-mime-show-images): New option.
8821         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8822         references to it, since it wasn't actually used for anything.
8823         (rmail-mime-insert-image): New function.
8824         (rmail-mime-image): Use rmail-mime-insert-image.
8825         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8826         obey the value of `rmail-mime-show-images' option.  Print the size of
8827         attachments.
8829 2009-09-25  David Engster  <deng@randomsample.de>
8831         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
8833 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8835         * whitespace.el: Does not highlight trailing spaces While point is
8836         at end of line.  Does not highligt spaces at beginning of buffer
8837         while point is at beginning of buffer.  Does not highlight spaces
8838         at end of buffer while point is at end of buffer.  (Bug#4177)
8839         New version 12.0.
8840         (whitespace-display-mappings): Adjust initialization.
8841         (whitespace-point, whitespace-font-lock-refontify): New vars.
8842         (whitespace-color-on, whitespace-color-off): Adjust code.
8843         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8844         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8845         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8847 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
8849         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8851         * textmodes/sgml-mode.el: Remove xml-mode alias.
8853         * files.el (auto-mode-alist, conf-mode-maybe)
8854         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8856 2009-09-24  Alan Mackenzie  <acm@muc.de>
8858         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8859         c-forward-conditionals, but it doesn't move point and doesn't set
8860         the mark.
8861         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8862         (c-down-conditional-with-else, c-backward-conditional)
8863         (c-forward-conditional): Refactor to use c-scan-conditionals.
8865 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8867         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8868         (help-default-arg-highlight): Remove.
8869         (help-highlight-arg): New function.
8870         (help-do-arg-highlight): Use it.
8871         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8873 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8875         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8876         Undo last change, which didn't fix the problem and introduced others.
8878 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8880         * progmodes/gdb-mi.el: Don't require speedbar.
8881         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8883 2009-09-24  Glenn Morris  <rgm@gnu.org>
8885         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8887         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8889         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8890         there is no newline after the final mime boundary.  (Bug#4539)
8891         Move markers on insertion so that any buttons inserted don't end up in
8892         the next part of a multipart message.
8893         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8894         (rmail-mime-bulk-handler): Optionally handle images.
8895         (rmail-mime-image): New button action.
8896         (rmail-mime-image-handler): New function.
8897         (rmail-mime-mode): New mode.
8898         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8900 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8902         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8903         than just dropping elements from it (bug#4504).
8905         * term.el (term-set-scroll-region): Don't move cursor any more.
8906         (term-handle-ansi-escape): Call term-goto here instead.
8907         Suggested by Ivan Kanis <apple@kanis.eu>.
8909         * term.el: Require CL.
8910         (term-ansi-reset): New function.
8911         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8912         (term-handle-colors-array): Simplify.
8914 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8916         * allout.el (allout-overlay-interior-modification-handler)
8917         (allout-obtain-passphrase):
8918         * epa-file.el (epa-file-write-region):
8919         * ps-print.el (ps-begin-job):
8920         * vc-hooks.el (vc-toggle-read-only):
8921         * vc-rcs.el (vc-rcs-rollback):
8922         * vc-sccs.el (vc-sccs-rollback):
8923         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8924         (vc-version-diff, vc-revert, vc-rollback):
8925         * wdired.el (wdired-check-kill-buffer):
8926         * emacs-lisp/authors.el (authors):
8927         * net/socks.el (socks-open-connection):
8928         * net/zeroconf.el (zeroconf-service-add-hook):
8929         * obsolete/vc-mcvs.el (vc-mcvs-register):
8930         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8931         (gdb-select-frame):
8932         * progmodes/grep.el (lgrep, rgrep):
8933         * progmodes/idlw-help.el (idlwave-help-check-locations)
8934         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8935         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8936         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8937         (reftex-toc-rename-label): Fix typos in error messages.
8939         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8940         (dired-copy-how-to-fn): Doc fix.
8941         (dired-files-attributes, dired-read-shell-command):
8942         Fix typos in docstrings.
8944         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8945         (dired-x-find-file-other-window): Reflow docstrings.
8946         (dired-omit-marker-char, dired-read-shell-command)
8947         (dired-x-submit-report): Fix typos in docstrings.
8949         * shell.el (shell-mode-hook):
8950         * view.el (View-scroll-line-forward):
8951         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8952         Fix typos in docstrings.
8954         * net/dig.el (dig-invoke): Fix typo in docstring.
8955         (query-dig): Reflow docstring.
8957         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8958         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8959         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8960         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8961         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8962         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8963         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8964         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8965         (idlwave-completion-map, idlwave-current-indent)
8966         (idlwave-custom-ampersand-surround, idlwave-customize)
8967         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8968         (idlwave-define-abbrev, idlwave-determine-class-special)
8969         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8970         (idlwave-end-block-reg, idlwave-end-of-statement)
8971         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8972         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8973         (idlwave-explicit-class-listed, idlwave-file-header)
8974         (idlwave-fill-paragraph, idlwave-find-class-definition)
8975         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8976         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8977         (idlwave-in-quote, idlwave-indent-action-table)
8978         (idlwave-indent-expand-table, idlwave-indent-line)
8979         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8980         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8981         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8982         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8983         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8984         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8985         (idlwave-outlawed-buffers, idlwave-popup-select)
8986         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8987         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8988         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8989         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8990         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8991         (idlwave-statement-type, idlwave-struct-skip)
8992         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8993         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8994         (idlwave-what-module-find-class): Fix typos in docstrings.
8995         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8996         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8997         (idlwave-find-module, idlwave-find-structure-definition)
8998         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8999         (idlwave-list-load-path-shadows, idlwave-next-statement)
9000         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9001         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9002         (idlwave-template): Reflow docstrings.
9004         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9005         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9006         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9007         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9008         (idlwave-shell-display-line, idlwave-shell-display-wframe)
9009         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9010         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9011         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9012         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9013         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9014         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9015         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9016         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9017         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9018         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9019         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9020         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9021         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9022         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9023         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9024         Fix typos in docstrings.
9025         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9026         (idlwave-shell-hide-output, idlwave-shell-mode)
9027         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9028         Reflow docstrings.
9030         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9032 2009-09-24  Ivan Kanis  <apple@kanis.eu>
9034         * term.el (term-bold-attribute): New var.
9035         (term-handle-colors-array): Use it.
9037 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
9039         * progmodes/gdb-mi.el (gdb-version): New variable.
9040         (gdb-non-stop-handler): Set gdb-version.
9041         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9042         Condition "--thread" option on gdb-version.
9043         (gdb-invalidate-threads): Remove unused argument.
9045 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9047         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9048         to looking-back to avoid ridiculous slow down in large files (bug#4511).
9050 2009-09-23  Glenn Morris  <rgm@gnu.org>
9052         * mail/rmail.el (rmail-reply): Don't try to add a References header when
9053         replying to mail without References or Message-Id.  (Bug#4525)
9055 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
9057         * term/ns-win.el (ns-reg-to-script): New variable.
9059 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
9061         * epg.el (epg-wait-for-status): Preserve existing 'error results.
9063 2009-09-22  Sam Steingold  <sds@gnu.org>
9065         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9066         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9067         to 1 because hg returns status 1 when nothing is found.
9068         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9070 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9072         * textmodes/fill.el: Convert to utf-8 encoding.
9073         (fill-french-nobreak-p): Remove redundant » and « inherited from our
9074         pre-unicode days.
9076         * add-log.el (change-log-fill-forward-paragraph): New function.
9077         (change-log-mode): Use it so fill-region DTRT.
9078         Set fill-indent-according-to-mode here rather than in
9079         change-log-fill-paragraph.
9080         (change-log-fill-paragraph): Remove.
9082 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
9084         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9085         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
9087 2009-09-22  Glenn Morris  <rgm@gnu.org>
9089         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9090         the scroll-bar scroll the calendar window rather than the buffer.
9092         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9093         commands that move point (as opposed to scrolling).
9095         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9097         * emacs-lisp/elint.el (elint): New custom group.
9098         (elint-log-buffer): Make it a defcustom.
9099         (elint-scan-preloaded, elint-ignored-warnings)
9100         (elint-directory-skip-re): New options.
9101         (elint-builtin-variables): Doc fix.
9102         (elint-preloaded-env): New variable.
9103         (elint-unknown-builtin-args): Add an entry for encode-time.
9104         (elint-extra-errors): Make it a variable rather than a constant.
9105         (elint-preloaded-skip-re): New constant.
9106         (elint-directory): Skip files matching elint-directory-skip-re.
9107         (elint-features): New variable, local to linted buffers.
9108         (elint-update-env): Initialize elint-features.  Possibly add
9109         elint-preloaded-env to the buffer's environment.
9110         (elint-get-top-forms): Bind elint-current-pos, for log messages.
9111         Skip quoted forms.
9112         (elint-init-form): New function, extracted from elint-init-env.
9113         Make non-list forms a warning rather than an error.
9114         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
9115         easy-menu-define, put that adds an error-condition, and provide.
9116         When requiring cl, also require cl-macs.  Really require cl, to handle
9117         some cl macros.  Store required libraries in the list elint-features,
9118         so as not to re-load them.  Treat cc-require like require.
9119         (elint-init-env): Call elint-init-form to do the work.
9120         Handle eval-and-compile and such like.
9121         (elint-add-required-env): Do not clear messages.
9122         (elint-special-forms): Add handlers for function, defalias, if, when,
9123         unless, and, or.
9124         (elint-form): Add optional argument to ignore elint-special-forms,
9125         useful to prevent recursive calls from handlers.  Doc fix.
9126         Respect elint-ignored-warnings.
9127         (elint-form): Respect elint-ignored-warnings.
9128         (elint-bound-variable, elint-bound-function): New variables.
9129         (elint-unbound-variable): Respect elint-bound-variable.
9130         (elint-get-args): Respect elint-bound-function.
9131         (elint-check-cond-form): Add some simple handling for (f)boundp and
9132         featurep tests.
9133         (elint-check-defalias-form): New handler.
9134         (elint-check-let-form): Make an empty let a warning rather than an
9135         error.
9136         (elint-check-setq-form): Make an empty setq a warning rather than an
9137         error.  Respect elint-ignored-warnings.
9138         (elint-check-defvar-form): Accept null doc-strings.
9139         (elint-check-conditional-form): New handler.  Does some simple-minded
9140         checking of featurep and (f)boundp tests.
9141         (elint-put-function-args): New function.
9142         (elint-initialize): Use elint-scan-doc-file rather than
9143         elint-find-builtin-variables.  Use elint-put-function-args.
9144         Possibly scan preloaded-file-list.
9145         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9146         extend to handle functions as well.
9148 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
9150         * linum.el (linum-delete-overlays, linum-update-window):
9151         Do not modify the right margin.  (Bug#3971)
9153 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
9155         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
9156         Use nxml-mode instead of xml-mode.
9158 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9160         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
9162 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9164         * net/dig.el (dig-mode): Use define-derived-mode.
9166 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
9168         * vc-dispatcher.el (vc-do-command): Return the process object in
9169         the asynchronous case.  Use when instead of if.  Do not run
9170         vc-exec-after to display a message if not enabled.  (Bug#4463)
9172         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9173         properties to the stash strings.
9174         (vc-git-stash-list): Return a list of strings.
9175         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9176         (vc-git-stash-show-at-point): New functions.
9177         (vc-git-stash-map): New keymap.
9179         * register.el (ctl-x-r-map): Define the keys here instead of
9180         using autoload.
9182 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
9184         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9185         list, to workaround performance problem (bug#4485).
9187 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
9189         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9191 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
9193         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9194         Document that this option is not recommended to use.
9196 2009-09-19  Glenn Morris  <rgm@gnu.org>
9198         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9199         variable `var'.
9201         * calc/calc-alg.el (var):
9202         * calc/calcalg2.el (var): Define for compiler.
9204 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
9206         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9207         Doc fix (Bug#3932).
9209         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9211         * time-stamp.el (time-stamp-month-dd-yyyy)
9212         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9213         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9214         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9215         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9216         Remove functions that have been obsolete since 1995 (Bug#4436).
9218         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9219         indent buffer only if called interactively (Bug#4452).
9221 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
9222             Eli Zaretskii  <eliz@gnu.org>
9224         This fixes bug#4197 (merged to bug#865, though not identical).
9225         * server.el (server-auth-dir): Add docstring note about FAT32.
9226         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9227         but warn against using them.
9229 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
9231         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9232         older GDB where there is no has_more field.
9234 2009-09-19  Glenn Morris  <rgm@gnu.org>
9236         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9238 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
9240         * files.el (auto-mode-alist): Change default for XML files to nXML
9241         mode (Bug#4169).
9243 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
9245         * server.el (server-ensure-safe-dir): Pass 'integer
9246         to `file-attributes', as suggested.
9248 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9250         * dired-aux.el (dired-query-alist): Remove spurious backslash.
9251         (dired-query): Use read-key.
9253 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
9255         * cus-start.el (ns-use-qd-smoothing): Remove.
9257 2009-09-18  Glenn Morris  <rgm@gnu.org>
9259         * allout.el (top-level): Remove unnecessary progn.
9261         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9263         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9264         definition of abbrev table.
9266         * speedbar.el (speedbar-track-mouse):
9267         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9268         * net/eudc.el (eudc-expand-inline):
9269         * net/newst-backend.el (newsticker--cache-read-feed):
9270         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9271         condition-case handlers.
9273 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
9275         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9276         (gdb-var-list): Add an element for has_more field.
9277         (gdb-non-stop-handler): Enable pretty printing for STL containers.
9278         (gdb-var-create-handler, gdb-var-list-children-handler-1)
9279         (gdb-var-update-handler-1): Parse output of dynamic variable
9280         objects (STL containers).
9281         (gdb-var-delete-1): Pass var1 as an explicit second argument.
9282         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
9284         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9285         gdb-var-list.
9286         (gud-speedbar-buttons): Make node expandable if expression "has more"
9287         children.
9289 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
9291         * startup.el (emacs-quick-startup): Remove variable and all uses.
9292         (command-line): Set `inhibit-x-resources' instead.
9293         (command-line-1): Use `inhibit-x-resources' instead.
9295 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
9297         * subr.el: Fix last change to avoid using the `unless' macro,
9298         which breaks bootstrapping.
9300 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9302         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9303         extended definitions, in case we reload subr.el after having
9304         loaded CL.
9305         (eval-next-after-load): Mark as obsolete.
9307 2009-09-17  Juri Linkov  <juri@jurta.org>
9309         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9310         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9311         (menu-bar-showhide-menu, menu-bar-tools-menu)
9312         (menu-bar-describe-menu, menu-bar-help-menu)
9313         (minibuffer-local-completion-map, minibuffer-local-map):
9314         Fix list quoting.
9316 2009-09-17  Glenn Morris  <rgm@gnu.org>
9318         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9319         arguments, whether or not it has a handler.
9321         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9323         * simple.el (hard-newline): Give it a doc-string.
9325         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9326         (lisp-mode-syntax-table): Give them doc-strings.
9328 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
9330         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9331         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9332         (menu-bar-options-menu, menu-bar-showhide-menu)
9333         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9334         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9335         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9336         (menu-bar-options-menu, menu-bar-tools-menu)
9337         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9338         (menu-bar-help-menu):
9339         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9340         string arguments.
9342         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9343         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9344         calls for the menu names and :help.
9346 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9348         * mouse.el (minor-mode-menu-from-indicator): Pay attention
9349         to :minor-mode-function (bug#4455).
9351 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9353         * startup.el (command-line): Initialize the window-system after
9354         processing the command-line.
9356         * textmodes/page.el (what-page): Make sure we don't inf-loop if
9357         page-delimiter matches the empty string.
9359 2009-09-16  Glenn Morris  <rgm@gnu.org>
9361         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9362         byte-compile-not-obsolete-var.  It's a list now.
9363         (byte-compile-not-obsolete-funcs): New variable.
9364         (byte-compile-warn-obsolete): Don't warn about functions if they are in
9365         byte-compile-not-obsolete-funcs.
9366         (byte-compile-variable-ref, byte-compile-defvar): Update for
9367         byte-compile-not-obsolete-vars name-change and list nature.
9368         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9369         and variables behind (f)boundp tests.
9370         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9372 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9374         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9376 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9378         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9379         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9380         Don't autoload.
9382 2009-09-15  Stephen Eglen  <stephen@gnu.org>
9384         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9385         the virtual-buffers, use the name of the buffer specified by
9386         find-file-noselect, as the match may be a symlink.  (This was a
9387         problem if the target and the symlink had different names.)
9389 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9391         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9393         * desktop.el (desktop-path): Check user-emacs-directory.
9395         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9397         * loadup.el: Use after-load-functions to GC after loading each file.
9398         Remove the explicit GC calls that used to be sprinkled around.
9400         * subr.el (after-load-functions): New hook.
9401         (do-after-load-evaluation): Run it.  Use string-match-p to detect
9402         `obsolete' packages, rather than painfully extracting the relevant
9403         directory name.
9405 2009-09-15  Glenn Morris  <rgm@gnu.org>
9407         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9408         free variable `doc'.
9410         * dired.el (dired-mode-map): Add menu entry for async shell command.
9412         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9413         variables, also consider the .elc files, since the .el files are
9414         normally gzipped (subsequent code locates the .el.gz from the .elc).
9416         * calc/calc-prog.el (arglist): Define for compiler.
9418         * calendar/diary-lib.el (diary-display-function): Change the default to
9419         fancy display.
9420         (body): Define for compiler.
9422         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9423         (byte-compile-file-form, byte-compile-lambda)
9424         (byte-compile-top-level-body, byte-compile-form)
9425         (byte-compile-variable-ref, byte-compile-setq)
9426         (byte-compile-setq-default, byte-compile-body)
9427         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9428         (batch-byte-compile): Give some more local variables with common names
9429         a "bytecomp-" prefix to avoid masking warnings about free variables.
9431         * startup.el (command-line-1): Give local variables with common names a
9432         distinguishing prefix, so as not to hide free variable warnings during
9433         bootstrap.
9435         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9436         clever and add a suffix to make a unique name, just let the user decide
9437         whether or not to overwrite it.  If the input is a directory, write the
9438         default filename to that directory.  (Bug#4388)
9439         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9440         is a filename-as-a-directory.
9442 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9444         * textmodes/page.el (what-page): Don't move to beginning of line.
9445         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9447 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9449         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9451 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
9453         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9454         * help.el (help-for-help-internal): Add purecopy calls for text.
9456         * vc.el (top): print-log method now takes an optional SHORTLOG
9457         argument.  Add a new method: root.
9458         (vc-root-diff, vc-print-root-log): New functions.
9459         (vc-log-short-style): New variable.
9460         (vc-print-log-internal): Add support for showing short logs.
9462         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9463         vc-print-root-log and vc-print-root-diff.
9465         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9466         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9467         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9468         short logs.
9470         * vc-cvs.el (vc-cvs-print-log):
9471         * vc-mtn.el (vc-mtn-print-log):
9472         * vc-rcs.el (vc-rcs-print-log):
9473         * vc-sccs.el (vc-sccs-print-log):
9474         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9475         that is ignored for now.
9477         * vc-mtn.el (vc-mtn-annotate-command):
9478         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9480 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9482         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9483         to function-key-map, and give them ascii-character property.
9484         * term/x-win.el (x-alternatives-map):
9485         * term/ns-win.el (ns-alternatives-map):
9486         * term/internal.el (msdos-key-remapping-map):
9487         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9489 2009-09-14  Glenn Morris  <rgm@gnu.org>
9491         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9492         temp-buffers (2009-09-12).
9494 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9496         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9497         the new read-key function.
9499 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9501         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9502         is defined (Bug#4405).
9504 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
9506         * recentf.el (recentf-cleanup): Use a hash table to find
9507         duplicates (Bug#4407).
9509 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
9511         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9512         kp-0 to ascii equivalents (Bug#4325).
9514 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9516         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9518         * eshell/em-hist.el:
9519         * eshell/em-dirs.el (eshell-complete-user-reference):
9520         Declare pcomplete functions and variables to avoid compiler warnings.
9522 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
9524         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9525         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9526         * eshell/em-alias.el (eshell-aliases-file):
9527         * eshell/em-hist.el (eshell-history-file-name):
9528         Use expand-file-name instead of concat to make file names (Bug#4308).
9530 2009-09-13  Glenn Morris  <rgm@gnu.org>
9532         * ediff-merg.el (ediff-do-merge):
9533         * filesets.el (filesets-run-cmd):
9534         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9535         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9536         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9537         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9538         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9539         Replace empty `let's with `progn'.
9541 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9543         * mail/sendmail.el (send-mail-function):
9544         * tooltip.el (tooltip-mode):
9545         * simple.el (transient-mark-mode):
9546         * rfn-eshadow.el (file-name-shadow-mode):
9547         * frame.el (blink-cursor-mode):
9548         * font-core.el (global-font-lock-mode):
9549         * files.el (temporary-file-directory)
9550         (small-temporary-file-directory, auto-save-file-name-transforms):
9551         * epa-hook.el (auto-encryption-mode):
9552         * composite.el (global-auto-composition-mode):
9553         Use custom-initialize-delay.
9554         * startup.el (command-line): Don't explicitly call
9555         custom-reevaluate-setting for all the above vars.
9556         * custom.el (custom-initialize-safe-set)
9557         (custom-initialize-safe-default): Delete.
9559 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9561         * term/x-win.el (x-initialize-window-system):
9562         * term/w32-win.el (w32-initialize-window-system):
9563         * term/ns-win.el (ns-initialize-window-system): Don't call
9564         mouse-wheel-mode since it's enabled globally by default already.
9566         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9567         actually define the variable, but only silences the byte-compiler.
9568         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9569         before looking it up.
9570         (mouse-wheel-scroll-amount): Also reset the bindings if this value
9571         is changed.
9573 2009-09-12  Glenn Morris  <rgm@gnu.org>
9575         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9576         1000.
9577         (elint-add-required-env): Don't beep on error.
9578         (elint-forms): In case of error, return ENV unchanged.
9579         (elint-init-env): Skip non-list forms.
9580         (elint-log): Handle unknown file positions.
9582 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9584         * epg.el (epg-make-context): Add autoload cookie.
9585         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9586         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9587         (epg-verify-string, epg-start-sign, epg-sign-file)
9588         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9589         (epg-encrypt-string, epg-start-export-keys)
9590         (epg-export-keys-to-file, epg-export-keys-to-string)
9591         (epg-start-import-keys, epg-import-keys-from-file)
9592         (epg-import-keys-from-string, epg-start-receive-keys)
9593         (epg-receive-keys, epg-import-keys-from-server)
9594         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9595         (epg-sign-keys, epg-start-generate-key)
9596         (epg-generate-key-from-file, epg-generate-key-from-string):
9597         Remove autoload cookie.
9599 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9601         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9602         reevaluation of trash-directory.
9604         * mwheel.el: Fix last change.
9605         (mouse-wheel-mode): New defvar.
9606         (mouse-wheel-mode): Remove autoload cookie.
9608 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9610         * mwheel.el (mwheel-installed-bindings): New var.
9611         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9612         the bindings we set last time.  Use custom-initialize-delay.
9613         * loadup.el: Load mwheel after term/*-win.el.
9614         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9615         and mouse-wheel-up-event now that their first evaluation is done
9616         sufficiently late to be correct.
9618         * startup.el (tutorial-directory): Make it a defcustom.
9619         Use custom-initialize-delay rather than eval-at-startup to set it.
9620         * image.el (image-load-path): Make it a defcustom.
9621         Use custom-initialize-delay rather than eval-at-startup to set it.
9622         * subr.el (eval-at-startup): Remove.
9623         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9625         * subr.el (do-after-load-evaluation): Warn the user after loading an
9626         obsolete package.
9628 2009-09-12  Glenn Morris  <rgm@gnu.org>
9630         * proced.el (proced-mark-alt): Remove alias.
9631         (proced-mode-map): Remove proced-mark-alt.
9633         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9634         Elint file and directory.  Remove initialization entry.
9636         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9637         commands.
9638         (elint-current-buffer): Set mode-line-process.
9639         (elint-init-env): Handle define-derived-mode.
9640         Fix declare-function with unspecified arglist.  Guard against odd
9641         defalias statements (eg iso-insert's 8859-1-map).
9642         (elint-add-required-env): Use a temp buffer.
9643         (elint-form): Just print the function/macro name, not the whole form.
9644         Return env unchanged if we fail to parse a macro.
9645         (elint-forms): Guard against parse errors.
9646         (elint-output): New function, to handle batch mode.
9647         (elint-log-message): Add optional argument.  Use elint-output.
9648         (elint-set-mode-line): New function.
9650 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9652         * emacs-lisp/elp.el (elp-not-profilable): Add more
9653         functions (Bug#4233).
9655 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9657         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9658         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9660 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9662         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9663         (gdb-var-list-children): Use json parsing.
9665 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9667         * progmodes/js.el (js--proper-indentation): Handle the case where
9668         char-before is null.  Reported by Deniz Dogan.
9670 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9672         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9674 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9676         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9677         (epg-digest-algorithm-alist): Add SHA224.
9678         (epg-context-set-passphrase-callback)
9679         (epg-context-set-progress-callback): Add description about
9680         callback function.
9682 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9684         * custom.el (custom-delayed-init-variables): New var.
9685         (custom-initialize-delay): New function.
9686         * startup.el (command-line): "Re"evaluate all vars in
9687         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9688         explicitly any more.
9689         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9690         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9692         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9694 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9696         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9697         (gdb-var-update-handler): Use json parsing.
9699 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9701         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9702         decode annotated text, regardless of language environment.  (Bug#2741)
9704 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9706         * Makefile.in (autoloads): Make rmail.el writable as well.
9708 2009-09-11  Glenn Morris  <rgm@gnu.org>
9710         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9711         loaddefs.el.
9712         * dired.el: Regenerate with extracted autoloads.
9713         * Makefile.in (autoloads): Make dired.el writable.
9715         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9716         * ibuffer.el: Regenerate with extracted autoloads.
9717         * Makefile.in (autoloads): Make ibuffer.el writable.
9719         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9720         * version.el (emacs-copyright, emacs-major-version)
9721         (emacs-minor-version): Reformat doc-strings for make-docfile.
9723         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9724         functions and variables, since they must be stuff specific to some other
9725         platform.
9726         (apropos-print): Make mouse-click message less specific about button.
9728         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9729         that records where a macro was defined.
9730         * help-fns.el (describe-function-1): Mention if a function has a
9731         compiler-macro.
9732         * help-mode.el (help-function-cmacro): New button.
9734         * locate.el (top-level): Always require dired.
9735         (locate-mode-map): Initialize inside the defvar.
9737         * net/ange-ftp.el (dired-compress-file): Declare.
9738         (ange-ftp-dired-compress-file): Add doc string.
9740         * term/ns-win.el (x-display-name, x-setup-function-keys):
9741         Unify doc-strings with X versions.
9743 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9745         * emulation/crisp.el (crisp-mode-map): Move initialization
9746         into declaration.
9747         (crisp-mode): Use define-minor-mode.
9749         * progmodes/xscheme.el (xscheme-evaluation-commands):
9750         Put a :advertised-binding property rather than using
9751         advertised-xscheme-send-previous-expression.
9752         (advertised-xscheme-send-previous-expression): Declare obsolete.
9753         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9754         `advertised-undo'.
9755         (crisp-mode): Add corresponding bindings to
9756         undo's :advertised-binding instead.
9757         * dired.el (dired-mode-map): Put a :advertised-binding property rather
9758         than using dired-advertised-find-file.
9759         (dired-advertised-find-file):
9760         * simple.el (advertised-undo):
9761         * wid-edit.el (advertised-widget-backward): Declare obsolete.
9762         (widget-keymap): Put a :advertised-binding property rather
9763         than using advertised-widget-backward.
9764         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9765         than using advertised-undo.
9766         * tutorial.el (tutorial--default-keys): Adjust accordingly.
9768 2009-09-10  Simon South  <ssouth@slowcomputing.org>
9770         * progmodes/delphi.el (delphi-tab): Indent region when Transient
9771         Mark mode is enabled and region is active; otherwise indent or
9772         insert TAB as usual.
9773         (delphi-mode): Update description of TAB-key binding.
9775 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9777         * subr.el (define-key-rebound-commands): Mark obsolete.
9778         * startup.el (precompute-menubar-bindings): Remove.
9779         (normal-top-level): Remove obsolete code that tried to precompute
9780         menubar bindings.
9781         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9782         define-key-rebound-commands and precompute-menubar-bindings.
9784 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9786         * net/imap.el (imap-interactive-login): Better messages.
9787         (imap-open): Fix bug with renamed buffer on reconnect.
9788         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9789         for easier debugging and cleaner code.  On successful (guessed based on
9790         server capabilities) secondary authentication, set imap-state
9791         correctly.
9792         (imap-last-authenticator): Define imap-last-authenticator as a variable
9793         to avoid warnings.
9795 2009-09-10  Glenn Morris  <rgm@gnu.org>
9797         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9799         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9800         (byte-compile-file-form-autoload): Don't warn about unknown functions
9801         where the autoload statement comes after the use.
9802         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9803         that any handlers inside the body (eg require) are in turn respected.
9805         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9806         effects.
9808         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9809         and syntax and abbrev tables basic docs, if they don't have any.
9811         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9813         * international/mule-cmds.el (top-level): Require cl when compiling.
9814         (view-hello-file): Use default-value rather than
9815         default-enable-multibyte-characters.
9817         * progmodes/fortran.el: Move all safe and risky properties into the
9818         defcustoms.
9820         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9821         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9822         * mail/undigest.el:
9823         Put autoloads in rmail.el rather than loaddefs.el.
9824         * mail/rmail.el: Regenerate with extracted autoloads.
9826         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9827         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9829 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
9831         Reported in thread for Bug#4375.
9832         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9833         "-data-evaluate-expression" instead of print.
9834         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9835         (gdb-tooltip-print): Parse output from above MI command.
9836         (gdb): Revert 2009-08-11 change.  User should detach inferior
9837         manually.
9839         Remove the word "separate" from IO functions as inferior
9840         output is now never displayed in the GUD buffer.
9842 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
9844         * startup.el (command-line-normalize-file-name): On Windows and
9845         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9847 2009-09-10  Juri Linkov  <juri@jurta.org>
9849         * isearch.el (isearch-text-char-description): Propertize escape
9850         character sequences with the `escape-glyph' face.  (Bug#4344)
9852         * simple.el (shell-command): Set asynchronous process filter to
9853         `comint-output-filter'.  (Bug#4343)
9855         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9856         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9857         the list.  Move "asm" to the bottom.
9858         (grep-find-ignored-directories): Add `choice' with nil value
9859         to empty the list easily.
9860         (grep-find-ignored-files): New option.
9861         (grep-files-history): Set to nil by default instead of '("ch" "el").
9862         (grep-compute-defaults): Add "<X>" to `grep-template'.
9863         (grep-read-files): Bind new local variables `default-alias' and
9864         `default-extension'.  Use a list of default values for the file prompt.
9865         (lgrep): Add `--exclude=' command line options composed from
9866         `grep-find-ignored-files'.
9867         (rgrep): Add `-name' command line options composed from
9868         `grep-find-ignored-files'.  (Bug#4301)
9870 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9872         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9873         (bug#4368).
9875 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9877         * calendar/time-date.el (autoload):
9878         Expand define-obsolete-function-alias into defalias and make-obsolete
9879         for old Emacsen that Gnus supports.
9880         (with-no-warnings): Define it for old Emacsen.
9881         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9882         is available.
9883         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9884         float-time is available; suppress compile warning for time-to-seconds.
9886 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9888         * net/imap.el (imap-message-map): Docstring fix.
9890 2009-09-09  Glenn Morris  <rgm@gnu.org>
9892         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9893         line numbers too.  (Bug#4374)
9895 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9897         * smerge-mode.el (smerge-remove-props, smerge-refine):
9898         Use with-silent-modifications (bug#4342).
9900         * subr.el (with-silent-modifications): New macro.
9902 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9904         * files.el (top-level): Require `cl' when compiling.
9906 2009-09-07  Glenn Morris  <rgm@gnu.org>
9908         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9910         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9911         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9913 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9915         * vc-git.el (vc-git-annotate-command): Use separator to parse
9916         arguments correctly.
9918 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9920         * proced.el (proced-mode): Doc fix.
9922 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9924         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9925         lstat fails.
9926         (tramp-do-file-attributes-with-ls): Check for file existence at
9927         remote end.
9928         (tramp-do-file-attributes-with-stat): Likewise.
9929         (tramp-convert-file-attributes): Return nil when attr is nil.
9931 2009-09-05  Glenn Morris  <rgm@gnu.org>
9933         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9934         properties to this button.
9935         (diary-fancy-display): Don't extend the button to the final newline.
9936         (diary-fancy-display-mode): Continue to define "q" as a local key.
9938         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9939         efficient.
9941         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9943         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9944         (byte-compile-dest-file-function): New option.
9945         (byte-compile-dest-file): Doc fix.
9946         Obey byte-compile-dest-file-function.
9947         (byte-compile-cl-file-p): New function.
9948         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9949         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9950         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9951         than for file being previously loaded.
9952         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9953         (byte-compile-file-form-require): Handle the case where requiring a file
9954         indirectly causes CL to be loaded.
9956 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9958         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9959         before killing the old buffer, since by the time `kill-buffer' is
9960         run so many buffer variables have been set to nil that it may not
9961         behave as expected.  (Bug#4061)
9963 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9965         * files.el (find-alternate-file): If the old buffer is modified
9966         and visiting a file, behave similarly to `kill-buffer' when
9967         killing it, thus reverting to the pre-1.878 behavior; see
9968         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9969         for discussion.  Also, consult `buffer-file-name' as a variable
9970         not as a function, for consistency with the rest of the code.
9972 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9974         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9975         also when adding a new directory.
9977         * net/tramp-compat.el (tramp-compat-line-beginning-position):
9978         New defun.
9980 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9982         * files.el (locate-file-completion-table): Make it provide boundary
9983         information, so partial-completion works better.
9985 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9987         * mail/footnote.el (Footnote-text-under-cursor):
9988         Check footnote-text-marker-alist before using it (bug#4324).
9990 2009-09-04  Glenn Morris  <rgm@gnu.org>
9992         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9993         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9994         * play/solitaire.el, play/tetris.el:
9995         Remove leading * from defcustom and defface docs.
9997         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9998         necessary.
9999         (diary-fancy-overriding-map): New variable.
10000         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10001         Use view-mode.
10003         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10004         goto-line.
10006 2009-09-03  Glenn Morris  <rgm@gnu.org>
10008         * arc-mode.el (archive-mode):
10009         * dos-fns.el (set-default-process-coding-system):
10010         * man.el (Man-getpage-in-background):
10011         * menu-bar.el (menu-bar-describe-menu):
10012         * server.el (server-process-filter):
10013         * startup.el (command-line):
10014         * tar-mode.el (tar-header-block-tokenize, tar-extract):
10015         * w32-fns.el (set-default-process-coding-system):
10016         * x-dnd.el (x-dnd-handle-file-name):
10017         * international/mule-cmds.el (mule-menu-keymap)
10018         (set-default-coding-systems, language-info-alist, set-language-info)
10019         (set-language-environment, standard-display-european-internal)
10020         (set-locale-environment):
10021         * international/mule-diag.el (mule-diag):
10022         * mail/emacsbug.el (report-emacs-bug):
10023         * mail/rmail.el (rmail-mode):
10024         * mail/sendmail.el (mail-setup):
10025         Use default-value rather than default-enable-multibyte-characters.
10027         * progmodes/f90.el: Move all safe properties into the defcustoms.
10028         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10030         * calendar/appt.el (appt-check):
10031         * calendar/diary-lib.el (diary-set-header, diary-live-p)
10032         (diary-check-diary-file, diary-list-entries)
10033         (diary-include-other-diary-files, diary-simple-display)
10034         (diary-fancy-display, diary-print-entries)
10035         (diary-mark-included-diary-files, diary-make-entry):
10036         Don't call substitute-in-file-name on diary-file.
10038 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
10039             Stefan Monnier  <monnier@iro.umontreal.ca>
10041         * mail/footnote.el (footnote-prefix): Make it a defcustom.
10042         (footnote-mode-map): Move initialization into the declaration.
10043         (footnote-minor-mode-map): Define it rather than changing global-map.
10044         (footnote-mode): Use define-minor-mode.
10046 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
10048         * net/tramp.el (tramp-handle-file-attributes-with-ls)
10049         (tramp-do-file-attributes-with-perl)
10050         (tramp-do-file-attributes-with-stat): Rename from
10051         `tramp-handle-file-attributes-with-*'.
10052         (tramp-handle-file-attributes): Use them.
10053         (tramp-do-directory-files-and-attributes-with-perl)
10054         (tramp-do-directory-files-and-attributes-with-stat): Rename from
10055         `tramp-handle-directory-files-and-attributes-with-*'.
10056         (tramp-handle-directory-files-and-attributes): Use them.
10057         (tramp-method-out-of-band-p): Additional parameter SIZE.
10058         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10059         (tramp-handle-write-region): Use it.
10060         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10061         (tramp-handle-vc-registered): Check, whether the first run did
10062         return files to be tested.
10063         (tramp-advice-make-auto-save-file-name): Do not call directly
10064         `tramp-handle-make-auto-save-file-name', because this would bypass
10065         the locking mechanism.
10067         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10068         (file-remote-p, process-file, start-file-process, set-file-times)
10069         (tramp-compat-file-attributes): Compatibility functions shall not
10070         call directly `tramp-handle-*', because this would bypass the
10071         locking mechanism.
10072         (tramp-compat-number-sequence): New defun.
10074 2009-09-02  Glenn Morris  <rgm@gnu.org>
10076         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10077         alias for float-time.
10078         (time-to-number-of-days): In Emacs, use float-time.
10079         * net/newst-backend.el (time-add): Suppress warnings from compat
10080         function.
10081         * time.el (emacs-uptime, emacs-init-time):
10082         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10083         Use float-time rather than time-to-seconds.
10085         * minibuffer.el (completion-initials-expand): Fix typo.
10087         * faces.el (modeline, modeline-inactive, modeline-highlight)
10088         (modeline-buffer-id):
10089         * info.el (info-menu-5): Mark these face aliases as obsolete.
10091 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10093         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10094         space ...
10095         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10096         no "--thread" option.
10097         (gdb-stopped): Don't print "Switched to thread" message when it is
10098         unchanged.
10100 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10102         * minibuffer.el (completion-try-completion)
10103         (completion-all-completions): Remove ill-defined (and
10104         mistakenly installed and luckily never used nor documented)
10105         `completion-styles' property.
10106         (completion-initials-expand, completion-initials-all-completions)
10107         (completion-initials-try-completion): New functions.
10108         (completion-styles-alist): Add doc to each entry.
10109         Add new `initials' entry.
10111 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10113         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10114         MI command -var-evaluate-expression.
10115         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10116         and tweak for case of string child.
10117         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10119 2009-09-01  Glenn Morris  <rgm@gnu.org>
10121         * add-log.el (change-log-date-face, change-log-name-face)
10122         (change-log-email-face, change-log-file-face, change-log-list-face)
10123         (change-log-conditionals-face, change-log-function-face)
10124         (change-log-acknowledgement-face):
10125         * cus-edit.el (custom-invalid-face, custom-rogue-face)
10126         (custom-modified-face, custom-set-face, custom-changed-face)
10127         (custom-saved-face, custom-button-face, custom-button-pressed-face)
10128         (custom-documentation-face, custom-state-face, custom-comment-face)
10129         (custom-comment-tag-face, custom-variable-tag-face)
10130         (custom-variable-button-face, custom-face-tag-face)
10131         (custom-group-tag-face-1, custom-group-tag-face):
10132         * diff-mode.el (diff-header-face, diff-file-header-face)
10133         (diff-index-face, diff-hunk-header-face, diff-removed-face)
10134         (diff-added-face, diff-changed-face, diff-function-face)
10135         (diff-context-face, diff-nonexistent-face):
10136         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10137         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10138         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10139         (Info-title-4-face):
10140         * isearch.el (isearch-lazy-highlight-face):
10141         * log-view.el (log-view-file-face, log-view-message-face):
10142         * paren.el (show-paren-match-face, show-paren-mismatch-face):
10143         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10144         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10145         (cvs-msg-face):
10146         * smerge-mode.el (smerge-mine-face, smerge-other-face)
10147         (smerge-base-face, smerge-markers-face):
10148         * wid-edit.el (widget-documentation-face, widget-button-face)
10149         (widget-field-face, widget-single-line-field-face)
10150         (widget-inactive-face, widget-button-pressed-face):
10151         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10152         (woman-addition-face):
10153         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10154         (eshell-ls-executable-face, eshell-ls-readonly-face)
10155         (eshell-ls-unreadable-face, eshell-ls-special-face)
10156         (eshell-ls-missing-face, eshell-ls-archive-face)
10157         (eshell-ls-backup-face, eshell-ls-product-face)
10158         (eshell-ls-clutter-face):
10159         * eshell/em-prompt.el (eshell-prompt-face):
10160         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10161         * obsolete/old-whitespace.el (whitespace-highlight-face):
10162         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10163         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10164         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10165         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10166         (antlr-font-lock-literal-face):
10167         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10168         (ebrowse-root-class-face, ebrowse-file-name-face)
10169         (ebrowse-default-face, ebrowse-member-attribute-face)
10170         (ebrowse-member-class-face, ebrowse-progress-face):
10171         * progmodes/make-mode.el (makefile-space-face):
10172         * progmodes/sh-script.el (sh-heredoc-face):
10173         * textmodes/flyspell.el (flyspell-incorrect-face)
10174         (flyspell-duplicate-face):
10175         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10176         * textmodes/texinfo.el (texinfo-heading-face):
10177         Mark face aliases with "-face" suffix as obsolete.
10179         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10180         compiler.
10182         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10183         (eudc-bob-sound-menu): Use defvar rather than defconst, since
10184         easy-menu-define wants to modify these.
10186         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10188         * net/browse-url.el (browse-url-file-url):
10189         * term/internal.el (dos-codepage-setup):
10190         Use default-value rather than default-enable-multibyte-characters.
10192         * progmodes/etags.el (etags-goto-tag-location):
10193         * progmodes/flymake.el (flymake-highlight-line)
10194         (flymake-goto-file-and-line, flymake-goto-line):
10195         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10196         (gdb-goto-breakpoint):
10197         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10198         * progmodes/python.el (python-find-function)
10199         (python-pdbtrack-track-stack-file):
10200         * progmodes/verilog-mode.el (verilog-surelint-off):
10201         * term/ns-win.el (ns-open-file-select-line):
10202         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10203         Use forward-line rather than goto-line.
10205         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10206         * textmodes/reftex-index.el (reftex-display-index):
10207         * textmodes/reftex-ref.el (reftex-offer-label-menu):
10208         * textmodes/reftex-toc.el (reftex-toc):
10209         Remove unnecessary bindings of default-major-mode (all are followed by
10210         major-mode check and possible mode switch).
10212 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10214         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10215         Handle watchpoints (bug#4282).
10216         (def-gdb-thread-buffer-command): Enable thread to be selected by
10217         clicking without selecting threads buffer first.
10218         (gdb-current-context-command): Use selected frame so that "up",
10219         "down" etc work in the GUD buffer.
10220         (gdb-update): Find selected frame before rendering stack buffer.
10221         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10223 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10225         * progmodes/sym-comp.el (displayed-completions): Remove.
10226         (symbol-complete): Use minibuffer-complete.
10228 2009-08-31  Glenn Morris  <rgm@gnu.org>
10230         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10232         * apropos.el (apropos-symbols-internal):
10233         Handle (obsolete) face aliases.
10235         * faces.el (describe-face): Adjust the output format to be more like
10236         describe-variable, and to mention (obsolete) face aliases.
10237         Adjust the whitespace so that help-setup-xref works.
10239         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10240         * calendar/diary-lib.el (diary-button-face):
10241         Mark these face aliases as obsolete.
10243         * calendar/calendar.el (calendar-today): Doc fix.
10245 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10247         * progmodes/gdb-mi.el (gdb-control-all-threads)
10248         (gdb-control-current-thread): Force tool bar update.
10249         (gdb-non-stop-handler): New function.
10250         (gdb-init-1): Use it to test if non-stop mode is supported.
10251         Remove unused gdbmi buffer type.
10253 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
10255         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10256         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
10258 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
10260         * comint.el (comint-exec-1): Check command is non-null first.
10261         Part of gdb-mi.el change (2009-08-28).
10263 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10265         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10267 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
10269         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10270         instead of `dolist' to avoid a recursive require when bootstrapping.
10272 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10274         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10276         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10278         * net/imap.el (imap-send-command): Simplify.
10279         (imap-wait-for-tag): point-max -> buffer-size.
10281         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10283         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10284         with constant argument.
10286         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10288         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10290         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10291         Change default, since most of our files don't have a history.
10292         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10293         the user.
10295         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10296         Add comint-run.
10298         * calc/calc.el: Improve commenting convention.
10299         (calc-digit-map, toplevel): Simplify.
10301         * comint.el (comint-insert-input): Be careful to only set point if we
10302         don't delegate to some other command.
10304         * proced.el (proced-signal-list): Make it an alist.
10305         (proced-grammar-alist): Capitalize names.
10306         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10307         Disable undo manually and make it read-only.
10308         Use completion-annotate-function.
10310         * minibuffer.el (minibuffer-message): If the current buffer is not
10311         a minibuffer, insert the message in the echo area rather than at the
10312         end of the buffer.
10313         (completion-annotate-function): New variable.
10314         (minibuffer-completion-help): Use it.
10315         (completion--embedded-envvar-table): Environment vars are
10316         always case-sensitive.
10318 2009-08-30  Glenn Morris  <rgm@gnu.org>
10320         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10321         from fortran-current-defun.
10322         (fortran-beginning-of-subprogram): Be more precise about finding the
10323         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
10324         (fortran-end-of-subprogram): Simplify.
10325         (fortran-current-defun): Use fortran-start-prog-re.
10327 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
10329         * subr.el (do-after-load-evaluation): Simplify.
10331 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
10333         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10335         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
10336         (vc-rcs-print-log): Use it.
10338         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10340 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10342         * paths.el (abbrev-file-name): Move to abbrev.el.
10343         * abbrev.el (abbrev-file-name): Move from paths.el.
10344         Obey user-emacs-directory.
10345         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10346         user-emacs-directory.
10347         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10348         abbrev-file-name and calc-settings-file any more.
10349         * startup.el (command-line): Recompute abbrev-file-name and
10350         abbreviated-home-dir.
10351         (normal-no-mouse-startup-screen): Improve the generic code and get rid
10352         of the special code for when C-h bindings haven't been changed.
10353         (display-startup-echo-area-message): Use with-current-buffer.
10354         (command-line-1): Use a list of strings, rather than a list of lists
10355         of strings for longopts.
10357         * files.el (get-free-disk-space): Use / for default-directory.
10359         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10360         Use with-current-buffer.
10362         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10363         Recognize immutable variables like most-positive-fixnum.
10364         (byte-compile-setq-default): Check and warn if trying to assign
10365         to an immutable variable, or a non-variable.
10367         * progmodes/cc-vars.el (c-comment-continuation-stars):
10368         * progmodes/cc-engine.el (c-looking-at-bos):
10369         * progmodes/cc-cmds.el (c-toggle-auto-state)
10370         (c-forward-into-nomenclature, c-backward-into-nomenclature)
10371         (c-comment-line-break-function): Add version of obsolescence.
10373 2009-08-28  Juri Linkov  <juri@jurta.org>
10375         * files.el (magic-fallback-mode-alist): Add ZIP magic number
10376         associated with `archive-mode'.
10378         * image.el (image-type-header-regexps): Use only JPEG magic number
10379         to determine JPEG images, and don't use `image-jpeg-p' because
10380         Emacs can display non-JFIF non-Exif JPEG images.
10382 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10384         * arc-mode.el (archive-mode):
10385         * emacs-lisp/re-builder.el (re-builder-unload-function):
10386         Protect against the default value of `major-mode' being nil.
10388 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10390         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10391         Fix typos in docstrings.
10393         * progmodes/js.el (js--macro-decl-re): Doc fix.
10394         (js--plain-method-re, js--split-name): Refloc docstring.
10395         (js--class-styles, js--make-merged-item, js--splice-into-items):
10396         Fix typos in docstrings; reflow docstrings.
10397         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10398         (js--variable-decl-matcher, js--inside-pitem-p)
10399         (js--parse-state-at-point, js--get-all-known-symbols)
10400         (js--symbol-history, js-find-symbol, js--js-references)
10401         (js--moz-interactor, js--js-encode-value, js--read-tab):
10402         Fix typos in docstrings.
10404 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10406         * textmodes/reftex.el (reftex-get-file-buffer-force):
10407         * progmodes/verilog-mode.el (verilog-batch-execute-func):
10408         * emulation/viper.el (viper-go-away, viper-set-hooks):
10409         * emacs-lisp/re-builder.el (re-builder-unload-function):
10410         * emacs-lisp/bytecomp.el (byte-compile-file):
10411         * ses.el (ses-unload-function):
10412         * hexl.el (hexl-find-file):
10413         * files.el (normal-mode):
10414         * ehelp.el (with-electric-help):
10415         * autoinsert.el (auto-insert-alist):
10416         * arc-mode.el (archive-mode):
10417         Use (default-value 'major-mode) instead of default-major-mode.
10419         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10420         * international/mule.el (load-with-code-conversion):
10421         * emacs-lisp/debug.el (debug):
10422         * ediff-vers.el (ediff-rcs-get-output-buffer):
10423         * dired.el (dired-internal-noselect): Don't let-bind
10424         default-major-mode around code that doesn't use it.
10425         E.g. buffer creation via get-buffer-create doesn't use it.
10427 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
10429         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10430         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10431         when writing the temp file.  Otherwise, epa-file gets confused.
10432         (tramp-register-file-name-handlers): Make it a defun.  Move also
10433         `epa-file-handler' to the front of `file-name-handler-alist'.
10435 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10437         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10438         start right after a ^M.
10439         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10440         (tramp-completion-file-name-regexp-separate)
10441         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10442         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10443         Don't modify last-coding-system-used by accident.
10444         (tramp-completion-file-name-handler): Apply the checks here,
10445         instead during registration.
10446         (tramp-register-file-name-handlers): Rename from
10447         `tramp-register-file-name-handler'.  Register both
10448         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10449         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
10451 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
10453         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10454         Remove variable ...
10455         (gdb-init-1, gdb-display-separate-io-buffer)
10456         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10457         references to it.
10458         (gdb-inferior-io-mode): Use make-comint-in-buffer.
10459         (gdb-inferior-filter): Use comint-output-filter to stop
10460         echoing and remove ^M characters.
10462 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10464         * emulation/viper-init.el (viper-restore-cursor-type):
10465         * emulation/cua-base.el (cua--update-indications):
10466         Replace default-cursor-type with (default-value 'cursor-type).
10468         * mail/sendmail.el (mail-recover-1):
10469         * international/mule-diag.el (describe-current-coding-system-briefly)
10470         (describe-current-coding-system):
10471         * international/mule-cmds.el (select-safe-coding-system)
10472         (select-message-coding-system)
10473         (set-language-environment-coding-systems, set-locale-environment):
10474         * hexl.el (hexl-insert-multibyte-char):
10475         * dos-w32.el (find-buffer-file-type-coding-system):
10476         * simple.el (what-cursor-position):
10477         Replace uses of default-buffer-file-coding-system
10478         with (default-value 'buffer-file-coding-system).
10480         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10481         Replace uses of default-cursor-in-non-selected-windows
10482         with (default-value 'cursor-in-non-selected-windows).
10483         Use with-current-buffer.
10485         * mail/feedmail.el: Use CL macros.
10486         (feedmail-run-the-queue, feedmail-send-it-immediately):
10487         * dos-w32.el (find-buffer-file-type): Replace uses of
10488         default-buffer-file-type with (default-value 'buffer-file-type).
10490 2009-08-28  Glenn Morris  <rgm@gnu.org>
10492         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10493         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10494         Use default-value of major-mode rather than default-major-mode.
10496 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10498         * Makefile.in (update-elcfiles): Report left over elc files.
10500         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10501         expand-file-name and with-current-buffer.
10502         (mail-get-names, mail-directory): Use with-current-buffer.
10504         * vc.el (vc-read-revision): New function.
10505         (vc-version-diff, vc-merge): Use it.
10507 2009-08-27  Sam Steingold  <sds@gnu.org>
10509         * simple.el (kill-do-not-save-duplicates): New user option.
10510         (kill-new): When it is non-nil, and the new string is the same as
10511         the latest kill, set replace to t to avoid duplicates in kill-ring.
10513 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
10515         * net/tramp.el (tramp-handle-process-file): Do not flush all
10516         caches when `process-file-side-effects' is set.
10517         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10518         instead of `tramp-find-file-exists-command'.
10519         Unset `process-file-side-effects'.
10521 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
10523         * net/tramp.el (tramp-methods): New method "rsyncc".
10524         (top): Add completion function for "rsyncc".
10525         (tramp-message-show-message): New defvar.
10526         (tramp-message, tramp-error): Use it.
10527         (tramp-do-copy-or-rename-file-directly): Extend check for direct
10528         remote copying.
10529         (tramp-do-copy-or-rename-file-out-of-band): Handle new
10530         `tramp-methods' entry `copy-env' of "rsyncc".
10531         (tramp-vc-registered-read-file-names): New defconst.
10532         (tramp-vc-registered-file-names): New defvar.
10533         (tramp-handle-vc-registered): Implement optimization strategy.
10534         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10535         (tramp-vc-file-name-handler): New defun.
10536         (tramp-get-ls-command, tramp-get-test-command)
10537         (tramp-get-file-exists-command, tramp-get-remote-ln)
10538         (tramp-get-remote-perl, tramp-get-remote-stat)
10539         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10541         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10542         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
10543         timestamps.
10544         (tramp-get-file-property): Check for timestamps in
10545         `tramp-cache-inhibit-cache'.
10546         (tramp-set-file-property): Write timestamp.
10548 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10550         * language/japan-util.el (japanese-symbol-table): Add entries for
10551         cp932-2-byte.
10553         * international/characters.el: Add category `j' to cp932-2-byte.
10555 2009-08-27  Kenichi Handa  <handa@m17n.org>
10557         * international/fontset.el (build-default-fontset-data): New macro.
10558         (setup-default-fontset): Use build-default-fontset-data for CJK,
10559         tibetan, ethiopic, and ipa.
10561 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10563         * cus-start.el (default-major-mode): Customize `major-mode' instead.
10564         (enable-multibyte-characters): Not customizable any more.
10566         * subr.el (default-mode-line-format, default-header-line-format)
10567         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10568         (default-direction-reversed, default-truncate-lines)
10569         (default-left-margin, default-tab-width, default-case-fold-search)
10570         (default-left-margin-width, default-right-margin-width)
10571         (default-left-fringe-width, default-right-fringe-width)
10572         (default-fringes-outside-margins, default-scroll-bar-width)
10573         (default-vertical-scroll-bar, default-indicate-empty-lines)
10574         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10575         (default-fringe-cursor-alist, default-scroll-up-aggressively)
10576         (default-scroll-down-aggressively, default-fill-column)
10577         (default-cursor-type, default-buffer-file-type)
10578         (default-cursor-in-non-selected-windows)
10579         (default-buffer-file-coding-system, default-major-mode)
10580         (default-enable-multibyte-characters): Mark as obsolete.
10582 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10584         * vc-dir.el (vc-dir-update): Remove debug helper.
10586         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10588 2009-08-26  Sam Steingold  <sds@gnu.org>
10590         * simple.el (save-interprogram-paste-before-kill): New user option.
10591         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10592         save the interprogram-paste into kill-ring before overriding it
10593         with the Emacs kill.
10595 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10597         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10598         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10599         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10600         and move to vc-rcs.el.
10601         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10602         move to vc-rcs.el.
10603         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10604         (vc-rcs-update-changelog): Remove.
10605         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10606         and move to vc-rcs.el.
10608         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10609         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10610         renaming.
10611         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10612         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10613         vc.el, renamed to be RCS specific.
10615         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10616         New functions.
10617         (vc-cvs-update-changelog): Move here from vc.el.
10619         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10620         New functions.
10622 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10624         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10626 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10628         * vc-git.el (vc-git-register): Use "git add" for directories.
10629         (vc-git-stash, vc-git-stash-show): New functions.
10630         (vc-git-extra-menu-map): Bind them.
10632         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10633         directory correctly in case the item is a directory itself.
10635         * vc.el: Document the desired behavior for reverted files in the
10636         `added' state.
10637         (vc-default-prettify-state-info): Remove function, unused.
10639         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10641 2009-08-26  Glenn Morris  <rgm@gnu.org>
10643         * bindings.el (standard-mode-line-format): Reposition dashes in
10644         which-func entry.  (Bug#4217)
10646         * files.el (enable-local-variables, enable-local-eval)
10647         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10648         the defcustoms.
10649         (auto-mode-alist, ignored-local-variables)
10650         (save-some-buffers-action-alist): Move risky declarations to the
10651         definitions.
10652         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10653         (font-lock-defaults, format-alist, imenu--index-alist)
10654         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10655         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10656         (mode-line-modified, mode-line-mule-info, mode-line-position)
10657         (mode-line-process, mode-line-remote, outline-level)
10658         (parse-time-rules, rmail-output-file-alist)
10659         (special-display-buffer-names, vc-mode):
10660         Move risky declarations to the relevant files.
10661         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10662         (mode-line-modified, mode-line-process, mode-line-position)
10663         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10664         * font-core.el (font-lock-defaults):
10665         * format.el (format-alist):
10666         * vc-hooks.el (vc-mode):
10667         * window.el (special-display-buffer-names):
10668         * international/mule-cmds.el (input-method-alist):
10669         Define riskiness here (dumped file) rather than in files.el.
10670         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10671         * imenu.el (imenu-generic-expression, imenu--index-alist):
10672         * outline.el (outline-level):
10673         * time.el (display-time-string):
10674         * calendar/parse-time.el (parse-time-rules):
10675         * mail/rmailout.el (rmail-output-file-alist):
10676         Autoload riskiness here, rather than placing in files.el.
10678 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10680         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10682 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10684         * simple.el (process-file-side-effects): New defvar.
10686         * dired-aux.el (dired-show-file-type):
10687         * vc.el (vc-diff-internal):
10688         * vc-arch.el (vc-arch-diff):
10689         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10690         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10691         * vc-git.el (vc-git-registered, vc-git-working-revision)
10692         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10693         (vc-git--empty-db-p):
10694         * vc-hooks.el (vc-user-login-name):
10695         * vc-svn.el (vc-svn-registered, vc-svn-state)
10696         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10697         * progmodes/grep.el (grep-probe): Let-bind
10698         `process-file-side-effects' with nil.
10700         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10702         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10703         daemon.  Replace ping by checking for running service for bluez
10704         and zeroconf.  (Bug#4239)
10706 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10708         * net/dig.el (dig): Add autoload cookie.
10710 2009-08-25  Glenn Morris  <rgm@gnu.org>
10712         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10713         load-history for absolute file-names.
10714         (byte-compile-file-form-require): Warn about use of the cl package.
10716         * format.el (format-alist): Doc fix.
10718         * play/bubbles.el (top-level): Don't require cl at run-time.
10720         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10721         run-time cl).
10723 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10725         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10726         from cl package.
10727         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10729 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10731         * calc/calc-alg.el (math-trig-rewrite)
10732         (math-hyperbolic-trig-rewrite): New functions.
10733         (calc-simplify): Simplify trig functions when asked.
10735 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10737         * diff-mode.el (diff-find-source-location): Avoid goto-line.
10739 2009-08-24  Kenichi Handa  <handa@m17n.org>
10741         * language/ind-util.el (mapthread): Delete it.
10742         (combinatorial): New function.
10743         (indian--puthash-cv): Use combinatorial instead of mapthread.
10745 2009-08-22  Kevin Ryde  <user42@zip.com.au>
10747         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10748         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10749         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10750         Clarify docstring that the value is strings not symbols.
10751         (checkdoc-list-of-strings-p): New function.
10753 2009-08-22  Glenn Morris  <rgm@gnu.org>
10755         * files.el (auto-mode-alist):
10756         * hippie-exp.el (he-concat-directory-file-name):
10757         * lpr.el (lpr-windows-system, printer-name):
10758         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10759         * ps-print.el (ps-windows-system):
10760         * startup.el (command-line):
10761         * emulation/viper-ex.el (viper-glob-function):
10762         * international/mule-cmds.el (set-language-environment-coding-systems):
10763         * net/ange-ftp.el (ange-ftp-write-region):
10764         * obsolete/fast-lock.el (fast-lock-cache-name):
10765         Remove code for defunct system-types emx, macos, mswindows, next-mach,
10766         unisoft-unix, vax-vms, win32, w32.
10768         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10769         given name if the pattern is not more specific.
10771         * calendar/lunar.el (lunar-phase-names): New option.
10772         (lunar-phase): Doc fix.
10773         (lunar-cycles-per-year): New constant.
10774         (lunar-index): New function.
10775         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10776         (lunar-phase-name): Use lunar-phase-names.
10777         (calendar-lunar-phases): Use format.
10778         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10780         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10781         Copy imenu-example--name-and-position function here for own use.
10782         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10784         * bs.el (bs--redisplay):
10785         * cus-edit.el (custom-redraw):
10786         * ibuffer.el (ibuffer-bury-buffer):
10787         * server.el (server-goto-line-column):
10788         * startup.el (command-line-1):
10789         * strokes.el (strokes-xpm-for-stroke):
10790         * term.el (term-display-buffer-line):
10791         * view.el (View-goto-line):
10792         * calc/calc.el (calc-do, calc-trail-buffer):
10793         * play/gamegrid.el (gamegrid-add-score-insecure):
10794         * progmodes/ada-mode.el (ada-compile-goto-error):
10795         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10796         (ebrowse-select-1st-to-9nth):
10797         * progmodes/cperl-mode.el (cperl-time-fontification):
10798         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10799         * progmodes/gud.el (gud-display-line):
10800         (idlwave-shell-display-line):
10801         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10802         * progmodes/make-mode.el (makefile-browser-toggle):
10803         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10804         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10805         * textmodes/picture.el (picture-draw-rectangle):
10806         * textmodes/reftex-index.el (reftex-index-goto-letter):
10807         (reftex-select-jump-to-previous):
10808         * textmodes/reftex-sel.el (reftex-find-start-point)
10809         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10810         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10811         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10812         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10813         * textmodes/two-column.el (2C-associated-buffer):
10814         Use forward-line rather than goto-line.
10816         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10817         goto-line.
10819         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10820         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10821         (quick-check-list-to-regexp): Declare.
10823         * progmodes/make-mode.el (makefile-browser-insert-selection):
10824         Use goto-char rather than goto-line.
10826         * progmodes/prolog.el (compilation-error-regexp-alist)
10827         (compilation-forget-errors): Declare.
10829 2009-08-22  Juri Linkov  <juri@jurta.org>
10831         * progmodes/grep.el (lgrep, rgrep): At the beginning
10832         set `dir' to `default-directory' unless `dir' is a non-nil
10833         readable directory.  (Bug#4052)
10834         (lgrep, rgrep): Change a weird way to report an error
10835         from using `read-string' to using `error'.
10836         Instead of using interactive arguments in the function body,
10837         add new argument `confirm'.
10839 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10841         * textmodes/remember.el (remember-buffer):
10842         * progmodes/cperl-mode.el (cperl-vc-header-alist):
10843         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10844         (icalendar-extract-ical-from-buffer):
10845         * net/newst-treeview.el (newsticker-groups-filename):
10846         * net/newst-backend.el (newsticker-cache-filename):
10847         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10848         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10849         (speedbar-add-ignored-path-regexp, speedbar-line-path)
10850         (speedbar-buffers-line-path, speedbar-path-line)
10851         (speedbar-buffers-line-path):
10852         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10853         (epg-sign-keys):
10854         * epa.el (epa-display-verify-result):
10855         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10857 2009-08-21  Glenn Morris  <rgm@gnu.org>
10859         * progmodes/js.el (inferior-moz-process): Fix declaration.
10861         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10863         * obsolete/rnewspost.el (news-mail-reply):
10864         Use goto-char rather than goto-line.
10866         * term/ns-win.el (ns-open-file-select-line):
10867         Use line-beginning-position rather than goto-line.
10869         * apropos.el (apropos-command):
10870         * ehelp.el (electric-helpify):
10871         * printing.el (pr-show-setup):
10872         * strokes.el (strokes-help):
10873         * tutorial.el (tutorial--describe-nonstandard-key)
10874         (tutorial--detailed-help):
10875         * woman.el (woman-mini-help, woman-display-extended-fonts):
10876         * calc/calc-help.el (calc-describe-key):
10877         * emulation/edt.el (edt-electric-helpify):
10878         * international/mule-diag.el (mule-diag):
10879         * play/yow.el (apropos-zippy):
10880         * progmodes/python.el (python-describe-symbol):
10881         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10882         * textmodes/table.el (*table--cell-describe-mode)
10883         (*table--cell-describe-bindings):
10884         Use help-print-return-message rather than the now obsolete alias.
10886         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10887         (calendar-cursor-to-visible-date):
10888         * play/5x5.el (5x5-position-cursor):
10889         * play/decipher.el (decipher):
10890         * play/gomoku.el (gomoku-goto-xy):
10891         * play/landmark.el (lm-goto-xy):
10892         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10893         (mpuz-paint-digit):
10894         Use forward-line, not goto-line.
10896         * mail/rmail.el (rmail-obsolete): Delete custom group.
10897         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10898         (rmail-remote-password, rmail-remote-password-required):
10899         Remove unneeded :set-after and :set properties.
10901 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10903         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10905 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10907         * loadup.el: Remove leftover macos code.
10909         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10910         Explicitly pass the date format to git blame so that user local
10911         so that the output format can be parsed.
10913 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10915         * net/dbus.el (top): Don't check for (getenv
10916         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10918 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10920         * log-edit.el (log-edit-strip-single-file-name): New var.
10921         (log-edit-insert-changelog): Use it.  Bug#3571
10923 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10925         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10926         Bug#3287
10928         * help.el (help-print-return-message): Rename from
10929         print-help-return-message.
10931         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10932         cvs-mode-map parent hack.
10933         (log-view-mode): Derive from special-mode.
10935         * linum.el (linum-mode): window-size-change-functions is redundant.
10936         Adapt to new window-configuration-change-hook behavior.
10937         (linum-after-size, linum-after-config): Remove.
10939         * imenu.el (imenu-example--name-and-position)
10940         (imenu-example--lisp-extract-index-name)
10941         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10942         Mark as obsolete.
10944         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10945         (inferior-prolog-mode): Use it.
10946         (inferior-prolog-load-file): Reset list of errors.
10948 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10950         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10952         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10954 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10956         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10957         is running already.
10959 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10961         * subr.el (listify-key-sequence-1): Use normal syntax since those
10962         integers are nowadays always represented by the same (positive) number
10963         on all platforms.
10964         (read-key-empty-map): New const.
10965         (read-key-delay): New var.
10966         (read-key): New function.
10967         (force-mode-line-update): Use with-current-buffer.
10968         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10969         (start-process-shell-command, start-file-process-shell-command):
10970         Discourage the use of command-args.
10972 2009-08-19  Glenn Morris  <rgm@gnu.org>
10974         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10976 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10978         * simple.el (choose-completion-string): Don't rely on
10979         minibuffer-completing-file-name and ad-hoc checks to decide whether
10980         to continue completion or not.
10982         * minibuffer.el (minibuffer-hide-completions): New function.
10983         (completion--do-completion): Use it.
10984         (completions-annotations): New face.
10985         (completion--insert-strings): Use it.
10986         (completion-pcm--delim-wild-regex): Add docstring.
10987         (completion-pcm--string->pattern): Add support for 0-width delimiters
10988         in completion-pcm--delim-wild-regex.
10990 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10992         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10993         Remove unused var `buffer-modified-p'.
10995         * minibuffer.el (completion--do-completion): Move point for the #b001
10996         case as well (bug#4176).
10997         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10999 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
11001         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
11002         and :session buses.
11004 2009-08-18  Kenichi Handa  <handa@m17n.org>
11006         * international/ucs-normalize.el (ucs-normalize-version):
11007         Change to 1.1.
11008         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11009         (utf-8-hfs): Make it perform normalization on encoding too.
11011         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
11012         (sentence-end-without-space): Delete duplicated chars.
11013         (sentence-end-base): Likewise.
11015         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
11016         (html-mode): Delete duplicated chars from sentence-end-base.
11018         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
11019         (texinfo-mode): Delete duplicated chars from sentence-end-base.
11021 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
11023         * files.el (hack-one-local-variable): If the mode function is for
11024         a minor mode, pass it an argument (Bug#4148).
11026 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
11028         * net/tramp.el (tramp-register-completion-file-name-handler):
11029         Check also for (member 'partial-completion completion-styles).
11031 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11033         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11034         abbrev (Bug#3943).
11036 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
11038         * progmodes/cperl-mode.el: Merge upstream 6.2.
11039         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11040         (cperl-forward-re): Check cperl-brace-recursing.
11041         (cperl-highlight-charclass): New function.
11042         (cperl-find-pods-heres): Use it.
11043         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11044         (cperl-beautify-regexp-piece): Fix column calculation.
11045         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11046         (cperl-beautify-level): Don't process entire regexp.
11047         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11048         calling man.
11049         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11050         (cperl-init-faces): Build a list in the normal way.
11052 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11054         * calendar/parse-time.el (parse-time-string-chars): Save match
11055         data.
11057 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11059         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11060         (sql-product): Use it.
11061         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11062         (sql-set-product): Add completion.
11063         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11064         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11065         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11066         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11067         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11068         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11069         (sql-highlight-db2-keywords): Remove.
11070         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11071         (sql-highlight-product): Use derived-mode-p.
11072         (sql-set-sqli-buffer): Use with-current-buffer.
11073         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11074         Simplify.
11076         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11078         * term.el: Fix commenting convention, turn comments into docstrings.
11080 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11082         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11084 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11086         * calendar/parse-time.el (parse-time-string-chars): Compute using
11087         character classes, to handle non-ascii characters (Bug#3190).
11089 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11091         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11092         another heredoc if the user adds another < (Bug#3226).
11094         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11095         Don't initialize based on window-system (Bug#4124).
11097         * facemenu.el (facemenu-read-color): Use a completion function
11098         that accepts any defined color, such as RGB triplets (Bug#3677).
11100         * files.el (get-free-disk-space): Change fallback default
11101         directory to /.  Expand DIR argument before switching to fallback.
11102         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11104 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11106         * files.el (load-library): Doc fix.
11108 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
11110         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11111         (viper-if-string): Redefine C-s in the minibuffer to insert the last
11112         incremental search string.
11114         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11115         XEmacs.
11117         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11118         (ediff-merge-region-is-non-clash)
11119         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11120         Also check if the job is really a merge job.
11122         * ediff.el (ediff-current-file): New function.
11124 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11126         * progmodes/js.el: Edit docstrings throughout to follow Emacs
11127         conventions.
11128         (js-insert-and-indent): Delete function.
11129         (js-mode-map): Don't bind keys to js-insert-and-indent.
11130         (js-beginning-of-defun): Rename from js--beginning-of-defun.
11131         (js-end-of-defun): Rename from js--end-of-defun.
11132         (js-auto-indent-flag): Delete variable.
11134 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
11136         * progmodes/js.el: Remove proclaim statement.
11137         Defvar which-func-imenu-joiner-function to silence compiler.
11139         * files.el (auto-mode-alist): Use js-mode for .js files.
11141         * progmodes/js2-mode.el: Remove file.
11143         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11145         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11147         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11149 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
11150             Karl Landstrom  <karl.landstrom@brgeight.se>
11152         * progmodes/js.el: New file.
11154 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
11156         * timezone.el (timezone-parse-date): Add ability to understand ISO
11157         basic format (minimal separators) dates in addition to the
11158         already-supported extended format dates.
11160 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
11162         * international/ucs-normalize.el: Add a `coding' file variable.
11164         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11166 2009-08-14  Sam Steingold  <sds@gnu.org>
11168         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11170 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
11172         * faces.el (help-argument-name): Define it here instead of
11173         help-fns.el, because in daemon mode help-fns.el may be loaded when
11174         faces are still uninitialized (Bug#1078).
11176         * help-fns.el (help-argument-name): Move defface to faces.el.
11178 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
11180         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11181         create buffer with a pty but no process so that GDB can make the
11182         inferior the controlling process.
11184 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
11186         * international/ucs-normalize.el: New file.
11188 2009-08-13  Richard Stallman  <rms@gnu.org>
11190         * mail/rmail.el (rmail-get-attr-names):
11191         Accept an attribute header that is too short.
11193         * mail/rmail.el (rmail-forget-messages):
11194         Ignore nil elt in rmail-message-vector.  Use dotimes.
11196         * progmodes/compile.el (compilation-goto-locus):
11197         Use next-error-move-function.
11199         * simple.el (next-error-move-function): New variable.
11201 2009-08-12  Juri Linkov  <juri@jurta.org>
11203         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11204         always non-nil.  (Bug#4052)
11206         * replace.el (read-regexp): Return empty string when
11207         `default-value' is nil.
11208         (keep-lines-read-args): Don't use empty string as the
11209         default value for `read-regexp'.  (Bug#2495)
11211 2009-08-12  Juri Linkov  <juri@jurta.org>
11213         * international/mule-cmds.el (ucs-insert): Change arguments
11214         from `arg' to `character', `count', `inherit' to be the same
11215         as in `insert-char'.  Doc fix.  (Bug#4039)
11217         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11219 2009-08-12  Juri Linkov  <juri@jurta.org>
11221         * files-x.el: New file.
11223         * files.el: Move code that deals with adding/deleting
11224         file/directory-local variables to files-x.el.
11226         * Makefile.in (ELCFILES): Add files-x.elc.
11228 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
11230         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11231         to use `goto-line'.
11232         (gdb-place-breakpoints, gdb-get-location): Rewritten without
11233         `goto-line'.
11234         (gdb-invalidate-disassembly): Do not refresh upon receiving
11235         'update signal.  Instead, update all disassembly buffers only after
11236         threads list.
11237         (gdb): Send -target-detach when buffer is killed (Bug#3794).
11238         (gdb-starting): Move -data-list-register-names...
11239         (gdb-stopped): ...here so it's sent when first thread stops.
11240         (gdb-registers-handler-custom): Do nothing if register names are
11241         unknown yet.
11243         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11244         from `gdb-mi.el' to avoid extra tangling.
11246         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11247         change which breaks `gud-def' definitions used in `gdb'.
11248         (gdb-update-gud-running): No extra fuss for updating frame number.
11250 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11252         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11253         (describe-language-environment-map, setup-language-environment-map)
11254         (set-coding-system-map): Move initialization into declaration.
11255         (set-language-info-alist): Last arg to define-key-after can be skipped.
11257         * international/quail.el (quail-completion-1): Simplify.
11258         (quail-define-rules): Use slightly more compact code.
11259         (quail-insert-decode-map): Propertize keys, compact columns.
11261         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11262         Add goto-line.
11264 2009-08-10  Miles Bader  <miles@gnu.org>
11266         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11267         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11268         (js2-instance-member, js2-private-member, js2-private-function-call)
11269         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11270         (js2-magic-paren, js2-external-variable):
11271         Remove "-face" suffix from face names.
11272         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11273         (js2-highlight-undeclared-vars, js2-peek-token)
11274         (js2-parse-function-params, js2-mode-show-errors)
11275         (js2-mode-show-warnings, js2-make-magic-delimiter)
11276         (js2-mode-highlight-magic-parens): Update to use new face names.
11278 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
11280         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11281         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
11283 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
11285         * subr.el: Provide hashtable-print-readable.
11287         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11288         hs-c-like-adjust-block-beginning.
11289         (hs-hide-block-at-point): Stop hiding at the beginning of
11290         hs-block-end-regexp (Bug#700).
11292 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
11294         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11295         a macro.
11296         (gdb-registers-handler-custom): Do not fail when register names
11297         are unavailable.
11299 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11301         * progmodes/gdb-mi.el (gdb-control-all-threads)
11302         (gdb-control-current-thread): Interactive setters for
11303         `gdb-gud-control-all-threads' to use in menu.
11304         (gdb-show-run-p): Show «Go» when process is not active.
11305         (gud-tool-bar-map): Add non-stop/A,T indicator.
11306         Uses gud/thread.xpm and gud/all.xpm.
11308 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
11310         * net/net-utils.el (net-utils-font-lock-keywords): New var.
11311         (nslookup-font-lock-keywords): Make it a variable.
11312         (net-utils-mode): New mode for viewing diagnostic network output.
11313         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11314         (net-utils-run-simple): New function.
11315         (ifconfig, iwconfig, netstat, arp, route): Use it.
11317 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11319         * progmodes/gdb-mi.el (gdb-read-memory-custom)
11320         (gdb-memory-set-address, def-gdb-set-positive-number)
11321         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11322         after changing settings.
11323         (gdb-invalidate-disassembly): Update when first shown.
11324         (gdb-edit-locals-value): Fix.
11325         (gdb-registers-handler-custom): Print registers in right order and
11326         allow changing register values (only for current thread yet).
11327         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11328         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11329         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11330         (gdb-locals-handler-custom, gdb-registers-handler-custom):
11331         Thread info in mode name.
11332         (gdb-registers-mode-map): TAB to switch to locals.
11334 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
11336         * mail/rmail.el (rmail-add-mbox-headers)
11337         (rmail-set-message-counters-counter): Search for
11338         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
11340 2009-08-08  Glenn Morris  <rgm@gnu.org>
11342         * Makefile.in (ELCFILES): Update.
11344 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11346         * mail/sendmail.el (mail-yank-original):
11347         Set buffer-file-coding-system from the one used by the message whose
11348         text is yanked.
11350         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11351         to "windows" when "pgnuplot" is used.
11352         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11353         Don't call accept-process-output if "pgnuplot" is used.
11354         (calc-graph-init): Don't send -display and -geometry to
11355         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
11356         running "pgnuplot -V" with shell-command-to-string.
11358         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11359         the default.
11361 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11363         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11364         org/org-latex.elc.
11366 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
11368         * vc-dispatcher.el (vc-resynch-window): Update comment.
11370         * term.el (term-handle-ansi-escape): Add comments with the
11371         terminfo capabilities implemented.
11373 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
11375         * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
11376         (gdb-var-create-handler): Rewritten using JSON parser.
11377         (gdb-propertize-header): Move earlier.
11378         (gdb-set-header): Remove to avoid duplication.
11379         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11380         Refresh disassembly buffers only after threads list have been
11381         update.
11382         (gdb-threads-header, gdb-registers-header): Per-buffer header line
11383         variables.
11385 2009-08-04  Juri Linkov  <juri@jurta.org>
11387         * files.el: Commands to add/delete file/directory-local variables.
11388         (read-file-local-variable, read-file-local-variable-value)
11389         (read-file-local-variable-mode, modify-file-local-variable)
11390         (modify-file-local-variable-prop-line)
11391         (modify-dir-local-variable): New functions.
11392         (add-file-local-variable, delete-file-local-variable)
11393         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11394         (add-dir-local-variable, delete-dir-local-variable)
11395         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11396         (copy-dir-locals-to-file-locals-prop-line): New commands.
11398 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
11400         * abbrev.el (insert-abbrev-table-description): Prettify output.
11401         Suggested by Karl Chen.
11403 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
11405         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11406         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11407         (gdb-overlay-arrow-position, gdb-thread-position)
11408         (gdb-disassembly-position): Declare variables.
11409         (gdb-wait-for-pending): Function now.
11410         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11411         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11412         compilation goes smoothly.
11413         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11414         (gdb-non-stop-setting): New customization setting which replaces
11415         `gdb-non-stop' so changing it doesn't break active GDB session.
11416         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11417         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11418         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11419         (gdb-show-threads-by-default): New customization options.
11420         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11421         routines.
11422         (gdb-get-buffer-create): Send buffers update signal when they are
11423         created.
11424         (gdb-invalidate-locals, gdb-invalidate-registers)
11425         (gdb-invalidate-breakpoints)
11426         (gdb-invalidate-threads, gdb-invalidate-disassembly)
11427         (gdb-invalidate-memory): Accept update signal.
11428         (gdb-current-context-command): Use --frame option.
11429         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11430         Implement `gdb-frame-number' selection logic.
11431         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11432         whether to show GUD toolbar buttons.
11433         (gdb-thread-exited): Unselect current thread when it exits.
11434         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11435         (gdb-mark-line): Routine which sets overlay arrow or inverses
11436         video on fringeless displays.
11437         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11438         to build aligned columns of data in GDB buffers and set text
11439         properties line-by-line.
11440         (gdb-invalidate-breakpoints)
11441         (gdb-breakpoints-list-handler-custom)
11442         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11443         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11444         (gdb-registers-handler-custom): Align data columns.
11445         (gdb-locals-handler-custom): Now prints data like in variable
11446         declarations.
11447         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11448         Remove confusing buttons.
11449         (gdb-invalidate-threads): Append --frame.
11450         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11451         between breakpoints/threads buffers.
11452         (gdb-set-window-buffer): Now can ignore dedicated windows.
11453         (gdb-propertize-header): Use `gdb-set-window-buffer'.
11454         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11455         (def-gdb-thread-buffer-gud-command): Replaces
11456         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11457         for fine thread control.
11458         (gdb-preempt-existing-or-display-buffer): New function used to
11459         display bound buffers without breaking window layout.
11460         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11461         (gdb-select-frame): New version of `gdb-frames-select' which now
11462         sets `gdb-frame-number' so commands may use --frame option instead
11463         of inner debugger state.
11464         (gdb-frame-handler): Do not set `gdb-frame-number'.
11465         (gdb-threads-mode-map): Select threads with mouse.
11467         * progmodes/gud.el (gdb-gud-context-call): Declare function to
11468         avoid compilation warning.
11469         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11470         `gdb-show-stop-p`.
11472         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11473         Argument `key' renamed to `buffer-type'.
11474         (gdb-current-context-buffer-name): Do not add thread info to
11475         buffer name when no thread is selected.
11476         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11477         command (bug 3794).
11478         (gdb-thread-selected): Handle `=thread-selected' notification.
11479         (gdb-wait-for-pending): New macro to deal with congestion problems.
11480         (gdb-breakpoints-list-handler-custom): Don't fail on pending
11481         breakpoints.
11482         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11483         This fixes problem similar to one described in bug 3947.
11484         (gud-menu-map): More menu items.
11485         (gdb-init-1): Reset `gdb-thread-number' to nil.
11487         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11488         non-stop settings.
11490         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11491         (gdb-current-context-command): Do not append --thread if
11492         `gdb-thread-number' is nil.
11493         (gdb-running-threads-count, gdb-stopped-threads-count):
11494         New variables.
11495         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11496         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11497         New customization options.
11498         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11499         GUD commands.
11500         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11501         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11502         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11503         set `gdb-thread-number' and update `gud-running' properly.
11504         (gdb-running): Update threads list when new threads appear.
11505         (gdb-stopped): Support non-stop operation and new thread switching
11506         logic.
11507         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11508         (gdb-json-partial-output): New set of JSON routines.
11509         (def-gdb-auto-update-trigger): New `signal-list' optional
11510         argument.
11511         (gdb-thread-list-handler-custom): Update `gud-running',
11512         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11513         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11514         (gdb-continue-thread, gdb-step-thread): New commands for fine
11515         thread execution control.
11516         (gud-menu-map): New menu items to switch non-stop options.
11517         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11518         (gdb-send): Mimic RET properly (bug 3794).
11520         * progmodes/gdb-mi.el (gdb-rules-name-maker)
11521         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11522         gdb-buffer-rules.
11523         (def-gdb-auto-update-handler): New nopreserve optional argument.
11524         (gdb-stack-list-frames-custom): Print stack from top to bottom.
11526         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11527         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11528         (gdb-parent-mode): New mode to derive other GDB modes from.
11529         (gdb-display-disassembly-for-thread)
11530         (gdb-frame-disassembly-for-thread): New commands for threads
11531         buffer.
11533         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11534         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11535         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11536         (gdb-update): We now store all GDB buffers in a list so that they
11537         can be updated by traversing a list instead of calling invalidate
11538         triggers explicitly.
11539         (def-gdb-trigger-and-handler): New macro to define trigger-handler
11540         pair for GDB buffer.
11541         (gdb-stack-buffer-name): Add thread information.
11542         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11543         handle pending triggers.
11544         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11545         (def-gdb-thread-buffer-simple-command)
11546         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11547         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11548         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11549         New commands which show buffers bound to thread.
11550         (gdb-stack-list-locals-regexp): Remove unused regexp.
11552         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11553         (gdb-locals-buffer-name, gdb-registers-buffer-name)
11554         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11555         to (gud-comint-buffer) in *-buffer-name functions
11556         because (gdb-get-target-string) already does that.
11557         (gdb-locals-handler-custom, gdb-registers-handler-custom)
11558         (gdb-changed-registers-handler): Rewritten without regexps.
11560         * progmodes/gdb-mi.el: Basic thread selection support.
11561         (gdb-thread-number): New variable.
11562         (gdb-current-context-command): New macro which adds --thread
11563         option to command.
11564         (gdb-threads-mode-map): Select thread with SPC.
11565         (gdb-thread-list-handler-custom): Mark current thread with overlay
11566         arrow.  Synchronize GDB thread and Emacs thread.
11567         (gdb-select-thread): New command which selects current thread.
11568         (gdb-invalidate-frames, gdb-invalidate-locals)
11569         (gdb-invalidate-registers): Use --thread option.
11571 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
11573         * net/tramp.el (top): Make check for tramp-gvfs loading more
11574         robust.  (Bug#3977)
11575         (tramp-handle-insert-file-contents): `unwind-protect' must be
11576         inside `with-parsed-tramp-file-name'.
11578         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11579         fails.
11581 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11583         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11584         directory if CLASSPATH is not set.
11586 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11588         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11589         New defconst.
11590         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11592 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11594         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11595         Update freshmeat link.  Delete newsforge.com as it seems gone.
11597 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11599         * select.el (x-set-selection): Doc fix (Bug#4021).
11601         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11603         * help-fns.el (describe-variable): Treat list return values from
11604         dir-locals-find-file properly (Bug#4005).
11606 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11608         * net/tramp.el (tramp-debug-message): Print also microseconds.
11610 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11612         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11613         or END is non-nil.
11614         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11615         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11616         format.
11618         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11619         (tramp-get-file-property): Use it.
11621         * autorevert.el (auto-revert-handler):
11622         Allow `auto-revert-tail-mode' for remote files.
11624 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11626         * minibuffer.el (read-file-name): Treat confirm options to
11627         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11629 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11631         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11632         (font-lock-variable-name-face, font-lock-constant-face):
11633         Darken the colors for light backgrounds.
11635 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11637         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11638         month names.  (Bug#3987)
11640 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11642         * simple.el (line-move-finish): Pass whole number to
11643         line-move-to-column.
11644         (line-move-visual): Perform hscroll to the recorded position.
11646 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11648         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11650 2009-07-29  Alan Mackenzie  <acm@muc.de>
11652         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11654 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11656         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11657         (gdb-place-breakpoints): Use full path when setting breakpoints.
11659 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11661         * calc/calc.el (calc-mode-map): Add keybinding for
11662         `calc-transpose-lines'.
11664 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11666         * calc/calc-misc.el (calc-transpose-lines): New function.
11668 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11670         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11671         Simplify check for out-of-band methods.
11672         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11673         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11675 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11677         * vc-git.el (vc-git-checkin): Fix typo.
11679 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11681         * progmodes/js2-mode.el: New file.
11683 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11685         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11686         (gud-menu-map): Adjust tooltip accordingly.
11688 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11690         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11691         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11693         * add-log.el (change-log-mode-map): Add a menu.
11695 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11697         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11698         function returns nil.
11699         (dbus-handle-event): Handle special return value :ignore.
11700         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11702 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11704         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11705         it's not needed.
11707 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11709         Fix Bug#3888:
11711         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11713         * term/pc-win.el (x-display-name, x-colors)
11714         (x-select-enable-clipboard, x-select-text): Doc fix.
11716         * term/common-win.el (x-display-name, x-colors): Doc fix.
11718         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11719         (xw-defined-colors): Doc fix.
11721         * w32-fns.el (x-select-text, x-setup-function-keys)
11722         (x-get-selection, x-set-selection): Doc fix.
11724         * term/x-win.el (x-select-text, x-setup-function-keys)
11725         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11727         * select.el (x-set-selection): Doc fix.
11729 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11731         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11732         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11733         "IsNSSSupportAvailable" method is not available.
11734         Reported by Steve Youngs <steve@sxemacs.org>.
11736 2009-07-24  Kenichi Handa  <handa@m17n.org>
11738         * international/characters.el: Fix setting of category ?C, ?|, ?K,
11739         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
11740         (build-unicode-category-table): Fix range checks.
11742 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
11744         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11745         the buffer we try to sync is current when calling
11746         vc-resynch-buffer.
11748         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11749         not show up to date files.
11751 2009-07-24  Glenn Morris  <rgm@gnu.org>
11753         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11754         Add autoload cookies.  If necessary, initialize.
11755         (elint-log): Handle non-file buffers.
11756         (elint-initialize): Add optional argument to reinitialize.
11757         (elint-find-builtin-variables): Save excursion.
11759 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11761         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11762         for Lint.
11764 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11766         * vc.el (vc-print-log-internal): New function, split out from ...
11767         (vc-print-log): ... here.
11768         (vc-dir-move-to-goal-column): Declare.
11770         * vc-git.el (vc-git-add-signoff): New variable.
11771         (vc-git-checkin): Use it.
11772         (vc-git-toggle-signoff): New function.
11773         (vc-git-extra-menu-map): Bind it to menu.
11774         (vc-git--run-command-string): Accept a nil FILE argument.
11775         (vc-git-stash-list): New function.
11776         (vc-git-dir-extra-headers): Use it.
11778 2009-07-23  Glenn Morris  <rgm@gnu.org>
11780         * help-fns.el (describe-variable): Describe ignored and risky local
11781         variables in a similar way to that in which we describe safe ones.
11783         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11784         (byte-compile-output-file-form, byte-compile-output-docform)
11785         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11786         Give some more local variables with common names a "bytecomp-" prefix,
11787         so as not to shadow things during compilation.
11788         * emacs-lisp/cl-macs.el (load-time-value)
11789         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11790         `outbuffer' to `bytecomp-outbuffer'.
11792         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11793         since the next two variables cover them automatically now.
11794         (elint-builtin-variables, elint-autoloaded-variables): New.
11795         (elint-unknown-builtin-args): Remove all members, since they can be
11796         parsed automatically now.
11797         (elint-extra-errors): New.
11798         (elint-env-add-env, elint-env-add-macro): Use cadr.
11799         (elint-current-buffer): Use or.  Change final message.
11800         (elint-get-top-forms): Use line-end-position.
11801         (elint-init-env): Use cadr.  Handle autoload, declare-function,
11802         and defalias.
11803         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
11804         (regexp-assoc): Remove unused function.
11805         (elint-top-form): Set elint-current-pos, to record the start of the
11806         top-level form, for compilation-mode.
11807         (elint-form): Trap errors in macro expansion.  Use dolist.
11808         (elint-unbound-variable): Use elint-builtin-variables and
11809         elint-autoloaded-variables.
11810         (elint-get-args): Use cadr, or.
11811         (elint-check-cond-form): Use dolist, cadr.
11812         (elint-check-condition-case-form): Doc fix.  Use cadr.
11813         Use elint-extra-errors.
11814         (elint-log): New function.
11815         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11816         Distinguish errors and warnings.
11817         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
11818         Use a bytecomp-style format.
11819         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
11820         (elint-get-log-buffer): Use compilation mode.  Disable undo.
11821         Don't truncate lines.
11822         (elint-initialize): Set builtin and autoloaded variable lists.
11823         Only process elint-unknown-builtin-args if non-nil.
11824         (elint-find-builtin-variables, elint-find-autoloaded-variables):
11825         New functions.
11826         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
11828 2009-07-22  Kevin Ryde  <user42@zip.com.au>
11830         * net/newst-backend.el (newsticker--parse-atom-1.0)
11831         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11832         (newsticker--parse-rss-1.0):
11833         * progmodes/idlwave.el (idlwave-mode):
11834         * progmodes/idlw-shell.el (idlwave-shell-mode):
11835         * progmodes/vera-mode.el (vera-mode):
11836         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11837         * progmodes/vhdl-mode.el (vhdl-mode):
11838         * textmodes/table.el (table-generate-source)
11839         (table--warn-incompatibility):
11840         Hyperlink urls in docstrings with URL `...'.
11842 2009-07-22  Glenn Morris  <rgm@gnu.org>
11844         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11845         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11846         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11847         Remove leading * from defcustom docs.
11849         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
11851         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11852         defcustom doc.
11853         (list-load-path-shadows): Optionally, just return shadows as a string.
11855         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11857 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11859         * mail/rmailedit.el (rmail-edit-mode):
11860         Use auto-save-include-big-deletions.
11862         * mail/rmail.el (rmail-variables):
11863         Use auto-save-include-big-deletions.
11865         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11866         changes.
11868 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11870         * calc/calc.el (calc-undo-length): New variable.
11871         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11873 2009-07-21  Richard Stallman  <rms@gnu.org>
11875         * files.el (auto-save-mode): Handle buffer-save-size = -2
11876         for toggling mode.
11878 2009-07-21  Glenn Morris  <rgm@gnu.org>
11880         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11882         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11884         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11885         silence compiler.  Instead...
11886         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11887         (ps-print-ensure-fontified): Update for above function name changes.
11889         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11890         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11891         silence compiler.  Instead...
11892         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11893         (mh-show-buffer): Only define for compiler.
11894         (pr-mh-current-message): Update for above function name changes.
11896         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11897         as an argument.
11898         (find-file-noselect, insert-file-1): Update for above change.
11900         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11902         * mail/mailclient.el (mailclient-send-it): Fix message.
11904         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11905         (edebug-eval): Check cl-debug-env is bound.
11906         (print-level, print-circle): Don't redefine built-in variables.
11908         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11909         (custom-print-vectors): Remove old comments from doc.
11911         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11912         (emerge-version): Make the variable an obsolete alias for the
11913         emacs-version variable.  Make the function obsolete.
11914         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11915         Emerge options, rather than merging in into the main Options menu.
11916         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11917         and auto advance modes.  Disable edit/fast items when not relevant.
11919 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11921         * term/vt420.el (terminal-init-vt420): Fix typo.
11923 2009-07-20  Sam Steingold  <sds@gnu.org>
11925         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11926         variable (removed from compile.el on 2004-03-11).
11928 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11930         * files.el (hack-local-variables-filter): Fix last change.
11932 2009-07-19  Juri Linkov  <juri@jurta.org>
11934         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11935         (dir-local-variables-alist): New buffer-local variable.
11936         (hack-local-variables-filter): If variable is not dir-local,
11937         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11938         because file-local overrides dir-local.
11939         (c-postprocess-file-styles) <declare-function>:
11940         Remove obsolete declaration.
11941         (hack-dir-local-variables): Add dir-local variable/value pair to
11942         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11944         * help-fns.el (describe-variable): Add information about
11945         file-local and dir-local variables.
11947 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11949         * files.el (hack-local-variables-filter): Rewrite.
11951 2009-07-19  Glenn Morris  <rgm@gnu.org>
11953         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11954         Silence compiler by only defining on XEmacs.
11956         * international/mule.el (auto-coding-regexp-alist): Only match
11957         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11959         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11960         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11961         (cal-menu-context-mouse-menu): Doc fix.
11963         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11965         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11967 2009-07-18  Juri Linkov  <juri@jurta.org>
11969         * info.el: Virtual Info keyword finder.
11970         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11971         (Info-finder-file): New variable.
11972         (Info-finder-find-file): New function.
11973         (finder-known-keywords, finder-package-info)
11974         (find-library-name, lm-commentary): Use defvar and
11975         declare-function to silence compiler warnings.
11976         (Info-finder-find-node): New function.
11977         (info-finder): New command.
11979         * subr.el (process-kill-buffer-query-function): New function.
11980         (add-hook)<kill-buffer-query-functions>: Add hook
11981         `process-kill-buffer-query-function'.
11983 2009-07-18  Alan Mackenzie  <acm@muc.de>
11985         * progmodes/cc-mode.el (c-before-hack-hook)
11986         (c-postprocess-file-styles): Give invocation of `c-set-style'
11987         DONT-OVERRIDE parameter of t.  Already set style variables will
11988         thus not be overridden by style settings given by `c-file-syle'.
11990         * files.el (hack-local-variables-filter): Remove entries with
11991         duplicate keys from `file-local-variables-alist'.
11993 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11995         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11996         x-set-selection if display-selections-p returns nil for the
11997         current frame.
11999 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
12001         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12003 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12005         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12006         Accept nil in addition to a regexp.
12007         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12008         Accept nil in addition to a regexp.
12009         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12010         buffers that have an associated file.  Handle nil values of
12011         desktop-buffers-not-to-save and desktop-files-not-to-save.
12012         (Bug#3833)
12014         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12015         (x-disown-selection-internal): New functions.
12017 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
12019         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12020         warning.
12021         (gdb-breakpoints-header): Move forward to avoid compiler warning.
12022         (gdb-make-header-line-mouse-map): Remove duplicate definition.
12024 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
12026         * simple.el (set-mark): Revert last change.
12028 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
12030         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12031         rendering of pngs is not possible instead of messaging a long
12032         description.
12034 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
12036         * w32-fns.el (x-selection-owner-p): New function.
12038         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12039         (mouse-yank-at-click, mouse-yank-primary):
12040         If select-active-regions is non-nil, deactivate the mark before
12041         insertion.
12043         * simple.el (deactivate-mark, set-mark): Only save selection if we
12044         own it.
12046 2009-07-17  Kenichi Handa  <handa@m17n.org>
12048         * case-table.el (describe-buffer-case-table): Fix for the case
12049         that KEY is a cons.
12051 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
12053         * vc-rcs.el (vc-rcs-find-file-hook):
12054         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12056 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
12058         * net/tramp.el (tramp-wait-for-output): Handle the case when
12059         commands do not return a newline but a null byte before the shell
12060         prompt.  (Bug#3858)
12062 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12064         * term/ns-win.el (ns-set-alpha): Don't declare.
12065         (ns-set-background-alpha): Remove function.
12067 2009-07-16  Kevin Ryde  <user42@zip.com.au>
12069         * emacs-lisp/copyright.el (copyright-update): Save match-data across
12070         y-or-n-p, for safety.
12072 2009-07-16  Richard Stallman  <rms@gnu.org>
12074         * files.el (auto-save-mode): If buffer-saved-size is -2,
12075         don't clobber it.
12077         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12078         (rmail-retry-ignored-headers): Add more uninteresting fields.
12080 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
12082         * net/rcirc.el (rcirc): Use history variables.
12083         (rcirc-server-name-history, rcirc-nick-name-history)
12084         (rcirc-server-port-history): New variables.
12086 2009-07-15  Kenichi Handa  <handa@m17n.org>
12088         * international/mule-cmds.el (set-language-environment-charset):
12089         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12090         ignore them.
12092         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12093         Delete unibyte-display.
12095 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12097         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12099 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12101         * simple.el (deactivate-mark): Optional argument FORCE.
12102         (set-mark): Use deactivate-mark.
12104         * info.el (Info-search): No need to check transient-mark-mode
12105         before calling deactivate-mark.
12107         * select.el (x-set-selection): Doc fix.
12108         (x-valid-simple-selection-p): Allow buffer values.
12109         (xselect--selection-bounds): Handle buffer values.
12110         Suggested by David De La Harpe Golden.
12112         * mouse.el (mouse-set-region, mouse-drag-track):
12113         Call copy-region-as-kill before setting the mark, to let
12114         select-active-regions work.
12116 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
12118         * simple.el (deactivate-mark): If select-active-regions is
12119         non-nil, copy the selection data into a string.
12120         (activate-mark): If select-active-regions is non-nil, set the
12121         selection to the current buffer.
12122         (set-mark): Update selection if select-active-regions is non-nil.
12124         * select.el (x-valid-simple-selection-p): Allow buffer values.
12126 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12128         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12129         and more featureful message-mode.
12131 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
12133         * select.el (x-set-selection): Doc fix.
12134         (x-valid-simple-selection-p): Disallow selection data consisting
12135         of a list or cons of integers, since that is not used.
12136         (xselect--selection-bounds, xselect--int-to-cons): New functions.
12137         (xselect-convert-to-string, xselect-convert-to-length)
12138         (xselect-convert-to-filename, xselect-convert-to-charpos)
12139         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12141 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
12143         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12144         output in -break-info command (Emacs bug #3794).
12146 2009-07-14  Glenn Morris  <rgm@gnu.org>
12148         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12149         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12150         (edebug-print-length, edebug-print-level, edebug-print-circle)
12151         (edebug-sit-for-seconds, edebug-view-outside)
12152         (edebug-bounce-point, edebug-set-global-break-condition)
12153         (edebug-Go-nonstop-mode, edebug-trace-mode)
12154         (edebug-Trace-fast-mode, edebug-continue-mode)
12155         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12156         (edebug-visit-eval-list): Doc fixes.
12158         * subr.el (def-edebug-spec): Doc fix.
12160 2009-07-14  Kenichi Handa  <handa@m17n.org>
12162         * international/characters.el: Fix setting of category ?C.
12164 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
12166         * term/ns-win.el (x-select-font): defalias x-select-font to
12167         ns-popup-font-panel instead of generate-fontset-menu.
12169 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
12171         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
12173 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
12175         * arc-mode.el (archive-find-type): Allow for a PK00 string before
12176         the PK\003\004 header (Bug#3770).
12178 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
12180         * pcomplete.el (pcomplete-comint-setup): Check for
12181         shell-dynamic-complete-filename too.
12183 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
12185         * simple.el (temporary-goal-column): Change the value for
12186         line-move-visual to a cons cell.
12187         (line-move-visual): Record or set the window hscroll, if
12188         necessary (Bug#3494).
12189         (line-move-1): Handle cons value of temporary-goal-column.
12191 2009-07-11  Kenichi Handa  <handa@m17n.org>
12193         * international/mule-diag.el (describe-character-set): Don't show
12194         width.
12196 2009-07-10  Sam Steingold  <sds@gnu.org>
12198         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12199         Omake sometimes indents the errors it prints, so allow all
12200         regexps to start with spaces.
12202 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
12204         * cus-edit.el (customize-changed-options-previous-release):
12205         Bump value to 22.1.  (Bug#3804)
12207 2009-07-08  Sam Steingold  <sds@gnu.org>
12209         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12210         to be a cons cell (test . ignored-directory) to selectively ignore
12211         some directories depending on the location of the search.
12213 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
12215         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12216         remote user is root, on the local host.
12217         (tramp-local-host-p): Either the local user or the remote user
12218         must be root.  (Bug#3771)
12220 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12222         * progmodes/gdb-mi.el (gdb): Remove description of
12223         gdb-use-separate-io-buffer.
12224         (menu): Don't allow toggling of or enable
12225         gdb-use-separate-io-buffer from menubar.
12227 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12229         * mail/unrmail.el (unrmail): Make sure the message ends with two
12230         newlines (Bug#3769).
12232 2009-07-08  Glenn Morris  <rgm@gnu.org>
12234         * calendar/calendar.el (calendar-current-date): Rework previous change.
12236 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
12238         * calendar/calendar.el (calendar-current-date):
12239         Add an optional argument giving an offset from today.
12241 2009-07-08  Glenn Morris  <rgm@gnu.org>
12243         * tutorial.el (tutorial--describe-nonstandard-key):
12244         Adjust the message for when a key has been unbound.
12245         (help-with-tutorial): Hide the arch-tag.
12247 2009-07-08  Kenichi Handa  <handa@m17n.org>
12249         * international/fontset.el (setup-default-fontset): For each
12250         script, append (not set) font-specs.
12252         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12253         docstring.
12255 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12257         * progmodes/gdb-mi.el (gdb-init-1): Move sending
12258         -data-list-register-names to ...
12259         (gdb-starting): ... here because GDB 7.0 requires execution to
12260         have started when using this MI command.
12261         (gdb-set-header): New function to distinguish select and
12262         unselected tabs in gdb buffers.
12263         (gdb-propertize-header): New macro that uses gdb-set-header.
12264         (gdb-breakpoints-header, gdb-locals-header): Use it.
12265         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12267 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
12269         * Makefile.in (ELCFILES): Remove fadr.elc.
12271 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
12273         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12274         may contain frame information, so `string-match' should be used.
12275         (gdb-update): Disassembly is invalidated through
12276         `gdb-get-selected-frame'.
12277         (gdb-pad-string): New function to pad string with spaces.
12278         (gdb-invalidate-disassembly): Invalidate only if the buffer
12279         exists.
12280         (gdb-disassembly-handler-custom): Column alignment.
12281         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12282         placing new ones.
12283         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12284         end of line, too.
12285         (gdb-frame-handler): Match convention to for disassembly buffer
12286         mode name.
12287         (gdb-stack-list-frames-handler): Rewritten without regexps.
12288         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12289         not highlight breakpoints without line information.
12290         (gdb-input): Add trailing newline to command.
12292         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12293         buffer properly.
12294         (gdb-breakpoints-list-handler-custom): Replacement for
12295         `gdb-break-list-handler'.  Using real parser instead of regexps
12296         now.
12297         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12298         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12299         to place breakpoints.
12300         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12301         functions.
12302         (gdb-disassembly-handler-custom): Show overlay arrow.
12303         (gdb-disassembly-place-breakpoints): Show breakpoints in
12304         disassembly buffer.
12305         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12306         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12307         instead of parsing breakpoints buffer.  Fixed old menu references
12308         in `gud-menu-map'.
12310         * fadr.el: Remove.
12312         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12313         (gdb-memory-address): New variable which holds top address of
12314         memory page shown in memory buffer.
12315         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12316         New customization variables.
12317         New functions:
12318         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12319         display the memory buffer.
12320         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12321         buffer display parameters.
12322         (def-gdb-memory-format, gdb-memory-format-binary)
12323         (gdb-memory-format-octal, gdb-memory-format-unsigned)
12324         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12325         Functions for setting memory buffer format.
12326         (gdb-memory-unit-word, gdb-memory-unit-halfword)
12327         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12328         unit size used in memory buffer.
12329         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12330         Switch to next/previous page of memory buffer.
12331         Now using (bindat-get-field) instead of fadr functions.
12333 2009-07-07  Sam Steingold  <sds@gnu.org>
12335         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12336         non-top-level files.
12338 2009-07-07  Kenichi Handa  <handa@m17n.org>
12340         * international/mule-cmds.el (reset-language-environment):
12341         Put the highset priority to the charset iso-8859-1.
12343 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12345         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12346         to the end of the line when locating the block (Bug#700).
12348 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
12350         * net/tramp.el (tramp-handle-write-region): Flush file properties
12351         in case of short track.
12353 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
12355         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12356         Coded custom representation of verilog error regular expressions
12357         to work with Emacs-22's new format.
12358         (verilog-error-regexp-xemacs-alist): Coded custom representation
12359         of verilog error regular expressions to work with XEmacs format.
12360         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12361         error recognition into XEmacs.
12362         (verilog-error-regexp-add-emacs): Hook routine to install verilog
12363         error recognition into Emacs-22.
12365 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12367         * woman.el: Remove stand-alone closing parentheses.
12368         (woman-file-name, woman2-format-paragraphs)
12369         (woman-leave-blank-lines): Code cleanup.
12370         (woman-use-own-frame): Change default to nil.
12371         (woman-italic, woman-bold, woman-unknown, woman-addition):
12372         Change defaults to inherit from default faces.
12373         (woman2-process-escapes): Consume the newline after a stand-alone
12374         filler character (Bug#3651).
12376 2009-07-06  Glenn Morris  <rgm@gnu.org>
12378         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12379         (top-level): Move provide to the end.
12380         (ffap): Remove defunct URL from custom group.
12382         * subr.el (eval-after-load): Doc fix.
12384 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
12386         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12387         `calc-embedded-word' is called twice.
12389 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12391         * files.el (find-alternate-file-other-window, find-alternate-file):
12392         Obey confirm-nonexistent-file-or-buffer.
12394 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
12396         * dired-aux.el (dired-show-file-type): Handle remote files.
12398 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
12400         * desktop.el (desktop-globals-to-save):
12401         Add file-name-history (Bug#2750).
12403 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
12405         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12407 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
12409         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12410         property on entire argument since this is what eshell-lisp-command
12411         expects.
12413 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
12415         * net/tramp-gvfs.el (tramp-gvfs-methods)
12416         (tramp-gvfs-zeroconf-domain)
12417         (tramp-bluez-discover-devices-timeout): Add version flag.
12418         (tramp-gvfs-handler-mounted-unmounted)
12419         (tramp-gvfs-connection-mounted-p): Polish handling of
12420         incompatibilities between GVFS 0.2 and 1.0.
12422 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
12424         * cus-start.el (all): Add make-pointer-invisible.
12426 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12428         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12429         formatted correctly.
12431 2009-07-02  Juri Linkov  <juri@jurta.org>
12433         * info.el: Virtual Info files and nodes.
12434         (Info-virtual-files, Info-virtual-nodes): New variables.
12435         (Info-current-node-virtual): New variable.
12436         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12437         New functions.
12438         (Info-file-supports-index-cookies): Use Info-virtual-file-p
12439         to check for a virtual file instead of checking a fixed list
12440         of node names.
12441         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12442         instead of ad-hoc processing of "dir" and (apropos history toc).
12443         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12444         instead of ad-hoc processing of "dir" and (apropos history toc).
12445         Reread a file when moving from a virtual node.
12446         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12447         (Info-directory-toc-nodes, Info-directory-find-file)
12448         (Info-directory-find-node): New functions.
12449         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12450         (Info-history): Move part of code to
12451         `Info-history-find-node'.
12452         (Info-history-toc-nodes, Info-history-find-file)
12453         (Info-history-find-node): New functions.
12454         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12455         (Info-toc): Move part of code to `Info-toc-find-node'.
12456         (Info-toc-find-node): New function.
12457         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
12458         the current Info file name to references because now the node
12459         "*TOC*" belongs to the same Info manual.
12460         (Info-toc-build): Rename from `Info-build-toc'.
12461         (Info-toc-nodes): Rename input argument `file' to `filename'.
12462         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12463         instead of ad-hoc processing of ("dir" apropos history toc).
12464         (Info-index-nodes): Use Info-virtual-file-p
12465         to check for a virtual file instead of checking a fixed list
12466         of node names.
12467         (Info-index-node): Add check for `Info-current-node-virtual'.
12468         Raise `save-match-data' higher up the tree to contain
12469         `search-forward' too (bug fix).
12470         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12471         (Info-virtual-index-nodes): New variable.
12472         (Info-virtual-index-find-node, Info-virtual-index): New functions.
12473         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12474         (Info-apropos-file, Info-apropos-nodes): New variables.
12475         (Info-apropos-toc-nodes, Info-apropos-find-file)
12476         (Info-apropos-find-node, Info-apropos-matches): New functions.
12477         (info-apropos): Move part of code to `Info-apropos-find-node' and
12478         `Info-apropos-matches'.
12479         (Info-mode-map): Bind "I" to `Info-virtual-index'.
12480         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12481         for a virtual file instead of checking a fixed list of node names.
12483         * simple.el (async-shell-command): New command.
12485         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12487         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12488         instead of `mount-info'.
12490 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
12492         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12493         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12495 2009-07-02  Kenichi Handa  <handa@m17n.org>
12497         * international/mule.el (set-keyboard-coding-system): Force *-unix
12498         coding-system to avoid eol conversion.
12500 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
12502         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12503         Add handler for `process-file', `shell-command' and
12504         `start-file-process'.
12505         (tramp-gvfs-handle-shell-command)
12506         (tramp-gvfs-handle-start-file-process)
12507         (tramp-gvfs-handle-process-file): New defuns.
12508         (tramp-synce-list-devices): Simplify check for existence of property.
12510 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
12512         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12514 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
12516         * language/korean.el (set-language-info-alist): Add korean-cp949,
12517         cp949 to spec.
12519 2009-07-01  Kenichi Handa  <handa@m17n.org>
12521         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12523         * international/encoded-kb.el: Deleted.
12525         * international/mule.el (set-keyboard-coding-system): Perform the
12526         necessary setup here instead of calling encoded-kbd-setup-display.
12528 2009-07-01  Glenn Morris  <rgm@gnu.org>
12530         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12532 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
12534         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
12536 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
12538         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12539         Handle also the 'rename case, when setting file modes.  (Bug#3712)
12540         (tramp-default-file-modes): Remove execute permissions.
12542         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12543         (top): Add a default for "synce" in `tramp-default-user-alist'.
12544         Add completion function for "synce" method.
12545         (tramp-hal-service, tramp-hal-path-manager)
12546         (tramp-hal-interface-manager, tramp-hal-interface-device):
12547         New defconst.
12548         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12549         (tramp-synce-list-devices, tramp-synce-parse-device-names):
12550         New defuns.
12552         * net/trampver.el: Update release number.
12554 2009-06-30  Kenichi Handa  <handa@m17n.org>
12556         * international/fontset.el (setup-default-fontset): Add CJK fonts
12557         for symbols and the other miscellaneous characters.
12559         * language/korea-util.el (setup-korean-environment-internal):
12560         Make char-width-table suitable for Korean environments.
12561         (exit-korean-environment): Cancel above.
12563         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12564         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12565         setup-function to make char-width-table suitable for respective
12566         environments, and an exit-function to cancel that.
12568         * language/japan-util.el (setup-japanese-environment-internal):
12569         Call use-cjk-char-width-table with arg `ja_JP'.
12571         * international/characters.el (cjk-char-width-table): Delete it.
12572         (cjk-char-width-table-list): New variable.
12573         (use-cjk-char-width-table): New arg local-name.
12574         (use-default-char-width-table): Fix for the case that Emacs is
12575         already using the default char-width-table.
12577 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12579         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12580         modes mandatory.  (Bug#3712)
12582 2009-06-29  Alan Mackenzie  <acm@muc.de>
12584         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12585         correction between the visible width of TABs and their number of bytes.
12587 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12589         * server.el (server-buffer-done): Prevent kill-buffer from
12590         prompting by clearing the buffer modification flag (Bug#3696).
12592 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12594         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12595         (verilog-endcomment-reason-re): Support unique case and priority case.
12596         (verilog-basic-complete-re): Support localparam lineup.
12597         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12598         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12599         commenting.
12600         (verilog-leap-to-case-head): Now support *nested* unique &
12601         priority case statements.
12602         (verilog-auto-lineup): Make just declarations the default (as it
12603         had been).
12604         (verilog-leap-to-case-head): Support priority/unique case statements.
12605         (verilog-auto-lineup): Rework to give users radio buttons to
12606         select the various styles of automatic lineup.
12607         (verilog-error-regexp-alist): Rework to support the XEmacs style
12608         of error regular expressions from compilers, lint tools &
12609         simulators.  Note that GNU Emacs has made it impossible for a mode
12610         to load such things.
12611         (electric-verilog-terminate-line, verilog-indent-declaration)
12612         (verilog-auto-wiure): Rework for radio button selection of
12613         auto-lineup selection of specification of auto lineup.
12614         (verilog-beg-of-statement-1): Redesign to support proper operation
12615         in additional code, based on testing with auto-lineup.
12616         (verilog-calculate-indent, assignments & declarations)
12617         (verilog-backward-token): Enhance to support auto-lineup of
12618         assignments & declarations.
12619         (verilog-in-directive-p, verilog-at-struct-p): New function for
12620         easy test of whether we are.
12621         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12622         to support safe execution at almost anyline.
12623         (verilog-calc-1): Properly support indenting deep inside generate
12624         blocks.
12625         (verilog-init-font): Remove definition & use of verilog-init-font,
12626         as it is redundant with font-lock-defaults.
12627         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12628         to avoid circular calls if syntax-ppss is a function (as is the
12629         case now in 22.x GNU Emacs) as that function would sometimes call
12630         itself, leading to (nearly) infinite recursion.
12631         (verilog-ovm-begin-re, verilog-ovm-end-re)
12632         (verilog-ovm-statement-re, verilog-leap-to-head)
12633         (verilog-backward-token): Add support for OVM macros.  Some are
12634         complete statements, and others open and close scopes like begin
12635         and end.
12636         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12637         (verilog-defun-level-generate-only-re): Really fix the defun-list
12638         compilation issue.
12639         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12640         coverpoint, constraint and cross statements.
12641         (verilog-defun-level-list, verilog-generate-defun-level-list)
12642         (verilog-all-defun-level-list): Redo these specifications - it is
12643         too hard to support eval-when compile aggregation of lists also
12644         built at when-compile time.
12645         (verilog-defun-level-list): Place defconsts of variables used in
12646         building regular expressions which are built in eval-when-compile
12647         bodies in the same eval-when-compile body to facilitate compile
12648         without load.
12649         (verilog-beg-block-re-ordered): Support indenting
12650         virtual/protected tasks and functions.
12651         (verilog-defun-level-list, verilog-in-generate-region-p)
12652         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12653         indentation of some module items (generate items).
12654         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12655         across virtual/protected tasks and functions.
12657 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12659         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12660         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12661         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12662         in concatenations.  Reported by Yishay Belkind.
12663         (verilog-auto-ascii-enum): Support one-hot state machines in
12664         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12665         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12666         modport in AUTOINST and add vl-modport for users.
12667         Reported by David Rogoff.
12668         (verilog-auto-inout-module, verilog-auto-inst)
12669         (verilog-decls-get-interfaces, verilog-insert-definition)
12670         (verilog-insert-one-definition, verilog-read-decls)
12671         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12672         (verilog-sig-modport, verilog-signals-combine-bus)
12673         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12674         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12675         Suggested by David Rogoff.
12676         (verilog-repair-open-comma): Fix non-insertion of comma when
12677         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12678         (verilog-make-width-expression): Simplify [A-1:0] expression
12679         widths to just {A{1'b0}}.
12680         (verilog-mode): Cleanup checkdoc warnings.
12681         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12682         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12683         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12684         (next-error-last-buffer): Fix byte-compiler warning.
12685         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12686         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12687         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12688         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12689         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12690         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12691         in AUTOINOUT.  Reported by Matthew Lovell.
12692         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12693         causing use of <= assignments.  Reported by Alex Reed.
12694         (verilog-read-decls): Fix triand, trior, wand, wor to be
12695         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12696         (verilog-extended-complete-re): Support import "DPI-C" functions.
12697         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12698         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12699         (verilog-insert-date, verilog-insert-year)
12700         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12701         Windows systems.  Reported by Michael Potts.
12702         (verilog-read-module-name): Fix AUTOINST when the child module
12703         declaration's name is a tick define.  Reported by Elliot Mednick.
12704         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12705         passed to next parameter's definition.  Reported by Bruce T.
12706         (verilog-read-decls): Fix detecting "parameter int" when using
12707         AUTOINSTPARAM.  Reported by Bruce T.
12708         (verilog-goto-defun): Fix goto not finding modules unless first
12709         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12710         (verilog-mode): Expand -f flag arguments on entry to mode so
12711         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12712         (verilog-getopt): Expand environment variables in -f file
12713         arguments.  Suggested by Lawrence Butcher.
12714         (verilog-set-define): Fix "Symbol's value as variable is void"
12715         when reading enumerations.
12716         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12717         Suggested by Stephen Peltan.
12718         (verilog-read-defines): Fix reading of enumerations in include
12719         files.  Reported by Steve Peltan.
12721 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12723         * files.el (trash-directory): Fix defcustom type.
12725 2009-06-28  Juri Linkov  <juri@jurta.org>
12727         * help-fns.el (describe-function-1): Correctly locate adviced
12728         functions in hyperlink (Bug#2438).
12730 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12732         * files.el (trash-directory): Change default to nil.
12733         (move-file-to-trash): If trash-directory is nil and
12734         system-move-file-to-trash is unbound, perform freedesktop-style
12735         trashing.
12737 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12739         * files.el (move-file-to-trash): Add freedesktop trash
12740         support (Bug#973).
12742 2009-06-28  Glenn Morris  <rgm@gnu.org>
12744         * autorevert.el (global-auto-revert-non-file-buffers)
12745         (global-auto-revert-mode): Doc fixes.
12747 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
12749         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12751 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
12753         * faces.el (x-handle-named-frame-geometry): Ensure that we have
12754         opened an X connection before calling x-get-resource (Bug#3194).
12756         * play/doctor.el: Remove reference to obsolete website.
12757         (make-doctor-variables): Correct grammar mistake (Bug#2633).
12759 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
12761         Remove find-file-not-found-hook VC method.  (Bug#2757)
12762         * vc-hooks.el (vc-file-not-found-hook)
12763         (vc-default-find-file-not-found-hook): Remove functions.
12764         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12765         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12766         * vc.el:
12767         * vc-hg.el:
12768         * vc-git.el: Do not mention find-file-not-found-hook VC method.
12770 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
12772         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12773         compatibility function for `looking-back'.
12775         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12776         Use `ispell-looking-back'.
12778 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
12780         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12781         rather than `filename'.
12783 2009-06-23  Miles Bader  <miles@gnu.org>
12785         * face-remap.el (text-scale-set): New function.
12787 2009-06-23  Glenn Morris  <rgm@gnu.org>
12789         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12791         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12793         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12795         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12797         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12798         Simplify Persian conditionals.
12800         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12801         variable `filename'.
12803         * comint.el (comint-insert-input): Doc fix.
12805         * Makefile.in (ELCFILES): Fix typo in previous change.
12807 2009-06-23  Miles Bader  <miles@gnu.org>
12809         * cus-start.el: Add entry for `recenter-redisplay'.
12811 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12813         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12814         Add an optional argument for the backend, use it instead of
12815         calling vc-backend.
12816         (vc-mode-line): Add an optional argument for the backend.
12817         Pass the backend to vc-state and vc-working-revision.  Move code for
12818         special handling for vc-state being a buffer to ...
12820         * vc-rcs.el (vc-rcs-find-file-hook):
12821         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
12823         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12824         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12825         vc-stay-local-p and vc-mode-line calls.
12827         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12828         (vc-cvs-diff, vc-cvs-annotate-command)
12829         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12830         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12831         vc-mode-line calls.
12833         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12834         direct comparison.
12835         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12836         backend when calling vc-mode-line.
12837         (vc-register): Do not create a closure for calling the vc register
12838         function, call it directly.
12840 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12842         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12843         to make it obvious item can be clicked.
12845         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12847 2009-06-23  Kenichi Handa  <handa@m17n.org>
12849         * language/korea-util.el (korean-key-bindings): Change the binding
12850         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
12851         same command.
12853 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12855         Sync with Tramp 2.1.16.
12857         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12859         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12860         when a loading of a package fails.  Completion function for rsync
12861         is `tramp-completion-function-alist-ssh'.
12862         (all): Replace all calls of `split-string' and
12863         `tramp-split-string' by `tramp-compat-split-string'.
12864         (tramp-default-method): Use `tramp-compat-process-running-p'.
12865         (tramp-default-proxies-alist): Allow also Lisp forms.
12866         (tramp-remote-path): Add choice "Private Directories".
12867         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12868         (tramp-domain-regexp): Allow also "-", "_" and ".".
12869         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12870         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12871         (tramp-debug-message): Insert header line in debug buffer.
12872         (tramp-handle-directory-files-and-attributes-with-stat):
12873         Care about filenames with spaces, or starting with "-".
12874         (tramp-handle-dired-uncache): New defun.
12875         (tramp-handle-insert-directory): Don't flush the directory from
12876         cache, this is handled by `dired-uncache' now.
12877         (tramp-handle-insert-file-contents): Improve error handling.
12878         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12879         Quote `tramp-end-of-output'.
12880         (tramp-action-password): Improve trace message.
12881         (tramp-check-for-regexp): Both echoes must be present, before removing.
12882         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12883         (tramp-compute-multi-hops): Eval cons cells of
12884         `tramp-default-proxies-alist'.
12885         (tramp-maybe-open-connection): Use the same command pattern for
12886         first hop and further hops.
12887         (tramp-wait-for-output): Remove handling of newlines.
12888         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12889         (tramp-split-string): Remove function.  It is handled in
12890         tramp-compat now.
12892         * net/tramp-cmds.el (tramp-bug):
12893         Recommend `tramp-cleanup-all-connections' in the bug mail.
12895         * net/tramp-compat.el (tramp-compat-split-string)
12896         (tramp-compat-process-running-p): New defuns.
12898         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12899         for `dired-uncache'.
12901         * net/tramp-gvfs.el: New package.
12903         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12904         Add handler for `dired-uncache'.
12905         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12907         * net/trampver.el: Update release number.  Make version check fit
12908         for SXEmacs 22.
12910 2009-06-22  Jim Meyering  <meyering@redhat.com>
12912         Automatically handle .xz suffix (XZ-compressed files), too.
12913         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12914         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12916 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12917             Nick Roberts  <nickrob@snap.net.nz>
12919         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12920         repository (http://sphinx.net.ru/hg/gdb-mi/).
12922 2009-06-22  Glenn Morris  <rgm@gnu.org>
12924         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12925         `mode' and `eval' entries.  (Bug#3430)
12927         * Makefile.in (ELCFILES): Add fadr.elc.
12929         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12930         differing behavior of \n and ^ in strings.  (Bug#3385)
12932         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12934         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12935         property.
12936         (lisp-indent-function): Make it a defcustom.
12938 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12940         * progmodes/gdb-ui.el: Replace with ...
12941         * progmodes/gdb-mi.el: ... this file.
12942         * progmodes/gud.el: Modify for gdb-mi.el.
12944 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12946         * fadr.el: New file.
12948 See ChangeLog.14 for earlier changes.
12950 ;; Local Variables:
12951 ;; coding: utf-8
12952 ;; End:
12954   Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
12956   This file is part of GNU Emacs.
12958   GNU Emacs is free software: you can redistribute it and/or modify
12959   it under the terms of the GNU General Public License as published by
12960   the Free Software Foundation, either version 3 of the License, or
12961   (at your option) any later version.
12963   GNU Emacs is distributed in the hope that it will be useful,
12964   but WITHOUT ANY WARRANTY; without even the implied warranty of
12965   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12966   GNU General Public License for more details.
12968   You should have received a copy of the GNU General Public License
12969   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.