Fix last change
[emacs.git] / lisp / ChangeLog
blobc07682f8a7b39b80e56273ea7ed8699cb8a56b18
1 2011-05-16  Andreas Schwab  <schwab@linux-m68k.org>
3         * diff-mode.el (diff-fixup-modifs): Fix last change.
5 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
7         * diff-mode.el (diff-fixup-modifs): Locate correct position for
8         hunk-end tags (Bug#8672).
10 2011-05-13  Juanma Barranquero  <lekktu@gmail.com>
12         * progmodes/python.el (python-font-lock-keywords):
13         Add the Python 3.X keyword "nonlocal" (bug#8639).
15 2011-05-09  Eli Zaretskii  <eliz@gnu.org>
17         * smerge-mode.el (smerge-resolve): Use null-device rather than a
18         literal "/dev/null".
20 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23         Fix typo.
25 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
27         * progmodes/which-func.el (which-function):
28         Use add-log-current-defun instead of add-log-current-defun-function,
29         which might not be defined (Bug#8260).
31 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
33         * net/tramp.el (tramp-process-actions): Add POS argument.
34         Delete region between POS and (pos).
35         (tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in
36         `tramp-process-actions' call.
37         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
39         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
40         position in `tramp-process-actions' call.
42 2011-04-24  Daniel Colascione <dan.colascione@gmail.com>
44         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
45         Use correct match group (bug#8438).
47 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
49         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
51 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
53         * play/mpuz.el (mpuz-silent): Doc fix.
54         (mpuz-mode-map): Move initialization into declaration.
55         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
56         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
57         Fix typos in docstrings.
59         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
60         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
62 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
64         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
66 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
68         * minibuffer.el (completion--do-completion): Avoid the "Next char
69         not unique" prompt if icomplete-mode is enabled (Bug#5849).
71 2011-04-10  Stephen Berman <stephen.berman@gmx.net>
73         * textmodes/page.el (what-page): Use line-number-at-pos to
74         calculate line number (Bug#6825).
76 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
78         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
79         mouse-2 into unread-command-events, it is interpreted correctly.
81 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
83         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
84         (image-toggle-display): Doc fix.
86 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
88         Backport revno:103823 and revno:103824 from trunk.
89         * help-fns.el (describe-variable): Complete all variables having
90         documentation, including keywords.
91         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
93 2011-03-24  Juanma Barranquero  <lekktu@gmail.com>
95         * vc-annotate.el (vc-annotate-show-log-revision-at-line):
96         Fix typo in docstring.
98 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
100         * emerge.el (emerge-metachars): Separate value for ms-dos and
101         windows-nt systems.
102         (emerge-protect-metachars): Quote correctly for ms-dos and
103         windows-nt systems.
105 2011-03-15  Ralph Schleicher  <rs@ralph-schleicher.de>  (tiny change)
107         * info.el (info-initialize): Replace all uses of `:' with
108         path-separator for compatibility with non-Unix systems.
109         Cache quoting of path-separator.  (Bug#8258)
111 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
113         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
114         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
115         (mouse-avoidance-mode): Fix typos in docstrings.
117 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
119         * net/tramp.el (tramp-progress-reporter-update):
120         Use `tramp-compat-funcall'.
121         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
122         (tramp-handle-insert-file-contents): Make `file-remote-p' call
123         compatible.
124         (tramp-open-connection-setup-interactive-shell):
125         Use `tramp-compat-process-put'.
127         * net/tramp-compat.el (tramp-compat-process-get)
128         (tramp-compat-process-put): New defuns.
130         * net/trampver.el: Update release number.
132 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
134         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
135         into declaration.  Remove redundant and harmful binding.
137 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
139         Backport revno:103463 from trunk.
140         * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
142         Backport revno:103622 from trunk.
143         * help-fns.el (describe-variable): Don't complete keywords.
144         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
146 2011-03-11  Eli Zaretskii  <eliz@gnu.org>
148         * files.el (file-ownership-preserved-p): Pass `integer' as an
149         explicit 2nd argument to `file-attributes'.  If the file's owner
150         is the Administrators group on Windows, and the current user is
151         Administrator, consider that a match.
153         * server.el (server-ensure-safe-dir): Consider server directory
154         safe on MS-Windows if its owner is the Administrators group while
155         the current Emacs user is Administrator.  Use `=' to compare
156         numerical UIDs, since they could be integers or floats.
158 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
160         * Version 23.3 released.
162 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
164         * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
165         change; patch supplied by Alan Mackenzie was applied incorrectly.
167 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
169         * international/mule-cmds.el (set-default-coding-systems): Use the
170         -unix variant of encoding in default-keyboard-coding-system.
171         (Bug#8122)
173 2011-02-23  Kenichi Handa  <handa@m17n.org>
175         * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
176         error when a multipart boundary in the nested multipart is found.
178 2011-02-22  Kenichi Handa  <handa@m17n.org>
180         * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
181         header components.
183 2011-02-19  Kenichi Handa  <handa@m17n.org>
185         * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
186         get the header copy into the temporary buffer.
187         (rmail-mime-insert-decoded-text): Ignore us-ascii.
188         (rmail-show-mime): When rmail-mime-coding-system is nil, set
189         buffer-file-coding-system to undecided.
191 2011-02-18  Eli Zaretskii  <eliz@gnu.org>
193         * image-mode.el (image-toggle-display-image):
194         Disable require-final-newline in buffers visiting binary image files.
195         (Bug#8047)
197         * international/mule-cmds.el (read-char-by-name, ucs-insert):
198         Document completion with asterisk and a substring.
200 2011-02-18  Glenn Morris  <rgm@gnu.org>
202         * files.el (find-file-literally): Doc fix.
204 2011-02-17  Glenn Morris  <rgm@gnu.org>
206         * simple.el (rfc822-goto-eoh): Give it a doc-string.
208         * log-edit.el (log-edit-insert-changelog):
209         Fix `log-edit-strip-single-file-name' functionality.  (Bug#8057)
211 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
213         * pgg-gpg.el (pgg-gpg-process-region):
214         Bind delete-by-moving-to-trash to nil.
216         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
217         (pgg-pgp-snarf-keys-region):
218         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
219         (pgg-pgp5-snarf-keys-region): Likewise.
221 2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
223         * files.el (copy-directory): Revert to pre-2011-01-29 version.
225 2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
227         * epg.el (epg-delete-output-file, epg-decrypt-string)
228         (epg-verify-string, epg-sign-string, epg-encrypt-string):
229         Bind delete-by-moving-to-trash to nil.
231         * epa-file.el (epa-file-insert-file-contents): Likewise.
233 2011-02-10  Glenn Morris  <rgm@gnu.org>
235         * emacs-lisp/cl-seq.el (union, nunion, intersection)
236         (nintersection, set-difference, nset-difference)
237         (set-exclusive-or, nset-exclusive-or): Doc fix.
239         * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
241 2011-02-08  Glenn Morris  <rgm@gnu.org>
243         * faces.el (face-attr-match-p): Handle the obsolete :bold and
244         :italic props, so that frame-set-background-mode works.  (Bug#7966)
246 2011-02-07  Glenn Morris  <rgm@gnu.org>
248         * simple.el (next-error): Doc fix.
250 2011-02-06  Chong Yidong  <cyd@stupidchicken.com>
251             Thierry Volpiatto <thierry.volpiatto@gmail.com>
253         * files.el (copy-directory): New arg COPY-AS-SUBDIR.  If nil,
254         don't copy as a subdirectory.
256 2011-02-05  Glenn Morris  <rgm@gnu.org>
258         * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
260 2011-02-04  Glenn Morris  <rgm@gnu.org>
262         * calendar/diary-lib.el (diary-font-lock-keywords):
263         Tweak diary-time-regexp match.  (Bug#7891)
265         * progmodes/f90.el (f90-find-tag-default): New function.  (Bug#7919)
266         (f90-mode): Use it for mode's `find-tag-default-function' property.
268 2011-02-03  Glenn Morris  <rgm@gnu.org>
270         * ibuf-ext.el (ibuffer-filter-disable): Make it work.  (Bug#7969)
272         * faces.el (set-face-attribute): Doc fix.  (Bug#2659)
274 2011-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
276         * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
277         (bug#7959) and (bug#5935).
279 2011-01-31  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
281         * net/rcirc.el: Clean log filenames (Bug#7933).
282         (rcirc-log-write): Use convert-standard-filename.
283         (rcirc-log-filename-function): Documentation updates.
285 2011-01-31  Alan Mackenzie  <acm@muc.de>
287         * progmodes/cc-cmds.el (c-forward-over-illiterals):
288         Continue parsing if we encounter a naked # (Bug#7595).
289         (c-beginning-of-statement): Avoid loop in locating the beginning
290         of a macro.
292 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
294         * files.el (copy-directory): Fix arguments to recursive call.
296 2011-01-29  Daiki Ueno  <ueno@unixuser.org>
298         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
299         Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
300         (Bug#7931).
302 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
304         * files.el (copy-directory): If destination is an existing
305         directory, copy into a subdirectory there.
307 2011-01-29  Andreas Schwab  <schwab@linux-m68k.org>
309         * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
310         files.
312 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
314         * image-dired.el (image-dired-mouse-display-image): No-op if no
315         file is found (Bug#7817).
317         * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
319 2011-01-28  Kenichi Handa  <handa@m17n.org>
321         * international/quail.el (quail-keyboard-layout-alist):
322         Remove superfluous SPC for "pc105-uk" (bug#7927).
324 2011-01-27  Glenn Morris  <rgm@gnu.org>
326         * msb.el (msb-menu-bar-update-buffers): Update for changed
327         argument handling of menu-bar-select-frame.  (Bug#7902)
329 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
331         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
332         to the recursion depth (Bug#7722).
334 2011-01-26  Roy Liu  <carsomyr@gmail.com>  (tiny change)
336         * term/ns-win.el (ns-find-file): Expand ns-input-file with
337         command-line-default-directory (Bug#7872).
339 2011-01-25  Glenn Morris  <rgm@gnu.org>
341         * comint.el (comint-mode): Doc fix.  (Bug#7897)
343 2011-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
345         * files.el (file-name-non-special): Only change buffer-file-name after
346         insert-file-contents if it's `visit'ing the file (bug#7854).
348 2011-01-23  Chong Yidong  <cyd@stupidchicken.com>
350         * dired.el (dired-revert): Doc fix (Bug#7758).
352 2011-01-23  Nobuyoshi Nakada  <nobu@ruby-lang.org>
354         * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
355         here-doc which ends with an underscore.
356         (ruby-mode-set-encoding): Skip shebang line always.
357         (ruby-mode-map): Bind C-c C-c to comment-region.
358         (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
359         (ruby-forward-sexp): Stop after literal hash key labels.
360         (ruby-font-lock-syntactic-keywords): Highlight regexp after open
361         bracket.
363 2011-01-22  Keitaro Miyazaki  <keitaro.miyazaki@gmail.com>  (tiny change)
365         * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
366         the correct buffer (Bug#7650).
368 2011-01-22  Glenn Morris  <rgm@gnu.org>
370         * simple.el (do-auto-fill): Give it a doc string.
372         * button.el (make-text-button): Doc fix.  (See bug#7881)
374 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
376         * simple.el (line-move-visual): Doc fix (Bug#7594).
378         * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
379         "Case sensitive" menu item.
381 2011-01-21  Roland McGrath  <roland@frob.com>
383         * comint.el (comint-replace-by-expanded-history-before-point): Fix
384         expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
386 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
388         * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
390 2011-01-21  Jari Aalto  <jari.aalto@cante.net>
392         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
393         Assume foo(bar) is a manpage reference rather than some unquoted
394         symbol (bug#7705).
396 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
398         * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
399         Suggested by Flo <sensorflo@gmail.com>.
401 2011-01-21  Glenn Morris  <rgm@gnu.org>
403         * progmodes/compile.el (compilation-error-regexp-alist):
404         Fix custom type.  (Bug#7812)
406 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
408         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
409         keymap expression.  Improve docstring.
411 2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
413         * files.el (backup-buffer): Make last-resort backup file in
414         .emacs.d (Bug#6953).
416         * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
417         make it with permission 700.
419 2011-01-14  Kenichi Handa  <handa@m17n.org>
421         * mail/rmailmm.el (rmail-mime-insert-header):
422         Set rmail-mime-coding-system to a cons whose car is the last coding
423         system used to decode the header.
424         (rmail-mime-find-header-encoding): New function.
425         (rmail-mime-insert-decoded-text):
426         Override rmail-mime-coding-system if it is a cons.
427         (rmail-show-mime): If only a header part was decoded, find the
428         coding system while ignoring mm-charset-override-alist.
430 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
432         * subr.el (event-start, event-end): Doc fix (Bug#7826).
434 2011-01-12  Kenichi Handa  <handa@m17n.org>
436         * mail/rmailmm.el (rmail-mime-next-item)
437         (rmail-mime-previous-item): Delete them.
438         (rmail-mime-shown-mode): Recursively call for children.
439         (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
440         Callers changed.
441         (rmail-mime-raw-mode): Recursively call for children.
442         (rmail-mode-map): Change mapping of tab and backtab to
443         forward-button and backward-button respectively.
444         (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
445         button.
446         (rmail-mime-update-tagline): New function.
447         (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
448         body display is changed.
449         (rmail-mime-toggle-button): Rename from rmail-mime-image.
450         (rmail-mime-image): Delete this button type.
451         (rmail-mime-toggle): New button type.
452         (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
453         body display is changed.  Change the save button label to "Save".
454         Don't process show/hide button here.
455         (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
456         the body display is changed.  Unconditionally call
457         rmail-mime-insert for children.
458         (rmail-mime-handle): Update `display' vector of the just inserted
459         entity.
460         (rmail-mime-process): If mail-header-parse-content-type returns
461         nil, use "text/plain" as the fallback type.
462         (rmail-mime-insert): For raw-mode, recursively call
463         rmail-mim-insert for children.
464         (rmail-mime): Handle the case that the current buffer is not rmail
465         buffer (e.g. in summary buffer).
467 2011-01-05  Kenichi Handa  <handa@m17n.org>
469         * mail/rmailmm.el (rmail-mime-next-item)
470         (rmail-mime-previous-item): Skip the body of a non-multipart
471         entity if a tagline is shown.
473 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
475         * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
476         (tmm-prompt): Simplify.
477         (tmm-add-prompt): Remove unused var `win'.
479         * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
480         to minor mode which used nil accidentally to mean "turn off".
482 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
484         * net/tramp.el (tramp-find-inline-compress)
485         (tramp-get-inline-coding): Quote command after pipe symbol for
486         local calls under W32.  (Bug#6784)
488 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
490         * net/tramp.el (tramp-default-method): Initialize with pscp/plink
491         only when running under W32.
493 2011-01-09  Eli Zaretskii  <eliz@gnu.org>
495         * progmodes/grep.el (grep-compute-defaults): Quote the program
496         file name after the pipe symbol in Grep templates.  (Bug#6784)
497         * jka-compr.el (jka-compr-partial-uncompress): Likewise.
499 2011-01-08  Lennart Borgman  <lennart.borgman@gmail.com>
501         * buff-menu.el (Buffer-menu-buffer-list): New var.
502         (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
503         restricted buffer list is not lost on revert (Bug#7749).
505 2011-01-08  Eric Hanchrow  <eric.hanchrow@gmail.com>
507         * net/ldap.el (ldap-search-internal): Discard stderr output.
509 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
511         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
513 2011-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
515         * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
516         Author names can have spaces (bug#7792).
518 2011-01-04  Kenichi Handa  <handa@m17n.org>
520         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
521         part as a plain text.
522         (rmail-mime-process-multipart): Set the default content-type to
523         nil for unknown multipart subtypes (bug#7651).
525 2011-01-03  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
527         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
528         table, get the value before switching to the output buffer.  (Bug#7733)
530 2011-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
534 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
536         * files.el (file-local-variables-alist):
537         Make permanent-local (bug#7767).
539 2011-01-02  Glenn Morris  <rgm@gnu.org>
541         * version.el (emacs-copyright): Set short copyright year to 2011.
543 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
545         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
546         an existing temp buffer.  (Bug#7746)
548 2011-01-02  Glenn Morris  <rgm@gnu.org>
550         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
551         multiple addresses.  (Bug#7760)
553 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
555         * net/tramp.el (tramp-methods): Add recursive options to "scpc",
556         "scpx", "pscp" and "psftp".
558 2010-12-31  Eli Zaretskii  <eliz@gnu.org>
560         * term/w32-win.el (image-library-alist): Set up correctly for
561         libpng versions both before and after 1.4.0.  (Bug#7716)
563 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
565         * time.el (display-time-mode): Mention display-time-interval in
566         the doc string.  (Bug#7713)
568         * simple.el (select-active-regions): Doc fix.  (Bug#7702)
570 2010-12-24  Kenichi Handa  <handa@m17n.org>
572         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
573         condition-case and return an error message string if something
574         goes wrong.
575         (rmail-show-mime): Adjust for the above change.  Insert the
576         header by rmail-mime-insert-header.
578 2010-12-24  Kenichi Handa  <handa@m17n.org>
580         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
581         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
582         (rmail-mime-mbox-buffer)
583         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
584         (rmail-mime-entity): Argument changed.  All codes handling an
585         entity object are changed.
586         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
587         the above change.
588         (rmail-mime-entity-children, rmail-mime-entity-handler)
589         (rmail-mime-entity-tagline): New functions.
590         (rmail-mime-message-p): New function.
591         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
592         (rmail-mime-entity-segment, rmail-mime-next-item)
593         (rmail-mime-previous-item, rmail-mime-shown-mode)
594         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
595         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
596         (rmail-mime-insert-tagline, rmail-mime-insert-header):
597         New functions.
598         (rmail-mime-text-handler): Call rmail-mime-insert-text.
599         (rmail-mime-insert-decoded-text): New function.
600         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
601         (rmail-mime-insert-image): Argument changed.  Caller changed.
602         (rmail-mime-image): Call rmail-mime-toggle-hidden.
603         (rmail-mime-set-bulk-data): New function.
604         (rmail-mime-insert-bulk): Argument changed.
605         (rmail-mime-multipart-handler): Return t.
606         (rmail-mime-process-multipart): Argument changed.
607         Handle "multipart/alternative" here.
608         (rmail-mime-process): Argument changed.
609         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
610         (rmail-mime-insert): Argument changed.  Handle raw display mode.
611         (rmail-mime): Argument changed.  Handle toggling of raw display
612         mode.
613         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
614         rmail-mime-view-buffer.
615         (rmail-insert-mime-forwarded-message): Likewise.
616         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
618         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
619         non-nil, handle the header in rmail-show-mime-function.
621 2010-12-20  Leo  <sdl.web@gmail.com>
623         * help-fns.el (describe-variable): Fix 2010-12-17 change.
625 2010-12-20  Juri Linkov  <juri@jurta.org>
627         * isearch.el (isearch-lazy-highlight-error): New variable.
628         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
629         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
630         to the current value of `isearch-error' (Bug#7468).
632 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
634         * help-fns.el (describe-variable): Don't emit trailing whitespace
635         (Bug#7511).
637 2010-12-17  Leo  <sdl.web@gmail.com>
639         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
640         if point is not behind eshell-last-output-end (Bug#7585).
642 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
644         * textmodes/rst.el (rst-compile-pdf-preview)
645         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
647 2010-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
649         * emulation/edt-mapper.el: Override mapping of function keys so
650         that the later call to read-key-sequence works.
652 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
654         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
655         Unix EOLs.  (Bug#7589)
657 2010-12-12  Eli Zaretskii  <eliz@gnu.org>
659         * subr.el (posn-col-row): Evaluate header-line-format in the
660         context of the POSITION window's buffer.
662 2010-12-11  Glenn Morris  <rgm@gnu.org>
664         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
665         (with-silent-modifications): Doc fixes.
667 2010-12-10  Michael Albinus  <michael.albinus@gmx.de>
669         * net/tramp.el (tramp-action-password, tramp-process-actions):
670         Revert patch from 2010-12-08.  Use `save-restriction'.
672 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
674         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
675         New functions.
676         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
677         them instead of `nil' and `>', respectively.  (Bug#1077)
679 2010-12-09  Stephen Berman  <stephen.berman@gmx.net>
681         * calendar/diary-lib.el (diary-list-sexp-entries):
682         Handle case of no newline at end of file.  (Bug#7536)
684 2010-12-09  Glenn Morris  <rgm@gnu.org>
686         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
688 2010-12-08  Michael Albinus  <michael.albinus@gmx.de>
690         * net/tramp.el (tramp-handle-start-file-process):
691         Protect buffer-modified value.  (Bug#7557)
692         (tramp-action-password): Delete region, do not narrow.
693         (tramp-process-actions): Do not widen.
695 2010-12-08   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
697         * log-edit.el (log-edit-changelog-entries):
698         Regexp quote filename.  (Bug#7505)
700 2010-12-08  Tom Breton  <tehom@panix.com>
702         * cus-edit.el (custom-save-all):
703         Bind print-length and print-level to nil.  (Bug#7581)
705 2010-12-08  Glenn Morris  <rgm@gnu.org>
707         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
708         Run hooks to update menu contents.  (Bug#7586)
710         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
711         file names, for the sake of MS Windows.  (Bug#7588)
713 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
715         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
716         empty lines without a leading space.
718 2010-12-06  Leo  <sdl.web@gmail.com>
720         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
721         while mapping over marks (Bug#6810).
723 2010-12-06  Chong Yidong  <cyd@stupidchicken.com>
725         * image-dired.el (image-dired-db-file)
726         (image-dired-temp-image-file, image-dired-gallery-dir)
727         (image-dired-temp-rotate-image-file): Set default values relative
728         to image-dired-dir (Bug#7518).
730 2010-12-06  Lawrence Mitchell  <wence@gmx.li>
732         * format.el (format-decode-run-method): Pass args FROM and TO, not
733         point-min and point-max, to shell-command-on-region (Bug#7488).
735 2010-12-06  Jan Djärv  <jan.h.d@swipnet.se>
737         * frame.el (blink-cursor-mode): Make default t for ns.
739 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
741         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
743 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
745         * comint.el (comint-dynamic-list-input-ring)
746         (comint-dynamic-complete-filename)
747         (comint-replace-by-expanded-filename)
748         (comint-dynamic-simple-complete)
749         (comint-dynamic-list-filename-completions)
750         (comint-dynamic-list-completions): Doc fix (Bug#7499).
752         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
753         Doc fix (Bug#7471).
755 2010-12-04  Martin Rudalics  <rudalics@gmx.at>
757         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
758         (Bug#7533).
760 2010-12-04  W. Martin Borgert <debacle@debian.org>  (tiny change)
762         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
763         (Bug#7491).
765 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
767         * simple.el (transient-mark-mode): Doc fix (Bug#7465).
769 2010-12-04  Eli Zaretskii  <eliz@gnu.org>
771         * files.el (file-relative-name): Handle UNC file names on
772         DOS/Windows.  (Bug#4674)
774 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
776         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
777         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
778         (epg-context-set-passphrase-callback): Mention that the callback
779         is not called when used with GnuPG 2.x.
781 2010-12-02  Glenn Morris  <rgm@gnu.org>
783         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
784         Ensure ps-footer-font-size-internal is initialized.
785         Call ps-get-page-dimensions before trying to use ps-font-for-text.
787 2010-12-01  Kenichi Handa  <handa@m17n.org>
789         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
790         within condition-case.
791         (rmail-show-mime): Don't use condition-case.
792         (rmail-search-mime-message): New function.
793         (rmail-search-mime-message-function): Set to
794         rmail-search-mime-message.
796 2010-12-01  Leo  <sdl.web@gmail.com>
798         * ido.el (ido-common-initialization): New function.  (bug#3274)
799         (ido-mode): Use it.
800         (ido-completing-read): Call it.
802 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
804         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
805         stand-alone lines, since that is handled by log-edit-match-to-eoh
806         (Bug#6465).
808 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
810         * dired.el (dired-get-filename): Replace backslashes with slashes
811         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
812         * locate.el (locate-default-make-command-line): Don't consider
813         drive letter and root directory part of
814         `directory-listing-before-filename-regexp'.  (Bug#7308)
815         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
817 2010-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
820         of :smie-open/close-alist.
821         (smie-next-sexp): Make it accept a "start token" as argument.
822         (smie-indent-keyword): Be careful not to misidentify tokens that span
823         more than one line, as empty lines.  Add argument `token'.
825 2010-11-26  Kenichi Handa  <handa@m17n.org>
827         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
828         multipart subtypes, insert all as usual.
830         * mail/rmail.el: Require rfc2047.
832 2010-11-26  Kenichi Handa  <handa@m17n.org>
834         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
835         (rmail-mime-entity-disposition)
836         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
837         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
838         (rmail-mime-save): Handle the case that the button's `data' is a
839         MIME entity.
840         (rmail-mime-insert-text): New function.
841         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
842         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
843         (rmail-mime-insert-bulk): New function mostly copied from the old
844         rmail-mime-bulk-handler.
845         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
846         (rmail-mime-process-multipart): New function mostly copied from
847         the old rmail-mime-multipart-handler.
848         (rmail-mime-show): Just call rmail-mime-process.
849         (rmail-mime-process): New function mostly copied from the old
850         rmail-mime-show.
851         (rmail-mime-insert-multipart, rmail-mime-parse)
852         (rmail-mime-insert, rmail-show-mime)
853         (rmail-insert-mime-forwarded-message)
854         (rmail-insert-mime-resent-message): New functions.
855         (rmail-insert-mime-forwarded-message-function): Set to
856         rmail-insert-mime-forwarded-message.
857         (rmail-insert-mime-resent-message-function): Set to
858         rmail-insert-mime-resent-message.
860         * mail/rmailsum.el: Require rfc2047.
861         (rmail-header-summary): Handle multiline Subject: field.
862         (rmail-summary-line-decoder): Change the default to
863         rfc2047-decode-string.
865         * mail/rmail.el (rmail-enable-mime): Change the default to t.
866         (rmail-mime-feature): Change the default to `rmailmm'.
867         (rmail-quit): Delete the specifal code for rmail-enable-mime.
868         (rmail-display-labels): Likewise.
869         (rmail-show-message-1): Check rmail-enable-mime, and use
870         rmail-show-mime-function for a MIME message.  Decode the headers
871         according to RFC2047.
873 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * progmodes/which-func.el (which-func-imenu-joiner-function):
876         Return a string, as expected.
877         (which-function-mode): Make sure we stop any previous timer before
878         starting a new one.
880 2010-11-23  Michael Albinus  <michael.albinus@gmx.de>
882         * net/tramp.el (tramp-default-method-alist)
883         (tramp-default-user-alist, tramp-default-proxies-alist):
884         Adapt custom options type.  (Bug#7445)
886 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
888         * progmodes/python.el: Add Ipython support (Bug#5390).
889         (python-shell-prompt-alist)
890         (python-shell-continuation-prompt-alist): New options.
891         (python--set-prompt-regexp): New function.
892         (inferior-python-mode, run-python, python-shell):
893         Require ansi-color.  Use python--set-prompt-regexp to set the comint
894         prompt based on the Python interpreter.
895         (python--prompt-regexp): New var.
896         (python-check-comint-prompt)
897         (python-comint-output-filter-function): Use it.
898         (run-python): Use a pipe (Bug#5694).
900 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
902         * progmodes/python.el (run-python): Doc fix.
903         (python-keep-current-directory-in-path): New var (Bug#7454).
905 2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
907         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
908         Prompt user before actually printing.
910 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
912         * simple.el (kill-new, kill-append, kill-region):
913         * comint.el (comint-kill-region): Make the yank-handler argument
914         obsolete.
916 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
918         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
919         that are both openers (resp. closers) and something else.
920         (smie-grammar): Loosen definition of valid values.
921         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
922         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
923         (smie-indent-after-keyword): Adjust users.
924         (smie-indent-keyword): Don't indent empty lines.
926         * vc-hg.el (vc-hg-program): New var.
927         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
928         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
930 2010-11-17  Glenn Morris  <rgm@gnu.org>
932         * emacs-lisp/autoload.el (autoload-find-destination): The function
933         coding-system-eol-type may return non-numeric values.  (Bug#7414)
935 2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
937         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
939 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
941         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
943 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
945         * textmodes/picture.el (picture-mouse-set-point): Don't use
946         posn-col-row; explicitly compute the motion based on the posn at
947         the window-start (Bug#7390).
949 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
951         * net/tramp.el (tramp-remote-coding-commands): Add an alternative
952         using "base64 -d -i".  This is needed for older base64 versions
953         from GNU coreutils.  Reported by Klaus Reichl
954         <Klaus.Reichl@thalesgroup.com>.
956 2010-11-13  Glenn Morris  <rgm@gnu.org>
958         * novice.el (disabled-command-function):
959         Fix 2009-11-15 change.  (Bug#7384)
961 2010-11-12  Glenn Morris  <rgm@gnu.org>
963         * calendar/calendar.el (diary-iso-date-forms): Make elements
964         mutually exclusive.  (Bug#7377)
966 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
968         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
969         when filling the remaining "unconstrained" values.
971 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
973         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
974         safety predicate.
976         * files.el (safe-local-variable-p): Gracefully handle errors.
978         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
979         Use smie-indent-virtual when indenting relative to an opener.
980         (smie-rule-separator): Use smie-rule-parent.
981         (smie-indent-keyword): Consult rules, even for openers at bol.
982         (smie-indent-comment-close): Try to align closer's content.
984 2010-11-11  Glenn Morris  <rgm@gnu.org>
986         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
988 2010-11-10  Glenn Morris  <rgm@gnu.org>
990         * printing.el (pr-menu-bind): Doc fix.
992         * speedbar.el (speedbar-toggle-images): Doc fix.
994         * progmodes/python.el (python-shell): Doc fix.
996         * wid-edit.el (widget-field-use-before-change)
997         (widget-use-overlay-change): Doc fixes.
999 2010-11-09  Glenn Morris  <rgm@gnu.org>
1001         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1003 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * minibuffer.el (minibuffer-completion-help): Specify the end of the
1006         completion field (bug#7211).
1008         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1009         Fix handling of backslash escapes.
1010         (python-quote-syntax): Adjust accordingly.
1012 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
1014         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1015         (vc-mtn-workfile-branch): Adjust to new output format.
1017 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * international/mule-cmds.el (princ-list): Mark as obsolete.
1021 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1023         * emacs-lisp/smie.el: New package.
1025 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
1027         * files.el (backup-by-copying-when-mismatch):
1028         Set `permanent-local' property.
1030         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1031         `permanent-local' property for `backup-by-copying-when-mismatch'.
1033 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
1035         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
1036         (ls-lisp-classify-file): New function.
1037         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1038         (ls-lisp-classify): Call ls-lisp-classify-file.
1039         (insert-directory): Remove blanks from switches.
1041 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
1043         * progmodes/verilog-mode.el (verilog-insert-one-definition)
1044         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
1045         AUTOINOUT for SV style multidimensional arrays, bug294.
1046         Reported by Eric Mastromarchi.
1047         (verilog-preprocess): Use with-current-buffer and
1048         font-lock-fontify-buffer to cleanup style issues.
1050 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
1052         * net/trampver.el: Update release number.
1054 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1056         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1057         beginning of the string.  Use `string-match-p'.  (Bug#6765)
1059 2010-11-01  Glenn Morris  <rgm@gnu.org>
1061         * locate.el (locate, locate-mode): Doc fixes.
1063 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
1065         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1066         user for confirmation.
1067         (server-force-stop): Use it.
1068         (server-start): Use server-force-stop for kill-emacs-hook, to
1069         avoid user interaction while killing Emacs.
1071 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1073         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1074         (log-edit-author): New dynamic var.
1075         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
1076         Use it to return the author if different from committer.
1077         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1079 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
1081         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1083 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
1085         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
1086         (vc-root-diff, vc-print-root-log, vc-log-incoming)
1087         (vc-log-outgoing): Use it.
1088         (vc-diff-internal): Set diff-vc-backend.
1090         * vc/diff-mode.el (diff-vc-backend): New var.
1092 2010-10-31  Juri Linkov  <juri@jurta.org>
1094         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1095         buffer-locally to lambda that re-runs the vc diff command.
1096         (Bug#6447)
1098 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1100         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1102         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
1103         log-outgoing commands.
1104         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1105         to create a buffer local revert-buffer-function variable.
1106         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1107         revert-buffer-function lambda.
1109         Improve VC create/retrieve tag/branch.
1110         * vc.el (vc-create-tag): Do not read the directory name for VCs
1111         with repository revision granularity.  Adjust the tag/branch
1112         prompt.  Reset VC properties.
1113         (vc-retrieve-tag): Do not read the directory name for VCs
1114         with repository revision granularity.  Reset VC properties.
1116         Add optional support for resetting VC properties.
1117         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1118         call vc-file-clearprops when true.
1119         (vc-resynch-buffer): Add new optional argument, pass it down.
1120         (vc-resynch-buffers-in-directory): Likewise.
1122         Improve support for special markup in the VC commit message.
1123         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
1124         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1125         * vc-git.el (vc-git-checkin):
1126         * vc-bzr.el (vc-bzr-checkin): Likewise.
1128         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1129         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1130         incoming/outgoing logs.
1131         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
1133         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1134         short log.
1135         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
1136         command
1138         Add bindings for vc-log-incoming and vc-log-outgoing.
1139         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1140         and vc-log-outgoing.
1141         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1142         and vc-log-outgoing.
1144         Improve state updating for VC tag commands.
1145         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1146         to update the state of all buffers in the directory.
1148 2010-05-19  Glenn Morris  <rgm@gnu.org>
1150         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1152 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * vc.el (vc-checkin, vc-modify-change-comment):
1155         Adjust to new vc-start/finish-logentry.
1156         (vc-find-conflicted-file): New command.
1157         (vc-transfer-file): Adjust to new vc-checkin.
1158         (vc-next-action): Improve scoping.
1160         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
1161         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1163         * vc-dispatcher.el (vc-log-edit): Shorten names for
1164         log-edit-show-files.
1166         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
1167         (vc-bzr-conflicted-files): New function.
1169         * log-edit.el (log-edit-summary, log-edit-header)
1170         (log-edit-unknown-header): New faces.
1171         (log-edit-headers-alist): New var.
1172         (log-edit-header-contents-regexp): New const.
1173         (log-edit-match-to-eoh): New function.
1174         (log-edit-font-lock-keywords): Use them.
1175         (log-edit): Insert a "Summary:" header as default.
1176         (log-edit-mode): Mark font-lock rules as case-insensitive.
1177         (log-edit-done): Cleanup headers.
1178         (log-edit-extract-headers): New function to replace it.
1180         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
1181         the windows/frames.
1183         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
1185         * vc-dir.el (vc-dir-kill-line): New command.
1186         (vc-dir-mode-map): Bind it to C-k.
1187         (vc-dir-headers): Abbreviate the working dir.
1189         * vc-git.el (vc-git-revision-table): Include remote branches.
1191 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1193         New VC methods: vc-log-incoming and vc-log-outgoing.
1194         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
1195         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
1196         New functions.
1197         (vc-print-log-internal): Just call vc-log-internal-common.
1198         (vc-log-view-type): New permanent local variable.
1200         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1202         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1203         of the dynamic bound vc-short-log.
1204         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1206         * vc-git.el (vc-git-log-outgoing): New function.
1207         (vc-git-log-view-mode): Use vc-log-view-type instead
1208         of the dynamic bound vc-short-log.
1210         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1211         the dynamic bound vc-short-log.  Highlight the tag.
1212         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1213         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1214         (vc-hg-incoming-mode): Remove.
1215         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1217         Fix default-directory for vc-root-diff.
1218         * vc.el (vc-root-diff): Bind default-directory to the root
1219         directory for the diff command.
1221 2010-10-31  Sam Steingold  <sds@gnu.org>
1223         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1224         `vc-hg-command' with a list of flags.
1226 2010-10-31  Glenn Morris  <rgm@gnu.org>
1228         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1229         log-edit-before-checkin-process.
1231         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1233         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1235         * vc-dispatcher.el (vc-start-logentry): Doc fix.
1236         (log-view-process-buffer, log-edit-extra-flags): Declare.
1238 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1240         Add special markup processing for commit logs.
1241         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
1242         when non-nil instead of the log-view-mode.
1244         * vc.el (vc-default-log-edit-mode): New function.
1246         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1247         log-edit.
1249         Support for shelving snapshots and for showing shelves.
1250         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1251         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1252         New functions.
1253         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1254         (vc-bzr-extra-menu-map): Map them.
1256 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
1258         * net/tramp.el (tramp-handle-insert-file-contents): For root,
1259         preserve owner and group when editing files.  (Bug#7289)
1261 2010-10-29  Glenn Morris  <rgm@gnu.org>
1263         * speedbar.el (speedbar-mode):
1264         * play/fortune.el (fortune-in-buffer, fortune):
1265         * play/gomoku.el (gomoku-mode):
1266         * play/landmark.el (lm-mode):
1267         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1268         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
1270 2010-10-28  Glenn Morris  <rgm@gnu.org>
1272         * select.el (x-selection): Mark it as an obsolete alias.
1274 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1276         * add-log.el (find-change-log): Use derived-mode-p rather than
1277         major-mode (bug#7284).
1279 2010-10-27  Glenn Morris  <rgm@gnu.org>
1281         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1282         rather than just an unused variable that inherits from the real one.
1284 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
1286         * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
1287         auto-built for efficiency of execution and updating.
1288         (verilog-extended-complete-re): Support 'pure' fucntion & task
1289         declarations (these have no bodies).
1290         (verilog-beg-of-statement): General cleanup to enable support of
1291         'pure' fucntion & task declarations (these have no bodies).
1292         These efforts together fix Verilog bug210 from veripool; which was also
1293         noticed by Steve Pearlmutter.
1294         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1295         (verilog-directive-nest-re, verilog-set-auto-endcomments):
1296         Support `elsif.  Reported by Shankar Giri.
1297         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1298         attribute handling for lining up declarations and assignments.
1299         (verilog-beg-of-statement-1): Fix issue where continued declaration
1300         is indented differently if it is after a begin..end clock.
1301         (verilog-in-attribute-p, verilog-skip-backward-comments)
1302         (verilog-skip-forward-comment-p): Support proper treatment of
1303         attributes by indent code.  Reported by Jeff Steele.
1304         (verilog-in-directive-p): Fix comment to correctly describe function.
1305         (verilog-backward-up-list, verilog-in-struct-region-p)
1306         (verilog-backward-token, verilog-in-struct-p)
1307         (verilog-in-coverage-p, verilog-do-indent)
1308         (verilog-pretty-declarations): Use verilog-backward-up-list as
1309         wrapper around backward-up-list inorder to properly skip comments.
1310         Reported by David Rogoff.
1311         (verilog-property-re, verilog-endcomment-reason-re)
1312         (verilog-beg-of-statement, verilog-set-auto-endcomments)
1313         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1314         of if).  Reported by Max Bjurling and
1315         (verilog-calc-1): Fix for clocking block in modport
1316         declaration.  Reported by Brian Hunter.
1318 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
1320         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1321         (verilog-gate-keywords, verilog-read-sub-decls)
1322         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1323         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1324         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
1325         (verilog-read-decls): Fix spaces in V2K module parameters causing
1326         mis-identification as interfaces, bug287.
1327         (verilog-read-decls): Fix not treating "parameter string" as a
1328         parameter in AUTOINSTPARAM.
1329         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1330         treating `elsif similar to `endif inside AUTOSENSE.
1331         (verilog-do-indent): Implement correct automatic or static task or
1332         function end comment highlight.  Reported by Steve Pearlmutter.
1333         (verilog-font-lock-keywords-2): Fix highlighting of single
1334         character pins, bug264.  Reported by Michael Laajanen.
1335         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1336         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1337         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1338         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
1339         (verilog-pretty-expr): Fix interactive arguments, bug272.
1340         Reported by Mark Johnson.
1341         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1342         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1343         bug269.  Suggested by Gary Delp.
1344         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1345         (verilog-preprocessor, verilog-set-compile-command):
1346         Create verilog-preprocess and verilog-preprocessor to show
1347         preprocessed output.
1348         (verilog-get-beg-of-line, verilog-get-end-of-line)
1349         (verilog-modi-file-or-buffer, verilog-modi-name)
1350         (verilog-modi-point, verilog-within-string): Move defmacro's
1351         before first use to avoid warning.  Reported by Steve Pearlmutter.
1352         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1353         (verilog-colorize-region, verilog-highlight-buffer)
1354         (verilog-highlight-includes, verilog-highlight-modules)
1355         (verilog-highlight-region, verilog-mode): Rename colorize to
1356         highlight to match other packages.  Disable module highlighting,
1357         as received speed complaints, reenable for experimentation only
1358         using new verilog-highlight-modules.
1359         (verilog-read-decls): Fix regexp stack overflow in very large
1360         AUTO_TEMPLATEs, bug250.
1361         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1362         (verilog-scan): Create verilog-save-buffer-state to standardize
1363         making insignificant changes that shouldn't call hooks.
1364         (verilog-save-no-change-functions, verilog-save-scan-cache)
1365         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1366         Create verilog-save-no-change-functions to wrap verilog-scan
1367         preservation, and fix to work with nested preserved calls.
1368         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1369         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1370         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
1371         (verilog-submit-bug-report): Update variable list to be complete.
1372         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1373         breaking on-the-fly font-locking.
1374         (verilog-colorize-buffer, verilog-colorize-include-files)
1375         (verilog-colorize-include-files-buffer, verilog-colorize-region)
1376         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1377         (verilog-mode, verilog-read-inst-module-matcher): With point on a
1378         AUTOINST cell instance name, middle mouse button now finds-file on
1379         it.  Suggested by Brad Dobbie.
1380         (verilog-alw-get-temps, verilog-auto-reset)
1381         (verilog-auto-sense-sigs, verilog-read-always-signals)
1382         (verilog-read-always-signals-recurse): Fix loop indexes being
1383         AUTORESET.  AUTORESET now assumes any variables in the
1384         initialization section of a for() should be ignored.
1385         Reported by Dan Dever.
1386         (verilog-error-font-lock-keywords)
1387         (verilog-error-regexp-emacs-alist)
1388         (verilog-error-regexp-xemacs-alist): Fix error detection of
1389         Cadence HAL, reported by David Asher.  Repair drift between the
1390         three similar error variables.
1391         (verilog-modi-lookup, verilog-modi-lookup-cache)
1392         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1393         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1394         Fix slow verilog-auto expansion on very large files.
1395         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1396         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1397         "{1*2{...".  Broke in last revision.
1398         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1399         submodule connections with replications "{#{a},#{b}}".
1401 2010-10-23  Glenn Morris  <rgm@gnu.org>
1403         * comint.el (comint-password-prompt-regexp):
1404         Match "enter the password".  (Bug#7224)
1406 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
1408         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1409         Fix typo in docstring.
1411 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
1413         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1414         errors.
1416         * net/trampver.el: Update release number.
1418 2010-10-20  Kenichi Handa  <handa@m17n.org>
1420         * face-remap.el (text-scale-adjust): Call read-event with a proper
1421         prompt.
1423 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
1425         * net/tramp.el (tramp-do-file-attributes-with-stat)
1426         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1427         order to make stat results a float.  Patch by Andreas Schwab
1428         <schwab@linux-m68k.org>.
1430 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1432         * repeat.el (repeat): Use read-key (bug#6256).
1434 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
1436         * emacs-lisp/unsafep.el: Don't mark functions that display
1437         messages as safe.  Suggested by Johan Bockgård.
1439 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1441         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1442         Turn comments into docstrings.
1444         * minibuffer.el (completion--replace): Move point where it belongs
1445         when there's a common suffix (bug#7215).
1447 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
1449         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1450         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
1451         <dale@codefu.org>.
1453 2010-10-15  Kenichi Handa  <handa@m17n.org>
1455         * international/characters.el: Add category '|' (word breakable)
1456         to fullwidth characters.
1458 2010-10-14  Kenichi Handa  <handa@m17n.org>
1460         * mail/rmail.el (rmail-show-message-1): Catch an error of
1461         base64-decode-region and just show an error message (bug#7165).
1463         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
1464         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1465         a font-spec (bug#7197).
1467 2010-10-13  Glenn Morris  <rgm@gnu.org>
1469         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1471 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
1473         * international/mule.el (define-coding-system):
1474         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1475         * composite.el (compose-region): Fix typo in docstring.
1477 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
1479         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1480         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1481         (mac-right-option-modifier): New alias for ns-right-option-modifier.
1483         * cus-start.el (all): ns-right-alternate-modifier is new.
1485 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
1487         * Makefile.in (ELCFILES): Update.
1489 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1491         * emacs-lisp/lisp.el (lisp-completion-at-point):
1492         Use emacs-lisp-mode-syntax-table for the whole function.
1494 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
1496         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1497         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1498         work when breakpoint number exceeds nine.
1500 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
1502         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1503         instead of font-lock-mode before adding keywords.
1504         Remove hi-lock-mode off code.  Remove inhibit hack.
1505         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1506         non-nil; removed hook inhibit hack.
1508 2010-10-09  Glenn Morris  <rgm@gnu.org>
1510         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1511         (load-path-shadows-find): ... to this.
1512         (list-load-path-shadows): Update for above change.
1514         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1516 2010-10-08  Glenn Morris  <rgm@gnu.org>
1518         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1520         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1521         (shadows-compare-text-p): Make it an obsolete alias for...
1522         (load-path-shadows-compare-text): ... new name.
1523         (find-emacs-lisp-shadows): Update for above name change.
1524         (load-path-shadows-same-file-or-nonexistent): New name for the old
1525         shadow-same-file-or-nonexistent.
1527 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1529         * minibuffer.el (completion--some, completion--do-completion)
1530         (minibuffer-complete-and-exit, minibuffer-completion-help)
1531         (completion-basic-try-completion)
1532         (completion-basic-all-completions)
1533         (completion-pcm--find-all-completions): Use lexical-let to
1534         avoid some false matches in variable completion (Bug#7056)
1536 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1538         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1540 2010-10-03  Leo  <sdl.web@gmail.com>
1542         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1543         return non-nil if the file exists (Bug#7090).
1545 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1547         * minibuffer.el (completion--replace):
1548         Better preserve markers (bug#7138).
1550 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
1552         * server.el (server-process-filter): Doc fix.
1554 2010-09-27  Drew Adams  <drew.adams@oracle.com>
1556         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1558 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1560         * Makefile.in (ELCFILES): Update.
1562         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1563         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1565 2010-09-27  Kenichi Handa  <handa@m17n.org>
1567         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1568         "ustar" format.
1570 2010-09-27  Kenichi Handa  <handa@m17n.org>
1572         * international/mule.el (define-coding-system): Docstring fixed.
1574         * international/mule-diag.el (describe-character-set): Use princ
1575         with proper print-length and print-level instead of insert.
1577 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
1579         * window.el (walk-windows): Doc fix (bug#7105).
1581 2010-09-23  Glenn Morris  <rgm@gnu.org>
1583         * isearch.el (isearch-lazy-highlight-cleanup)
1584         (isearch-lazy-highlight-initial-delay)
1585         (isearch-lazy-highlight-interval)
1586         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1587         * net/net-utils.el (ipconfig-program-options):
1588         Move aliases to options before the associated definitions.
1590 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1592         * newcomment.el (comment-normalize-vars): Better test validity of
1593         comment-end-skip.
1595 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1597         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1598         (float-e): New name for `e'.
1599         (degrees-to-radians, radians-to-degrees):
1600         * calendar/solar.el (solar-longitude):
1601         * calculator.el (calculator-registers, calculator-funcall):
1602         * textmodes/artist.el (artist-spray-random-points):
1603         * play/bubbles.el (bubbles--initialize-images): Use new names.
1605 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
1607         Update to CEDET 1.0's version of EIEIO.
1609         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1610         New function.
1611         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1612         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1613         (class-precedence-list): If class is nil, return nil.
1614         (eieio-generic-call): If class of first input arg is nil, don't
1615         look up static methods, and do check for primary methods.
1616         (initialize-instance): See if the default needs to be evaluated
1617         during the constructor.
1618         (eieio-perform-slot-validation-for-default): Don't do the check
1619         for values that will eventually be evaluated.
1620         (eieio-eval-default-p): New function.
1621         (eieio-default-eval-maybe): Use it.
1623 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1625         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1626         method-invocation-order.
1627         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1628         (eieio-class-precedence-dfs): Compute class precedence list using
1629         dfs algorithm.
1630         (eieio-class-precedence-bfs): Compute class precedence list using
1631         bfs algorithm.
1632         (eieio-class-precedence-c3): Compute class precedence list using
1633         c3 algorithm.
1634         (class-precedence-list): New function.
1635         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1636         (inconsistent-class-hierarchy): New error symbol.
1637         (call-next-method): Stow the replacement argument list for future
1638         call-next-method invocations.
1640 2010-09-15  Glenn Morris  <rgm@gnu.org>
1642         * calendar/appt.el (appt-check): If not displaying the diary,
1643         use (diary 1) to only get the entries we need.
1644         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1645         that it is in day order.  (Bug#7019)
1647         * calendar/appt.el (appt-check): Rather than showing the diary,
1648         just turn off invisible display, and only if needed.
1650         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1652 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1654         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1655         Add `when' argument.  Update callers.
1657         * subr.el (unintern): Declare the obarray arg mandatory.
1659 2010-09-14  Glenn Morris  <rgm@gnu.org>
1661         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1662         Doc fixes.
1664         * calendar/diary-lib.el (diary-included-files): New variable.
1665         (diary-list-entries): Maybe initialize diary-included-files.
1666         (diary-include-other-diary-files): Append to diary-included-files.
1667         * calendar/appt.el (appt-update-list): Also check the members of
1668         diary-included-files.  (Bug#6999)
1669         (appt-check): Doc fix.
1671 2010-09-12  David Reitter  <david.reitter@gmail.com>
1673         * simple.el (line-move-visual): Do not truncate goal column to
1674         integer size.  (Bug#7020)
1676 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1678         * repeat.el (repeat): Allow repeating when the last event is a click.
1679         Suggested by Drew Adams (bug#6256).
1681 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
1683         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1684         Replace setting HGRCPATH to "" by some less invasive --config options.
1686 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1688         * font-lock.el (font-lock-beginning-of-syntax-function):
1689         Mark as obsolete.
1691 2010-09-10  Glenn Morris  <rgm@gnu.org>
1693         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1694         and tool-bar modes.  (Bug#6211)
1695         (menu-bar-mode): Move setting of standard-value after the
1696         minor-mode definition, otherwise it seems to have no effect.
1698 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
1700         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1701         Fix typo.  (Bug#6976)
1703 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1705         * whitespace.el: Allow cleaning up blanks without blank
1706         visualization (Bug#6651).  Adjust help window for
1707         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1708         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1709         (whitespace-style): Add new value 'face.  Adjust docstring.
1710         (whitespace-space, whitespace-hspace, whitespace-tab):
1711         Adjust foreground property face.
1712         (whitespace-line-column): Adjust docstring and type declaration.
1713         (whitespace-style-value-list, whitespace-toggle-option-alist)
1714         (whitespace-help-text): Adjust const initialization.
1715         (whitespace-toggle-options, global-whitespace-toggle-options):
1716         Adjust docstring.
1717         (whitespace-display-window, whitespace-interactive-char)
1718         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1719         (whitespace-help-scroll): New fun.
1721 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1723         * files.el (directory-abbrev-alist): Use \` as default regexp.
1725         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1726         chars like - or ] (bug#6984).
1727         (rx-any-condense-range): Explode 2-char ranges.
1729 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1731         * textmodes/bibtex.el:
1732         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1734 2010-09-02  Glenn Morris  <rgm@gnu.org>
1736         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1738 2010-08-31  Kenichi Handa  <handa@m17n.org>
1740         * international/mule-cmds.el (standard-display-european-internal):
1741         Setup standard-display-table for 8-bit characters by storing 8-bit
1742         characters in the element vector.
1744         * disp-table.el (standard-display-8bit):
1745         Setup standard-display-table for 8-bit characters by storing 8-bit
1746         characters in the element vector.
1747         (standard-display-european): Likewise.
1749 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1751         Sync with Tramp 2.1.19.
1753         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1754         (tramp-reporter-dump-variable, tramp-load-report-modules)
1755         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1756         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1758         * net/tramp-compat.el (top): Do not autoload
1759         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1760         only when `start-file-process' is not bound.
1761         (byte-compile-not-obsolete-vars): Define if not bound.
1762         (tramp-compat-funcall): New defmacro.
1763         (tramp-compat-line-beginning-position)
1764         (tramp-compat-line-end-position)
1765         (tramp-compat-temporary-file-directory)
1766         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1767         (tramp-compat-copy-file, tramp-compat-copy-directory)
1768         (tramp-compat-delete-file, tramp-compat-delete-directory)
1769         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1770         Use it.
1771         (tramp-advice-file-expand-wildcards): Do not use
1772         `tramp-handle-file-remote-p'.
1773         (tramp-compat-make-temp-file): Simplify fallback implementation.
1774         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1775         (tramp-compat-copy-tree): Remove function.
1776         (tramp-compat-delete-file): New defun.
1777         (tramp-compat-delete-directory): Provide implementation for older
1778         Emacsen.
1779         (tramp-compat-file-attributes): Handle only
1780         `wrong-number-of-arguments' error.
1782         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1783         Add PRESERVE_SELINUX_CONTEXT.
1784         (tramp-fish-handle-delete-file): Add TRASH arg.
1785         (tramp-fish-handle-directory-files-and-attributes):
1786         Do not use `tramp-fish-handle-file-attributes.
1787         (tramp-fish-handle-file-local-copy)
1788         (tramp-fish-handle-insert-file-contents)
1789         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1791         * net/tramp-gvfs.el (top): Require url-util.
1792         (tramp-gvfs-mount-point): Remove.
1793         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1794         and `set-file-selinux-context'.
1795         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1796         (tramp-gvfs-handle-file-selinux-context)
1797         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1798         (with-tramp-dbus-call-method): Format trace message.
1799         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1800         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1801         Implement backup call, when operation on local files fails.
1802         Use progress reporter.  Flush properties of changed files.
1803         (tramp-gvfs-handle-delete-file): Add TRASH arg.
1804         Use `tramp-compat-delete-file'.
1805         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1806         (tramp-gvfs-handle-make-directory): Make more traces.
1807         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1808         (tramp-gvfs-url-file-name): Hexify file name in url.
1809         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1810         into account for the resulting file name.
1811         (tramp-gvfs-handler-askquestion): Preserve current message, in
1812         order to let progress reporter continue afterwards.  (Bug#6257)
1813         Return dummy mountpoint, when the answer is "no".
1814         See `tramp-gvfs-maybe-open-connection'.
1815         (tramp-gvfs-handler-mounted-unmounted)
1816         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1817         attribute "default_location".  Set "prefix" property.
1818         Handle default-location.
1819         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1820         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1821         exists.  Raise an error, if not (due to a corresponding answer
1822         "no" in interactive questions, for example).
1823         Use `tramp-compat-funcall'.
1825         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1826         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1827         (tramp-imap-do-copy-or-rename-file)
1828         (tramp-imap-handle-insert-file-contents)
1829         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1830         (tramp-imap-handle-delete-file): Add TRASH arg.
1832         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1833         Add PRESERVE-SELINUX-CONTEXT.
1834         (tramp-smb-handle-copy-file)
1835         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1836         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1837         Use `with-progress-reporter'.
1838         (tramp-smb-handle-delete-file): Add TRASH arg.
1840         * net/tramp.el (tramp-methods): Move hostname to the end in all
1841         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1842         appropriate.
1843         (tramp-verbose): Describe verbose level 9.
1844         (tramp-completion-function-alist)
1845         (tramp-file-name-regexp, tramp-chunksize)
1846         (tramp-local-coding-commands, tramp-remote-coding-commands)
1847         (with-connection-property, tramp-completion-mode-p)
1848         (tramp-action-process-alive, tramp-action-out-of-band)
1849         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1850         (tramp-exists-file-name-handler): Fix docstring.
1851         (tramp-remote-process-environment): Use `format' instead of
1852         `concat'.  Protect version string by apostroph.
1853         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1854         XEmacs.
1855         (tramp-file-name-regexp-unified)
1856         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1857         not regard the volume letter as remote filename.  (Bug#5447)
1858         (tramp-perl-file-attributes)
1859         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1860         (tramp-vc-registered-read-file-names): Read input as
1861         here-document, otherwise the command could exceed maximum length
1862         of command line.
1863         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1864         `set-file-selinux-context'.
1865         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1866         backtrace functions.
1867         (tramp-error-with-buffer): Don't show the connection buffer when
1868         we are in completion mode.
1869         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1870         (tramp-handle-file-selinux-context)
1871         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1872         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1873         New defuns.
1874         (with-progress-reporter): New defmacro.
1875         (tramp-debug-outline-regexp): New defconst.
1876         (top, tramp-rfn-eshadow-setup-minibuffer)
1877         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1878         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1879         (tramp-completion-mode-p, tramp-check-for-regexp)
1880         (tramp-open-connection-setup-interactive-shell)
1881         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1882         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1883         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1884         Use `tramp-compat-funcall'.
1885         (tramp-handle-make-symbolic-link): Flush file properties.
1886         (tramp-handle-load, tramp-handle-file-local-copy)
1887         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1888         (tramp-handle-vc-registered, tramp-maybe-send-script)
1889         (tramp-find-shell): Use `with-progress-reporter'.
1890         (tramp-do-file-attributes-with-stat): Add space in format string,
1891         in order to work around a bug in pdksh.  Reported by Gilles Pion
1892         <gpion@lfdj.com>.
1893         (tramp-handle-verify-visited-file-modtime): Do not send a command
1894         when the connection is not established.
1895         (tramp-handle-set-file-times): Simplify the check for utc.
1896         (tramp-handle-directory-files-and-attributes)
1897         (tramp-get-remote-path): Use `copy-tree'.
1898         (tramp-completion-handle-file-name-all-completions): Ensure, that
1899         non remote files are still checked.  Oops.
1900         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1901         Handle PRESERVE-SELINUX-CONTEXT.
1902         (tramp-do-copy-or-rename-file): Add progress reporter.
1903         (tramp-do-copy-or-rename-file-directly): Do not use
1904         `tramp-handle-file-remote-p'.
1905         (tramp-do-copy-or-rename-file-out-of-band):
1906         Use `tramp-compat-delete-directory'.
1907         (tramp-do-copy-or-rename-file-out-of-band)
1908         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1909         Use `format-spec-make'.
1910         (tramp-handle-delete-file): Add TRASH arg.
1911         (tramp-handle-dired-uncache): Flush directory cache, not only file
1912         cache.
1913         (tramp-handle-expand-file-name)
1914         (tramp-completion-handle-file-name-all-completions)
1915         (tramp-completion-handle-file-name-completion):
1916         Use `tramp-connectable-p'.
1917         (tramp-handle-start-file-process): Set connection property "vec".
1918         Use it, in order to invalidate file caches.  Check only for
1919         `remote-tty' process property.
1920         Implement tty setting.  (Bug#4604, Bug#6360)
1921         (tramp-file-name-for-operation): Add `call-process-region' and
1922         `set-file-selinux-context'.
1923         (tramp-find-foreign-file-name-handler)
1924         (tramp-advice-make-auto-save-file-name)
1925         (tramp-set-auto-save-file-modes): Remove superfluous check for
1926         `stringp'.  This is done inside `tramp-tramp-file-p'.
1927         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1928         operations when we are in completion mode.  This gives the user
1929         the chance to correct the file name in the minibuffer.
1930         (tramp-completion-mode-p): Use `non-essential'.
1931         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1932         compatibility: Use `completion-ignore-case' if
1933         `read-file-name-completion-ignore-case' does not exist.
1934         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1935         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1936         `tramp-open-shell'.
1937         (tramp-action-password): Hide password prompt before next run.
1938         (tramp-process-actions): Widen connection buffer for the trace.
1939         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1940         process property.  Trace stty settings if `tramp-verbose' >= 9.
1941         Apply workaround for IRIX64 bug.  Move argument of last
1942         `tramp-send-command' where it belongs to.
1943         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1944         front of `login-args'.
1945         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1946         on "/dev/null" instead of "/".
1947         (tramp-get-ls-command-with-dired): Make test for "--dired"
1948         stronger.
1949         (tramp-set-auto-save-file-modes): Adapt version check.
1950         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1951         (tramp-handle-process-file): Call the program in a subshell, in
1952         order to preserve working directory.
1953         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1954         `tramp-remote-sh' from `tramp-methods'.
1955         (tramp-get-ls-command): Make test for "--color=never" stronger.
1956         (tramp-check-for-regexp): Use (forward-line 1).
1958         * net/trampver.el: Update release number.
1960 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1962         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1963         empty argument to gvfs-copy.
1965 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1967         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1968         handle new TRASH arg of `delete-file'.
1970 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1972         * net/tramp.el (tramp-handle-insert-directory): Don't use
1973         `forward-word', its default syntax could be changed.
1975 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1976             Michael Albinus  <michael.albinus@gmx.de>
1978         Implement compression for inline methods.
1980         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1981         (tramp-copy-size-limit): Allow also nil.
1982         (tramp-inline-compress-commands): New defconst.
1983         (tramp-find-inline-compress, tramp-get-inline-compress)
1984         (tramp-get-inline-coding): New defuns.
1985         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1986         replaced by `tramp-get-inline-coding'.
1987         (tramp-handle-file-local-copy, tramp-handle-write-region)
1988         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1990 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1992         Detect ssh 'ControlMaster' argument automatically in some cases.
1994         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1995         (tramp-default-method): Use it.
1997 2010-08-26  Karel Klíč  <kklic@redhat.com>
1999         * net/tramp.el (tramp-file-name-for-operation):
2000         Add file-selinux-context.
2002 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2004         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2006 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2008         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2009         (Bug#6907).
2011 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
2013         * progmodes/python.el (python-block-pairs): Allow use of "finally"
2014         with "else" (Bug#3991).
2016 2010-08-22  Leo  <sdl.web@gmail.com>
2018         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2019         (ignore, bright, dim, keyword): Split list of nicknames before
2020         passing to rcirc-add-or-remove (Bug#6894).
2022 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2024         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2026 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2028         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
2029         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2030         New version 13.0.
2031         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2032         Adjust initialization.
2033         (whitespace-bob-marker, whitespace-eob-marker)
2034         (whitespace-buffer-changed): New vars.
2035         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2036         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2037         (whitespace-post-command-hook, whitespace-display-char-on):
2038         Adjust code.
2039         (whitespace-looking-back, whitespace-buffer-changed): New funs.
2040         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
2042 2010-08-21  Leo  <sdl.web@gmail.com>
2044         Fix buffer-list rename&refresh after killing a buffer in ido.
2045         * ido.el: Revert Óscar's.
2046         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2047         Remember the buffers at head, rather than their name.
2048         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2050 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
2051             Stefan Monnier  <monnier@iro.umontreal.ca>
2053         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2054         extra backslash added to each line (bug#6890).
2056 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2058         * subr.el (read-key): Don't echo keystrokes (bug#6883).
2060 2010-08-21  Glenn Morris  <rgm@gnu.org>
2062         * menu-bar.el (menu-bar-games-menu): Add landmark.
2064 2010-08-20  Glenn Morris  <rgm@gnu.org>
2066         * align.el (align-regexp): Make group and spacing arguments
2067         use the interactive defaults when non-interactive.  (Bug#6698)
2069         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2070         expansion, so as not to need sendmail.
2071         (mail-text-start): Remove declaration.
2072         (rmail-retry-failure): Require sendmail.
2074 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2076         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2078 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
2080         * progmodes/flymake.el (flymake-start-syntax-check-process):
2081         Use `start-file-process' in order to let it run also on remote hosts.
2083 2010-08-18  Kenichi Handa  <handa@m17n.org>
2085         * files.el: Add `word-wrap' as safe local variable.
2087 2010-08-18  Glenn Morris  <rgm@gnu.org>
2089         * woman.el (woman-translate): Case matters.  (Bug#6849)
2091 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
2093         * simple.el (kill-region): Doc fix (Bug#6787).
2095 2010-08-14  Glenn Morris  <rgm@gnu.org>
2097         * calendar/diary-lib.el (diary-header-line-format):
2098         Fit it to the window, not the frame.
2100 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
2102         * subr.el (ignore-errors): Add debug declaration.
2104 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2106         * whitespace.el (whitespace-color-off): Remove post-command-hook
2107         locally.
2109 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2111         * replace.el (replace-highlight): Bind isearch-forward and
2112         isearch-error, ensuring that highlighting is updated if the user
2113         switches the search direction (Bug#6808).
2115         * isearch.el (isearch-lazy-highlight-forward): New var.
2116         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2117         (isearch-lazy-highlight-update): Use it.
2119 2010-08-06  Kenichi Handa  <handa@m17n.org>
2121         * international/mule.el (define-charset): Store NAME as :base property.
2122         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2123         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2124         current priority.  Force using the designation of the specific
2125         charset by adding `charset' text property.  Improve the whole
2126         algorithm.
2128 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
2130         * emulation/pc-select.el (pc-selection-mode-hook)
2131         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2132         (pc-selection-mode): Fix typos in docstrings.
2134 2010-08-04  Kenichi Handa  <handa@m17n.org>
2136         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2137         ctext-non-standard-encodings-alist here.
2139         * international/mule.el (ctext-non-standard-encodings-alist):
2140         Add "koi8-r" and "microsoft-cp1251".
2141         (ctext-standard-encodings): New variable.
2142         (ctext-non-standard-encodings-table): List only elements for
2143         non-standard encodings.
2144         (ctext-pre-write-conversion): Adjust for the above change.
2145         Check ctext-standard-encodings.
2147         * international/mule-conf.el (compound-text): Doc fix.
2148         (ctext-no-compositions): Doc fix.
2149         (compound-text-with-extensions): Doc fix.
2151 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2153         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2155 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
2157         * progmodes/which-func.el (which-func-format): Split help-echo text
2158         into lines, like other mode-line tooltips.
2160         * server.el (server-start): When using TCP sockets, force IPv4
2161         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2163 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2167 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
2169         * term.el (term-delimiter-argument-list): Reflow docstring.
2170         (term-read-input-ring, term-write-input-ring, term-send-input)
2171         (term-bol, term-erase-in-display, serial-supported-or-barf):
2172         Fix typos in docstrings.
2174 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2176         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2178 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
2180         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2182 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
2184         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2185         Fix typo in docstring (bug#6747).
2187 2010-07-30  Leo  <sdl.web@gmail.com>
2189         * eshell/esh-io.el (eshell-get-target): Better detection of
2190         read-only file (Bug#6762).
2192 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
2194         * align.el (align-default-spacing): Doc fix.
2195         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2197 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2199         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2201 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2203         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2204         (display-time-world-buffer-name, display-time-world-mode-map):
2205         Fix typos in docstrings.
2207 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2209         * image-mode.el (image-display-size): New function.
2210         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2211         (image-mode-fit-frame): Use it (Bug#6639).
2213 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2215         * dired.el (dired-buffers-for-dir): Handle list values of
2216         dired-directory (Bug#6636).
2218 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2220         * vc.el (vc-coding-system-inherit-eol): New defvar.
2221         (vc-coding-system-for-diff): Use it to decide whether to inherit
2222         from the file the EOL format for reading the diffs of that file.
2223         (Bug#4451)
2225 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2227         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2228         unibyte, so compressed attachments are not compressed again.
2230 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2232         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2233         now that unicode is used (Bug#6594).
2235 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2237         * simple.el (push-mark-command): Set the selection if
2238         select-active-regions is non-nil.
2240 2010-07-10  Glenn Morris  <rgm@gnu.org>
2242         * calendar/calendar.el (calendar-week-end-day): New function.
2243         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2244         Respect calendar-week-start-day.  (Bug#6606)
2245         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2246         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2247         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2248         respect calendar-week-start-day.
2250 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2252         * simple.el (use-region-p): Doc fix (Bug#6607).
2254 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
2256         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2257         builtins (BufferError, BytesWarning, WindowsError; callables
2258         bin, bytearray, bytes, format, memoryview, next, print; __package__).
2260 2010-07-07  Glenn Morris  <rgm@gnu.org>
2262         * play/zone.el (zone-fall-through-ws): Fix next-line ->
2263         forward-line fallout.
2265 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
2267         * mouse.el (mouse-appearance-menu): Add docstring.
2269         * help.el (describe-key): Print up-event using key-description.
2271 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
2273         * net/zeroconf.el (zeroconf-resolve-service)
2274         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
2275         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2277 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2279         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2281 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
2283         Avoid displaying files with a nil state in vc-dir.
2284         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2285         cases that cause insertion.
2286         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2287         with a nil state.
2289 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2291         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2293 2010-06-29  Leo  <sdl.web@gmail.com>
2295         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
2297 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
2299         * generic-x.el (bat-generic-mode): Fix regexp for command line
2300         switches (Bug#5719).
2302 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
2304         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2305         of nconc to avoid pure storage error (Bug#6239).
2307 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
2309         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2310         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2311         bindings of bookmark-automatically-show-annotations (Bug#6515).
2313 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
2315         * arc-mode.el (archive-zip-extract): Don't quote the file name on
2316         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
2318 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2320         * comint.el (make-comint, make-comint-in-buffer): Mention return
2321         value in the docstrings.  (Bug#6498)
2323 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
2325         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2326         since it is not present when using some non-default switches.
2328 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
2330         * simple.el (compose-mail): Fix doc string to refer to
2331         `compose-mail-user-agent-warnings', instead of to the
2332         nonexistent `compose-mail-check-user-agent'.
2334 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2336         Fix vc-annotate for renamed files when using Git.
2337         * vc-git.el (vc-git-find-revision): Deal with empty results from
2338         ls-files.  Doe not pass the object as a file name to cat-file, it
2339         is not a file name.
2340         (vc-git-annotate-command): Pass the file name using -- to avoid
2341         ambiguity with the revision.
2342         (vc-git-previous-revision): Pass a relative file name.
2344 2010-06-22  Glenn Morris  <rgm@gnu.org>
2346         * progmodes/js.el (js-mode-map): Use standard capitalization and
2347         ellipses for menu entries.
2349         * wid-edit.el (widget-complete): Doc fix.
2351 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
2353         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2355 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2357         Fix annotating other revisions for renamed files in vc-annotate.
2358         * vc-annotate.el (vc-annotate): Add an optional argument for the
2359         VC backend.  Use it when non-nil.
2360         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2361         (Bug#6487).
2363         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2364         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2365         Do not pass the file name to the 'previous-revision call when we
2366         don't want a file diff.  (Bug#6489)
2368 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2370         Fix finding revisions for renamed files in vc-annotate.
2371         * vc.el (vc-find-revision): Add an optional argument for
2372         the VC backend.  Use it when non-nil.
2373         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2374         backend to vc-find-revision.  (Bug#6487)
2376 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2378         Fix reading file names in Git annotate buffers.
2379         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2380         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
2382 2010-06-20  Alan Mackenzie  <acm@muc.de>
2384         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2385         in file local variables, set it first.
2387 2010-06-19  Glenn Morris  <rgm@gnu.org>
2389         * descr-text.el (describe-char-unicode-data): Insert separating
2390         space when needed.  (Bug#6422)
2392         * progmodes/idlwave.el (idlwave-action-and-binding):
2393         Fix typo in 2009-12-03 change.  (Bug#6450)
2395 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2397         * subr.el (read-quoted-char): Fix up last change (bug#6290).
2399 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2401         * font-lock.el (font-lock-major-mode): Rename from
2402         font-lock-mode-major-mode to distinguish it from
2403         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2404         (font-lock-set-defaults):
2405         * font-core.el (font-lock-default-function): Adjust users.
2406         (font-lock-mode): Don't set it at all.
2408 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2410         * vc-annotate.el (vc-annotate): Use vc-read-revision.
2412 2010-06-15  Glenn Morris  <rgm@gnu.org>
2414         * calendar/appt.el (appt-time-msg-list): Doc fix.
2415         (appt-check): Let-bind appt-warn-time.
2416         (appt-add): Make the 3rd argument optional.
2417         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
2418         Only add WARNTIME to the output list if non-nil.
2420 2010-06-15  Ivan Kanis  <apple@kanis.eu>
2422         * calendar/appt.el (appt-check): Let the 3rd element of
2423         appt-time-msg-list specify the warning time.
2424         (appt-add): Add new argument with the warning time.  (Bug#5176)
2426 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2428         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2429         older than version 1.6.  (Bug#6361)
2431 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
2433         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2434         used by cl-do-arglist.  (Bug#6408)
2436 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2438         * emacs-lisp/advice.el (ad-compile-function):
2439         Define warning-suppress-types before we let-bind it (bug#6275).
2441         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2442         declare it, make it buffer-local and permanent-local (bug#6324).
2443         (vc-resynch-window): Adjust name.
2444         * vc-hooks.el (vc-find-file-hook): Adjust name.
2446 2010-06-07  Jonathan Rockway  <jon@jrock.us>
2448         * net/rcirc.el: Add support for password authentication.
2449         (rcirc-server-alist): Add :password keyword.
2450         (rcirc): Ask for a password, or get it from the server's alist.
2451         (rcirc-connect): Add password argument.  Pass it to server.
2453 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
2455         * net/dbus.el (dbus-register-method): Declare function.
2456         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2457         (dbus-introspect): Doc fix.
2458         (dbus-event-bus-name, dbus-introspect-get-interface)
2459         (dbus-introspect-get-argument): Reflow docstrings.
2461 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
2463         * term/common-win.el (x-colors): Add "dark green" and "dark
2464         turquoise" (Bug#6332).
2466 2010-06-03  Glenn Morris  <rgm@gnu.org>
2468         * desktop.el (desktop-clear-preserve-buffers):
2469         Add "*Warnings*" buffer.  (Bug#6336)
2471 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
2473         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2475 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2477         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2478         `file-directory-p' to the filename part rather than to the whole text.
2480 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2482         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2484 2010-05-31  Drew Adams  <drew.adams@oracle.com>
2486         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2488 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
2490         * subr.el (momentary-string-display): Just use read-event to read
2491         the exit event (Bug#6238).
2493 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
2495         * ansi-color.el: Delete unused escape sequences (Bug#6085).
2496         (ansi-color-drop-regexp): New constant.
2497         (ansi-color-apply, ansi-color-filter-region)
2498         (ansi-color-apply-on-region): Delete unrecognized control sequences.
2499         (ansi-color-apply): Build string list before calling concat.
2501 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2503         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2504         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2506 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2508         * htmlfontify.el (hfy-face-resolve-face): New function.
2509         (hfy-face-to-style): Use it (Bug#6279).
2511 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * epa.el (epa--select-keys): Don't explicitly delete the window since
2514         that can fail (e.g. sole window in frame).  Use dedication instead.
2516 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2518         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2520 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2522         * subr.el (read-quoted-char): Resolve modifiers after key
2523         remapping (bug#6212).
2525 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2527         * tmm.el (tmm-prompt): Don't try to precompute bindings.
2528         (tmm-get-keymap): Compute shortcuts (bug#6171).
2530 2010-05-10  Glenn Morris  <rgm@gnu.org>
2532         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2533         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
2535 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2537         * Version 23.2 released.
2539 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2541         * international/mule.el (auto-coding-alist): Only purecopy
2542         car of each item, not the whole list (Bug#6083).
2544 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
2546         * progmodes/js.el (js-mode): Make paragraph variables local before
2547         calling c-setup-paragraph-variables (Bug#6071).
2549 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
2551         * composite.el (compose-region, reference-point-alist): Fix typos
2552         in the doc strings.
2554 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2556         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2557         gnuplot's "set" command.
2559 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
2561         * abbrev.el (last-abbrev-text): Doc fix.
2562         (abbrev-prefix-mark): Don't escape parenthesis.
2564 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
2566         * composite.el (find-composition): Doc fix.
2568 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
2570         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2571         (sql-oracle-program, sql-sqlite-options)
2572         (sql-query-placeholders-and-send): Doc fixes.
2573         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2574         (sql-imenu-generic-expression, sql-buffer)
2575         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2576         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2577         (sql-mode-sybase-font-lock-keywords)
2578         (sql-mode-informix-font-lock-keywords)
2579         (sql-mode-interbase-font-lock-keywords)
2580         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2581         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2582         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2583         (sql-product-feature, sql-highlight-product)
2584         (comint-line-beginning-position, sql-rename-buffer)
2585         (sql-toggle-pop-to-buffer-after-send-region)
2586         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2587         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2588         Fix typos in docstrings.
2590 2010-04-23  Juri Linkov  <juri@jurta.org>
2592         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2593         property instead of `invisible' and `after-string' (bug#5998).
2595 2010-04-23  Juri Linkov  <juri@jurta.org>
2597         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2599 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
2601         * filecache.el (file-cache-add-directory-list)
2602         (file-cache-add-directory-recursively): Fix typos in docstrings.
2604 2010-04-22  Kenichi Handa  <handa@m17n.org>
2606         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2607         (gujarati-composable-pattern): Fix typo.
2609 2010-04-20  Kenichi Handa  <handa@m17n.org>
2611         * language/indian.el (oriya-composable-pattern)
2612         (tamil-composable-pattern, malayalam-composable-pattern):
2613         Add two-part vowels to "v" (vowel sign).
2615 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
2617         * files.el (copy-directory): Handle symlinks (Bug#5982).
2619         * progmodes/compile.el (compilation-next-error-function):
2620         Revert 2009-10-12 change (Bug#5983).
2622 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2624         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2625         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2626         (Bug#5846).
2628 2010-04-20  Glenn Morris  <rgm@gnu.org>
2630         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2632         * minibuffer.el (completion-at-point): Doc fix.
2634 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
2636         Fix the version number for added files.
2637         * vc-hg.el (vc-hg-working-revision): Check if the file is
2638         registered after hg parent fails (Bug#5961).
2640 2010-04-17  Glenn Morris  <rgm@gnu.org>
2642         * htmlfontify.el (htmlfontify-buffer)
2643         (htmlfontify-copy-and-link-dir): Autoload entry points.
2645 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
2647         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2648         name relative to the project root (Bug#5960).
2650 2010-04-16  Glenn Morris  <rgm@gnu.org>
2652         * vc-git.el (vc-git-print-log): Doc fix.
2654 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
2656         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2658 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
2660         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2661         default settings (Bug#5928).
2663 2010-04-10  Glenn Morris  <rgm@gnu.org>
2665         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2666         New function.
2667         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2669 2010-04-07  Kenichi Handa  <handa@m17n.org>
2671         * language/indian.el (malayalam-composable-pattern): Fix previous
2672         change (add U+0D4D "SIGN VIRAMA").
2673         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2674         (tamil-composable-pattern): Fix typo in the regexp.
2675         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2676         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2677         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2679 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
2681         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2682         paragraph-separate (Bug#5821).
2684 2010-04-05  Juri Linkov  <juri@jurta.org>
2686         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2688         * info.el (Info-find-node-2): Comment out code that skips
2689         breadcrumbs line.
2690         (Info-mouse-follow-link): New command.
2691         (Info-link-keymap): New keymap.
2692         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2693         Return a string with links instead of inserting breadcrumbs
2694         to the Info buffer.
2695         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2696         Instead of putting the `invisible' text property over the Info
2697         header, make an overlay over the Info header with the `invisible'
2698         property and `after-string' set to the string returned by
2699         `Info-breadcrumbs'.
2701 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
2703         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2704         Reported by monkey@sandpframing.com.
2706 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
2708         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2709         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2711 2010-03-30  Kenichi Handa  <handa@m17n.org>
2713         * language/sinhala.el (composition-function-table): Fix regexp for
2714         the new Unicode specification.
2716         * language/indian.el (devanagari-composable-pattern)
2717         (tamil-composable-pattern, kannada-composable-pattern)
2718         (malayalam-composable-pattern): Adjust for the new Unicode
2719         specification.
2720         (bengali-composable-pattern, gurmukhi-composable-pattern)
2721         (gujarati-composable-pattern, oriya-composable-pattern)
2722         (telugu-composable-pattern): New variables to cope with the new
2723         Unicode specification.  Use them in composition-function-table.
2725 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2727         Make tmm-menubar work for the Buffers menu again (bug#5726).
2728         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2729         vectors rather than cons cells, as used in menu-bar-update-buffers.
2731 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2733         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2734         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2735         electric punctuation for "{}();,:" (Bug#5586).
2737         * mail/sendmail.el (mail-default-directory): Doc fix.
2739 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
2741         * mail/sendmail.el (mail-default-directory): Doc fix.
2743 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
2745         * subr.el (version-regexp-alist, version-to-list)
2746         (version-list-<, version-list-=, version-list-<=)
2747         (version-list-not-zero, version<, version<=, version=): Doc fix.
2748         (Bug#5744).
2750 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2751             Nick Roberts  <nickrob@snap.net.nz>
2753         * progmodes/gdb-ui.el (gdb-apple-test): New function.
2754         (gdb-init-1): Use it.
2756 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2758         * vc.el (vc-root-diff): Doc fix.
2760 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
2762         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2764         * simple.el (append-to-buffer): Fix last change.
2766 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2768         * simple.el (append-to-buffer): Ensure that point is preserved if
2769         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2770         (Bug#5749)
2772 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2775         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2776         not be present any more.
2778 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2780         * faces.el (set-face-attribute): Fix typo in docstring.
2781         (face-valid-attribute-values): Reflow docstring.
2783 2010-03-23  Glenn Morris  <rgm@gnu.org>
2785         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2787 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2789         * indent.el (indent-for-tab-command): Doc fix.
2791 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
2793         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2794         (image-dired-read-comment): Doc fix.
2796         * json.el (json-object-type, json-array-type, json-key-type)
2797         (json-false, json-null, json-read-number):
2798         * minibuffer.el (completion-in-region-functions):
2799         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2800         (cal-tex-cursor-week):
2801         * emacs-lisp/trace.el (trace-function):
2802         * eshell/em-basic.el (eshell/printnl):
2803         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2804         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2805         * obsolete/levents.el (allocate-event, event-key, event-object)
2806         (event-point, event-process, event-timestamp, event-to-character)
2807         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2808         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2809         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2810         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2811         (reftex-highlight-selection): Fix typos in docstrings.
2813 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2815         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2817 2010-03-18  Glenn Morris  <rgm@gnu.org>
2819         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2820         2008-02-13 without comment; mark it obsolete.
2821         (rmail-highlight-headers): Use rmail-highlight-face once more.
2823 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
2825         * woman.el (woman2-process-escapes): Only consume the newline if
2826         the filler character is on a line by itself (Bug#5729).
2828 2010-03-16  Kenichi Handa  <handa@m17n.org>
2830         * language/indian.el (devanagari-composable-pattern): Add more
2831         consonants.
2833 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
2835         * net/trampver.el: Update release number.
2837 2010-03-13  Glenn Morris  <rgm@gnu.org>
2839         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2841 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2843         * net/tramp.el (tramp-find-executable):
2844         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2845         output of "wc -l" more robust.
2846         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2847         (tramp-open-connection-setup-interactive-shell): Remove workaround
2848         for OpenSolaris bug, it is not needed anymore.
2850 2010-03-12  Glenn Morris  <rgm@gnu.org>
2852         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2854 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
2856         * files.el (auto-mode-alist): Accept more verilog file patterns.
2858 2010-03-09  Miles Bader  <miles@gnu.org>
2860         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2861         instead of "format:"; this ensures that the output is
2862         newline-terminated.
2864 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2866         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2867         that all errors are caught, and that the return value is always a
2868         list (Bug#5692).
2870 2010-03-08  Kenichi Handa  <handa@m17n.org>
2872         * language/misc-lang.el (windows-1256): New coding system.
2873         (cp1256): New alias of windows-1256 (bug#5690).
2875 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2877         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2878         call to rfc822-bad-address.  (Bug#5692)
2880 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2882         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2883         Use vc-git-root as default directory for revision path (Bug#5657).
2885 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2887         * calculator.el (calculator): Don't bind split-window-keep-point
2888         (Bug#5674).
2890 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2892         * vc-git.el: Re-flow to fit into 80 columns.
2893         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2894         Remove spurious `quote' element in each case alternative.
2895         (vc-git-show-log-entry): Use prog1.
2896         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2898 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2900         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2902 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2904         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2905         definition, not the name (Bug#5481).
2907 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2909         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2910         argument with a local variable.  (Bug#5670)
2912 2010-03-02  Juri Linkov  <juri@jurta.org>
2914         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2916 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2918         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2919         error when FILENAME and NEWNAME are existing remote directories.
2921         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2922         parameter DIR-FLAG.
2924 2010-03-02  Glenn Morris  <rgm@gnu.org>
2926         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2927         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2929 2010-03-01  Kenichi Handa  <handa@m17n.org>
2931         * language/burmese.el (burmese-composable-pattern): Rename from
2932         myanmar-composable-pattern.
2934         * international/characters.el (script-list):
2935         * international/fontset.el (script-representative-chars):
2936         Change myanmar to burmese.
2937         (otf-script-alist): Likewise.
2938         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2940 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2942         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2944 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2946         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2948 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2950         * net/tramp.el (tramp-handle-write-region): START can be a string.
2951         Take care in the checks.  Reported by Dan Davison
2952         <davison@stats.ox.ac.uk>.
2954 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2956         * net/dbus.el (dbus-introspect, dbus-get-property)
2957         (dbus-set-property, dbus-get-all-properties):
2958         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2960 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2962         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2963         * emacs-lisp/elint.el (elint-add-required-env):
2964         * calendar/icalendar.el (icalendar--add-diary-entry):
2965         * calc/calcalg2.el (math-tracing-integral):
2966         * files.el (recover-session-finish): Use with-current-buffer
2967         instead of save-excursion.
2969 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2971         Fix in-buffer completion when after-change-functions modify the buffer.
2972         * minibuffer.el (completion--replace): New function.
2973         (completion--do-completion): Use it and use relative movement.
2975 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2977         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2979 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2981         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2982         Allow the characters _<> in the stack entry (Bug#5653).
2984 2010-02-26  Kenichi Handa  <handa@m17n.org>
2986         * language/burmese.el: Fix entries in composition-function-table.
2987         (myanmar-composable-pattern): New variable.
2989         * international/fontset.el (setup-default-fontset): Add an entry
2990         for myanmar.
2992         * international/characters.el (script-list): Add Myanmar
2993         Extended-A.
2995 2010-02-26  Glenn Morris  <rgm@gnu.org>
2997         * custom.el (custom-initialize-delay): Doc fix.
2999         * mail/sendmail.el (send-mail-function): Autoload the call
3000         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3002 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
3004         * files.el (hack-local-variables-filter): For eval forms, also
3005         check safe-local-variable-p (Bug#5636).
3007 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
3009         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3010         and use c(ad)r of cddr (Bug#5640).
3012 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
3014         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3015         setting the modes by `ignore-errors'.  It might fail, for example
3016         if the file is not owned by the user but the group.
3017         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3019 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
3021         * files.el (directory-listing-before-filename-regexp):
3022         Use stricter matching for iso-style dates, to avoid false matches with
3023         date-like filenames (Bug#5597).
3025         * htmlfontify.el (htmlfontify): Doc fix.
3027         * eshell/eshell.el (eshell): Doc fix.
3029         * startup.el (fancy-about-screen): In mode-line, apply
3030         mode-line-buffer-id face only to the buffer name (Bug#5613).
3032 2010-02-20  Kevin Ryde  <user42@zip.com.au>
3034         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3035         In `watcom' anchor regexp to start of line, to avoid slowness
3036         (Bug#5599).
3038 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
3040         * subr.el (remove-yank-excluded-properties): Explain in a comment
3041         why `category' property is removed.
3043 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
3045         * isearch.el (isearch-update-post-hook, isearch-update):
3046         Revert 2010-02-17 change.
3048 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
3050         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3051         (icalendar--convert-weekly-to-ical)
3052         (icalendar--convert-yearly-to-ical)
3053         (icalendar--convert-block-to-ical)
3054         (icalendar--convert-cyclic-to-ical)
3055         (icalendar--convert-anniversary-to-ical): Take care of time
3056         specifications where hour has 1-digit only (Bug#5549).
3058 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
3060         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3061         of disassemble output in GDB 7.1.
3063 2010-02-19  Glenn Morris  <rgm@gnu.org>
3065         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3066         property.  (Bug#5593)
3068 2010-02-18  Sam Steingold  <sds@gnu.org>
3070         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3072 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3074         Use abbreviated file names in bookmarks (bug#5591).
3075         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3076         calls to expand-file-name.
3077         (bookmark-relocate): Use abbreviated file names in bookmarks.
3078         (bookmark-load): Use abbreviated file names in messages.
3080 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3082         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3083         expand "." and "..".  Reported by Thierry Volpiatto
3084         <thierry.volpiatto@gmail.com>.
3086 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3088         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3089         permissions of the temporary file to "0600".  In case the remote
3090         file has no read permissions for the owner, there might be
3091         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
3093 22010-02-18  Glenn Morris  <rgm@gnu.org>
3095         * emacs-lisp/authors.el (authors-renamed-files-alist):
3096         Add entries for INSTALL.CVS.
3098 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
3100         * vc-bzr.el: Fix typo in Known Bugs section.
3102         * isearch.el (isearch-update-post-hook): New hook.
3103         (isearch-update): Use the new hook.
3105 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
3107         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3108         Fix errors in copying directories.
3109         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3110         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3111         (tramp-handle-delete-file)
3112         (tramp-handle-dired-recursive-delete-directory)
3113         (tramp-handle-write-region): Flush also the cache for the upper
3114         directory.
3116 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
3118         * simple.el (save-interprogram-paste-before-kill): Doc fix.
3120         * cus-edit.el (hardware): Doc fix.
3122         * man.el (man): Add to external custom group.
3124         * delim-col.el (columns): Move to wp custom group.
3126         * doc-view.el (doc-view): Add to data custom group.
3128         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3130         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3131         by ispell-parse-output (Bug#5575).
3133 2010-02-16  Kenichi Handa  <handa@m17n.org>
3135         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3136         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3137         (skkdic-convert): Use `euc-japan' coding system for writing.
3139 2010-02-16  Glenn Morris  <rgm@gnu.org>
3141         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3142         tex-main-file before using it.  (Bug#5562)
3144 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3146         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3147         warnings, since it is annoying for the user to see them each time he
3148         runs the code.
3150 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
3152         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3153         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3154         instead of PROC for caching "first-password-request".  Otherwise,
3155         new processes would not profit from passwords already entered.
3157         * net/tramp-cache.el (tramp-dump-connection-properties):
3158         Don't save "first-password-request" property.
3160 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
3162         * outline.el (outline-head-from-level):
3163         * simple.el (with-wrapper-hook):
3164         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3165         (elint-defun, elint-buffer-env, elint-top-form-logged)
3166         (elint-unbound-variable):
3167         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3168         Fix typos in docstrings.
3170 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
3172         * files.el (insert-directory): When WILDCARD-REGEXP and
3173         FULL-DIRECTORY-P are nil, insert the file entry instead of the
3174         whole directory.  (Bug#5551)
3176         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
3177         dired's alignment sanity.  (Bug#5516)
3179 2010-02-14  Juri Linkov  <juri@jurta.org>
3181         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3182         Remove remaining ^H with their preceding chars.  (Bug#5566)
3184 2010-02-13  Glenn Morris  <rgm@gnu.org>
3186         * simple.el (transpose-subr): Give it a doc-string.
3188         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3189         Doc fixes.
3191 2010-02-12  Juri Linkov  <juri@jurta.org>
3193         * arc-mode.el (archive-unique-fname): Make directories for nested
3194         archives.  (Bug#5540)
3196 2010-02-12  Juri Linkov  <juri@jurta.org>
3198         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
3200 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3202         * subr.el (copy-overlay): Handle deleted overlays.
3204         * man.el (Man-completion-table): Don't signal an error if we can't run
3205         manual-program (bug#4056).
3207 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
3209         * textmodes/artist.el (artist-mt): Fix typos in docstring.
3211 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3213         * info.el (Info-bookmark-jump): Simplify.
3215         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3216         (bookmark-default-handler): Accept new bookmark field `buffer'.
3218 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
3220         * iswitchb.el (iswitchb-completions): Revert last change.
3222 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
3224         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3225         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3226         This prevents file names like "~/" being listed literally.
3228 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3230         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3231         Remove dead code.  (Bug#5546)
3233 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
3235         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3236         correctly (Bug#5548).
3238 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
3240         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3241         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3243 2010-02-08  Kenichi Handa  <handa@m17n.org>
3245         * international/mule-util.el (with-coding-priority): Add autoload
3246         cookie for putting `lisp-indent-function'.
3248 2010-02-07  Glenn Morris  <rgm@gnu.org>
3250         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3251         Move F2003 named interfaces from keywords-2 to keywords-1, and
3252         use function-name-face rather than constant-face.
3253         Simplify "abstract interface" regexp.
3255 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
3257         * eshell/esh-util.el (eshell-file-attributes): New optional arg
3258         ID-FORMAT.  Pass it to `file-attributes'.
3260         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3262 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
3264         * faces.el (set-face-attribute): Allow calling
3265         internal-set-lisp-face-attribute with 'unspecified family and
3266         foundry argument (Bug#5536).
3268 2010-02-07  Glenn Morris  <rgm@gnu.org>
3270         * progmodes/f90.el (f90-font-lock-keywords-2)
3271         (f90-looking-at-type-like, f90-looking-at-program-block-end):
3272         Handle F2003 named interfaces.
3274 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
3276         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3277         beg and end before calling c-get-state-before-change-functions.
3279 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
3281         * vc-bzr.el (vc-bzr-dir-extra-headers):
3282         Disable the pending merges header.
3284 2010-02-05  Juri Linkov  <juri@jurta.org>
3286         * doc-view.el (doc-view-mode):
3287         * image-mode.el (image-mode): Put property mode-class=special.
3288         (Bug#4896)
3290 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3292         * vc-svn.el (vc-svn-revision-table): New function.
3294 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3296         * net/ange-ftp.el (ange-ftp-insert-directory):
3297         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3298         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3299         Handle also directories.  (Bug#5478)
3301 2010-02-05  Glenn Morris  <rgm@gnu.org>
3303         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3305 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3307         * startup.el (command-line-1): Convert options beginning with a
3308         single dash as well (Bug#5519).
3310 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3312         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3313         * minibuffer.el (completion-initials-expand): Only check the presence
3314         of delims *within* the boundaries, since otherwise the / delim is
3315         always found for files.
3317         Fix up various corner case problems.
3318         * doc-view.el (doc-view-last-page-number): New function.
3319         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3320         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3321         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3322         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3323         (doc-view-convert-current-doc): Don't create the resolution.el file
3324         here any more.
3325         (doc-view-pdf/ps->png): Do it here instead.
3326         (doc-view-already-converted-p): Check that resolution.el is present.
3327         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3328         windows that are not yet showing images.
3330 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3332         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3333         `dired-uncache' for every elemnt which is an absolute file name.
3335         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3336         directory, handle its directory component.
3337         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3338         function is called permanently and creates noise, otherwise.
3340         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3341         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3342         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3344 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3346         * macros.el (apply-macro-to-region-lines):
3347         Minor simplification.  (Bug#5485)
3349 2010-02-04  Glenn Morris  <rgm@gnu.org>
3351         * mail/rmail.el (rmail-show-message-1): Handle malformed
3352         quoted-printable text.  (Bug#5441)
3354         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3356         * simple.el (visual-line-mode): Capitalize lighter.
3358 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3360         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3361         list of files considered for "virtual buffer" completions.
3363 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3365         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3366         also in case of (and (not full) (not wildcard)).  This is needed,
3367         when dired is called with a list of files, which are not in
3368         `default-directory'.  (Bug#5478)
3370 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3372         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3374 2010-02-02  Juri Linkov  <juri@jurta.org>
3376         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3377         from unidiff to allow function-line after @@.
3379 2010-02-02  Juri Linkov  <juri@jurta.org>
3381         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3382         '(RCS SCCS) with inverted condition.
3384 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3386         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3387         messages.
3389 2010-02-01  Juri Linkov  <juri@jurta.org>
3391         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3392         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3393         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3394         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3396 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3398         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3399         (doc-view-revert-buffer): New command.
3400         (doc-view-mode-map): Use it.
3402 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3404         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3405         pending merge is detected.
3407 2010-01-31  Juri Linkov  <juri@jurta.org>
3409         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3410         beginning of interactive spec like all other grep commands do.
3411         Put "all" in front of "gz".  (Bug#5260)
3413 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3415         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3417 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3419         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3420         regexp is incorrect (Bug#5476).
3422 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3424         * net/tramp.el (tramp-handle-insert-directory): Handle also
3425         symlinks, when FILENAME is not in `default-directory'.
3427 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3429         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3430         FILE is not in `default-directory'.  (Bug#5478)
3432         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3433         of SWITCHES.  Handle the case, FILENAME is not in
3434         `default-directory'.  (Bug#5478)
3435         (tramp-register-file-name-handlers): Add safe-magic property.
3437 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3439         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3440         unzip (Bug#5475).
3442 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3444         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3445         (flymake-master-make-header-init): Add other C++ filename masks.
3446         (flymake-find-possible-master-files)
3447         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3449 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3451         Fix some busybox annoyances.
3453         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3454         not responding." string.
3455         (tramp-open-connection-setup-interactive-shell): Dump stty
3456         settings.  Enable "neveropen" arg for all `tramp-send-command'
3457         calls.  Handle "=" in variable values properly.
3458         (tramp-find-inline-encoding): Raise an error, when no encoding is
3459         found.
3460         (tramp-wait-for-output): Check, whether PROC buffer is available.
3461         Remove spurious " ^H" sequences, sent by busybox.
3462         (tramp-get-ls-command): Suppress coloring, if possible.
3464 2010-01-28  Glenn Morris  <rgm@gnu.org>
3466         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3468         * log-edit.el (log-edit-strip-single-file-name): Add missing
3469         :safe, :group, and :version tags.
3471 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3473         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3474         buffers.  (Bug#5477)
3476 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3478         * files.el (delete-directory): Handle moving to trash without
3479         first doing recursion (Bug#5436).
3481 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3483         * vc-hooks.el (vc-path): Mark as obsolete.
3485 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3487         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3488         names too.
3490         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3491         for the short log.
3492         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3494 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3496         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3498         * vc-bzr.el (vc-bzr-revision-table): New function.
3500 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3502         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3503         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3505 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3507         Remove support for adding --signoff on commit.
3508         Future support will use an incompatible generic mechanism.
3509         * vc-git.el (vc-git-add-signoff): Remove variable.
3510         (vc-git-toggle-signoff): Remove function.
3511         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3513         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3514         Rename from xterm-set-background-mode.  Return t if the background mode
3515         was set.
3516         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3517         earlier, call it again in case the background mode has changed.
3519 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3521         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3522         (Bug#3541).
3524 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3526         * emacs-lisp/assoc.el (aelement): Doc fix.
3527         (aput, adelete, amake): Use lexical-let (Bug#5450).
3529 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3531         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3532         is the same as subprogram call, not declaration.  (Bug#5435).
3534 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3536         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3537         (tramp-smb-maybe-open-connection): Use it.
3539 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3541         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3543 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3545         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3546         just because we see "encoding: 8bit".
3547         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3549 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3551         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3553 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3555         * jka-compr.el (jka-compr-load): If load-file is not in
3556         load-history, try its file-truename version.  (bug#5447)
3558 2010-01-21  Alan Mackenzie  <acm@muc.de>
3560         Fix a situation where deletion of a cpp construct throws an error.
3561         * progmodes/cc-engine.el (c-invalidate-state-cache):
3562         Before invoking c-with-all-but-one-cpps-commented-out, check that the
3563         special cpp construct is still in the buffer.
3564         (c-parse-state): Record the special cpp with markers, not numbers.
3566 2010-01-21  Kenichi Handa  <handa@m17n.org>
3568         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3569         process last-command-event, as it is now decoded first (Bug#5380).
3571 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3573         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3575 2010-01-20  Glenn Morris  <rgm@gnu.org>
3577         * indent.el (tab-always-indent): Fix custom-type.
3579 2010-01-19  Alan Mackenzie  <acm@muc.de>
3581         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3582         buffer throws "args out of range".
3583         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3584         playing the role of delimiter.
3586 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3588         * progmodes/ada-mode.el: Fix bug#5400.
3589         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3590         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3591         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3592         Improve comments in "is" portion.  Handle null procedure declaration.
3593         (ada-move-to-end): Improve doc string.
3595 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3597         * ido.el (ido-cur-list): Initialize to nil.
3598         Remove obsolete information from commentary.
3599         (ido-choice-list): Initialize to nil.
3600         (ido-get-bufname): Reject minibuffers.
3601         (ido-make-buffer-list): If "default" is a nonexistent
3602         buffer, ignore it, as per the function's comment.
3603         (ido-kill-buffer-internal): New function.
3604         (ido-kill-buffer-at-head): Use it.
3605         (ido-visit-buffer): Likewise.
3607 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3609         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3611 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3613         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3614         Fix typos in chart titles.
3616         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3617         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3618         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3619         (describe-class, eieio-describe-generic, describe-generic):
3620         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3621         (eieio-speedbar-expand):
3622         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3623         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3624         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3625         (viper-del-backward-char-in-replace, viper-backward-indent)
3626         (viper-brac-function, viper-register-to-point, viper-submit-report):
3627         * net/tramp.el (tramp-remote-coding-commands):
3628         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3629         Fix typos in docstrings.
3631 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3633         * mail/sendmail.el (mail-yank-original): Set the mark if the
3634         specified function for yanking does not do it.
3636 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3638         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3640         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3641         resyncing a directory.
3643 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3645         * progmodes/ada-mode.el: Fix bug#1920.
3646         (ada-ident-re): Delete ., allow multibyte characters.
3647         (ada-goto-label-re): New; matches goto labels.
3648         (ada-block-label-re): New; matches block labels.
3649         (ada-label-re): New; matches both.
3650         (ada-named-block-re): Delete; callers changed to use
3651         `ada-block-label-re' instead.
3652         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3653         Use `ada-block-label-re'.
3654         (ada-indent-on-previous-lines): Improve handling of goto labels.
3655         (ada-get-indent-block-start): Special-case block label.
3656         (ada-get-indent-label): Split into `ada-indent-block-label' and
3657         `ada-indent-goto-label'.
3658         (ada-goto-stmt-start, ada-goto-next-non-ws):
3659         Optionally ignore goto labels.
3660         (ada-goto-next-word): Simplify.
3661         (ada-indent-newline-indent-conditional): Insert newline before
3662         trying to fix indentation; doc fix.
3664 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3666         * calc/calc.el (calc-command-flags): Give it an initial value.
3668 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3670         * files.el (minibuffer-with-setup-hook):
3671         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3672         (artist-key-draw-continously, artist-key-do-continously-continously)
3673         (artist-key-set-point-continously, artist-mouse-draw-continously):
3674         Fix typos in docstrings.
3676 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3678         * nxml/nxml-mode.el (nxml-extend-after-change-region):
3679         Never return t (Bug#3898).
3681 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3683         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3684         can parse the output of the external commands (Bug#5279).
3686 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3688         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3690 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3692         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3694         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3696         * startup.el (command-line): Remove unused --icon-type arg.
3697         Handle --display arg, passing it to command-line-1 (Bug#5392).
3699 2010-01-16  Mario Lang  <mlang@delysid.org>
3701         * emacs-lisp/chart.el (chart-translate-namezone):
3702         * textmodes/artist.el (artist-compute-popup-menu-table):
3703         Remove duplicated words in doc-strings.
3705 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3707         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3708         to mairix-search to suppress threading (Bug#5342).
3710 2010-01-15  Kenichi Handa  <handa@m17n.org>
3712         * international/mule-cmds.el (canonicalize-coding-system-name):
3713         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3715 2010-01-15  Glenn Morris  <rgm@gnu.org>
3717         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3719         * wid-edit.el (widget-keymap): Doc fix.
3721         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3722         former seems to be more widely accepted by various svn versions.
3724 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3726         * find-cmd.el (find-constituents):
3727         * vc-arch.el (vc-arch-root):
3728         * window.el (window-body-height, pop-up-frames):
3729         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3730         * progmodes/ada-stmt.el (ada-if):
3731         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3732         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3733         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3734         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3736         * progmodes/flymake.el (flymake-post-syntax-check):
3737         Fix typo in error message.
3739 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3741         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3742         which is always a string.  (Bug#5313)
3744 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3746         * progmodes/ada-xref.el (ada-default-prj-properties):
3747         Simplify previous change.
3749 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3751         * progmodes/ada-xref.el (ada-default-prj-properties):
3752         Default ada_project_path to $ADA_PROJECT_PATH.
3754 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3756         * progmodes/ada-mode.el (ada-create-keymap):
3757         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3759 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3761         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3762         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3763         (ada-get-current-indent, ada-imenu-generic-expression)
3764         (ada-which-function): Check for it.
3766 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3768         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3769         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3771 2010-01-14  Glenn Morris  <rgm@gnu.org>
3773         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3775 2010-01-14  Kenichi Handa  <handa@m17n.org>
3777         * composite.el (auto-composition-mode): Make it a buffer local
3778         variable (permanent-local).
3779         (auto-composition-function): Set the default value to
3780         auto-compose-chars.
3781         (auto-composition-mode): Make it a simple function, not a minor mode.
3782         (global-auto-composition-mode): Likewise.
3783         (turn-on-auto-composition-if-enabled): Delete it.
3785 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3787         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3789 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3791         * files.el (copy-directory): Compute target for recursive
3792         directories with identical names.  (Bug#5343)
3794 2010-01-12  Glenn Morris  <rgm@gnu.org>
3796         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3797         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3799 2010-01-11  Sam Steingold  <sds@gnu.org>
3801         * imenu.el (imenu-default-create-index-function): Detect infinite
3802         loops caused by imenu-prev-index-position-function.
3804 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3806         * htmlfontify.el (htmlfontify-load-rgb-file)
3807         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3808         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3809         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3810         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3811         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3812         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3813         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3814         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3815         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3816         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3817         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3818         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3819         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3820         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3821         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3822         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3823         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3824         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3825         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3826         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3827         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3828         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3829         backslash-quoting from parentheses, etc.
3831 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3833         * progmodes/js.el: Autoload javascript-mode alias.
3835 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3837         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3838         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3839         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3840         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3841         Fix typos in docstrings.
3842         (ffap-url-regexp): Doc fix.
3843         (ffap-at-mouse): Fix typo in message.
3845 2010-01-11  Glenn Morris  <rgm@gnu.org>
3847         * version.el (emacs-copyright): Set copyright year to 2010.
3849 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3851         * format.el (format-annotate-function): Only set
3852         write-region-post-annotation-function after running to-fn so as not to
3853         affect nested write-region calls (bug#5273).
3855 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3857         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3858         wisent/python.el.
3860 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3862         * man.el (Man-goto-section): Signal error if the section is not
3863         found (Bug#5317).
3865 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3867         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3868         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3870 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3872         * progmodes/compile.el: Don't treat compile-command as safe if
3873         compilation-read-command might be nil (Bug#4218).
3875 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3877         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3878         NS options.
3880 2010-01-08  Kenichi Handa  <handa@m17n.org>
3882         * international/fontset.el (build-default-fontset-data):
3883         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3885 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3887         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3888         to `create-file-buffer' as it expects, not just a buffer name.
3889         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3890         to help uniquify.  (Bug#3224)
3892 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3894         * font-setting.el (font-setting-change-default-font): Use user-spec
3895         instead of name.
3897 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3899         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3901 2010-01-05  Tom Tromey  <tromey@redhat.com>
3903         * progmodes/python.el (python-font-lock-keywords):
3904         Handle qualified decorators (Bug#881).
3906 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3908         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3909         in a lightweight checkout.
3911 2010-01-05  Kenichi Handa  <handa@m17n.org>
3913         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3915 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3917         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3919 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3921         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3922         checkouts.  (Bug#618)
3923         (vc-bzr-log-view-mode): Also highlight the author.
3924         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3925         (vc-bzr-shelve-menu-map):
3926         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3927         (vc-bzr-shelve-apply): Make prompt more explicit.
3929 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3931         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3932         They are valid characters in URL paths (rfc3986), and at least
3933         Firefox does not understand the encoded version (Bug#3166).
3935 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3937         * progmodes/octave-mod.el (octave-end-keywords)
3938         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3939         Add "end" keyword (Bug#3061).
3940         (octave-end-as-array-index-p): New function.
3941         (calculate-octave-indent): Use it.
3943 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3945         * bookmark.el: Consistently put the text property on the bookmark name.
3946         (bookmark-bmenu-marks-width): Bump back to 2, to include
3947         annotation marks.
3948         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3949         property on the bookmark name, instead of not putting it at all.
3950         (bookmark-bmenu-list): Fix where we put the text property.
3952 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3954         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3955         for showing buffer modified state (as added in the previous change).
3957 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3959         * bookmark.el: Show modified state of bookmark buffer more accurately.
3960         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3961         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3962         (with-buffer-modified-unmodified): New macro.
3963         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3964         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3965         Use new macro to preserve the buffer modified state.
3967 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3969         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3970         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3971         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3972         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3973         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3974         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3975         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3977 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3979         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3980         Make the lines in the generated doc string shorter.  (Bug#4668)
3982 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3984         * net/rcirc.el: Add follow-link binding (Bug#4738).
3986 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3988         * Makefile.in (bzr-update): Rename from cvs-update.
3989         (cvs-update): New target for backward compatibility.
3991         * makefile.w32-in (bzr-update): Rename from cvs-update.
3992         (cvs-update): New target for backward compatibility.
3994 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3996         * bookmark.el: Remove gratuitous gratitude.
3998 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4000         * bookmark.el (bookmark-bmenu-any-marks): New function
4001         (bookmark-bmenu-save): Clear buffer modification if no marks.
4003 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4005         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4006         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4007         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4008         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4010         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4011         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4012         To: emacs-devel {_AT_} gnu.org
4013         Subject: bookmark.el bug report
4014         Date: Mon, 28 Dec 2009 14:19:16 +0800
4015         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4017 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4019         * bookmark.el: Improvements suggested by Drew Adams:
4020         (bookmark-bmenu-ensure-position): New name for
4021         `bookmark-bmenu-check-position'.  Just ensure the position,
4022         don't return any meaningful value.
4023         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4024         New constants.
4026 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
4028         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4029         (bookmark-yank-point, bookmark-bmenu-check-position):
4030         Fix typos in docstrings.
4031         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4032         (bookmark-name-from-full-record, bookmark-get-position)
4033         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4034         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4035         Remove useless quoting of parenthesis, etc. in docstrings.
4037         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4038         (ediff-append-custom-diff): Fix typo in error message.
4039         (ediff-meta-mark-equal-files): Fix typos in messages.
4041         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4043         * net/imap-hash.el (imap-hash-make): Doc fix.
4044         (imap-hash-test): Fix typo in error message; reflow docstring.
4045         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4046         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4047         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4048         Fix typos in docstrings.
4049         (imap-hash-open-connection): Fix typo in error message.
4051         * play/gomoku.el (gomoku): Fix typos in docstring.
4053         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4054         (gdb-jsonify-buffer): Fix typos in docstring.
4055         (gdb-goto-breakpoint): Fix typo in error message.
4056         ("Display Other Windows"): Fix typo in help message.
4057         (gdb-speedbar-expand-node): Fix typo in question.
4059         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4060         (idlwave-html-system-help-location, idlwave-html-help-location)
4061         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4062         (idlwave-help-browser-generic-args, idlwave-help-directory)
4063         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4064         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4065         (idlwave-online-help, idlwave-help-html-link)
4066         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4067         Fix typos in docstrings.
4068         (idlwave-help-with-source, idlwave-help-find-routine-definition):
4069         Reflow docstrings.
4070         (idlwave-help-assistant-start): Fix typo in error message.
4072         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4073         (octave-electric-space): Fix typos in docstrings.
4075 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4077         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4079 2010-01-01  Juri Linkov  <juri@jurta.org>
4081         * comint.el (comint-input-ring-size): Make it a defcustom and
4082         increase the default to 500 (Bug#5148).
4084 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
4086         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4087         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4088         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4090 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
4092         Show working revision correctly for mercurial.
4093         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4094         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4096 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
4098         Declare some functions for the byte-compiler.
4099         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4100         (speedbar-timer-fn, speedbar-change-expand-button-char)
4101         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4103 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
4105         This changeset reverts GDB Graphical Interface to use annotations.
4106         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4108 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4110         Make vc-dir work on subdirectories of the bzr root.
4111         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
4112         Return file names relative to it.
4113         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4114         relative directory to vc-bzr-after-dir-status.
4116 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
4118         * font-lock.el (font-lock-refresh-defaults): New function, which
4119         can be used to let font-lock react to external changes in
4120         variables like font-lock-defaults and keywords.
4121         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4123 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
4125         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4127         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4129 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
4131         Supersede color.diff settings in git log (bug#5211).
4133         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4134         escape chars in its output when the user has color.diff set to `always'.
4135         This fix works on git 1.4.2 and newer (released on 2006-08-13).
4137 2009-12-26  Kevin Ryde  <user42@zip.com.au>
4139         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4140         node.  Keep previous "Index" name to work with past coreutils too.
4142         * man.el (man): Revise docstring a bit to show -a and -l as
4143         examples.  Add -k description since support for it has otherwise
4144         been a secret.  (Further to bug#3717.)
4145         (Man-bgproc-sentinel): When "-k foo" produces no output show error
4146         "no matches" rather than "Can't find manpage", as the latter reads
4147         like -k was interpreted as a page name, which is not so.  (Bug#5431)
4149 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
4151         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4152         switches.  Check also for //SUBDIRED// line.
4154 2009-12-25  Kenichi Handa  <handa@m17n.org>
4156         * language/indian.el (devanagari-composable-pattern): Fix to
4157         handle ZWNJ and ZWJ.  Use it in composition-function-table for
4158         Devanagari.
4159         (malayalam-composable-pattern): Fix previous change.
4161 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4163         * ps-print.el (ps-face-attributes): It was not returning the
4164         attribute face for faces specified as string.  Reported by harven
4165         <harven@free.fr>.  (Bug#5254)
4166         (ps-print-version): New version 7.3.5.
4168 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
4170         * calendar/icalendar.el (icalendar--convert-tz-offset):
4171         Fix timezone names.
4172         (icalendar--convert-tz-offset): Fix the "last-day-problem".
4173         (icalendar--add-diary-entry): Remove the trailing blank that
4174         diary-make-entry inserts.
4176 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
4178         Make `file-expand-wildcards' work for remote files.
4180         * files.el (file-expand-wildcards): In case of remote files, check
4181         only local file name part for wildcards.  Provide feature 'files
4182         and subfeature 'remote-wildcards.  (Bug#5198)
4184         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4185         if there is already an established connection.
4186         (tramp-advice-file-expand-wildcards): Remove it.
4188         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4189         (tramp-advice-file-expand-wildcards): Move from tramp.el.
4190         Activate advice for older GNU Emacs versions.  (Bug#5237)
4192 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
4194         Some doc fixes (more needed).
4196         * find-cmd.el (find-constituents): Reflow docstring.
4197         (find-cmd, find-prune, find-command): Fix typos in docstrings.
4198         (find-generic): Doc fix.
4200 2009-12-17  Juri Linkov  <juri@jurta.org>
4202         Fix regression from 23.1 to allow multiple modes in Local Variables.
4204         * files.el (hack-local-variables-filter): While ignoring duplicates,
4205         don't take `mode' into account.
4206         (hack-local-variables-filter, hack-dir-local-variables):
4207         Don't remove duplicate `mode' from local-variables-alist (like `eval').
4209 2009-12-17  Juri Linkov  <juri@jurta.org>
4211         Make `dired-diff' more safe.  (Bug#5225)
4213         * dired-aux.el (dired-diff): Signal an error when `file' equals to
4214         `current' or when `file' is a directory of the `current' file.
4216 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
4218         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4219         unconditionally preloaded files.
4221 2009-12-16  Juri Linkov  <juri@jurta.org>
4223         Revert to old 23.1 logic of using the file at the mark as default.
4224         * dired-aux.el (dired-diff): Use the file at the mark as default
4225         if it's not the same as the current file, and the target dir is
4226         the current dir or the mark is active.  Add the current file
4227         as the arg of `dired-dwim-target-defaults'.  Use the default file
4228         in the prompt.  (Bug#5225)
4230 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
4232         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4233         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4234         (tramp-check-for-regexp): Check also, when an echoing shell stops
4235         to echo sent commands.
4237 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4239         * Makefile.in: Revert last change (Bug#5191).
4241 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
4243         * vc-hg.el (vc-hg-print-log): Fix argument order.
4244         (vc-hg-working-revision): Make sure the command is executed in a
4245         known environment so that we can parse the output.  (Bug#4417)
4247 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4249         * progmodes/python.el (python-symbol-completions): Remove text
4250         properties from symbol string before calling python-send-receive.
4252 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
4254         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4255         when there are values for both file and line.  (Bug#5060)
4257 2009-12-14  Juri Linkov  <juri@jurta.org>
4259         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4260         whitespace after the file name of the first line of unified format,
4261         because git-diff doesn't output whitespace and file modification time
4262         after the file name.
4264 2009-12-14  David Kastrup  <dak@gnu.org>
4266         * info.el (Info-hide-cookies-node): Before hiding a cookie,
4267         check if it already has the `display' property added by
4268         `Info-display-images-node', and not put the `invisible' property
4269         in this case.
4271 2009-12-13  Glenn Morris  <rgm@gnu.org>
4273         * mail/emacsbug.el (message-sort-headers): Define for compiler.
4274         (report-emacs-bug): In message-mode, sort manually before storing
4275         original report text.  (Bug#5178)
4276         Remove superfluous save-excursion.
4278 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
4280         * net/dbus.el (dbus-property-handler): Filter lambda forms out
4281         when responding to "GetAll" properties.
4283 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
4285         * simple.el (compose-mail): Remove mail-setup-with-from from
4286         customization checks.
4288 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
4290         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4291         RAR archives created on Unix systems.
4293 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4295         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4296         the varalias that was accidentally removed by the 2009-11-19 change
4297         (bug#5186).
4299 2009-12-12  Kenichi Handa  <handa@m17n.org>
4301         * language/indian.el (indian-compose-regexp): New function.
4302         (malayalam-composable-pattern): Fix the pattern.
4303         (composition-function-table): Set malayalam-composable-pattern for
4304         Malayalam characters.
4306 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4308         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4309         rather than down-mouse-1, based on follow-link conventions.
4311         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4312         are compiled.
4314 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4316         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4317         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4318         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4319         (verilog-leap-to-head, verilog-backward-token):
4320         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4322 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4324         * progmodes/verilog-mode.el (verilog-auto-lineup)
4325         (verilog-nameable-item-re): Cleanup user-visible spelling and
4326         documentation errors.  One reported by Gary Delp.
4327         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4328         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4329         package, bug195.  Reported by Pierre-David Pfister.
4331 2009-12-11  Glenn Morris  <rgm@gnu.org>
4333         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4335         * mail/emacsbug.el: No longer require sendmail.
4336         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4337         (report-emacs-bug-orig-text): Doc fix.
4338         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4339         New local variables, to adapt to different mail-user-agents.
4340         (report-emacs-bug): Fix test for a gnu.org address.
4341         Use overlays for emphasis, since font-lock defeats 'face property.
4342         Pretest bugs also end up at the newsgroup these days.
4343         Stop message-mode stripping text properties.
4344         Set and use the new buffer-local variables.
4345         (report-emacs-bug-hook): Add doc-string.
4346         Remove some unnecessary save-excursions and simplify.
4347         Use the appropriate hook and send-command.
4349         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4350         capitalization of some menu entries.
4352 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4354         * whitespace.el (whitespace-display-char-on):
4355         Ensure `buffer-display-table' is unique when two or more windows are
4356         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4357         New version 12.1.
4359 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4361         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4362         characters in the Attribute field.
4364 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4366         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4368 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4371         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4372         Disregard autoload-excludes.
4373         (update-directory-autoloads): Obey autoload-excludes here instead.
4374         But don't store its contents in no-autoloads and remove entries that
4375         refer to excludes files.
4377 2009-12-10  Glenn Morris  <rgm@gnu.org>
4379         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4380         (expand-mail-aliases): Define for compiler.
4382         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4383         Define for compiler.
4385         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4386         appropriate for the mail-user-agent in use.
4388 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4390         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4392 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4394         Fix short log parsing and fontification.
4395         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4396         Fix fontification for the [merge] label.
4398 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4400         Drop some properties to avoid surprises.
4401         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4402         (hfy-fontify-buffer): Use it.
4404 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4406         Minor cleanup.
4407         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4408         Adjust all callers.
4409         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4410         args compulsory.  Adjust callers.
4411         (ffap-gopher-at-point): Remove unused var `name'.
4413         Get rid of the ELCFILES abomination.
4414         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4415         (compile-elcfiles): New phony target.
4416         (compile-main): Compute ELCFILES dynamically.
4417         (compile-clean): New target to remove left-over elc files.
4418         (compile, all): Use it.
4420 2009-12-09  Kenichi Handa  <handa@etlken>
4422         * international/mule-diag.el: Require help-mode instead of help-fns.
4424 2009-12-09  Kenichi Handa  <handa@m17n.org>
4426         * international/mule-cmds.el (ucs-names): Supply sufficiently
4427         fine ranges instead of pre-calculating accurate ranges.
4428         Iterate with bigger gc-cons-threshold.
4430 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4432         Add support for stashing a snapshot of the current tree.
4433         * vc-git.el (vc-git-stash-snapshot): New function.
4434         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4436 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4438         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4439         instead of `(beginning|end)-of-line'.
4441 2009-12-08  Glenn Morris  <rgm@gnu.org>
4443         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4445         * Makefile.in (ELCFILES): Regenerate.
4447 2009-12-07  Juri Linkov  <juri@jurta.org>
4449         Don't lazy-highlight the comint output in history Isearch mode.
4451         * comint.el (comint-history-isearch-search): Instead of
4452         `comint-line-beginning-position', use `comint-after-pmark-p'
4453         to check if point if before the process mark, and go to
4454         `process-mark' in this case.
4456 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4458         * textmodes/tex-mode.el (latex-complete)
4459         (latex-indent-or-complete): Remove.
4460         (latex-mode): Set completion-at-point-functions instead.
4462         Provide a standard completion command and hook it into TAB.
4463         * minibuffer.el (completion-at-point-functions): New var.
4464         (completion-at-point): New command.
4465         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4466         * progmodes/python.el (python-mode-map): Use completion-at-point.
4467         (python-completion-at-point): Rename from python-partial-symbol and
4468         adjust for use in completion-at-point-functions.
4469         (python-mode): Setup completion-at-point for Python completion.
4470         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4471         extracted from lisp-complete-symbol.
4472         (lisp-complete-symbol): Use it.
4473         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4474         setup completion-at-point for Elisp completion.
4475         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4476         Use completion-at-point.
4477         * ielm.el (ielm-map): Use completion-at-point.
4478         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4479         * progmodes/sym-comp.el: Move to...
4480         * obsolete/sym-comp.el: Move from progmodes.
4482 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4484         Prevent save-buffer in Rmail buffers from using the coding-system
4485         of the current message, and from clobbering the encoding mnemonics
4486         in the mode line (Bug#4623).
4488         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4489         flag, too.
4490         (rmail-message-encoding): New variable.
4491         (rmail-write-region-annotate): Record the encoding of the current
4492         message in rmail-message-encoding.
4493         (rmail-after-save-hook): New function, restores the encoding of
4494         the current message after the message collection is saved.
4496 2009-12-07  Juri Linkov  <juri@jurta.org>
4498         * progmodes/grep.el (grep-read-files): Use `completing-read'
4499         instead of `read-string'.  Set its `collection' arg to
4500         `read-file-name-internal'.  (Bug#4301)
4502 2009-12-07  Juri Linkov  <juri@jurta.org>
4504         Correctly restore original Isearch point.  (Bug#4994)
4506         * isearch.el (isearch-mode): Move `isearch-push-state' after
4507         `(run-hooks 'isearch-mode-hook)'.
4508         (isearch-cancel): When `isearch-push-state-function' is defined,
4509         let-bind `isearch-cmds' to the first state (the last element of
4510         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4511         function and restores the original point).  Otherwise, move point
4512         to `isearch-opoint'.
4514 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4516         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4517         chars that don't have names, so the table can be built much faster at
4518         run-time.
4520 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4522         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4523         change.  Suggested by David Kastrup.
4525         * simple.el (compose-mail): Check for incompatibilities and warn.
4526         (compose-mail-user-agent-warnings): New option.
4528 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4530         Support showing a single log entry from vc-annotate.
4531         * vc.el (print-log): Add a new argument: START-REVISION.
4532         (vc-print-log-internal): Add a new optional argument and
4533         pass it to the backend.
4534         (vc-print-log, vc-print-root-log): Adjust callers.
4535         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4536         buffer already displays the requested log entry, use it.
4537         Otherwise display only the log entry in question.
4538         * vc-svn.el (vc-svn-print-log):
4539         * vc-mtn.el (vc-mtn-print-log):
4540         * vc-hg.el (vc-hg-state):
4541         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4542         (vc-git-show-log-entry): Return t on success.
4543         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4544         (vc-bzr-show-log-entry): Return t on success.
4545         * vc-rcs.el (vc-rcs-print-log):
4546         * vc-sccs.el (vc-sccs-print-log):
4547         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4549 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4551         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4552         Add menus to the meta mode.  (Bug#5043)
4554 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4556         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4557         event-key.
4559         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4561 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4563         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4564         Berbain <raphael.berbain@gmail.com>.
4566         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4567         characters.
4568         (tramp-initial-end-of-output): New defconst.
4569         (tramp-methods, tramp-find-shell)
4570         (tramp-open-connection-setup-interactive-shell)
4571         (tramp-maybe-open-connection): Use it.
4572         (tramp-shell-prompt-pattern, tramp-wait-for-output):
4573         Handle existence of `#' and `$'.
4575         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4576         Use `tramp-initial-end-of-output'.
4578 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4580         Get the background mode from the terminal for xterm, and set
4581         faces accordingly.
4582         * term/xterm.el (xterm-set-background-mode): New function.
4583         (terminal-init-xterm): Use it in case xterm supports background
4584         color queries.  Recompute faces after getting the background
4585         color.
4587 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4589         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4590         number comment back on its own line, for easier parsing.
4592 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4594         Make it work for non-file buffers (bug#5102).
4595         * doc-view.el (doc-view-current-cache-dir):
4596         Use doc-view-buffer-file-name rather than buffer-file-name.
4597         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4599 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4601         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4602         author field is too short.
4604 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4606         * vc-git.el (vc-git-print-log): Handle a limit argument.
4607         Display the short log in graph form and with labels.
4608         (vc-git-log-view-mode): Handle labels.
4610         Make vc-revert change VC state from 'added to 'unregistered.
4611         * vc-git.el (vc-git-revert): Call git reset first.
4613 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4615         * net/newst-backend.el, net/newst-plainview.el:
4616         * net/newst-reader.el, net/newst-ticker.el:
4617         * net/newst-treeview.el, net/newsticker.el:
4618         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4620 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4622         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4624         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4625         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4626         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4627         Update annotation regexp.
4629         * simple.el (beginning-of-visual-line): Constrain to field
4630         boundaries (Bug#5106).
4632 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4634         * xml.el (xml-substitute-numeric-entities):
4635         Move newsticker--decode-numeric-entities in newst-backend.el to
4636         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4637         * net/newst-backend.el (newsticker--parse-generic-feed)
4638         (newsticker--parse-generic-items)
4639         (newsticker--decode-numeric-entities):
4640         Move newsticker--decode-numeric-entities in newst-backend.el to
4641         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4643 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4645         * progmodes/js.el (js--js-not): Add null to the list of values.
4647 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4649         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4651 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4653         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4654         delimiter if it is at the end of the current line.
4655         (bibtex-generate-url-list): Fix docstring.
4657 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4659         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4660         minibuffer's content with itself.
4661         Fold the confirm-after-completion case into the `confirm' case.
4662         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4664 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4666         * ffap.el (ffap-rfc-path): Make this a defcustom since
4667         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4669         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4670         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4672 2009-12-05  Juri Linkov  <juri@jurta.org>
4674         Save and restore dired buffer's point positions too.  (Bug#4880)
4676         * dired.el (dired-save-positions): Return in the first element
4677         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4678         Doc fix.
4679         (dired-restore-positions): First restore buffer's position.
4680         While restoring window's positions, check if window still displays
4681         the original buffer.
4683 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4685         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4686         if possible.
4688         * shell.el (shell): Require ansi-color (Bug#5113).
4690         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4692         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4694 2009-12-05  Alan Mackenzie  <acm@muc.de>
4696         * progmodes/cc-mode.el (c-before-hack-hook)
4697         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4698         `c-file-style' to work again.  This reversion restores the current
4699         software to its state in Emacs 23.1.  (Bug#4146)
4701 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4703         * textmodes/sgml-mode.el (sgml-lexical-context):
4704         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4706 2009-12-05  Juri Linkov  <juri@jurta.org>
4708         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4709         for virtual nodes.  (Bug#4147)
4710         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4711         when moving from a virtual node.
4712         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4713         (Info-mode): Add `Info-virtual-index' to the docstring.
4715 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4717         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4718         track of the buffer position of the end of a BibTeX entry as this
4719         position may change during reformatting.
4720         (bibtex-format-entry): Remove whitespace before processing
4721         numerical fields so that we recognize the latter properly.
4722         (bibtex-reformat): Do not use push which changes the global value
4723         of bibtex-entry-format.
4724         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4725         (bibtex-field-re-init): Replace only space characters by regexp
4726         for whitespace.
4727         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4728         (bibtex-initialize): Also update bibtex-strings.
4729         (bibtex-kill-field): Preserve white space at end of entry.
4730         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4731         Update bibtex-reference-keys.
4733 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4735         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4736         point after a star, if that's the only place where modifications can
4737         make progress.
4739 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4741         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4742         in docstrings.
4744 2009-12-04  Juri Linkov  <juri@jurta.org>
4746         * proced.el (proced): Call `(proced-update t)' to update process
4747         information instead of only running proced-post-display-hook.
4748         (proced-send-signal): Add a leading space to the buffer name
4749         " *Marked Processes*" to make this buffer ephemeral.
4751 2009-12-04  Juri Linkov  <juri@jurta.org>
4753         * dired.el (dired-auto-revert-buffer): New defcustom.
4754         (dired-internal-noselect): Use it.
4756 2009-12-04  Juri Linkov  <juri@jurta.org>
4758         Change roles of modes and functions in image-mode.el (Bug#5062).
4760         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4761         in `auto-mode-alist'.
4762         (image-mode-previous-major-mode): New variable.
4763         (image-minor-mode-map): Rename from `image-mode-text-map'.
4764         (image-mode): Move graceful error-handling code from
4765         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4766         (image-minor-mode): Remove all image-handling code.
4767         Replace `image-mode-text-map' with `image-minor-mode-map'.
4768         Check for `image-type' in mode-line format string.
4769         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4770         (image-mode-as-text): New function with most code from
4771         `image-mode-maybe'.
4772         (image-toggle-display-text): Move code that removes image
4773         properties from `image-toggle-display' to here.
4774         (image-toggle-display-image): New function with code that adds
4775         image properties copied from `image-toggle-display'.
4776         (image-toggle-display): Remove most code with leaving only code
4777         that toggles between `image-mode-as-text' and `image-mode'.
4779 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4781         * net/newst-treeview.el
4782         (newsticker--treeview-list-highlight-start): Restored call to
4783         save-excursion: Selected item was stuck.
4784         (newsticker--treeview-list-select): New.
4785         (newsticker--treeview-item-show-text)
4786         (newsticker--treeview-item-show)
4787         (newsticker--treeview-item-update): Use new
4788         newsticker-treeview-item-mode.
4789         (newsticker-treeview-update): Keep current item.
4790         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4791         (newsticker--treeview-first-feed): Doc change.
4792         (newsticker-treeview-list-menu)
4793         (newsticker-treeview-item-menu): Add menu entries.
4794         (newsticker-treeview-item-mode): New.
4796         * net/newst-backend.el (newsticker-customize): Delete other
4797         windows.
4799 2009-12-04  Sam Steingold  <sds@gnu.org>
4801         * log-view.el (log-view-mode-map): "q" calls quit-window,
4802         like in all the other non-self-insert buffers.
4804 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4806         Minor cleanup.
4807         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4808         key decoding rather than do it manually via last-input-event +
4809         ascii-character.
4810         (term-exec): Use delete-and-extract-region.
4811         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4812         (term-process-pager): Remove unused var `i'.
4813         (term-dynamic-simple-complete): Make obsolete.
4814         (serial-update-config-menu): Remove unused vars `y' and `str'.
4815         (term-update-mode-line): Remove unused var `temp'.
4817 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4819         Limit the number of log entries displayed by default.
4820         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4821         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4822         using a prefix argument.
4824 2009-12-03  Glenn Morris  <rgm@gnu.org>
4826         * progmodes/idlwave.el (class): Restore still useful declaration.
4828 2009-12-03  Alan Mackenzie  <acm@muc.de>
4830         Enhance `c-parse-state' to run efficiently in "brace deserts".
4832         * progmodes/cc-mode.el (c-basic-common-init):
4833         Call c-state-cache-init.
4834         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4835         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4836         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4838         * progmodes/cc-langs.el (c-before-font-lock-function):
4839         c-extend-and-neutralize-syntax-in-CPP has been renamed
4840         c-neutralize-syntax-in-and-mark-CPP.
4842         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4843         with `category' properties now, not `syntax-table' ones.
4845         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4846         enhanced (but slower) version of c-end-of-macro that won't land
4847         inside a literal or on another awkward character.
4848         (c-state-cache-too-far, c-state-cache-start)
4849         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4850         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4851         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4852         (c-state-min-scan-pos, c-state-brace-pair-desert)
4853         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4854         buffer local variables.
4855         (c-state-literal-at, c-state-lit-beg)
4856         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4857         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4858         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4859         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4860         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4861         (c-renarrow-state-cache)
4862         (c-append-lower-brace-pair-to-state-cache)
4863         (c-state-push-any-brace-pair, c-append-to-state-cache)
4864         (c-remove-stale-state-cache)
4865         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4866         (c-invalidate-state-cache-1, c-parse-state-1)
4867         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4868         (c-parse-state): Enhance and refactor.
4869         (c-debug-parse-state): Amend to deal with all the new variables.
4871         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4872         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4873         modify to use category text properties rather than syntax-table ones.
4874         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4875         to switch off/on the syntactic paren property of C++ template
4876         delimiters using the category property.
4877         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4878         template delims suppressed.
4879         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4880         New constant/macros which apply category properties to the start
4881         and end of preprocessor constructs.
4882         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4883         "comment out" the syntactic value of characters in preprocessor
4884         constructs.
4885         (c-with-cpps-commented-out)
4886         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4887         with characters in all or all but one preprocessor constructs
4888         "commented out".
4890 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4892         * proced.el (proced-filter-alist): Use regexp-quote.
4894 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4896         Cleanup.
4897         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4898         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4899         arguments.  Expand `default-directory'.
4901         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4902         the benefit of returning an expanded localname.
4903         (tramp-tramp-file-p): Handle the case NAME is not a string.
4905 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4907         Add support for bzr shelve/unshelve.
4908         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4909         (vc-bzr-extra-menu-map): New variables.
4910         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4911         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4912         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4913         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4914         (vc-bzr-dir-extra-headers): Display shelves.
4916         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4918 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4920         * textmodes/bibtex.el (bibtex-complete-internal):
4921         Use completion-in-region.
4922         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4924 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4926         Support applying stashes.  Improve UI.
4927         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4928         (vc-git-stash-apply, vc-git-stash-pop)
4929         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4930         (vc-git-stash-menu): New functions.
4931         (vc-git-stash-menu-map): New variable.
4932         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4934 2009-12-03  Glenn Morris  <rgm@gnu.org>
4936         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4937         (vc-print-log-internal): Fix previous change.
4938         (vc-revert): Correct pluralization.
4940 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4942         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4943         it to be an alist any more.
4944         (makefile-complete): Use completion-in-region.
4946         * progmodes/octave-mod.el (octave-complete-symbol):
4947         Use completion-in-region.
4949         Misc cleanup.
4950         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4951         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4952         (idlwave-complete-class): Don't quote lambda.
4953         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4954         (idlwave-mode-map): Move initialization into declaration.
4955         (idlwave-action-and-binding): Use backquotes.
4956         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4957         Simplify.
4958         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4959         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4960         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4961         `parts', and `all-parts'.
4962         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4963         (idlwave-convert-xml-system-routine-info): Remove unused string
4964         `version-string'.
4965         (idlwave-display-user-catalog-widget): Use dolist.
4966         (idlwave-scanning-lib): Declare dynamically-scoped var.
4967         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4968         (completion-highlight-first-word-only): Declare to silence bytecomp.
4969         (idlwave-popup-select): Tighten scope of `resp'.
4970         (idlwave-find-struct-tag): Remove unused var `beg'.
4971         (idlwave-after-load-rinfo-hook): Declare.
4972         (idlwave-sintern-class-info): Remove unused var `taglist'.
4973         (idlwave-find-class-definition): Remove unused var `list'.
4974         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4975         (idlwave-what-module-find-class): Remove unused var `classes'.
4977 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4979         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4981 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4983         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4984         buffers visited.  Remove redundant current-buffer-saving.
4986 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4988         Use completion-in-buffer and remove uses of dynamic scoping.
4989         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4990         (pascal-buffer-to-use, pascal-flag): Don't declare.
4991         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4992         (pascal-get-completion-decl, pascal-keyword-completion):
4993         Add `pascal-str' argument, save-excursion,
4994         return the found completions, and don't filter with pascal-pred.
4995         (pascal-completion-cache): New var.
4996         (pascal-completion): Don't switch buffer any more (it was never
4997         necessary).  Don't save-excursion any more (it's done by the called
4998         subroutines).  Use a cache to avoid redundant computations.
4999         Use complete-with-action rather than pascal-completion-response and
5000         let it apply the predicate as well.
5001         (pascal-complete-word): Use completion-in-buffer when
5002         pascal-toggle-completions is nil.
5003         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5004         not used any more.
5005         (pascal-comp-defun): Don't change buffer any more.
5006         Use complete-with-action rather than pascal-completion-response and
5007         let it apply the predicate as well.
5008         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5009         when neded.
5011 2009-12-02  Kenichi Handa  <handa@m17n.org>
5013         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5014         shape for all Indic scripts.
5016 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5018         Use completion-in-buffer.
5019         * wid-edit.el (widget-field-text-end): New function.
5020         (widget-field-value-get): Use it.
5021         (widget-string-complete, widget-file-complete)
5022         (widget-color-complete): Use it and completion-in-region.
5023         (widget-complete): Don't narrow the buffer.
5025 2009-12-02  Glenn Morris  <rgm@gnu.org>
5027         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
5028         (rmail-select-summary): Use rmail-pop-to-buffer.
5029         * mail/rmailsum.el: Replace all pop-to-buffer calls with
5030         rmail-pop-to-buffer, to prevent horizontal splits.
5032         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5033         save-excursion with save-current-buffer.
5034         Widen before searching.  (Bug#5093)
5035         (diary-list-sexp-entries): Remove superfluous save-excursion.
5037 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
5039         * woman.el (woman-make-bufname): Handle man-pages with "." in the
5040         name.  (Bug#5038)
5042 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5044         * ido.el (ido-file-internal): Handle filenames at point that do
5045         not have a directory part.  (Bug#5049)
5047 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
5049         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5050         (mpc-songs-jump-to, mpc-resume): Doc fixes.
5052 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
5054         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5055         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5056         any more.
5058 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5060         * comint.el (comint-insert-input): Ignore clicks to the right of
5061         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5063         * vc.el (vc-print-log-internal): Don't wait for the process to
5064         terminate before setting up the major mode.
5066         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5067         in case.
5069         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5070         the last element.
5072         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5074 2009-12-01  Glenn Morris  <rgm@gnu.org>
5076         * window.el (window--display-buffer-2): Fix previous changes.
5078 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
5080         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5082 2009-12-01  Glenn Morris  <rgm@gnu.org>
5084         * Makefile.in (ELCFILES): Add mpc.elc.
5086 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5088         * mpc.el: New file.
5090 2009-12-01  Glenn Morris  <rgm@gnu.org>
5092         * window.el (window-to-use): Define for compiler.
5094         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5095         consistent with others (no final period).
5097         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5098         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
5100 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
5102         Make vc-print-log buttons work.
5103         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5105 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
5107         * savehist.el (savehist-autosave-interval): Allow setting to nil
5108         through customize.  (Bug#5056)
5110 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
5112         Fix references to jit-lock properties.
5113         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5114         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5115         (perl-font-lock-special-syntactic-constructs):
5116         Quote jit-lock-defer-multiline property.
5118 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
5120         * vc-git.el (vc-git-registered): Call vc-git-root only once.
5122 2009-11-30  Juri Linkov  <juri@jurta.org>
5124         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5125         value `buffer' of `multi-isearch-next-buffer-current-function'.
5126         Use `(current-buffer)' when `buffer' is nil.
5127         (multi-isearch-next-buffer-from-list): Don't fallback to
5128         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
5130 2009-11-30  Juri Linkov  <juri@jurta.org>
5132         * misearch.el (multi-isearch-read-buffers): Move canonicalization
5133         of buffers with `get-buffer' to `multi-isearch-buffers'.
5134         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5135         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
5136         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5137         FILES with `expand-file-name' converting relative file names
5138         to absolute.  Doc fix.  (Bug#4727)
5140 2009-11-30  Juri Linkov  <juri@jurta.org>
5142         * misearch.el (multi-isearch-read-buffers)
5143         (multi-isearch-read-matching-buffers): New functions.
5144         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5145         Use them in the `interactive' spec.  Doc fix.
5146         (multi-isearch-read-files, multi-isearch-read-matching-files):
5147         New functions.
5148         (multi-isearch-files, multi-isearch-files-regexp):
5149         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
5151 2009-11-30  Juri Linkov  <juri@jurta.org>
5153         * doc-view.el (doc-view-continuous):
5154         Rename from `doc-view-continuous-mode'.
5155         (doc-view-menu): Move "Toggle display" to the top.
5156         Add submenu "Continuous" with radio buttons "Off"/"On"
5157         and "Save as Default".
5158         (doc-view-scroll-up-or-next-page)
5159         (doc-view-scroll-down-or-previous-page)
5160         (doc-view-next-line-or-next-page)
5161         (doc-view-previous-line-or-previous-page):
5162         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
5164 2009-11-30  Juri Linkov  <juri@jurta.org>
5166         * comint.el (comint-mode-map): Rebind `M-r' from
5167         `comint-previous-matching-input' to
5168         `comint-history-isearch-backward-regexp'.
5169         Unbind `M-s' to allow global key binding `M-s'.
5170         Add menu items for `comint-history-isearch-backward' and
5171         `comint-history-isearch-backward-regexp'.  (Bug#3746)
5173 2009-11-30  Juri Linkov  <juri@jurta.org>
5175         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5176         For def=recenter, replace `recenter' with `recenter-top-bottom'
5177         that is called with `this-command' and `last-command' let-bound
5178         to `recenter-top-bottom'.  When the last `def' was not `recenter',
5179         set `recenter-last-op' to nil.  (Bug#4981)
5181 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         Minor cleanup and simplification.
5184         * filecache.el (file-cache-add-directory)
5185         (file-cache-add-directory-recursively)
5186         (file-cache-add-from-file-cache-buffer)
5187         (file-cache-delete-file-regexp, file-cache-delete-directory)
5188         (file-cache-files-matching-internal, file-cache-display): Use dolist.
5189         (file-cache-temp-minibuffer-message): Delete function.
5190         (file-cache-minibuffer-complete): Use minibuffer-message instead.
5192         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5193         Don't signal an error when bumping into EOB in tr, s, or y.
5195 2009-11-29  Juri Linkov  <juri@jurta.org>
5197         * startup.el (fancy-about-text): Fix wording of Guided Tour.
5198         (Bug#4960)
5200         * descr-text.el (describe-char-unidata-list): Use lowercase name
5201         for "Unicode name" like in other tags.
5203 2009-11-29  Juri Linkov  <juri@jurta.org>
5205         * ediff-util.el (ediff-minibuffer-with-setup-hook):
5206         New compatibility macro.
5207         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5209 2009-11-29  Juri Linkov  <juri@jurta.org>
5211         Add defcustom to define the cycling order of `recenter-top-bottom'.
5212         (Bug#4981)
5214         * window.el (recenter-last-op): Doc fix.
5215         (recenter-positions): New defcustom.
5216         (recenter-top-bottom): Rewrite to use `recenter-positions'.
5217         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5219 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5221         Improve integration of Tramp and ange-ftp in eshell.
5223         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5224         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
5225         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
5227         * eshell/esh-util.el (top): Require also Tramp when compiling.
5228         (eshell-directory-files-and-attributes): Check for FTP remote
5229         connection.
5230         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5231         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5232         (eshell-file-attributes): Handle ".".  Return `entry'.
5234         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5235         (ange-ftp-directory-files-and-attributes)
5236         (ange-ftp-real-directory-files-and-attributes): New defuns.
5238         * net/tramp.el (tramp-maybe-open-connection): Open the remote
5239         shell with "exec" when possible.  This prevents trailing prompts
5240         in `start-file-process'.
5242 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5244         Try and remove assumptions about point-min==1.
5245         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5246         (rng-compute-mode-line-string): Show the validation percentage in
5247         terms of the narrowed text, not the widened text.
5248         (rng-do-some-validation): Don't catch internal errors when debugging.
5249         (rng-first-error): Simplify.
5250         (rng-after-change-function): Remove work around.  AFAIK the bug has
5251         been fixed a while ago.
5253         * image-mode.el (image-minor-mode): Exit more gracefully when the image
5254         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5256         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5258         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5259         `cd' doesn't always do it for us (bug#5067).
5261         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5262         on 2009-10-25 as part of some other change (bug#5067).
5264 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5266         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5267         `suspicious'.
5268         (byte-compile-warnings): Use byte-compile-warning-types.
5269         (byte-compile-save-excursion): Warn about use of set-buffer right
5270         after save-excursion.
5272         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5273         the excursion as well.
5275 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
5277         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5278         providing a Tramp related implementation of "su" and "sudo".
5279         (eshell-unix-initialize): Add "su" and "sudo".
5281 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
5283         * net/socks.el (socks-send-command): Convert binary request to
5284         unibyte before sending.  This fixes mishandling of some port
5285         numbers such as 129.
5287 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5289         * help.el (describe-bindings-internal): Remove `interactive'.
5291         * man.el (Man-completion-table): Trim a terminating "(".
5292         Remove the space between name page a section.
5293         Add the command's description on the `help-echo' property.
5294         Remove `process-connection-type' binding since it's unused by
5295         call-process.
5296         Provide completion for the "<section> <name>" format as well.
5297         (Man-default-man-entry): Remove spurious var shadowing the argument.
5299 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5301         * log-view.el: Add "Keywords: tools", since its other keywords
5302         aren't in finder-known-keywords, and following vc.el.
5304         * sha1.el (sha1-string-external): default-directory "/" in case
5305         otherwise non-existent.  process-connection-type pipe for touch of
5306         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5308 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5310         Misc coding convention cleanups.
5311         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5312         hfy-init-kludge-hooks.
5313         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5314         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5315         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5316         and push.
5317         (hfy-slant, hfy-weight): Use tables rather than code.
5318         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5319         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5320         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5321         (hfy-face-to-css): Remove `nconc' with single arg.
5322         (hfy-p-to-face-lennart): Use `or'.
5323         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5324         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5325         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5326         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5327         (hfy-force-fontification): Use run-hooks.
5329 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5331         Various minor fixes.
5332         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5333         Javascript belongs in the header, not the body.
5334         (hfy-javascript): Remove.
5335         (hfy-fontify-buffer): Don't insert it any more.
5336         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5337         Fix bug in invis handling when there were no invis props in a chunk.
5339 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5341         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5343 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5345         * finder.el (finder-mode-map): Add a menu.
5347 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5349         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5350         "unsigned" structs.
5352         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5353         fork" statement better.
5355 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5357         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5358         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5359         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5360         Reported by Clay Douglass.
5362         (verilog-auto-inst, verilog-auto-star-safe)
5363         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5364         Fix removing "// Interfaces" when saving .* expansions.
5365         Reported by Pierre-David Pfister.
5367 2009-11-26  Glenn Morris  <rgm@gnu.org>
5369         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5370         the scope.
5372 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5374         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5375         Really use previous revision.
5377 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5379         * man.el (Man-completion-table): default-directory "/" in case
5380         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5381         not to truncate long names.  process-connection-type pipe to avoid
5382         any chance of hitting the pseudo-tty TIOCGWINSZ.
5383         (man): completion-ignore-case t for friendliness and since man
5384         itself is case-insensitive on the command line.
5385         Further to Bug#3717.
5387         * arc-mode.el: Add "Keywords: files", so the details in its
5388         commentary can be reached from finder-by-keyword.
5389         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5390         editing mode, but it's comms related and sgml-mode.el has "comm"
5391         on that basis too.
5392         * textmodes/bibtex-style.el: Add "Keywords: tex".
5393         * international/isearch-x.el, international/ja-dic-cnv.el:
5394         * international/ja-dic-utl.el, international/kkc.el:
5395         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5397 2009-11-25  Juri Linkov  <juri@jurta.org>
5399         * man.el (Man-completion-table): Modify regexp to include
5400         section names to completion strings.  (Bug#3717)
5402 2009-11-25  Juri Linkov  <juri@jurta.org>
5404         Search recursively in gzipped files.  (Bug#4982)
5406         * progmodes/grep.el (grep-highlight-matches): Add new options
5407         `always' and `auto'.  Doc fix.
5408         (grep-process-setup): Check `grep-highlight-matches' for
5409         `auto-detect' to determine the need to compute grep defaults.
5410         Move Windows/DOS specific --colors settings handling
5411         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5412         to get the value of "--color=".
5413         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5414         has the value `auto-detect'.  Move Windows/DOS specific settings
5415         from `grep-process-setup'.
5416         (zrgrep): New command with alias `rzgrep'.
5418 2009-11-25  Juri Linkov  <juri@jurta.org>
5420         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5421         to nil instead of switching off view-mode.  (Bug#4896)
5423 2009-11-25  Juri Linkov  <juri@jurta.org>
5425         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5427         * mwheel.el (mwheel-scroll-up-function)
5428         (mwheel-scroll-down-function): New defvars.
5429         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5430         `scroll-up', and `mwheel-scroll-down-function' instead of
5431         `scroll-down'.
5433         * doc-view.el (doc-view-scroll-up-or-next-page)
5434         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5435         Use this ARG in the call to image-scroll-up/image-scroll-down.
5436         Change `interactive' spec to "P".  Goto next/previous page only
5437         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5438         SPC/DEL case).  Doc fix.
5439         (doc-view-next-line-or-next-page)
5440         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5441         for consistency.
5442         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5443         `doc-view-scroll-up-or-next-page', and buffer-local
5444         `mwheel-scroll-down-function' to
5445         `doc-view-scroll-down-or-previous-page'.
5447 2009-11-25  Juri Linkov  <juri@jurta.org>
5449         Provide additional default values (directories at other Dired
5450         windows) via M-n in the minibuffer of some Dired commands.
5452         * dired-aux.el (dired-diff, dired-compare-directories)
5453         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5454         `minibuffer-default' in `minibuffer-with-setup-hook'.
5455         (dired-dwim-target-directory): Find a window that displays Dired
5456         buffer instead of failing when the next window is not Dired.
5457         Use `get-window-with-predicate' to find for the next Dired window.
5458         (dired-dwim-target-defaults): New function.
5460         * ediff-util.el (ediff-read-file-name):
5461         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5462         in `minibuffer-with-setup-hook'.
5464 2009-11-25  Juri Linkov  <juri@jurta.org>
5466         Provide additional default values (file name at point or at the
5467         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5469         * minibuffer.el (read-file-name-defaults): New function.
5470         (read-file-name): Reset `minibuffer-default' to nil when
5471         it duplicates initial input `insdef'.
5472         Bind `minibuffer-default-add-function' to lambda that
5473         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5474         (minibuffer-insert-file-name-at-point): New command.
5476         * files.el (file-name-at-point-functions): New defcustom.
5477         (find-file-default): Remove defvar.
5478         (find-file-read-args): Don't use `find-file-default'.
5479         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5480         to `read-file-name'.
5481         (find-file-literally): Use `read-file-name' with
5482         `confirm-nonexistent-file-or-buffer'.
5484         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5486         * dired.el (dired-read-dir-and-switches):
5487         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5488         to `read-file-name'.
5489         (dired-file-name-at-point): New function.
5490         (dired-mode): Add hook `dired-file-name-at-point' to
5491         `file-name-at-point-functions'.
5493 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5495         Really make the *Completions* window soft-dedicated (bug#5030).
5496         * window.el (window--display-buffer-2): Add `dedicated' argument.
5497         (display-buffer): Pass it when needed so the dedicated flag is set
5498         after calling set-window-buffer, which would otherwise reset it.
5500 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5502         * progmodes/meta-mode.el (meta-complete-symbol):
5503         * progmodes/etags.el (complete-tag):
5504         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5505         Use completion-in-region.
5507         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5508         (dabbrev-completion): Use completion-in-region.
5509         (dabbrev--abbrev-at-point): Simplify regexp.
5511         * abbrev.el (abbrev--before-point): Use word-motion functions
5512         if :regexp is not specified (bug#5031).
5514         * subr.el (string-prefix-p): New function.
5516         * man.el (Man-completion-cache): New var.
5517         (Man-completion-table): Use it.
5519         * vc.el (vc-print-log-internal): Make `limit' optional for better
5520         compatibility (e.g. with vc-annotate.el).
5522 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5524         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5525         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5527         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5528         when .el source file not found or other error.
5530 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5532         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5534 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5536         Handle the [back] button properly (bug#4979).
5537         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5538         Use help-setup-xref, help-buffer, and with-help-window.
5539         (describe-char): Add `buffer' argument.
5540         Pass proper command to help-setup-xref.  Don't meddle with
5541         help-xref-stack-item directly.
5542         (describe-text-category): Use with-help-window and help-buffer.
5544         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5545         for the displayed buffer (bug#4887).
5547         * man.el (Man-completion-table): New function.
5548         (man): Use it.
5550 2009-11-24  David Reitter  <david.reitter@gmail.com>
5552         * vc-git.el (vc-git-registered): Use checkout directory (where
5553         .git is) rather than the file's directory and a relative path spec
5554         to work around a bug in git.
5556 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5558         Improve handling of processes on remote hosts.
5560         * eshell/esh-util.el (eshell-path-env): New defvar.
5561         (eshell-parse-colon-path): New defun.
5562         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5564         * eshell/esh-ext.el (eshell-search-path):
5565         Use `eshell-parse-colon-path'.
5566         (eshell-remote-command): Remove argument HANDLER.
5567         (eshell-external-command): Check for FTP remote connection.
5569         * eshell/esh-proc.el (eshell-gather-process-output):
5570         Use `file-truename', in order to start also symlinked files.
5571         Apply `start-file-process' instead of `start-process'.
5572         Shorten `command' to the local file name part.
5574         * eshell/em-cmpl.el (eshell-complete-commands-list):
5575         Use `eshell-parse-colon-path'.
5577         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5579         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5580         to `eshell-directory-change-hook'.
5582 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5584         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5585         because it could be enabled automatically if view-read-only is non-nil.
5587 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5589         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5590         made on 2009-11-22.
5592 2009-11-24  Glenn Morris  <rgm@gnu.org>
5594         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5595         deleted variable bookmark-bmenu-bookmark-column.
5597 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5599         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5601 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5603         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5604         two slashes to the "file:" prefix.
5605         (browse-url-file-url): De-munge Cygwin filenames before passing
5606         them to Windows browser.
5607         (browse-url-default-windows-browser): Use call-process.
5609 2009-11-23  Juri Linkov  <juri@jurta.org>
5611         Implement DocView Continuous mode.  (Bug#4896)
5612         * doc-view.el (doc-view-continuous-mode): New defcustom.
5613         (doc-view-mode-map): Bind C-n/<down> to
5614         `doc-view-next-line-or-next-page', C-p/<up> to
5615         `doc-view-previous-line-or-previous-page'.
5616         (doc-view-next-line-or-next-page)
5617         (doc-view-previous-line-or-previous-page): New commands.
5619 2009-11-23  Juri Linkov  <juri@jurta.org>
5621         Implement Isearch in comint input history.  (Bug#3746)
5622         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5623         `isearch-mode-hook'.
5624         (comint-history-isearch): New defcustom.
5625         (comint-history-isearch-backward)
5626         (comint-history-isearch-backward-regexp): New commands.
5627         (comint-history-isearch-message-overlay): New buffer-local variable.
5628         (comint-history-isearch-setup, comint-history-isearch-end)
5629         (comint-goto-input, comint-history-isearch-search)
5630         (comint-history-isearch-message, comint-history-isearch-wrap)
5631         (comint-history-isearch-push-state)
5632         (comint-history-isearch-pop-state): New functions.
5634 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5636         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5637         return.
5638         (tramp-handle-make-symbolic-link)
5639         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5640         Quote file names.
5641         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5642         (tramp-handle-process-file): Use it.
5644 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5646         * window.el (move-to-window-line-last-op): Remove.
5647         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5649 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5651         Make M-r mirror the new cycling behavior of C-l.
5652         * window.el (move-to-window-line-last-op): New var.
5653         (move-to-window-line-top-bottom): New command.
5654         (global-map): Bind M-r move-to-window-line-top-bottom.
5656 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5658         * dired-x.el (dired-guess-shell-alist-default):
5659         Support xz format.  (Bug#4953)
5661 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5663         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5664         last-command-char/last-command-event.
5665         (viper-prefix-arg-value): Do correct conversion of event-char for
5666         XEmacs.
5668         * emulation/viper-util.el, emulation/viper.el:
5669         Use viper-last-command-char instead of
5670         last-command-char/last-command-event.
5672         * ediff-init.el, ediff-mult.el, ediff-util.el:
5673         Replace last-command-char and last-command-event
5674         with (ediff-last-command-char) everywhere.
5676         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5677         created in fundamental mode.
5679         * ediff.el (ediff-version): Revert the change of interactive-p to
5680         called-interactively-p.
5682 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5684         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5685         generation from word-movement command names.
5687 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5689         * cus-start.el (all): Add native condition for font-use-system-font.
5691 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5693         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5694         Correct the patch from 2009-11-18.  (Bug#3910)
5696 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5698         * progmodes/subword.el: Rename from lisp/subword.el.
5700         * subword.el: Rename to progmodes/subword.el.
5702         * Makefile.in (ELCFILES): Adapt to subword.el move.
5704 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5705             Stefan Monnier  <monnier@iro.umontreal.ca>
5707         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5708         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5709         (bookmark-bmenu-show-filenames): Use push.
5710         (bookmark-bmenu-hide-filenames): Use local var instead of
5711         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5712         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5713         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5714         filenames now that the bookmark names are always available.
5716 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5718         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5719         (bookmark-search-pattern): Move and leave unbound.
5720         (bookmark-bmenu-mode-map): Change binding.
5721         (bookmark-read-search-input): Simplify.
5722         Don't use text-char-description.  Don't error on non-char events.
5723         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5724         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5725         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5726         Use a local var for the timer.
5727         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5728         (i.e. bookmark-bmenu-search).
5730 2009-11-21  Glenn Morris  <rgm@gnu.org>
5732         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5734 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5736         * net/browse-url.el (browse-url-default-windows-browser):
5737         Use cygstart for cygwin.
5739 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5741         * bookmark.el: Formatting and doc fixes only:
5742         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5743         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5744         Minor grammar and punctuation fixes in doc string.
5745         (bookmark-read-search-input): Adjust to fit within 80 columns.
5747 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5749         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5750         (c-backward-into-nomenclature): Adapt to subword renaming.
5752         * subword.el (subword-forward, subword-backward, subword-mark)
5753         (subword-kill, subword-backward-kill, subword-transpose)
5754         (subword-downcase, subword-upcase, subword-capitalize)
5755         (subword-forward-internal, subword-backward-internal):
5756         Rename from forward-subword, backward-subword, mark-subword,
5757         kill-subword, backward-kill-subword, transpose-subwords,
5758         downcase-subword, upcase-subword, capitalize-subword,
5759         forward-subword-internal, backward-subword-internal.
5761 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5763         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5764         New options.
5765         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5766         New vars.
5767         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5768         (bookmark-bmenu-filter-alist-by-regexp)
5769         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5770         (bookmark-bmenu-search): New command.
5771         (bookmark-bmenu-mode-map): Bind it.
5773 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5775         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5776         backward-subword to quit the byte-compiler.
5778         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5780         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5782         * progmodes/cc-cmds.el (c-update-modeline)
5783         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5784         Refer to subword.el functions instead of cc-subword.el.
5786         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5787         subword.el functions instead of cc-subword.el.
5789         * progmodes/cc-subword.el: Rename to subword.el.
5790         * subword.el: Rename from progmodes/cc-subword.el.
5791         (subword-mode-map): Rename from c-subword-mode-map.
5792         (subword-mode): Rename from c-subword-mode.
5793         (global-subword-mode): New global minor mode.
5794         (forward-subword): Rename from c-forward-subword.
5795         (backward-subword): Rename from c-backward-subword.
5796         (mark-subword): Rename from c-mark-subword.
5797         (kill-subword): Rename from c-kill-subword.
5798         (backward-kill-subword): Rename from c-backward-kill-subword.
5799         (transpose-subwords): Rename from c-tranpose-subword.
5800         (downcase-subword): Rename from c-downcase-subword.
5801         (capitalize-subword): Rename from c-capitalize-subword.
5802         (forward-subword-internal): Rename from c-forward-subword-internal.
5803         (backward-subword-internal): Rename from c-backward-subword-internal.
5805 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5807         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5808         from a dired buffer.
5809         (vc-dired-deduce-fileset): New function.
5810         (vc-root-diff, vc-print-root-log): Use it.
5812         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5813         nil LIMIT argument to vc-print-log-internal.
5815 2009-11-20  Glenn Morris  <rgm@gnu.org>
5817         * Makefile.in (ELCFILES): Regenerate.
5819 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5821         * calc/calc.el (calc-set-mode-line):
5822         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5823         (math-format-number): Rename `math-format-complement-signed' to
5824         `math-format-twos-complement'.
5826         * calc/calc-bin.el (math-format-twos-complement): Rename from
5827         math-format-complement-signed.
5828         (calc-radix): Rename `calc-complement-signed-mode' to
5829         `calc-twos-complement-mode'.
5830         (calc-octal-radix, calc-hex-radix): Add an argument for
5831         two's complement.
5833         * calc/calc-embed.el (calc-embedded-mode-vars):
5834         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5836         * calc/calc-ext.el (calc-init-extensions):
5837         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5838         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5840         * calc/calc-units.el (math-build-units-table-buffer):
5841         Let `calc-twos-complement-mode' be nil.
5843         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5844         entries.
5846         * calc/calc-vec.el (calcFunc-vunpack):
5847         * calc/calc-aent.el (calc-do-calc-eval):
5848         * calc/calc-forms.el (math-format-date):
5849         * calc/calc-graph.el (calc-graph-plot):
5850         * calc/calc-math.el (math-use-emacs-fn):
5851         * calc/calccomp.el (math-compose-expr):
5852         Let `calc-twos-complement-mode' be nil.
5854 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5856         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5857         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5858         * minibuffer.el (completion-in-region-functions): New hook.
5859         (completion-in-region): New function.
5860         * emacs-lisp/lisp.el (lisp-complete-symbol):
5861         * pcomplete.el (pcomplete-std-complete): Use it.
5863 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5865         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5866         (latex-complete-alist): New vars.
5867         (latex-string-prefix-p, latex-complete-bibtex-keys)
5868         (latex-complete-envnames, latex-complete-refkeys)
5869         (latex-complete-data): New functions.
5870         (latex-complete, latex-indent-or-complete): New commands.
5872         * window.el (display-buffer-mark-dedicated): New var.
5873         (display-buffer): Obey it.
5874         * minibuffer.el (minibuffer-completion-help): Use it.
5876         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5878         * filecache.el (file-cache-add-file): Use push and cons.
5879         (file-cache-delete-file-regexp): Use push.
5880         (file-cache-complete): Use completion-in-region.
5882         * simple.el (with-wrapper-hook): Fix thinko.
5884         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5885         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5886         Use with-current-buffer and string-to-number.
5887         (hfy-fallback-colour-values): Use assoc-string.
5888         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5889         (hfy-face-at): Remove unused var `found-face'.
5890         (hfy-compile-stylesheet): Remove unused var `css'.
5891         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5892         and `orig-buffer'.
5893         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5894         Use with-current-buffer.
5895         (hfy-text-p): Use expand-file-name and fewer setq.
5897 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5899         * htmlfontify.el, hfy-cmap.el: New files.
5901 2009-11-19  Juri Linkov  <juri@jurta.org>
5903         * minibuffer.el (completions-format): New defcustom.
5904         (completion--insert-strings): Implement vertical format.
5906         * simple.el (switch-to-completions): Move point to the first
5907         completion when point was at the beginning of the buffer.
5909 2009-11-19  Juri Linkov  <juri@jurta.org>
5911         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5913         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5915 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5917         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5918         (mail-signature): Change default to t.
5919         (mail-from-style): Deprecate `system-default' value.
5920         (mail-insert-from-field): For default value of mail-from-style,
5921         default to `angles' unless `angles' needs quoting and `parens'
5922         does not.
5923         (mail-citation-prefix-regexp): Use citation regexp from
5924         message-mode.
5926 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5928         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5929         Set variables for computing the prompt for reading password.
5931 2009-11-19  Glenn Morris  <rgm@gnu.org>
5933         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5935         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5937         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5938         (newsticker-treeview-listwindow-height): Fix custom type.
5940 2009-11-19  Kenichi Handa  <handa@m17n.org>
5942         * descr-text.el (describe-char-padded-string): Compose with TAB
5943         only if there's a font for CH.
5944         (describe-char): Fix the condition for detecting a trivial composition.
5946 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5948         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5949         more accurate version of the regexp.  (Bug#3910)
5951 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5953         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5955 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5957         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5958         (font-setting-change-default-font): Fix typo in docstring.
5960 2009-11-18  Alan Mackenzie  <acm@muc.de>
5962         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5964 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5966         * font-setting.el (font-use-system-font): Move ...
5968         * cus-start.el (all): ... to here.
5970 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5972         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5973         Don't set `ad-return-value' if `ad-do-it' doesn't.
5975         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5976         modification time.
5978 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5980         * menu-bar.el: Put "Use system font" in Option-menu.
5981         (menu-bar-options-save): Add font-use-system-font.
5983         * loadup.el: If feature system-font-setting or font-render-setting is
5984         there, load font-setting.
5986         * Makefile.in (ELCFILES): Add font-settings.el.
5987         * font-setting.el: New file.
5989 2009-11-17  Glenn Morris  <rgm@gnu.org>
5991         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5993         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5994         Preserve point in the list buffer.  (Bug#4939)
5995         Use point-at-eol.
5996         (newsticker--treeview-list-update-highlight)
5997         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5999 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6001         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6002         Remove.
6004         * calc/calc-ext.el (calc-init-extensions): Remove references to
6005         symclip.
6007         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6009         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6010         * calc/calc-help.el (calc-b-prefix-help): Remove references to
6011         `calc-symclip'.
6013 2009-11-16  Kevin Ryde  <user42@zip.com.au>
6015         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6016         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6018         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6019         (lm-keywords-list): Allow comma-only separator like "foo,bar".
6020         Ignore trailing spaces by omit-nulls to split-string (fixing
6021         regression from Emacs 21 due to the incompatible split-string
6022         change).  (Bug #4928.)
6024 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6026         * vc.el (vc-log-show-limit): Default to 2000.
6027         (vc-print-log-internal): Insert buttons to request more entries
6028         when limiting the output.
6030         * vc-sccs.el (vc-sccs-print-log):
6031         * vc-rcs.el (vc-rcs-print-log):
6032         * vc-cvs.el (vc-cvs-print-log):
6033         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6034         LIMIT is non-nil.
6036 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6038         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6039         error when `tramp-gvfs-dbus-event-vector' is set.
6040         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6042 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6044         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6046 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6048         * net/dbus.el (dbus-unregister-service): New defun.
6049         (dbus-register-property): Register the handlers of
6050         "org.freedesktop.DBus.Properties" for SERVICE.
6051         (dbus-property-handler): Fix docstring.
6053 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6055         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6056         Quote doc string reference in defvaralias as it is not in special form.
6057         (byte-compile-output-docform): Doc fix.
6059 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6061         * calc/calc.el (math-2-word-size, math-half-2-word-size)
6062         (calc-complement-signed-mode): New variables.
6063         (calc-set-mode-line): Add indicator for twos-complements.
6064         (math-format-number): Format twos-complement notation.
6066         * calc/calc-bin.el (calc-word-size): Reset the variables
6067         `math-2-word-size' and `math-half-2-word-size'.
6068         (math-format-complement-signed, math-symclip, calcFunc-symclip)
6069         (calc-symclip): New functions.
6071         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6073         * calc/calc-embed.el (calc-embedded-mode-vars):
6074         Add `calc-complement-signed-mode' to the list of modes.
6076         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6077         (calc-b-oper-keys): Add `calc-symclip' to list.
6079         * calc/calc-ext.el (math-read-number-fancy): Read complement
6080         signed numbers.
6081         (calc-init-extensions): Add binding for `calc-symclip'.
6082         Add autoload for `calcFunc-symclip' and `calc-symclip'.
6084         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6085         `calc-symclip'.
6086         (calc-modes-menu): Add item for twos complement mode.
6088         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6090 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6092         * register.el (jump-to-register, insert-register): Handle Semantic
6093         tags.  From commented-out advice in semantic/senator.el.
6095 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6097         * vc.el (vc-log-show-limit): New variable.
6098         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
6099         when using a prefix argument.
6100         (vc-print-log-internal): Add new argument LIMIT.
6102         * vc-svn.el (vc-svn-print-log):
6103         * vc-mtn.el (vc-mtn-print-log):
6104         * vc-hg.el (vc-hg-print-log):
6105         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6106         pass it to the log command when set.  Make the BUFFER argument
6107         non-optional.
6109         * vc-sccs.el (vc-sccs-print-log):
6110         * vc-rcs.el (vc-rcs-print-log):
6111         * vc-git.el (vc-git-print-log):
6112         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6113         ignore it.  Make the BUFFER argument non-optional
6115         * bindings.el (mode-line-buffer-identification): Do not purecopy.
6117 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6119         * dired.el (dired-mode-map): Move encryption items to "Operate"
6120         menu (Bug#4703).
6122         * strokes.el (strokes-update-window-configuration): Make strokes
6123         buffer current before erasing (Bug#4906).
6125 2009-11-15  Juri Linkov  <juri@jurta.org>
6127         * simple.el (set-mark-default-inactive): Add :type, :group
6128         and :version.  (Bug#4876)
6130 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
6132         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6133         (archive-unique-fname): ... here.  (Bug#4929)
6135 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6137         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6138         with a real fix.
6140         * novice.el (disabled-command-function): Add useful args.
6141         Setup the help buffer so that [back] works.
6142         Remove redundant call to help-mode.
6143         (disabled-command-function): Use `case'.
6144         (en/disable-command): New function extracted from enable-command.
6145         (enable-command, disable-command): Use it.
6147 2009-11-14  Glenn Morris  <rgm@gnu.org>
6149         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6150         constants.  (Bug#4913)
6152         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6154 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6156         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6157         defined in C that have no doc-strings.  (Bug#1063)
6159 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
6161         * cus-edit.el (data, files):
6162         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
6164 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
6166         * simple.el (shell-command): Doc fix (Bug#4891).
6168         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6170 2009-11-14  Glenn Morris  <rgm@gnu.org>
6172         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6173         statements for vc-diff, emerge-quit, and rmail-cease-edit.
6174         If they are already loaded, eval-after-load will do the right thing.
6176         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6177         compiling.
6179         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6181         * simple.el (x-selection-owner-p): Declare.
6182         (read-mail-command): Use custom radio type rather than choice.
6183         (completion-no-auto-exit): Doc fix.
6185         * custom.el (defgroup):
6186         * epg-config.el (epg): Doc fixes.
6188 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6190         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6191         * international/ccl.el (define-ccl-program): Do not purecopy the
6192         docstring, defconst does it anyway.
6194 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6196         * add-log.el (add-change-log-entry): Avoid displaying the changelog
6197         a second time.
6199         * x-dnd.el (x-dnd-maybe-call-test-function):
6200         * window.el (split-window-vertically):
6201         * whitespace.el (whitespace-help-on):
6202         * vc-rcs.el (vc-rcs-consult-headers):
6203         * userlock.el (ask-user-about-lock-help)
6204         (ask-user-about-supersession-help):
6205         * type-break.el (type-break-force-mode-line-update):
6206         * time-stamp.el (time-stamp-conv-warn):
6207         * terminal.el (te-set-output-log, te-more-break, te-filter)
6208         (te-sentinel, terminal-emulator):
6209         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6210         (term-write-input-ring, term-check-source, term-start-output-log):
6211         (term-display-buffer-line, term-dynamic-list-completions):
6212         (term-ansi-make-term, serial-term):
6213         * subr.el (selective-display):
6214         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6215         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6216         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6217         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6218         (speedbar-remove-localized-speedbar-support)
6219         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6220         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6221         (speedbar-buffers-line-directory):
6222         * simple.el (shell-command-on-region, append-to-buffer)
6223         (prepend-to-buffer):
6224         * shadowfile.el (shadow-save-todo-file):
6225         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6226         (scroll-bar-maybe-set-window-start):
6227         * sb-image.el (speedbar-image-dump):
6228         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6229         (load-save-place-alist-from-file):
6230         * ps-samp.el (ps-print-message-from-summary):
6231         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6232         (ps-background-image, ps-begin-job, ps-do-despool):
6233         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6234         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6235         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6236         (pr-call-process, pr-file-list, pr-interface-save):
6237         * novice.el (disabled-command-function)
6238         (enable-command, disable-command):
6239         * mouse.el (mouse-buffer-menu-alist):
6240         * mouse-copy.el (mouse-kill-preserving-secondary):
6241         * macros.el (kbd-macro-query):
6242         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6243         * informat.el (batch-info-validate):
6244         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6245         * hippie-exp.el (try-expand-dabbrev-visible):
6246         * help-mode.el (help-make-xrefs):
6247         * help-fns.el (describe-variable):
6248         * generic-x.el (bat-generic-mode-run-as-comint):
6249         * finder.el (finder-mouse-select):
6250         * find-dired.el (find-dired-sentinel):
6251         * filesets.el (filesets-file-close):
6252         * files.el (list-directory):
6253         * faces.el (list-faces-display, describe-face):
6254         * facemenu.el (list-colors-display):
6255         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6256         * epg.el (epg--process-filter, epg-cancel):
6257         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6258         (epa--read-signature-type):
6259         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6260         (emerge-file-names):
6261         * ehelp.el (electric-helpify):
6262         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6263         * ediff-vers.el (rcs-ediff-view-revision):
6264         * ediff-util.el (ediff-setup):
6265         * ediff-mult.el (ediff-append-custom-diff):
6266         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6267         (ediff-wordify):
6268         * echistory.el (Electric-command-history-redo-expression):
6269         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6270         * disp-table.el (describe-display-table):
6271         * dired.el (dired-find-buffer-nocreate):
6272         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6273         * dabbrev.el (dabbrev--same-major-mode-p):
6274         * chistory.el (list-command-history):
6275         * apropos.el (apropos-documentation):
6276         * allout.el (allout-obtain-passphrase):
6277         (allout-copy-exposed-to-buffer):
6278         (allout-verify-passphrase): Use with-current-buffer.
6280 2009-11-13  Glenn Morris  <rgm@gnu.org>
6282         * Makefile.in (ELCFILES): Regenerate.
6284 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6286         * net/dbus.el (dbus-registered-objects-table): Rename from
6287         `dbus-registered-functions-table', because it contains also properties.
6288         (dbus-unregister-object): Unregister also properties.
6289         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6290         Use a timeout of 500 msec, in order to not block.
6291         (dbus-register-property, dbus-property-handler): New defuns.
6293 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6295         * simple.el (minibuffer-default-add-completions): Drop deprecated
6296         4th arg.
6298 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6300         * textmodes/artist.el (artist-mouse-choose-operation):
6301         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6302         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6303         (artist-compute-up-event-key): New function.
6304         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6306 2009-11-13  Kenichi Handa  <handa@m17n.org>
6308         * language/japan-util.el: Make sure that the value of jisx0208
6309         property is jisx0208 character.
6311 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6313         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6314         car or each item, not the whole list.
6316 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6318         * minibuffer.el (minibuffer-completion-help):
6319         Use minibuffer-hide-completions.
6321 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6323         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6324         (dired-revert): Use them (bug#4880).
6326 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6328         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6330 2009-11-12  Juri Linkov  <juri@jurta.org>
6332         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6333         New functions.
6334         (find-file-literally-at-point): Alias of `ffap-literally'.
6336 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6338         * textmodes/ispell.el (ispell-skip-region-alist):
6339         * textmodes/css-mode.el (auto-mode-alist):
6340         * progmodes/compile.el (auto-mode-alist):
6341         * international/mule.el (ctext-non-standard-encodings-alist)
6342         (ctext-non-standard-encodings-regexp):
6343         * simple.el (shell-command-switch, text-read-only):
6344         * replace.el (occur-mode-map):
6345         * paths.el (rmail-file-name):
6346         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6347         * find-file.el (ff-special-constructs):
6348         * files.el (file-name-handler-alist):
6349         * composite.el: Purecopy strings.
6351         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6353 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6355         * widget.el (define-widget): Purecopy the docstring.
6356         * international/mule-cmds.el (charset): Do not purecopy the
6357         docstring here, define-widget does it.
6359         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6360         * textmodes/bibtex-style.el (auto-mode-alist):
6361         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6362         * progmodes/compile.el (compile-command):
6363         * language/korea-util.el (default-korean-keyboard):
6364         * international/mule-conf.el (file-coding-system-alist):
6365         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6366         * tooltip.el (tooltip-frame-parameters):
6367         * newcomment.el (comment-end, comment-padding):
6368         * dired.el (dired-trivial-filenames):
6369         * comint.el (comint-file-name-prefix): Purecopy initial values.
6371 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6373         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6374         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6375         `tramp-unload'.
6376         (tramp-advice-make-auto-save-file-name)
6377         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6378         after removing the advice.
6380 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6382         * progmodes/grep.el (grep-regexp-alist):
6383         * international/mule-cmds.el (iso-2022-control-alist):
6384         * emacs-lisp/timer.el (timer-duration-words):
6385         * subr.el (version-separator, version-regexp-alist):
6386         * minibuffer.el (completion-styles-alist):
6387         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6388         Change defvars to defconsts.
6390         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6391         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6392         * international/mule-conf.el: Allow to be byte compiled.
6394         * international/mule.el (define-charset): Purecopy props.
6395         (load-with-code-conversion): Purecopy doc string and file name.
6396         (put-charset-property): Purecopy strings.
6397         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6399         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6400         (define-char-code-property): Correctly purecopy the table.
6402         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6404         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6406         * subr.el (add-hook): Purecopy strings.
6407         (eval-after-load): Purecopy load-history-regexp and the form.
6409         * custom.el (custom-declare-group): Purecopy load-file-name.
6411         * subr.el (menu-bar-separator): New defconst.
6412         * net/eudc.el (eudc-tools-menu):
6413         * international/mule-cmds.el (set-coding-system-map)
6414         (mule-menu-keymap):
6415         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6416         * vc-hooks.el (vc-menu-map):
6417         * replace.el (occur-mode-map):
6418         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6419         (menu-bar-edit-menu, menu-bar-goto-menu)
6420         (menu-bar-custom-menu, menu-bar-showhide-menu)
6421         (menu-bar-options-menu, menu-bar-tools-menu)
6422         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6423         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6424         (menu-bar-help-menu):
6425         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6426         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6428         * term/x-win.el (x-gtk-stock-map):
6429         * progmodes/vera-mode.el (auto-mode-alist):
6430         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6431         (inferior-lisp-program, inferior-lisp-load-command):
6432         * progmodes/hideshow.el (hs-special-modes-alist):
6433         * progmodes/gud.el (same-window-regexps):
6434         * progmodes/grep.el (grep-program, find-program, xargs-program):
6435         * net/telnet.el (same-window-regexps):
6436         * net/rlogin.el (same-window-regexps):
6437         * language/ethiopic.el (font-ccl-encoder-alist):
6438         * vc-sccs.el (vc-sccs-master-templates):
6439         * vc-rcs.el (vc-rcs-master-templates):
6440         * subr.el (cl-assertion-failed):
6441         * simple.el (next-error-overlay-arrow-position):
6442         * lpr.el (lpr-command):
6443         * locate.el (locate-ls-subdir-switches):
6444         * info.el (same-window-regexps, info)
6445         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6446         * image-mode.el (image-mode, auto-mode-alist):
6447         * hippie-exp.el (hippie-expand-ignore-buffers):
6448         * format.el (format-alist):
6449         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6450         (find-name-arg):
6451         * facemenu.el (facemenu-keybindings):
6452         * dired.el (dired-listing-switches, dired-chown-program):
6453         * diff.el (diff-switches, diff-command):
6454         * cus-edit.el (same-window-regexps):
6455         * bindings.el (mode-line-mule-info)
6456         (mode-line-buffer-identification): Purecopy strings.
6458 2009-11-11  Juri Linkov  <juri@jurta.org>
6460         * simple.el (dired-get-filename) <declare-function>:
6461         Tell the byte-compiler about dired-get-filename.
6462         (shell-command): In Dired mode, get filename from the current line
6463         as the default value.
6465 2009-11-10  Glenn Morris  <rgm@gnu.org>
6467         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6468         * calendar/holidays.el, progmodes/cperl-mode.el:
6469         Update x-popup-menu declarations.
6471         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6472         (list-load-path-shadows): Use dolist.
6473         (list-load-path-shadows): Use with-current-buffer.
6475 2009-11-10  Juri Linkov  <juri@jurta.org>
6477         * minibuffer.el (read-file-name): Support a list of default values
6478         in `default-filename'.  Use the first file name where only one
6479         element is required.  Doc fix.
6481 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6483         * net/dbus.el (dbus-unregister-object): Release service, if no
6484         other method is registered for it.
6486 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6488         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6489         bookmark-sort-flag is non-nil (Bug#4653).
6491 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6493         * emulation/cua-base.el: Add CUA property to some CC mode commands
6494         (Bug#4100).
6496 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6498         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6499         at end of sentence (Bug#4818).
6501 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6503         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6504         Handle "see declaration of" MSFT statements (Bug#4100).
6506 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6508         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6509         (tramp-advice-file-expand-wildcards): Unload via
6510         `ad-remove-advice'.
6512         * net/trampver.el: Update release number.
6514 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6516         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6517         `ad-do-it'.
6519 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6521         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6522         in order to keep context in SELinux.
6524 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6526         * dired-aux.el (dired-query): Place cursor in echo area and allow
6527         C-g.
6529         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6530         menu item if not on a directory (Bug#4701).
6532 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6534         Sync with Tramp 2.1.17.
6536         * net/tramp.el (tramp-handle-copy-directory): Don't use
6537         `file-remote-p' (due to compatibility).
6539         * net/tramp-compat.el (tramp-compat-copy-directory)
6540         (tramp-compat-delete-directory): New defuns.
6542         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6543         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6544         Use `tramp-compat-delete-directory'.
6546         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6547         (tramp-smb-handle-delete-directory):
6548         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6550         * net/trampver.el: Update release number.
6552 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6554         * tar-mode.el (tar-copy): Call write-region on the right buffer
6555         (Bug#4857).
6557         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6558         by hand, if necessary (Bug#4878).
6560 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6562         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6563         align size column (Bug#4839).
6565         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6566         statement.
6568 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6570         * progmodes/ld-script.el (auto-mode-alist):
6571         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6573         * cus-face.el (custom-declare-face): Purecopy face spec.
6575 2009-11-06  Kenichi Handa  <handa@m17n.org>
6577         * international/uni-bidi.el: Re-generated.
6578         * international/uni-category.el: Re-generated.
6579         * international/uni-combining.el: Re-generated.
6580         * international/uni-mirrored.el: Re-generated.
6582 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6584         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6585         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6586         (tex-start-options, slitex-run-command, latex-run-command)
6587         (tex-run-command, tex-directory):
6588         * textmodes/ispell.el (ispell-html-skip-alists)
6589         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6590         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6591         (adaptive-fill-regexp):
6592         * textmodes/dns-mode.el (auto-mode-alist):
6593         * progmodes/python.el (interpreter-mode-alist):
6594         * progmodes/etags.el (tags-compression-info-list):
6595         * progmodes/etags.el (tags-file-name):
6596         * net/browse-url.el (browse-url-galeon-program)
6597         (browse-url-firefox-program):
6598         * mail/sendmail.el (mail-signature-file)
6599         (mail-citation-prefix-regexp):
6600         * international/mule-conf.el (eight-bit):
6601         * international/latexenc.el (latex-inputenc-coding-alist):
6602         * international/fontset.el (x-pixel-size-width-font-regexp):
6603         * emacs-lisp/warnings.el (warning-type-format):
6604         * emacs-lisp/trace.el (trace-buffer):
6605         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6606         (emacs-lisp-mode-map):
6607         * calendar/holidays.el (holiday-solar-holidays)
6608         (holiday-bahai-holidays, holiday-islamic-holidays)
6609         (holiday-christian-holidays, holiday-hebrew-holidays)
6610         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6611         (hebrew-holidays-1, holiday-oriental-holidays)
6612         (holiday-general-holidays):
6613         * x-dnd.el (x-dnd-known-types):
6614         * tool-bar.el (tool-bar):
6615         * startup.el (site-run-file):
6616         * shell.el (shell-dumb-shell-regexp):
6617         * rfn-eshadow.el (file-name-shadow-tty-properties)
6618         (file-name-shadow-properties):
6619         * paths.el (remote-shell-program, news-directory):
6620         * mouse.el ([C-down-mouse-3]):
6621         * menu-bar.el (menu-bar-tools-menu):
6622         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6623         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6624         (jka-compr-compression-info-list):
6625         * isearch.el (search-whitespace-regexp):
6626         * image-file.el (image-file-name-extensions):
6627         * find-dired.el (find-ls-option):
6628         * files.el (directory-listing-before-filename-regexp)
6629         (directory-free-space-args, insert-directory-program)
6630         (list-directory-brief-switches, magic-fallback-mode-alist)
6631         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6632         (automount-dir-prefix):
6633         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6634         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6635         (face-font-registry-alternatives, face-font-registry-alternatives)
6636         (face-font-family-alternatives):
6637         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6638         (facemenu-foreground-menu, facemenu-face-menu):
6639         * epa-hook.el (epa-file-name-regexp):
6640         * dnd.el (dnd-protocol-alist):
6641         * textmodes/rst.el (auto-mode-alist):
6642         * button.el (default-button): Purecopy strings.
6644 2009-11-06  Glenn Morris  <rgm@gnu.org>
6646         * Makefile.in (ELCFILES): Update.
6648 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6650         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6651         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6653         * nxml/xsd-regexp.el (xsdre-gen-categories):
6654         * nxml/xmltok.el (xmltok-parse-entity):
6655         * nxml/rng-parse.el (rng-parse-validate-file):
6656         * nxml/rng-maint.el (rng-format-manual)
6657         (rng-manual-output-force-new-line):
6658         * nxml/rng-loc.el (rng-save-schema-location-1):
6659         * nxml/rng-cmpct.el (rng-c-parse-file):
6660         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6661         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6663 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6665         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6666         Remove extra save-excursions and make-variable-buffer-local's.
6667         Suggested by Stefan Monnier.
6669         (verilog-getopt-file, verilog-module-inside-filename-p)
6670         (verilog-set-define): Merge GNU 1.35 and repair changes from
6671         switching to using with-current-buffer.
6673         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6674         being treated as a number and confusing AUTORESET.
6675         Reported by Dan Dever.
6677         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6678         Add verilog-auto-ignore-concat to fix backward compatibility with
6679         older verilog-modes.  Reported by Dan Katz.
6681         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6682         containing closing anchors "...$".
6684         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6685         Reported by Wade Smith.
6687         (verilog-batch-execute-func): Comment on function usage.
6689 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6691         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6692         for labels.
6694         (verilog-label-re, verilog-calc-1): Support proper indent of named
6695         asserts.
6697         (verilog-backward-token, verilog-basic-complete-re)
6698         (verilog-beg-of-statement, verilog-indent-re): Support proper
6699         indent of the assert statement at the beginning of a block of text.
6701         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6702         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6703         tokens as begins.
6705 2009-11-05  Glenn Morris  <rgm@gnu.org>
6707         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6708         Emacs 19.  (Bug#1531)
6709         (byte-compile-fix-header): Update for the above change.
6710         Drop test for epoch::version.
6712         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6713         * cus-dep.el (custom-make-dependencies):
6714         * finder.el (finder-compile-keywords):
6715         Use autoload-rubric's feature argument.
6717         * calendar/diary-lib.el (top-level): Make load behave more like require.
6719         * vc-git.el (vc-git-stash-map): Move definition before use.
6721 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6723         * custom.el (custom-declare-group): Purecopy standard-value.
6724         (custom-declare-group): Purecopy custom-prefix.
6726         * international/mule.el (load-with-code-conversion):
6727         Call do-after-load-evaluation unconditionally.
6729         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6731 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6733         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6735 2009-11-04  Glenn Morris  <rgm@gnu.org>
6737         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6738         (byte-compile-compatibility): Remove option.
6739         (byte-compile-close-variables, byte-compile-fix-header)
6740         (byte-compile-insert-header, byte-compile-output-docform)
6741         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6742         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6743         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6744         (byte-compile-insert, byte-compile-defun):
6745         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6746         (byte-defop-compiler19): Remove.
6747         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6748         used by anything.  Replace all calls with byte-defop-compiler.
6750 2009-11-04  Juri Linkov  <juri@jurta.org>
6752         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6753         (menu-bar-options-menu): Don't quote the `prop' arg of
6754         `menu-bar-make-mm-toggle'.
6756 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6758         * calendar/calendar.el (cal-loaddefs):
6759         * calendar/diary-lib.el (diary-loaddefs):
6760         * calendar/holidays.el (hol-loaddefs):
6761         * eshell/esh-module.el (esh-groups): Load rather than require.
6763 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6765         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6766         point-min==1.
6767         (todo-top-priorities): Only display-buffer when called interactively.
6768         (todo-item-start): Don't save excursion point.
6769         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6770         (todo-insert-item-here, todo-file-item, todo-remove-item):
6771         Adjust uses of todo-item-start and todo-item-end.
6773         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6774         (autoload-rubric): Don't use any more.
6776         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6777         and only put a prop if it is non-nil.
6779 2009-11-03  Juri Linkov  <juri@jurta.org>
6781         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6782         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6784         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6785         and "Menu" to make top-level menu item visually one unit (like
6786         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6787         multi-word menu items).  Fix :help string for quit-window.
6789 2009-11-03  Glenn Morris  <rgm@gnu.org>
6791         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6792         (byte-compile-file-form-define-abbrev-table)
6793         (byte-compile-file-form-custom-declare-variable)
6794         (byte-compile-variable-ref, byte-compile-defvar):
6795         Whether or not a warning is enabled should only affect whether we issue
6796         the warning, not whether or not we collect the relevant data.
6797         Eg warnings can be turned on and off throughout the course of a file.
6799         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6800         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6802 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6804         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6805         * play/mpuz.el (mpuz-create-buffer):
6806         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6807         (lm-print-y,s,noise, lm-print-w0, lm-init):
6808         * play/gomoku.el (gomoku-prompt-for-move):
6809         * play/fortune.el (fortune-in-buffer):
6810         * play/dissociate.el (dissociated-press):
6811         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6812         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6813         * mail/supercite.el (sc-eref-show):
6814         * mail/smtpmail.el (smtpmail-send-it):
6815         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6816         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6817         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6818         (rmail-summary-goto-msg, rmail-summary-expunge)
6819         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6820         (rmail-summary-add-label, rmail-summary-output-menu)
6821         (rmail-summary-output-body):
6822         * mail/rfc822.el (rfc822-addresses):
6823         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6824         * mail/mailpost.el (post-mail-send-it):
6825         * mail/hashcash.el (hashcash-generate-payment):
6826         * mail/feedmail.el (feedmail-run-the-queue)
6827         (feedmail-queue-send-edit-prompt-help-first)
6828         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6829         (feedmail-deduce-address-list):
6830         * eshell/esh-ext.el (eshell-remote-command):
6831         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6832         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6833         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6834         (viper-save-string-in-file, viper-valid-marker):
6835         * emulation/viper-keym.el (viper-toggle-key):
6836         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6837         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6838         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6839         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6840         (viper-exec-form-in-emacs, viper-brac-function):
6841         * emulation/viper.el (viper-delocalize-var):
6842         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6843         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6844         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6845         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6846         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6847         * emulation/edt.el (edt-electric-helpify):
6848         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6849         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6850         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6851         (cua-indent-to-global-mark-column):
6852         * calendar/diary-lib.el (calendar-mark-1):
6853         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6854         Use with-current-buffer.
6855         * emulation/viper.el (viper-delocalize-var): Use dolist.
6857 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6859         * comint.el (comint-replace-by-expanded-history-before-point):
6860         Replace !! with the previous input string literally (Bug#1795).
6862 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6864         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6865         to be made up of whitespace.
6867 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6869         * minibuffer.el (read-file-name): Don't use file dialogs for
6870         remote directories (Bug#99).
6872 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6874         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6876 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6878         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6879         instead of deleting the window or frame.
6881 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6883         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6884         Support face colors.
6886         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6887         New function.  Support face colors (Bug#1168).
6888         (tex-common-initialization): Use it.
6890         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6891         mode allows it (Bug#1168).
6893 2009-10-31  Juri Linkov  <juri@jurta.org>
6895         * facemenu.el (list-colors-display): Don't mark buffer as
6896         modified (Bug#3948).
6898 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6900         * international/mule-diag.el (list-character-sets-1):
6901         Minor message fix (Bug#3526).
6903         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6904         Fix face property (Bug#4834).
6905         (etags-list-tags, etags-tags-apropos-additional)
6906         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6907         property.
6909         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6910         items.
6912 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6914         * textmodes/two-column.el (2C-split):
6915         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6916         * textmodes/tex-mode.el (tex-set-buffer-directory):
6917         * textmodes/spell.el (spell-region, spell-string):
6918         * textmodes/reftex.el (reftex-erase-buffer):
6919         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6920         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6921         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6922         (reftex-select-item):
6923         * textmodes/reftex-ref.el (reftex-label-info-update)
6924         (reftex-offer-label-menu):
6925         * textmodes/reftex-index.el (reftex-index-change-entry)
6926         (reftex-index-phrases-info):
6927         * textmodes/reftex-global.el (reftex-create-tags-file)
6928         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6929         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6930         (reftex-view-crossref-from-bibtex):
6931         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6932         (reftex-extract-bib-entries-from-thebibliography)
6933         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6934         * textmodes/refbib.el (r2b-capitalize-title):
6935         (r2b-convert-buffer, r2b-help):
6936         * textmodes/page-ext.el (pages-directory)
6937         (pages-directory-goto-with-mouse):
6938         * textmodes/bibtex.el (bibtex-validate-globally):
6939         * textmodes/bib-mode.el (bib-capitalize-title):
6940         * textmodes/artist.el (artist-clear-buffer, artist-system):
6941         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6942         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6943         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6944         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6945         (xscheme-send-control-g-interrupt, xscheme-start-process)
6946         (xscheme-process-sentinel, xscheme-cd):
6947         * progmodes/verilog-mode.el (verilog-read-always-signals)
6948         (verilog-set-define, verilog-getopt-file)
6949         (verilog-module-inside-filename-p):
6950         * progmodes/sh-script.el:
6951         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6952         (python-pdbtrack-grub-for-buffer, python-execute-file):
6953         * progmodes/octave-inf.el (inferior-octave):
6954         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6955         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6956         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6957         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6958         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6959         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6960         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6961         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6962         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6963         (idlwave-shell-examine-display, idlwave-shell-run-region)
6964         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6965         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6966         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6967         (idlwave-help-get-help-buffer):
6968         * progmodes/gud.el (gud-basic-call, gud-find-class)
6969         (gud-tooltip-activate-mouse-motions-if-enabled):
6970         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6971         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6972         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6973         (ebrowse-tags-next-file):
6974         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6975         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6976         (ebnf-eps-finish-and-write):
6977         * progmodes/cpp.el (cpp-edit-save):
6978         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6979         * progmodes/cc-defs.el (c-emacs-features):
6980         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6981         (antlr-directory-dependencies):
6982         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6983         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6984         (ada-find-any-references, ada-make-filename-from-adaname)
6985         (ada-make-body-gnatstub):
6986         * obsolete/rnews.el (news-list-news-groups):
6987         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6988         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6989         * net/rcirc.el (rcirc-debug):
6990         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6991         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6992         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6993         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6994         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6995         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6996         (newsticker--treeview-list-clear-highlight)
6997         (newsticker--treeview-list-update-highlight)
6998         (newsticker--treeview-list-highlight-start)
6999         (newsticker--treeview-tree-update-highlight)
7000         (newsticker--treeview-get-selected-item)
7001         (newsticker-treeview-mark-list-items-old)
7002         (newsticker--treeview-set-current-node):
7003         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7004         * net/newst-backend.el (newsticker--get-news-by-funcall)
7005         (newsticker--get-news-by-wget, newsticker--image-get)
7006         (newsticker--image-sentinel):
7007         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7008         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7009         (eudc-ph-close-session):
7010         * net/eudc.el (eudc-save-options):
7011         * language/thai-word.el (thai-update-word-table):
7012         * language/japan-util.el (japanese-string-conversion):
7013         * international/titdic-cnv.el (tsang-quick-converter)
7014         (ziranma-converter, ctlau-converter):
7015         * international/mule-cmds.el (describe-language-environment):
7016         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7017         (skkdic-convert-postfix, skkdic-convert-prefix):
7018         (skkdic-convert-okuri-nasi, skkdic-convert):
7019         * emacs-lisp/re-builder.el (reb-update-overlays):
7020         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7021         * emacs-lisp/gulp.el (gulp-send-requests):
7022         * emacs-lisp/find-gc.el (trace-call-tree):
7023         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7024         (eieio-describe-generic):
7025         * emacs-lisp/eieio-base.el (eieio-persistent-read):
7026         * emacs-lisp/edebug.el (edebug-outside-excursion):
7027         * emacs-lisp/debug.el (debugger-make-xrefs):
7028         * emacs-lisp/cust-print.el (custom-prin1-to-string):
7029         * emacs-lisp/chart.el (chart-new-buffer):
7030         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7031         Use with-current-buffer.
7032         * textmodes/artist.el (artist-system): Don't call
7033         copy-sequence on a fresh string.
7034         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7036 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
7038         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7039         is no item to edit.  (Bug#4820)
7040         (todo-top-priorities): Restore point and restore narrowing in Todo
7041         buffer.  (Bug#4820)
7043 2009-10-31  Glenn Morris  <rgm@gnu.org>
7045         * net/ange-ftp.el (top-level): Don't require dired when compiling.
7046         (comint-last-output-start, comint-last-input-start)
7047         (comint-last-input-end): Don't defvar when compiling.
7048         (ange-ftp-process-file): Use bound-and-true-p.
7050         * pcmpl-rpm.el (top-level): Move provide statement to end.
7051         (pcmpl-rpm): Remove unused custom group.
7053         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7055         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7057         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7058         (byte-compile-warnings): Add `constants' as an option.
7059         (byte-compile-callargs-warn, byte-compile-arglist-warn)
7060         (display-call-tree): Update for byte-compile-fdefinition possibly
7061         returning `(macro lambda ...)'.  (Bug#4778)
7062         (byte-compile-variable-ref, byte-compile-setq-default):
7063         Respect `constants' member of byte-compile-warnings.
7065 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7067         * vc-bzr.el (vc-bzr-revision-keywords): New var.
7068         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7069         to "submit:".
7071 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
7073         * textmodes/ispell.el (ispell-skip-region-alist):
7074         * international/mule-conf.el (eight-bit):
7075         * international/fontset.el (font-encoding-alist):
7076         * startup.el (pure-space-overflow-message):
7077         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7078         * paths.el (gnus-nntp-service, rmail-spool-directory)
7079         (term-file-prefix):
7080         * files.el (save-some-buffers-action-alist):
7081         * cmuscheme.el (same-window-buffer-names):
7082         * ielm.el (same-window-buffer-names):
7083         * shell.el (same-window-buffer-names):
7084         * mail/sendmail.el (same-window-buffer-names):
7085         * progmodes/inf-lisp.el (same-window-buffer-names):
7086         * bindings.el (mode-line-client)
7087         (mode-line-column-line-number-mode-map):
7088         * language/tibetan.el (tibetan-precomposition-rule-regexp)
7089         (tibetan-precomposed-regexp): Purecopy string arguments.
7091 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7093         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7094         (calcDigit-nondigit):
7095         * calc/calc-yank.el (calc-copy-to-buffer):
7096         * calc/calc-units.el (calc-invalidate-units-table):
7097         * calc/calc-trail.el (calc-trail-yank):
7098         * calc/calc-store.el (calc-insert-variables):
7099         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7100         * calc/calc-prog.el (calc-read-parse-table):
7101         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7102         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7103         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7104         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7105         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7106         (calc-graph-name, calc-graph-find-command, calc-graph-view)
7107         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7108         * calc/calc-ext.el (calc-realign):
7109         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7110         (calc-embedded-finish-edit, calc-embedded-make-info)
7111         (calc-embedded-finish-command, calc-embedded-stack-change):
7112         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7114         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7115         shell-dynamic-complete-filename in preference to
7116         comint-dynamic-complete-filename.
7118         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7119         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7120         Don't consider whether the display supports colors.
7121         (bookmark-import-new-list): Use dolist.
7122         (bookmark-bmenu-mode-map): Move initialization into declaration.
7123         (bookmark-bmenu-list): Use dolist, simplify.
7124         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7125         (menu-bar-final-items): Use push.
7127 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7129         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7130         it works on remote files.
7131         (vc-hg-diff): Don't pass any `--cwd' argument.
7133 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7135         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7136         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7137         (Further to Bug#3921).
7139 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7141         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7142         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7143         calling `tramp-imap-put-file'.  Add file size to the call.
7144         (tramp-imap-get-file-entries): Compute also user name, file size,
7145         and date.
7146         (tramp-imap-handle-insert-directory): Insert uid and gid.
7147         (tramp-imap-handle-file-attributes): Transform uid and gid
7148         according to `id-format'.
7149         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7150         size in header X-Size.
7152 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7154         * simple.el (transpose-subr): Give clearer error when the mark
7155         is not set.  (Bug#4807)
7157 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7159         * net/tramp.el (tramp-perl-file-truename): New defconst.
7160         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7161         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7162         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7163         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7165         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7166         Ignore `dired-call-process'.
7167         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7169 2009-10-26  Julian Scheid  <julians37@gmail.com>
7171         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7172         (tramp-get-remote-readlink): New defun.
7173         (tramp-handle-file-truename): Use it.
7174         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7175         file exists if cache value present.
7176         (tramp-check-cached-permissions): New defun.
7177         (tramp-handle-file-readable-p): Use it.
7178         (tramp-handle-file-writable-p): Likewise.
7179         (tramp-handle-file-executable-p): Likewise.
7180         (tramp-handle-file-name-all-completions): Try using Perl to get
7181         partial completions.  When perl not available, combine `cd' and
7182         `ls' into single remote operation and use shell expansion to get
7183         partial remote directory contents.  Set `file-exists-p' cache for
7184         directory and any files returned by ls.  Change cache handling to
7185         support partial directory contents.  Use error message emitted by
7186         remote `cd' or Perl code for local tramp-error.
7187         (tramp-do-copy-or-rename-file-directly): Avoid separate
7188         tramp-send-command-and-check call.
7189         (tramp-handle-process-file): Merge three remote ops into one.
7190         Do not flush all caches when `process-file-side-effects' is set.
7191         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7192         file-attributes shows uid/gid to be set already.
7194 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7196         * textmodes/tex-mode.el (tex-dvi-view-command)
7197         (tex-show-queue-command, tex-open-quote):
7198         * progmodes/ruby-mode.el (auto-mode-alist)
7199         (interpreter-mode-alist): Purecopy strings.
7201         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7203         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7204         string for the hook, keymap and abbrev table.
7206         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7208         * x-dnd.el (x-dnd-xdnd-to-action):
7209         * startup.el (fancy-startup-text, fancy-about-text): Change to
7210         defconst from defvar.
7212         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7214         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7215         Purecopy initialization strings.
7217         * mail/sendmail.el (mail-header-separator)
7218         (mail-personal-alias-file):
7219         * mail/rmail.el (rmail-default-dont-reply-to-names)
7220         (rmail-ignored-headers, rmail-retry-ignored-headers)
7221         (rmail-highlighted-headers, rmail-secondary-file-directory)
7222         (rmail-secondary-file-regexp):
7223         * files.el (null-device, file-name-invalid-regexp)
7224         (locate-dominating-stop-dir-regexp)
7225         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7226         (interpreter-mode-alist): Use mapcar instead of mapc.
7228         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7230         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7231         (completion-ignored-extensions):
7232         (debug-ignored-errors): Purecopy strings.
7234 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7236         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7237         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7238         (pcomplete--here): Use push.
7240         * subr.el (all-completions): Declare the 4th arg obsolete.
7242 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * pcomplete.el (pcomplete-unquote-argument-function): New var.
7245         (pcomplete-unquote-argument): New function.
7246         (pcomplete--common-suffix): Always pay attention to case.
7247         (pcomplete--table-subvert): Quote and unquote the text.
7248         (pcomplete--common-quoted-suffix): New function.
7249         (pcomplete-std-complete): Use it and pcomplete-begin.
7251         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7252         we're inside a dedicated or minibuffer window.
7254 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
7256         * bookmark.el: Update documentation, especially documentation
7257         of `bookmark-alist' and of the bookmark file format.
7258         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
7260 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7262         * mail/emacsbug.el (report-emacs-bug): Clarify that the
7263         keybindings apply to the mail buffer (Bug#4003).  Shrink help
7264         window to buffer.
7266         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7267         (global-whitespace-mode, global-whitespace-newline-mode)
7268         (whitespace-toggle-options, global-whitespace-toggle-options):
7269         Doc fix (Bug#3660).
7271         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7272         of xmltok-start before the end tag was inserted (Bug#2840).
7274         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7275         patterns that are preceded by an open-paren (Bug#1320).
7277 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
7279         * files.el (delete-directory): Delete symlinks to directories with
7280         delete-file (Bug#4739).
7282 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7284         * vc.el (vc-backend-for-registration): Rename from
7285         vc-get-backend-for-registration.  Update callers.
7287         * international/mule-cmds.el (set-language-info-alist):
7288         Purecopy lang-env.
7289         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7290         (charset): Purecopy the name.
7291         (define-char-code-property): Purecopy string arguments.
7293         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7294         Purecopy string arguments.
7296         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7297         * ediff-hook.el (menu-bar-ediff-menu):
7298         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7299         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7301 2009-10-24  Glenn Morris  <rgm@gnu.org>
7303         * comint.el (comint-dynamic-list-completions):
7304         * term.el (term-dynamic-list-completions): Use choose-completion rather
7305         than obsolete alias mouse-choose-completion.
7307         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7308         file-cache-choose-completion.
7309         (file-cache-choose-completion): Handle an optional event argument.
7310         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7312         * progmodes/octave-mod.el (octave-complete-symbol):
7313         Use choose-completion if mouse-choose-completion is ever removed.
7315         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7316         use.
7318         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7319         compiler.
7321         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7323 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7325         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7326         Ignore `pred' now that we receive one.
7327         Handle test-completion specially.
7329 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7331         * vc.el (vc-responsible-backend): Throw an error if not backend is
7332         found.  Remove the REGISTER argument.  Move the code dealing with
7333         REGISTER ...
7334         (vc-get-backend-for-registration): ... here.  New function.
7335         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7336         of vc-responsible-backend, pass the file name instead of the
7337         directory name.
7339 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7341         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7342         New funs.
7343         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7344         (pcomplete-comint-setup): Don't modify a global var via
7345         accidental side-effects.
7346         (pcomplete-shell-setup): Adjust call accordingly.
7347         (pcomplete-parse-comint-arguments): Use push.
7349 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7351         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7352         Allow uncapitalized info node names (Bug#3921).
7354         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7355         to the DEBUG file (Bug#3781).
7357 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7359         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7360         dictionary entry (Bug#4579).
7362 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7364         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7365         from `rfn-eshadow-update-overlay-hook' when unloading.
7366         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7367         "rsyncc".  Adjust doc string.
7368         (tramp-temp-buffer-file-name): New buffer-local defvar.
7369         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7370         Keep temporary file when indicated by method ("rsync" and
7371         "rsyncc").
7372         (tramp-handle-write-region): Handle APPEND.
7373         (tramp-delete-temp-file-function): New defun.  Added to
7374         `kill-buffer-hook'.
7376 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7378         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7380 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7382         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7383         (color-name-rgb-alist, tty-standard-colors)
7384         (tty-color-mode-alist): Change to defconst.
7386         * simple.el (mark-inactive): Purecopy message.
7388         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7389         (global-map, yank-menu):
7390         * textmodes/ispell.el (ispell-menu-map):
7391         * net/eudc.el (eudc-tools-menu):
7392         * international/mule-cmds.el (describe-language-environment-map)
7393         (setup-language-environment-map, set-coding-system-map)
7394         (mule-menu-keymap):
7395         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7396         * replace.el (occur-mode-map):
7397         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7399 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7401         * calc/calc.el (math-read-number, math-read-number-simple):
7402         Use `save-match-data'.
7404 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7406         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7407         rather than fiddling with global-map bindings, since it should only
7408         affect per-terminal settings.
7409         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7411         * minibuffer.el (completion-table-with-terminator): Allow to specify
7412         the terminator-regexp.
7414         * simple.el (switch-to-completions): Look for *Completions* in other
7415         frames as well.
7417         * pcomplete.el: Allow the use of completion-tables.
7418         (pcomplete-std-complete): New command.
7419         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7420         (pcomplete--here): Use a function for `form' rather than an expression,
7421         so it can be byte-compiled.
7422         (pcomplete-here, pcomplete-here*): Adjust accordingly.
7423         Add edebug declaration.
7424         (pcomplete-show-completions): Remove unused var `curbuf'.
7425         (pcomplete-do-complete, pcomplete-stub):
7426         Don't assume `completions' is a list of strings any more.
7428 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
7430         * find-dired.el (find-name-arg): Fix typo in docstring.
7432 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7434         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7435         (pcmpl-linux-fs-types): Same, and update to new modules layout.
7437         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7438         pcomplete-entries.
7440         * comint.el (comint-read-input-ring, comint-write-input-ring)
7441         (comint-substitute-in-file-name)
7442         (comint-dynamic-complete-as-filename)
7443         (comint-dynamic-simple-complete)
7444         (comint-dynamic-list-filename-completions)
7445         (comint-dynamic-list-completions)
7446         (comint-redirect-results-list-from-process): Minor simplifications.
7448 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7450         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7451         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7452         the first form.  And insert a blank line after ";;; Code" since
7453         that's usual style.  (Bug#4612)
7455         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7457 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7459         * minibuffer.el (completion-table-with-terminator): Properly implement
7460         boundaries, in case `terminator' appears in the suffix.
7461         (completion--embedded-envvar-table): Don't return boundaries if
7462         there's no valid completion.  Simplify.
7463         (completion-file-name-table): New completion table extracted from
7464         completion--file-name-table.
7465         (completion--file-name-table): Use it.
7466         (read-file-name-predicate): Declare obsolete.
7467         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7468         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7469         completion-file-name-table, and use the `pred' argument.
7470         * files.el (locate-file-completion-table): Use the `pred' arg rather
7471         than read-file-name-predicate.
7472         (abbreviate-file-name): Use \` rather than ^ for BOS.
7474 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
7476         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7477         vc-responsible-backend to register, it causes problems.
7479 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7481         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7483 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
7485         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7486         (tramp-smb-handle-file-attributes): Use it.
7487         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7488         (tramp-smb-handle-insert-directory): Use `mapc' rather than
7489         `mapcar'.  Use `tramp-smb-get-stat-capability'.
7490         Add `dired-filename' text properties.
7491         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7492         (tramp-smb-maybe-open-connection): Simplify check for smbclient
7493         version.
7495 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7497         * subr.el (read-key-delay): Reduce to 0.01.
7498         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7499         (bug#4751).
7501 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7503         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7505         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7506         (Info-menu): Remove unused vars `last' and `completions'.
7507         (Info-index-nodes): Remove unused var `node'.
7509         * info.el (Info-complete-menu-item): Use complete-with-action.
7511 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7513         Make vc-annotate work through copies and renames.
7514         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7515         Return the file name too.
7516         (vc-annotate-revision-at-line)
7517         (vc-annotate-find-revision-at-line)
7518         (vc-annotate-revision-previous-to-line)
7519         (vc-annotate-show-log-revision-at-line): Update to get the file
7520         name from vc-annotate-extract-revision-at-line.
7521         (vc-annotate-show-diff-revision-at-line-internal): Change the
7522         argument to mean whether to show a file diff or not.  Get the file
7523         name from vc-annotate-extract-revision-at-line.
7524         (vc-annotate-show-diff-revision-at-line):
7525         Update vc-annotate-show-diff-revision-at-line call.
7526         (vc-annotate-warp-revision): Add an optional file argument.
7528         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7529         (vc-git-annotate-extract-revision-at-line): Also return the file
7530         name if found.
7532         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7533         command.  Remove unused code.
7534         (vc-hg-annotate-re): Update to match --follow output.
7535         (vc-hg-annotate-extract-revision-at-line): Also return the file
7536         name if found.
7538         * vc.el: Update annotate-extract-revision-at-line documentation.
7540 2009-10-18  Kevin Ryde  <user42@zip.com.au>
7542         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7543         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7545         * net/browse-url.el (browse-url): Identify alist with "consp and
7546         not functionp" and let all other things go down the `apply' leg,
7547         as suggested by Stefan.  (Further to bug#4531.)
7549 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
7551         * minibuffer.el (read-file-name): Check for repeat before putting
7552         a default argument in file-name-history (Bug#4657).
7554         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7555         read syntax (Bug#4737).
7557         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7559 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7561         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7562         (html-tag-alist, html-tag-help): Add descriptions for undocumented
7563         entries and make note of obsolete tags.
7565 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7567         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7569 2009-10-18  Glenn Morris  <rgm@gnu.org>
7571         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7572         grep, so that binary files (eg international/uni-bidi.el) can match.
7573         Remove test for "UnicodeData" files, since it is hopefully unnecessary
7574         now, and in any case the file header format has changed.
7576 2009-10-17  Glenn Morris  <rgm@gnu.org>
7578         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7579         (flyspell-get-word, flyspell-large-region)
7580         (flyspell-auto-correct-previous-word): Doc/error message fixes.
7582 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7584         * Makefile.in (ELCFILES): Add ede/shell.
7586 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7588         * term/common-win.el (x-colors): Purecopy it.
7590 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7592         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7593         permissive for when the buffer is empty.
7594         (tar-header-block-tokenize): Decode the username and groupname.
7595         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7597 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7599         * international/mule-cmds.el (select-safe-coding-system): If the file
7600         has a coding cookie, use it regardless of any other setting (bug#4712).
7602 2009-10-17  Glenn Morris  <rgm@gnu.org>
7604         * foldout.el (foldout-mouse-swallow-events):
7605         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7607         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7608         (dired-keep-marker-copy, dired-keep-marker-hardlink)
7609         (dired-keep-marker-symlink, dired-dwim-target)
7610         (dired-copy-preserve-time): Do not autoload these defcustoms.
7612         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7613         messages from messing up the file coding.  (Bug#4623)
7615 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
7617         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7618         if no match is found for the current dictionary.  (Bug#4578)
7620         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7621         optional, since that is how it is documented, and this is often called
7622         with a nil argument.  (Bug#4577)
7623         (flyspell-external-point-words, flyspell-auto-correct-word)
7624         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7625         (flyspell-word-search-backward): Remove nil argument in calls to
7626         flyspell-get-word, since it is not needed now.
7628 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7630         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7632 2009-10-16  Glenn Morris  <rgm@gnu.org>
7634         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7636 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7638         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7639         (ange-ftp-file-size): New function.
7640         (ange-ftp-file-attributes): Use it.
7642 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7644         * net/tramp-smb.el (tramp-smb-version): New defvar.
7645         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7646         repeated checks.
7648 2009-10-16  Glenn Morris  <rgm@gnu.org>
7650         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7651         Maybe copy some custom properties from old to new name.  (Bug#4706)
7653 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7655         * subr.el (error, sit-for, start-process-shell-command)
7656         (start-file-process-shell-command): Set the calling convention
7657         after the function definition.
7659 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7661         * subr.el (error, sit-for, start-process-shell-command)
7662         (start-file-process-shell-command): Use the new
7663         set-advertised-calling-convention feature.
7665 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7667         * international/ucs-normalize.el (ucs-normalize-version):
7668         Change to 1.2.
7669         (check-range): Adjust for Unicode 5.2.
7671 2009-10-15  Juri Linkov  <juri@jurta.org>
7673         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7674         to the `menu-item' format.
7676 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7678         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7679         if the environment variable does not exist.
7681         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7682         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7683         parameter.
7684         (tramp-smb-handle-add-name-to-file)
7685         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7686         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7687         (tramp-smb-handle-file-attributes)
7688         (tramp-smb-do-file-attributes-with-stat)
7689         (tramp-smb-handle-file-local-copy)
7690         (tramp-smb-handle-insert-directory)
7691         (tramp-smb-handle-make-directory)
7692         (tramp-smb-handle-make-directory-internal)
7693         (tramp-smb-handle-make-symbolic-link)
7694         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7695         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7696         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7697         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7698         Handle long file names.
7699         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7700         process is running.
7701         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7702         Read share names with "-g" option.
7704 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7706         * net/rcirc.el (rcirc-view-log-file): New command.
7707         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7708         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7709         specified.
7711 2009-10-15  Glenn Morris  <rgm@gnu.org>
7713         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7714         from the second command-line argument.
7715         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7716         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7717         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7718         w32-batch-update-autoloads.
7719         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7720         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7722         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7723         the headers cannot be located.  Simplify, subtracting superflous
7724         save-excursions.
7726 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7728         Replace completion-base-size by completion-base-position to fix bugs
7729         such as (bug#4699).
7730         * simple.el (completion-base-position): New var.
7731         (completion-base-size): Mark as obsolete.
7732         (choose-completion): Make it work for mouse events as well.
7733         Pass the new base-position to choose-completion-string.
7734         (choose-completion-guess-base-position): New function, extracted from
7735         choose-completion-delete-max-match.
7736         (choose-completion-delete-max-match): Use it.  Make obsolete.
7737         (choose-completion-string): Use the new base-position info.
7738         (completion-root-regexp): Delete.
7739         (completion-setup-function): Preserve completion-base-position.
7740         Eliminate obsolete base-size manipulation.
7741         * minibuffer.el (display-completion-list): Don't mess with base-size.
7742         (minibuffer-completion-help): Set completion-base-position instead.
7743         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7744         choose-completion.
7745         * textmodes/bibtex.el (bibtex-complete):
7746         * emacs-lisp/crm.el (crm--choose-completion-string):
7747         Adjust to new calling convention.
7748         * complete.el (partial-completion-mode): Use minibufferp to avoid
7749         bumping into incompatible change to choose-completion-string-functions.
7750         * ido.el (ido-choose-completion-string): Make its calling convention
7751         more permissive.
7752         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7753         base-size manipulation.
7754         (comint-dynamic-list-input-ring): Use dotimes and push.
7755         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7756         fundamental-mode.  Use `or'.
7758 2009-10-14  Juri Linkov  <juri@jurta.org>
7760         * misearch.el (multi-isearch-next-buffer-from-list)
7761         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7763 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7765         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7766         `bytecomp.el'.
7768         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7769         string we return is all made up of text from the completions rather
7770         than part from the completions and part from the input (bug#4219).
7772         * ido.el (ido-everywhere): Use define-minor-mode.
7774         * buff-menu.el (list-buffers, ctl-x-map):
7775         Mark the entry points with ;;;###autoload cookies.
7777 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7779         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7780         correctly in the detached head case.
7781         (vc-git-print-log): Remove unused binding.
7783         * vc.el (vc-responsible-backend): When a directory is passed for
7784         for registration create a VC repository if no backend is
7785         responsible for the directory argument.
7786         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7788         * vc.el: Move comments about RCS and SCCS ...
7789         * vc-rcs.el:
7790         * vc-sccs.el: ... here, respectively.
7792 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7794         * minibuffer.el (completion--file-name-table): Return nil if there's
7795         no file completion, even if substitute-in-file-name changed
7796         the string (bug#4708).
7798 2009-10-13  Juri Linkov  <juri@jurta.org>
7800         * files-x.el (read-file-local-variable-value): Don't filter out
7801         minor modes from mode name completion (bug#4664).
7803 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7805         * international/mule-cmds.el (ucs-names): Remove exclusion of
7806         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7808 2009-10-13  Kenichi Handa  <handa@m17n.org>
7810         * international/uni-name.el: Regenerated.
7812 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7814         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7815         should be automatically buffer-local, but isn't.)
7817 2009-10-12  Sam Steingold  <sds@gnu.org>
7819         * progmodes/compile.el (compilation-next-error-function): Fix the
7820         timestamps if the buffer has been visited before.
7821         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7822         non-anchored patterns, like the perl one (bug#3928).
7824 2009-10-12  Glenn Morris  <rgm@gnu.org>
7826         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7827         Let-bind `size'.
7829 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7831         * proced.el (proced-unload-function): New function.
7833         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7834         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7835         Doc fix.
7837         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7839 2009-10-11  Juri Linkov  <juri@jurta.org>
7841         * files-x.el (read-file-local-variable-value):
7842         Provide default value only for bound variables (bug#4664).
7844 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7846         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7847         connection methods like smb.
7849         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7850         can be empty.
7852         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7853         (tramp-smb-file-name-handler-alist): Add handlers for
7854         `add-name-to-file', `make-symbolic-link'.
7855         (tramp-smb-handle-add-name-to-file)
7856         (tramp-smb-do-file-attributes-with-stat)
7857         (tramp-smb-handle-make-symbolic-link)
7858         (tramp-smb-get-cifs-capabilities): New defuns.
7859         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7860         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7861         (tramp-smb-handle-file-local-copy)
7862         (tramp-smb-handle-make-directory-internal)
7863         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7864         The file name syntax depends on cifs capabilities.
7865         (tramp-smb-handle-file-attributes):
7866         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7867         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7868         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7870 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7872         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7873         (eieio-defclass): Apply deftype handler and setf-method properties
7874         directly.
7875         (eieio-add-new-slot): Avoid union function from cl library.
7876         (eieio--typep): New function.
7877         (eieio-perform-slot-validation): Use it.
7879 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7881         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7882         Update documentation to refer to the variables documented in r1.135.
7883         (Bug#4188)
7885 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7887         * bookmark.el (Info-suffix-list): Remove this unused variable.
7888         (bookmark-current-point): Remove this obsolete variable.
7889         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7890         Adjust for removal of bookmark-current-point.
7892         (bookmarks-already-loaded, bookmark-current-buffer)
7893         (bookmark-yank-point): Document.  (Bug#4188)
7895 2009-10-10  Glenn Morris  <rgm@gnu.org>
7897         * frame.el (frame-height): Doc fix.
7899         * calendar/calendar.el (calendar-split-width-threshold): New option.
7900         (calendar-basic-setup): Use calendar-split-width-threshold.
7902 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7904         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7905         Ideographic Supplement" range (U+1F200..U+1F2FF).
7907 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7909         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7910         since the list will have been rebuilt anyway.  (Bug#4349)
7912 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7914         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7915         (bookmark-bmenu-execute-deletions): Don't save here, as
7916         bookmark-delete will now do so if necessary.
7917         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7918         (Bug#4348)
7920 2009-10-09  Glenn Morris  <rgm@gnu.org>
7922         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7924 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7926         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7927         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7928         argument now, so the two function's behaviors will match.  (Bug#3645)
7930 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7932         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7933         (tramp-file-name-real-host, tramp-file-name-port):
7934         Apply `save-match-data'.
7936         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7937         case both directories are remote.
7938         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7939         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7941 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7943         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7945 2009-10-07  Glenn Morris  <rgm@gnu.org>
7947         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7948         of concat.
7950 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7952         * files-x.el (read-file-local-variable): Include some
7953         non-user-variables in the completion table (bug#4664).
7955 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7957         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7958         message.
7960         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7961         (tramp-smb-file-name-handler-alist): Add handler for
7962         `copy-directory', `expand-file-name', `set-file-modes'.
7963         (tramp-smb-handle-copy-directory)
7964         (tramp-smb-handle-expand-file-name)
7965         (tramp-smb-handle-set-file-modes): New defuns.
7966         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7967         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7968         entry.
7969         (tramp-smb-handle-insert-directory): Don't flush the cache.
7970         (tramp-smb-maybe-open-connection): Check for samba client and
7971         server versions.
7973 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7975         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7976         to not error out of search for "^lisp=" fails.
7978 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7980         * makefile.w32-in (WINS_UPDATES): New macro.
7981         (custom-deps, finder-data, autoloads): Use it.
7983 2009-10-07  Glenn Morris  <rgm@gnu.org>
7985         * Makefile.in (autoloads): Revert previous change.
7986         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7987         the list of preloaded files passed on the command-line, get
7988         it from src/Makefile.
7990         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7991         show the original buffer rather than a random one.
7993 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
7995         * help.el (describe-no-warranty): Place point in a slightly better
7996         position in the GPLv3 text.
7998 2009-10-06  Sam Steingold  <sds@gnu.org>
8000         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8001         the comm attribute is present before calling regexp-quote.
8003 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8005         * play/animate.el (animate-string): For good effect, make sure
8006         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8008         * play/animate.el (animate-sequence, animate-birthday-present):
8009         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8011 2009-10-06  Glenn Morris  <rgm@gnu.org>
8013         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8015         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8016         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8017         (batch-update-autoloads): Process a string value of autoload-excludes,
8018         set during the build process.
8019         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8021         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8022         inside with-parsed...  macro so that `v' is defined.
8024         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8025         * progmodes/fortran.el (fortran-end-of-block)
8026         (fortran-beginning-of-block):
8027         Also push mark in the macro case.
8029         * emerge.el (emerge-show-file-name):
8030         * calc/calc.el (calc-quit):
8031         * calc/calc-misc.el (calc-big-or-small):
8032         * calc/calc-graph.el (calc-graph-view):
8033         * calc/calc-ext.el (calc-reset):
8034         * calendar/calendar.el (calendar-basic-setup):
8035         Use window-full-height-p.
8037         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8038         header we don't understand, don't insert another.  (Bug#4624)
8039         If changing mime charset, insert the new one in the right place.
8041 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8043         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8044         (cal-tex-cursor-month): Correctly increment the end date for diary and
8045         holiday listing.  (Bug#4626)
8047 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8049         * help-fns.el (describe-function-1): Don't burp if the function is not
8050         a symbol.
8052 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8054         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8055         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8056         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8057         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8059         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8060         (eieio-default-superclass): Reflow docstrings.
8061         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8062         (eieio-unbind-method-implementations, defmethod)
8063         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8064         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8065         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8066         (eieio-slot-originating-class-p, eieio-slot-name-index)
8067         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8068         (constructor, initialize-instance, no-next-method, object-print)
8069         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8070         Fix typos in docstrings.
8071         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8072         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8073         (next-method-p): Doc fixes.
8074         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8075         Fix typos in error messages.
8076         (eieio-defmethod): Fix typo in description of generic method.
8078         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8079         (eieio-persistent-save-interactive, slot-missing):
8080         Fix typos in docstrings.
8081         (eieio-instance-inheritor-slot-boundp): Doc fix.
8083         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8084         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8086         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8087         (eieio-custom-object-apply-reset):
8088         Fix typos in docstrings and error messages.
8090         * emacs-lisp/eieio-datadebug.el (data-debug-show):
8091         Fix typo in docstring.
8093         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8094         (eieio-browse-tree): Doc fix.
8095         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8096         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8097         Fix typos in docstrings.
8099         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8100         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8101         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8102         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8103         Reflow docstrings.
8105 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
8107         * vc-hg.el (log-view-vc-backend): Declare for compiler.
8108         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8109         Set log-view-vc-backend so that diff can work.
8111         * log-view.el (log-view-diff): Use vc-diff-internal instead of
8112         vc-version-diff.
8113         (vc-diff-internal): Autoload this instead of vc-version-diff.
8115 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8117         * simple.el (eval-expression): Doc fix.
8119         * progmodes/cwarn.el (cwarn-mode): Doc fix.
8121 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
8123         * files.el (directory-files-no-dot-files-regexp): New defconst.
8124         (delete-directory): Use it.
8125         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
8127         * net/tramp.el (tramp-verbose): Fix docstring.
8128         (tramp-methods): Add recursive option to `tramp-copy-args'.
8129         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
8130         "scp1_old", "scp2_old", "rsync", "rsyncc".
8131         (tramp-default-method): Check also for `auth-source-user-or-password'.
8132         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8133         Add handler for `copy-directory'.
8134         (tramp-handle-copy-directory): New defun.
8135         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8136         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8137         Optimize sent command.
8139 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8141         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8142         window if necessary.
8144         * calendar/calendar.el (calendar-basic-setup): Don't call
8145         switch-to-buffer in a dedicated window.
8147 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
8149         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8150         don't do anything related to relocating, just return nil.
8151         (bookmark-error-no-filename): New error.
8152         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8153         bookmark has no file.  Don't even attempt to handle things that
8154         are not files; the whole point of custom handlers is to keep that
8155         knowledge elsewhere anyway.  Tighten some comments.
8156         (bookmark-file-or-variation-thereof): Remove now-unused function.
8157         (bookmark-location): Doc string fix.
8158         (Bug#4250)
8160 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8162         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8163         don't use a file dialog, because they usually don't know how to read
8164         a directory target from the user.  (Bug#4230)
8165         Also, make sure the prompt can display directories as well as files.
8167 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8169         * bookmark.el (bookmark-set, bookmark-buffer-name):
8170         Improve doc strings.  (Bug#1193)
8172 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8174         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8175         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8176         (bookmark-get-annotation, bookmark-set-annotation)
8177         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8178         (bookmark-set-position, bookmark-get-front-context-string)
8179         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8180         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8181         (bookmark-jump-other-window, bookmark-handle-bookmark)
8182         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8183         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8184         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8185         Improve doc strings to say whether bookmark can be a string or
8186         a record or both, and make other consistency and clarity fixes.
8187         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8188         (bookmark-default-annotation-text, bookmark-yank-word)
8189         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8190         (bookmark-import-new-list, bookmark-maybe-rename)
8191         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8192         (bookmark-bmenu-bookmark): Give these doc strings.
8193         (bookmark-bmenu-check-position): Give this a doc string, but also
8194         add a FIXME comment about how the function may be pointless.
8195         (bookmark-default-handler): Rework doc string and change a
8196         parameter name, to clarify that this takes a bookmark record
8197         not a bookmark name.
8198         (bookmark-set): Change a parameter name to indicate its meaning,
8199         and improve the doc string a bit.
8200         (Bug#4188)
8202 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8204         * bookmark.el (bookmark-alist): Document the new `handler' element
8205         in the param alist.
8206         (bookmark-make-record-function): Adjust documentation for above.
8207         (Bug#4193)
8209 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8211         * info.el (Info-bookmark-make-record): Document this function.
8212         (Info-bookmark-jump): Document with a doc string, not just a comment.
8213         (Bug#4203)
8215 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
8217         * files.el (copy-directory): New defun.
8219         * dired-aux.el (dired-copy-file-recursive): Use it.
8221 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8223         * files-x.el (modify-dir-local-variable)
8224         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8225         docstrings.
8227         * recentf.el (recentf-unload-function): New function.
8229 2009-10-04  Glenn Morris  <rgm@gnu.org>
8231         * window.el (window-full-height-p): Add doc string.
8233 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
8235         * window.el (window-full-height-p): New function.  (Bug#4543)
8237 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
8239         * vc.el: Remove commented out code.
8240         (vc-derived-from-dir-mode): Remove, unused.
8241         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8243 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
8245         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8246         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
8247         there could be recursive loading when `default-directory' is a
8248         remote file name.  (Bug#4614)
8250 2009-10-03  Glenn Morris  <rgm@gnu.org>
8252         * calendar/calendar.el (calendar-basic-setup): Handle the case where
8253         the frame is wide.
8254         (calendar-generate-window): Test for shrinkability rather than width.
8256         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8257         reusing existing buffers, in case we happen to visit two files with the
8258         same basename.  (Bug#4593)
8260 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8262         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8263         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8264         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8265         subdirs of cedet as well.
8266         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8268 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8270         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8271         Obey advertised-signature-table.
8273         * help-fns.el (help-function-arglist): Don't check
8274         advertised-signature-table.
8275         (describe-function-1): Do it here instead so it also applies to subrs.
8277 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
8279         * simple.el (start-file-process): Say in the doc-string, that file
8280         handlers might not support pty association, if PROGRAM is nil.
8282         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8283         HOST and USER are strings.  They are nil, when there are
8284         incomplete entries in ~/.netrc, for example.
8285         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
8286         root directory ("device busy" error otherwise).
8288         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8289         Flush file properties of created directory.
8291 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8293         * makefile.w32-in (WINS_BASIC): Remove cedet.
8294         (WINS_CEDET): Add cedet.
8295         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8297 2009-10-02  Kevin Ryde  <user42@zip.com.au>
8299         * net/browse-url.el (browse-url): Pass any symbol in
8300         browse-url-browser-function to `apply', since if you've mistakenly put
8301         an unbound symbol then the error is clearer.  (Bug#4531)
8303 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8305         * allout.el (allout-init, allout-back-to-current-heading)
8306         (allout-beginning-of-current-entry, allout-ascend-to-depth)
8307         (allout-ascend, allout-up-current-level, allout-end-of-level)
8308         (allout-previous-visible-heading, allout-forward-current-level)
8309         (allout-backward-current-level, allout-show-children):
8310         * apropos.el (apropos-describe-plist):
8311         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8312         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8313         * completion.el (add-completion, add-permanent-completion):
8314         * descr-text.el (describe-text-category, describe-char):
8315         * desktop.el (desktop-lazy-abort):
8316         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8317         * dired.el (dired-build-subdir-alist):
8318         * ediff.el (ediff-version):
8319         * elide-head.el (elide-head, elide-head-show):
8320         * emerge.el (emerge-version):
8321         * env.el (getenv):
8322         * face-remap.el (variable-pitch-mode):
8323         * faces.el (describe-face):
8324         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8325         (dired-at-point):
8326         * files.el (find-file-existing, auto-save-mode):
8327         * font-lock.el (font-lock-fontify-buffer):
8328         * help-fns.el (describe-function, describe-variable)
8329         (describe-syntax, describe-categories):
8330         * help.el (view-lossage, describe-bindings, describe-key)
8331         (describe-mode):
8332         * hexl.el (hexl-current-address):
8333         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8334         * info.el (Info-goto-emacs-key-command-node):
8335         * log-edit.el (log-edit-insert-cvs-template)
8336         (log-edit-insert-cvs-rcstemplate):
8337         * menu-bar.el (menu-bar-mode):
8338         * mouse.el (mouse-appearance-menu):
8339         * newcomment.el (comment-indent-new-line):
8340         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8341         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8342         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8343         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8344         * recentf.el (recentf-mode):
8345         * savehist.el (savehist-mode, savehist-save):
8346         * shadowfile.el (shadow-copy-files):
8347         * simple.el (kill-ring-save, next-line, previous-line)
8348         (normal-erase-is-backspace-mode):
8349         * strokes.el (strokes-update-window-configuration)
8350         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8351         (strokes-xpm-for-stroke):
8352         * time.el (emacs-uptime, emacs-init-time):
8353         * tutorial.el (tutorial--describe-nonstandard-key)
8354         (tutorial--detailed-help):
8355         * type-break.el (type-break-mode)
8356         (type-break-mode-line-message-mode, type-break-query-mode)
8357         (type-break-guesstimate-keystroke-threshold):
8358         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8359         * version.el (emacs-version):
8360         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8361         * winner.el (winner-mode):
8362         * calendar/timeclock.el (timeclock-in, timeclock-out)
8363         (timeclock-status-string, timeclock-change)
8364         (timeclock-workday-remaining-string)
8365         (timeclock-workday-elapsed-string)
8366         (timeclock-when-to-leave-string):
8367         * calendar/todo-mode.el (todo-add-category):
8368         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8369         * emacs-lisp/autoload.el (update-file-autoloads):
8370         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8371         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8372         (checkdoc-message-text, checkdoc-defun):
8373         * emacs-lisp/debug.el (debugger-list-functions):
8374         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8375         * emacs-lisp/eieio-opt.el (eieio-describe-class)
8376         (eieio-describe-generic):
8377         * emacs-lisp/lisp-mnt.el (lm-synopsis):
8378         * emacs-lisp/shadow.el (list-load-path-shadows):
8379         * emulation/cua-base.el (cua-mode):
8380         * emulation/edt.el (edt-set-scroll-margins):
8381         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8382         (tpu-toggle-regexp, tpu-toggle-search-direction)
8383         (tpu-toggle-rectangle, tpu-toggle-control-keys):
8384         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8385         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8386         (viper-set-parsing-style-toggling-macro)
8387         (viper-set-emacs-state-searchstyle-macros):
8388         * emulation/viper.el (viper-set-hooks):
8389         * eshell/esh-mode.el (eshell-truncate-buffer):
8390         * international/mule-cmds.el (prefer-coding-system)
8391         (describe-input-method, describe-language-environment):
8392         * international/mule-diag.el (list-character-sets)
8393         (describe-character-set, describe-coding-system)
8394         (describe-fontset, list-fontsets, list-input-methods):
8395         * mail/sendmail.el (mail-signature):
8396         * net/ange-ftp.el (ange-ftp-copy-file):
8397         * net/browse-url.el (browse-url):
8398         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8399         * net/quickurl.el (quickurl-add-url):
8400         * net/rcirc.el (names, topic):
8401         * net/xesam.el (xesam-mode):
8402         * play/5x5.el (5x5-new-game):
8403         * play/yow.el (apropos-zippy):
8404         * progmodes/ada-mode.el (ada-mode-version):
8405         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8406         (f90-end-of-block)
8407         (f90-beginning-of-block):
8408         * progmodes/fortran.el (fortran-end-of-block)
8409         (fortran-beginning-of-block):
8410         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8411         * progmodes/python.el (python-describe-symbol, python-shell):
8412         * term/ns-win.el (ns-print-buffer):
8413         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8414         * textmodes/flyspell.el (flyspell-mode-on):
8415         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8416         (pages-directory-for-addresses):
8417         * textmodes/table.el (table-recognize-cell)
8418         (table-query-dimension, table-generate-source)
8419         (table-insert-sequence, table--warn-incompatibility):
8420         * textmodes/tex-mode.el (tex-validate-buffer):
8421         * textmodes/texinfmt.el (texinfmt-version)
8422         (texinfo-format-buffer):
8423         Use `called-interactively-p' instead of `interactive-p'.
8425 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8427         * image-mode.el (image-toggle-display):
8428         * emacs-lisp/elp.el (elp-instrument-function):
8429         * emacs-lisp/advice.el (ad-make-advised-definition):
8430         * emacs-lisp/easy-mmode.el (define-minor-mode):
8431         * net/browse-url.el (browse-url-maybe-new-window):
8432         * progmodes/sh-script.el (sh-learn-buffer-indent):
8433         Pass new argument 'any to `called-interactively-p'.
8435 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8437         * international/uni-bidi.el:
8438         * international/uni-category.el:
8439         * international/uni-combining.el:
8440         * international/uni-comment.el:
8441         * international/uni-decimal.el:
8442         * international/uni-decomposition.el:
8443         * international/uni-digit.el:
8444         * international/uni-lowercase.el:
8445         * international/uni-mirrored.el:
8446         * international/uni-name.el:
8447         * international/uni-numeric.el:
8448         * international/uni-old-name.el:
8449         * international/uni-titlecase.el:
8450         * international/uni-uppercase.el:
8451         Regenerate from Unicode 5.2.0 data.
8453 2009-10-01  Glenn Morris  <rgm@gnu.org>
8455         * Makefile.in (ELCFILES): Regenerate.
8457 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8459         * subr.el (interactive-p): Mark obsolete.
8460         (called-interactively-p): Make the optional-ness of `kind' obsolete.
8461         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8462         advertised-signature-table for subroutines as well.
8464         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8465         (set-advertised-calling-convention): New function.
8466         (make-obsolete, define-obsolete-function-alias)
8467         (make-obsolete-variable, define-obsolete-variable-alias):
8468         Make the optional-ness of `when' obsolete.
8469         (define-obsolete-face-alias): Make `when' non-optional.
8470         * help-fns.el (help-function-arglist):
8471         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8472         Use advertised-signature-table.
8474 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
8476         * files.el (delete-directory): New defun.  The original function
8477         in fileio.c has been renamed to `delete-directory-internal'.
8479         * dired.el (dired-delete-file): Call `delete-directory' with
8480         RECURSIVE parameter.
8482         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8483         parameter RECURSIVE.  Implementation is missing.
8485         * net/tramp.el (tramp-handle-make-directory): Flush upper
8486         directory's file properties.
8487         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8488         (tramp-handle-dired-recursive-delete-directory): Flush directory
8489         properties after the remove command only.
8491         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8492         Handle optional parameter RECURSIVE.
8494         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8495         Handle optional parameter RECURSIVE.
8497         * net/tramp-smb.el (tramp-smb-errors): Add error message for
8498         connection timeout.
8499         (tramp-smb-handle-delete-directory): Handle optional parameter
8500         RECURSIVE.
8502 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8504         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8505         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8506         (byte-compile-defmacro): Use backquotes.
8508         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8510         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8511         has no associated file.
8512         (vc-resynch-buffer): Use vc-dir-buffers.
8514 2009-10-01  Glenn Morris  <rgm@gnu.org>
8516         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8517         (chart-file-count):
8518         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8519         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8520         * emacs-lisp/eieio-opt.el (eieio-describe-class):
8521         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8522         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8523         (eieio-copy-parents-into-subclass, make-instance, class-children)
8524         (eieio-generic-form):
8526         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8527         match-data.  (Bug#4555).
8529         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8530         rather than parsing it as a regexp.  This relaxes the layout
8531         requirements and makes errors easier to detect.
8532         (check-declare-verify): Check file is regular.
8533         (check-declare-directory): Doc fix.
8534         * subr.el (declare-function): Doc fix.
8536         * ibuffer.el (ibuffer-format-qualifier):
8537         * isearch.el (hi-lock-regexp-okay):
8538         * calc/calc.el (math-zerop):
8539         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8540         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8541         Remove unused declarations.
8543 2009-09-30  Glenn Morris  <rgm@gnu.org>
8545         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8547         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8548         filename is not a string.
8550 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8552         * files.el (safe-local-eval-forms): Fix typo.
8554 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8556         * vc-hooks.el (vc-dir-buffers): New var.
8557         (vc-state-refresh): New function.
8558         (vc-state): Use it.
8559         (vc-after-save): Always ask the backend to recompute the new state.
8560         Always call vc-dir if necessary, using vc-dir-buffers.
8561         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8562         Use vc-dir-buffers.
8563         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8564         (vc-dir-prepare-status-buffer, vc-dir-update)
8565         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8566         Don't call expand-file-name on default-directory.
8568 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8570         * speedbar.el (speedbar-item-delete):
8571         * calc/calc-prog.el (calc-kbd-if):
8572         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8574         * epa.el (epa-key-list-mode-map):
8575         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8577         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8578         (hs-show-hook): Fix typo in docstring.
8580 2009-09-29  Glenn Morris  <rgm@gnu.org>
8582         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8583         file-name-nondirectory call preventing location of cedet files.
8584         (check-declare-verify): Use literal search rather than re-search.
8585         Add basic defmethod and defclass, and define-overloadable-function.
8587         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8588         Use tramp-compat-file-attributes rather than nonexistent
8589         tramp-compat-handle-file-attributes.
8591         * Makefile.in (lisptagsfiles4): New.
8592         (AUTOGENEL): Add cedet loaddefs files.
8593         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8594         (update-elclist, compile-always, backup-compiled-files)
8595         (bootstrap-clean): Add yet another directory level.
8596         (update-elclist): Use LC_COLLATE rather than COLLATE.
8597         (ELCFILES): Update, via `make update-elclist'.
8599 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8601         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8602         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8603         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8605 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8607         * Makefile.in (lisptagsfiles3): Define.
8608         (TAGS, TAGS-LISP): Use it.
8609         (update-elclist): Add third directory level to look for elc files.
8610         (compile-always): Likewise.
8611         (backup-compiled-files): Likewise.
8612         (bootstrap-clean): Likewise.
8613         (ELCFILES): Update.
8615 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8617         * Makefile.in (ELCFILES): Add CEDET files.
8619 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8621         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8623         * net/tramp.el (top): Require tramp-imap.
8625         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8626         Use `tramp-compat-handle-file-attributes'.
8628 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8630         * net/tramp-imap.el: New package.
8632 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8634         * whitespace.el (whitespace-trailing-regexp)
8635         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8636         Fix doc string.
8638 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8640         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8641         menu.
8643         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8644         menu-bar-ediff-menu.
8646         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8647         define-overloadable-function.
8649         * progmodes/autoconf.el: Provide autoconf as well, so that this
8650         file can be `require'd.
8652         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8654         * emacs-lisp/autoload.el (generated-autoload-feature)
8655         (generated-autoload-load-name): New vars.
8656         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8657         (make-autoload): Recognize define-overloadable-function and
8658         defclass forms (for EIEIO).
8660         * Makefile.in (update-subdirs): Exclude cedet directory.
8662 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8664         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
8666         * faces.el: Default light-background background for region face to
8667         ns_selection_color under NS.
8669 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8671         * net/imap-hash.el: New library, see NEWS.
8673         * Makefile.in (ELCFILES): Add imap-hash.el.
8675 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8677         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8678         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8679         * help-macro.el (make-help-screen): Avoid using an ambiguous function
8680         definition where the docstring could be taken for the return value.
8682 2009-09-26  Glenn Morris  <rgm@gnu.org>
8684         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8685         Add option to only show images below a certain size.
8686         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8687         save-excursion calls.
8689 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
8691         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8692         subdirectories) and eieio.
8694 2009-09-26  Alan Mackenzie  <acm@muc.de>
8696         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8697         Correct buggy bracketing.  (Bug#4289)
8699         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8700         character constants (as case labels).  (Bug#4289)
8702 2009-09-25  Juri Linkov  <juri@jurta.org>
8704         * files.el (safe-local-eval-forms): Allow time-stamp in
8705         before-save-hook (Bug#4554).
8707 2009-09-25  Drew Adams  <drew.adams@oracle.com>
8709         * menu-bar.el (list-buffers-directory): Doc fix.
8711 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8713         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8714         Try and avoid copying twice the same paragraph.
8715         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8716         Remove save-excursion.
8717         (log-edit-changelog-entry): Do it here instead.
8719 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
8721         * bs.el (bs--get-file-name): Use `list-buffers-directory'
8722         when available, instead of hardcoding mode names.  Doc fix.
8724         * menu-bar.el (list-buffers-directory): Add docstring.
8725         Make automatically buffer-local.
8727         * dired.el (dired-mode):
8728         * files.el (cd-absolute):
8729         * pcvs.el (cvs-temp-buffer):
8730         * pcvs-util.el (cvs-get-buffer-create):
8731         * shell.el (shell-mode):
8732         * vc-dir.el (vc-dir-mode):
8733         Don't make `list-buffers-directory' buffer local.
8735 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
8737         * comint.el (comint-exec, comint-run, make-comint):
8738         Doc fixes (Bug#4542).
8740 2009-09-25  Glenn Morris  <rgm@gnu.org>
8742         * mail/rmailmm.el (rmail-mime): New custom group.
8743         Move all defcustoms in this file into this group.
8744         (rmail-mime-media-type-handlers-alist): Revert previous change.
8745         (rmail-mime-show-images): New option.
8746         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8747         references to it, since it wasn't actually used for anything.
8748         (rmail-mime-insert-image): New function.
8749         (rmail-mime-image): Use rmail-mime-insert-image.
8750         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8751         obey the value of `rmail-mime-show-images' option.  Print the size of
8752         attachments.
8754 2009-09-25  David Engster  <deng@randomsample.de>
8756         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
8758 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8760         * whitespace.el: Does not highlight trailing spaces While point is
8761         at end of line.  Does not highligt spaces at beginning of buffer
8762         while point is at beginning of buffer.  Does not highlight spaces
8763         at end of buffer while point is at end of buffer.  (Bug#4177)
8764         New version 12.0.
8765         (whitespace-display-mappings): Adjust initialization.
8766         (whitespace-point, whitespace-font-lock-refontify): New vars.
8767         (whitespace-color-on, whitespace-color-off): Adjust code.
8768         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8769         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8770         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8772 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
8774         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8776         * textmodes/sgml-mode.el: Remove xml-mode alias.
8778         * files.el (auto-mode-alist, conf-mode-maybe)
8779         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8781 2009-09-24  Alan Mackenzie  <acm@muc.de>
8783         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8784         c-forward-conditionals, but it doesn't move point and doesn't set
8785         the mark.
8786         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8787         (c-down-conditional-with-else, c-backward-conditional)
8788         (c-forward-conditional): Refactor to use c-scan-conditionals.
8790 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8792         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8793         (help-default-arg-highlight): Remove.
8794         (help-highlight-arg): New function.
8795         (help-do-arg-highlight): Use it.
8796         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8798 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8800         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8801         Undo last change, which didn't fix the problem and introduced others.
8803 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8805         * progmodes/gdb-mi.el: Don't require speedbar.
8806         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8808 2009-09-24  Glenn Morris  <rgm@gnu.org>
8810         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8812         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8814         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8815         there is no newline after the final mime boundary.  (Bug#4539)
8816         Move markers on insertion so that any buttons inserted don't end up in
8817         the next part of a multipart message.
8818         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8819         (rmail-mime-bulk-handler): Optionally handle images.
8820         (rmail-mime-image): New button action.
8821         (rmail-mime-image-handler): New function.
8822         (rmail-mime-mode): New mode.
8823         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8825 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8827         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8828         than just dropping elements from it (bug#4504).
8830         * term.el (term-set-scroll-region): Don't move cursor any more.
8831         (term-handle-ansi-escape): Call term-goto here instead.
8832         Suggested by Ivan Kanis <apple@kanis.eu>.
8834         * term.el: Require CL.
8835         (term-ansi-reset): New function.
8836         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8837         (term-handle-colors-array): Simplify.
8839 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8841         * allout.el (allout-overlay-interior-modification-handler)
8842         (allout-obtain-passphrase):
8843         * epa-file.el (epa-file-write-region):
8844         * ps-print.el (ps-begin-job):
8845         * vc-hooks.el (vc-toggle-read-only):
8846         * vc-rcs.el (vc-rcs-rollback):
8847         * vc-sccs.el (vc-sccs-rollback):
8848         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8849         (vc-version-diff, vc-revert, vc-rollback):
8850         * wdired.el (wdired-check-kill-buffer):
8851         * emacs-lisp/authors.el (authors):
8852         * net/socks.el (socks-open-connection):
8853         * net/zeroconf.el (zeroconf-service-add-hook):
8854         * obsolete/vc-mcvs.el (vc-mcvs-register):
8855         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8856         (gdb-select-frame):
8857         * progmodes/grep.el (lgrep, rgrep):
8858         * progmodes/idlw-help.el (idlwave-help-check-locations)
8859         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8860         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8861         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8862         (reftex-toc-rename-label): Fix typos in error messages.
8864         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8865         (dired-copy-how-to-fn): Doc fix.
8866         (dired-files-attributes, dired-read-shell-command):
8867         Fix typos in docstrings.
8869         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8870         (dired-x-find-file-other-window): Reflow docstrings.
8871         (dired-omit-marker-char, dired-read-shell-command)
8872         (dired-x-submit-report): Fix typos in docstrings.
8874         * shell.el (shell-mode-hook):
8875         * view.el (View-scroll-line-forward):
8876         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8877         Fix typos in docstrings.
8879         * net/dig.el (dig-invoke): Fix typo in docstring.
8880         (query-dig): Reflow docstring.
8882         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8883         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8884         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8885         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8886         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8887         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8888         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8889         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8890         (idlwave-completion-map, idlwave-current-indent)
8891         (idlwave-custom-ampersand-surround, idlwave-customize)
8892         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8893         (idlwave-define-abbrev, idlwave-determine-class-special)
8894         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8895         (idlwave-end-block-reg, idlwave-end-of-statement)
8896         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8897         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8898         (idlwave-explicit-class-listed, idlwave-file-header)
8899         (idlwave-fill-paragraph, idlwave-find-class-definition)
8900         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8901         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8902         (idlwave-in-quote, idlwave-indent-action-table)
8903         (idlwave-indent-expand-table, idlwave-indent-line)
8904         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8905         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8906         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8907         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8908         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8909         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8910         (idlwave-outlawed-buffers, idlwave-popup-select)
8911         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8912         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8913         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8914         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8915         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8916         (idlwave-statement-type, idlwave-struct-skip)
8917         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8918         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8919         (idlwave-what-module-find-class): Fix typos in docstrings.
8920         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8921         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8922         (idlwave-find-module, idlwave-find-structure-definition)
8923         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8924         (idlwave-list-load-path-shadows, idlwave-next-statement)
8925         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8926         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8927         (idlwave-template): Reflow docstrings.
8929         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8930         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8931         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8932         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8933         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8934         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8935         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8936         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8937         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8938         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8939         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8940         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8941         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8942         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8943         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8944         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8945         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8946         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8947         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8948         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8949         Fix typos in docstrings.
8950         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8951         (idlwave-shell-hide-output, idlwave-shell-mode)
8952         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8953         Reflow docstrings.
8955         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8957 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8959         * term.el (term-bold-attribute): New var.
8960         (term-handle-colors-array): Use it.
8962 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8964         * progmodes/gdb-mi.el (gdb-version): New variable.
8965         (gdb-non-stop-handler): Set gdb-version.
8966         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8967         Condition "--thread" option on gdb-version.
8968         (gdb-invalidate-threads): Remove unused argument.
8970 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8972         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8973         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8975 2009-09-23  Glenn Morris  <rgm@gnu.org>
8977         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8978         replying to mail without References or Message-Id.  (Bug#4525)
8980 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8982         * term/ns-win.el (ns-reg-to-script): New variable.
8984 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8986         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8988 2009-09-22  Sam Steingold  <sds@gnu.org>
8990         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8991         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8992         to 1 because hg returns status 1 when nothing is found.
8993         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8995 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8997         * textmodes/fill.el: Convert to utf-8 encoding.
8998         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8999         pre-unicode days.
9001         * add-log.el (change-log-fill-forward-paragraph): New function.
9002         (change-log-mode): Use it so fill-region DTRT.
9003         Set fill-indent-according-to-mode here rather than in
9004         change-log-fill-paragraph.
9005         (change-log-fill-paragraph): Remove.
9007 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
9009         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9010         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
9012 2009-09-22  Glenn Morris  <rgm@gnu.org>
9014         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9015         the scroll-bar scroll the calendar window rather than the buffer.
9017         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9018         commands that move point (as opposed to scrolling).
9020         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9022         * emacs-lisp/elint.el (elint): New custom group.
9023         (elint-log-buffer): Make it a defcustom.
9024         (elint-scan-preloaded, elint-ignored-warnings)
9025         (elint-directory-skip-re): New options.
9026         (elint-builtin-variables): Doc fix.
9027         (elint-preloaded-env): New variable.
9028         (elint-unknown-builtin-args): Add an entry for encode-time.
9029         (elint-extra-errors): Make it a variable rather than a constant.
9030         (elint-preloaded-skip-re): New constant.
9031         (elint-directory): Skip files matching elint-directory-skip-re.
9032         (elint-features): New variable, local to linted buffers.
9033         (elint-update-env): Initialize elint-features.  Possibly add
9034         elint-preloaded-env to the buffer's environment.
9035         (elint-get-top-forms): Bind elint-current-pos, for log messages.
9036         Skip quoted forms.
9037         (elint-init-form): New function, extracted from elint-init-env.
9038         Make non-list forms a warning rather than an error.
9039         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
9040         easy-menu-define, put that adds an error-condition, and provide.
9041         When requiring cl, also require cl-macs.  Really require cl, to handle
9042         some cl macros.  Store required libraries in the list elint-features,
9043         so as not to re-load them.  Treat cc-require like require.
9044         (elint-init-env): Call elint-init-form to do the work.
9045         Handle eval-and-compile and such like.
9046         (elint-add-required-env): Do not clear messages.
9047         (elint-special-forms): Add handlers for function, defalias, if, when,
9048         unless, and, or.
9049         (elint-form): Add optional argument to ignore elint-special-forms,
9050         useful to prevent recursive calls from handlers.  Doc fix.
9051         Respect elint-ignored-warnings.
9052         (elint-form): Respect elint-ignored-warnings.
9053         (elint-bound-variable, elint-bound-function): New variables.
9054         (elint-unbound-variable): Respect elint-bound-variable.
9055         (elint-get-args): Respect elint-bound-function.
9056         (elint-check-cond-form): Add some simple handling for (f)boundp and
9057         featurep tests.
9058         (elint-check-defalias-form): New handler.
9059         (elint-check-let-form): Make an empty let a warning rather than an
9060         error.
9061         (elint-check-setq-form): Make an empty setq a warning rather than an
9062         error.  Respect elint-ignored-warnings.
9063         (elint-check-defvar-form): Accept null doc-strings.
9064         (elint-check-conditional-form): New handler.  Does some simple-minded
9065         checking of featurep and (f)boundp tests.
9066         (elint-put-function-args): New function.
9067         (elint-initialize): Use elint-scan-doc-file rather than
9068         elint-find-builtin-variables.  Use elint-put-function-args.
9069         Possibly scan preloaded-file-list.
9070         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9071         extend to handle functions as well.
9073 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
9075         * linum.el (linum-delete-overlays, linum-update-window):
9076         Do not modify the right margin.  (Bug#3971)
9078 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
9080         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
9081         Use nxml-mode instead of xml-mode.
9083 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9085         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
9087 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9089         * net/dig.el (dig-mode): Use define-derived-mode.
9091 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
9093         * vc-dispatcher.el (vc-do-command): Return the process object in
9094         the asynchronous case.  Use when instead of if.  Do not run
9095         vc-exec-after to display a message if not enabled.  (Bug#4463)
9097         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9098         properties to the stash strings.
9099         (vc-git-stash-list): Return a list of strings.
9100         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9101         (vc-git-stash-show-at-point): New functions.
9102         (vc-git-stash-map): New keymap.
9104         * register.el (ctl-x-r-map): Define the keys here instead of
9105         using autoload.
9107 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
9109         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9110         list, to workaround performance problem (bug#4485).
9112 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
9114         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9116 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
9118         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9119         Document that this option is not recommended to use.
9121 2009-09-19  Glenn Morris  <rgm@gnu.org>
9123         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9124         variable `var'.
9126         * calc/calc-alg.el (var):
9127         * calc/calcalg2.el (var): Define for compiler.
9129 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
9131         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9132         Doc fix (Bug#3932).
9134         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9136         * time-stamp.el (time-stamp-month-dd-yyyy)
9137         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9138         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9139         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9140         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9141         Remove functions that have been obsolete since 1995 (Bug#4436).
9143         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9144         indent buffer only if called interactively (Bug#4452).
9146 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
9147             Eli Zaretskii  <eliz@gnu.org>
9149         This fixes bug#4197 (merged to bug#865, though not identical).
9150         * server.el (server-auth-dir): Add docstring note about FAT32.
9151         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9152         but warn against using them.
9154 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
9156         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9157         older GDB where there is no has_more field.
9159 2009-09-19  Glenn Morris  <rgm@gnu.org>
9161         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9163 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
9165         * files.el (auto-mode-alist): Change default for XML files to nXML
9166         mode (Bug#4169).
9168 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
9170         * server.el (server-ensure-safe-dir): Pass 'integer
9171         to `file-attributes', as suggested.
9173 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9175         * dired-aux.el (dired-query-alist): Remove spurious backslash.
9176         (dired-query): Use read-key.
9178 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
9180         * cus-start.el (ns-use-qd-smoothing): Remove.
9182 2009-09-18  Glenn Morris  <rgm@gnu.org>
9184         * allout.el (top-level): Remove unnecessary progn.
9186         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9188         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9189         definition of abbrev table.
9191         * speedbar.el (speedbar-track-mouse):
9192         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9193         * net/eudc.el (eudc-expand-inline):
9194         * net/newst-backend.el (newsticker--cache-read-feed):
9195         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9196         condition-case handlers.
9198 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
9200         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9201         (gdb-var-list): Add an element for has_more field.
9202         (gdb-non-stop-handler): Enable pretty printing for STL containers.
9203         (gdb-var-create-handler, gdb-var-list-children-handler-1)
9204         (gdb-var-update-handler-1): Parse output of dynamic variable
9205         objects (STL containers).
9206         (gdb-var-delete-1): Pass var1 as an explicit second argument.
9207         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
9209         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9210         gdb-var-list.
9211         (gud-speedbar-buttons): Make node expandable if expression "has more"
9212         children.
9214 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
9216         * startup.el (emacs-quick-startup): Remove variable and all uses.
9217         (command-line): Set `inhibit-x-resources' instead.
9218         (command-line-1): Use `inhibit-x-resources' instead.
9220 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
9222         * subr.el: Fix last change to avoid using the `unless' macro,
9223         which breaks bootstrapping.
9225 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9227         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9228         extended definitions, in case we reload subr.el after having
9229         loaded CL.
9230         (eval-next-after-load): Mark as obsolete.
9232 2009-09-17  Juri Linkov  <juri@jurta.org>
9234         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9235         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9236         (menu-bar-showhide-menu, menu-bar-tools-menu)
9237         (menu-bar-describe-menu, menu-bar-help-menu)
9238         (minibuffer-local-completion-map, minibuffer-local-map):
9239         Fix list quoting.
9241 2009-09-17  Glenn Morris  <rgm@gnu.org>
9243         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9244         arguments, whether or not it has a handler.
9246         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9248         * simple.el (hard-newline): Give it a doc-string.
9250         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9251         (lisp-mode-syntax-table): Give them doc-strings.
9253 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
9255         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9256         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9257         (menu-bar-options-menu, menu-bar-showhide-menu)
9258         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9259         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9260         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9261         (menu-bar-options-menu, menu-bar-tools-menu)
9262         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9263         (menu-bar-help-menu):
9264         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9265         string arguments.
9267         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9268         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9269         calls for the menu names and :help.
9271 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9273         * mouse.el (minor-mode-menu-from-indicator): Pay attention
9274         to :minor-mode-function (bug#4455).
9276 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9278         * startup.el (command-line): Initialize the window-system after
9279         processing the command-line.
9281         * textmodes/page.el (what-page): Make sure we don't inf-loop if
9282         page-delimiter matches the empty string.
9284 2009-09-16  Glenn Morris  <rgm@gnu.org>
9286         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9287         byte-compile-not-obsolete-var.  It's a list now.
9288         (byte-compile-not-obsolete-funcs): New variable.
9289         (byte-compile-warn-obsolete): Don't warn about functions if they are in
9290         byte-compile-not-obsolete-funcs.
9291         (byte-compile-variable-ref, byte-compile-defvar): Update for
9292         byte-compile-not-obsolete-vars name-change and list nature.
9293         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9294         and variables behind (f)boundp tests.
9295         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9297 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9299         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9301 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9303         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9304         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9305         Don't autoload.
9307 2009-09-15  Stephen Eglen  <stephen@gnu.org>
9309         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9310         the virtual-buffers, use the name of the buffer specified by
9311         find-file-noselect, as the match may be a symlink.  (This was a
9312         problem if the target and the symlink had different names.)
9314 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9316         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9318         * desktop.el (desktop-path): Check user-emacs-directory.
9320         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9322         * loadup.el: Use after-load-functions to GC after loading each file.
9323         Remove the explicit GC calls that used to be sprinkled around.
9325         * subr.el (after-load-functions): New hook.
9326         (do-after-load-evaluation): Run it.  Use string-match-p to detect
9327         `obsolete' packages, rather than painfully extracting the relevant
9328         directory name.
9330 2009-09-15  Glenn Morris  <rgm@gnu.org>
9332         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9333         free variable `doc'.
9335         * dired.el (dired-mode-map): Add menu entry for async shell command.
9337         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9338         variables, also consider the .elc files, since the .el files are
9339         normally gzipped (subsequent code locates the .el.gz from the .elc).
9341         * calc/calc-prog.el (arglist): Define for compiler.
9343         * calendar/diary-lib.el (diary-display-function): Change the default to
9344         fancy display.
9345         (body): Define for compiler.
9347         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9348         (byte-compile-file-form, byte-compile-lambda)
9349         (byte-compile-top-level-body, byte-compile-form)
9350         (byte-compile-variable-ref, byte-compile-setq)
9351         (byte-compile-setq-default, byte-compile-body)
9352         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9353         (batch-byte-compile): Give some more local variables with common names
9354         a "bytecomp-" prefix to avoid masking warnings about free variables.
9356         * startup.el (command-line-1): Give local variables with common names a
9357         distinguishing prefix, so as not to hide free variable warnings during
9358         bootstrap.
9360         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9361         clever and add a suffix to make a unique name, just let the user decide
9362         whether or not to overwrite it.  If the input is a directory, write the
9363         default filename to that directory.  (Bug#4388)
9364         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9365         is a filename-as-a-directory.
9367 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9369         * textmodes/page.el (what-page): Don't move to beginning of line.
9370         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9372 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9374         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9376 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
9378         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9379         * help.el (help-for-help-internal): Add purecopy calls for text.
9381         * vc.el (top): print-log method now takes an optional SHORTLOG
9382         argument.  Add a new method: root.
9383         (vc-root-diff, vc-print-root-log): New functions.
9384         (vc-log-short-style): New variable.
9385         (vc-print-log-internal): Add support for showing short logs.
9387         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9388         vc-print-root-log and vc-print-root-diff.
9390         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9391         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9392         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9393         short logs.
9395         * vc-cvs.el (vc-cvs-print-log):
9396         * vc-mtn.el (vc-mtn-print-log):
9397         * vc-rcs.el (vc-rcs-print-log):
9398         * vc-sccs.el (vc-sccs-print-log):
9399         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9400         that is ignored for now.
9402         * vc-mtn.el (vc-mtn-annotate-command):
9403         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9405 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9407         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9408         to function-key-map, and give them ascii-character property.
9409         * term/x-win.el (x-alternatives-map):
9410         * term/ns-win.el (ns-alternatives-map):
9411         * term/internal.el (msdos-key-remapping-map):
9412         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9414 2009-09-14  Glenn Morris  <rgm@gnu.org>
9416         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9417         temp-buffers (2009-09-12).
9419 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9421         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9422         the new read-key function.
9424 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9426         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9427         is defined (Bug#4405).
9429 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
9431         * recentf.el (recentf-cleanup): Use a hash table to find
9432         duplicates (Bug#4407).
9434 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
9436         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9437         kp-0 to ascii equivalents (Bug#4325).
9439 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9441         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9443         * eshell/em-hist.el:
9444         * eshell/em-dirs.el (eshell-complete-user-reference):
9445         Declare pcomplete functions and variables to avoid compiler warnings.
9447 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
9449         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9450         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9451         * eshell/em-alias.el (eshell-aliases-file):
9452         * eshell/em-hist.el (eshell-history-file-name):
9453         Use expand-file-name instead of concat to make file names (Bug#4308).
9455 2009-09-13  Glenn Morris  <rgm@gnu.org>
9457         * ediff-merg.el (ediff-do-merge):
9458         * filesets.el (filesets-run-cmd):
9459         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9460         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9461         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9462         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9463         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9464         Replace empty `let's with `progn'.
9466 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9468         * mail/sendmail.el (send-mail-function):
9469         * tooltip.el (tooltip-mode):
9470         * simple.el (transient-mark-mode):
9471         * rfn-eshadow.el (file-name-shadow-mode):
9472         * frame.el (blink-cursor-mode):
9473         * font-core.el (global-font-lock-mode):
9474         * files.el (temporary-file-directory)
9475         (small-temporary-file-directory, auto-save-file-name-transforms):
9476         * epa-hook.el (auto-encryption-mode):
9477         * composite.el (global-auto-composition-mode):
9478         Use custom-initialize-delay.
9479         * startup.el (command-line): Don't explicitly call
9480         custom-reevaluate-setting for all the above vars.
9481         * custom.el (custom-initialize-safe-set)
9482         (custom-initialize-safe-default): Delete.
9484 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9486         * term/x-win.el (x-initialize-window-system):
9487         * term/w32-win.el (w32-initialize-window-system):
9488         * term/ns-win.el (ns-initialize-window-system): Don't call
9489         mouse-wheel-mode since it's enabled globally by default already.
9491         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9492         actually define the variable, but only silences the byte-compiler.
9493         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9494         before looking it up.
9495         (mouse-wheel-scroll-amount): Also reset the bindings if this value
9496         is changed.
9498 2009-09-12  Glenn Morris  <rgm@gnu.org>
9500         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9501         1000.
9502         (elint-add-required-env): Don't beep on error.
9503         (elint-forms): In case of error, return ENV unchanged.
9504         (elint-init-env): Skip non-list forms.
9505         (elint-log): Handle unknown file positions.
9507 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9509         * epg.el (epg-make-context): Add autoload cookie.
9510         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9511         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9512         (epg-verify-string, epg-start-sign, epg-sign-file)
9513         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9514         (epg-encrypt-string, epg-start-export-keys)
9515         (epg-export-keys-to-file, epg-export-keys-to-string)
9516         (epg-start-import-keys, epg-import-keys-from-file)
9517         (epg-import-keys-from-string, epg-start-receive-keys)
9518         (epg-receive-keys, epg-import-keys-from-server)
9519         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9520         (epg-sign-keys, epg-start-generate-key)
9521         (epg-generate-key-from-file, epg-generate-key-from-string):
9522         Remove autoload cookie.
9524 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9526         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9527         reevaluation of trash-directory.
9529         * mwheel.el: Fix last change.
9530         (mouse-wheel-mode): New defvar.
9531         (mouse-wheel-mode): Remove autoload cookie.
9533 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * mwheel.el (mwheel-installed-bindings): New var.
9536         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9537         the bindings we set last time.  Use custom-initialize-delay.
9538         * loadup.el: Load mwheel after term/*-win.el.
9539         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9540         and mouse-wheel-up-event now that their first evaluation is done
9541         sufficiently late to be correct.
9543         * startup.el (tutorial-directory): Make it a defcustom.
9544         Use custom-initialize-delay rather than eval-at-startup to set it.
9545         * image.el (image-load-path): Make it a defcustom.
9546         Use custom-initialize-delay rather than eval-at-startup to set it.
9547         * subr.el (eval-at-startup): Remove.
9548         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9550         * subr.el (do-after-load-evaluation): Warn the user after loading an
9551         obsolete package.
9553 2009-09-12  Glenn Morris  <rgm@gnu.org>
9555         * proced.el (proced-mark-alt): Remove alias.
9556         (proced-mode-map): Remove proced-mark-alt.
9558         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9559         Elint file and directory.  Remove initialization entry.
9561         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9562         commands.
9563         (elint-current-buffer): Set mode-line-process.
9564         (elint-init-env): Handle define-derived-mode.
9565         Fix declare-function with unspecified arglist.  Guard against odd
9566         defalias statements (eg iso-insert's 8859-1-map).
9567         (elint-add-required-env): Use a temp buffer.
9568         (elint-form): Just print the function/macro name, not the whole form.
9569         Return env unchanged if we fail to parse a macro.
9570         (elint-forms): Guard against parse errors.
9571         (elint-output): New function, to handle batch mode.
9572         (elint-log-message): Add optional argument.  Use elint-output.
9573         (elint-set-mode-line): New function.
9575 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9577         * emacs-lisp/elp.el (elp-not-profilable): Add more
9578         functions (Bug#4233).
9580 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9582         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9583         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9585 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9587         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9588         (gdb-var-list-children): Use json parsing.
9590 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9592         * progmodes/js.el (js--proper-indentation): Handle the case where
9593         char-before is null.  Reported by Deniz Dogan.
9595 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9597         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9599 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9601         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9602         (epg-digest-algorithm-alist): Add SHA224.
9603         (epg-context-set-passphrase-callback)
9604         (epg-context-set-progress-callback): Add description about
9605         callback function.
9607 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9609         * custom.el (custom-delayed-init-variables): New var.
9610         (custom-initialize-delay): New function.
9611         * startup.el (command-line): "Re"evaluate all vars in
9612         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9613         explicitly any more.
9614         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9615         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9617         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9619 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9621         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9622         (gdb-var-update-handler): Use json parsing.
9624 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9626         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9627         decode annotated text, regardless of language environment.  (Bug#2741)
9629 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9631         * Makefile.in (autoloads): Make rmail.el writable as well.
9633 2009-09-11  Glenn Morris  <rgm@gnu.org>
9635         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9636         loaddefs.el.
9637         * dired.el: Regenerate with extracted autoloads.
9638         * Makefile.in (autoloads): Make dired.el writable.
9640         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9641         * ibuffer.el: Regenerate with extracted autoloads.
9642         * Makefile.in (autoloads): Make ibuffer.el writable.
9644         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9645         * version.el (emacs-copyright, emacs-major-version)
9646         (emacs-minor-version): Reformat doc-strings for make-docfile.
9648         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9649         functions and variables, since they must be stuff specific to some other
9650         platform.
9651         (apropos-print): Make mouse-click message less specific about button.
9653         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9654         that records where a macro was defined.
9655         * help-fns.el (describe-function-1): Mention if a function has a
9656         compiler-macro.
9657         * help-mode.el (help-function-cmacro): New button.
9659         * locate.el (top-level): Always require dired.
9660         (locate-mode-map): Initialize inside the defvar.
9662         * net/ange-ftp.el (dired-compress-file): Declare.
9663         (ange-ftp-dired-compress-file): Add doc string.
9665         * term/ns-win.el (x-display-name, x-setup-function-keys):
9666         Unify doc-strings with X versions.
9668 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9670         * emulation/crisp.el (crisp-mode-map): Move initialization
9671         into declaration.
9672         (crisp-mode): Use define-minor-mode.
9674         * progmodes/xscheme.el (xscheme-evaluation-commands):
9675         Put a :advertised-binding property rather than using
9676         advertised-xscheme-send-previous-expression.
9677         (advertised-xscheme-send-previous-expression): Declare obsolete.
9678         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9679         `advertised-undo'.
9680         (crisp-mode): Add corresponding bindings to
9681         undo's :advertised-binding instead.
9682         * dired.el (dired-mode-map): Put a :advertised-binding property rather
9683         than using dired-advertised-find-file.
9684         (dired-advertised-find-file):
9685         * simple.el (advertised-undo):
9686         * wid-edit.el (advertised-widget-backward): Declare obsolete.
9687         (widget-keymap): Put a :advertised-binding property rather
9688         than using advertised-widget-backward.
9689         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9690         than using advertised-undo.
9691         * tutorial.el (tutorial--default-keys): Adjust accordingly.
9693 2009-09-10  Simon South  <ssouth@slowcomputing.org>
9695         * progmodes/delphi.el (delphi-tab): Indent region when Transient
9696         Mark mode is enabled and region is active; otherwise indent or
9697         insert TAB as usual.
9698         (delphi-mode): Update description of TAB-key binding.
9700 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9702         * subr.el (define-key-rebound-commands): Mark obsolete.
9703         * startup.el (precompute-menubar-bindings): Remove.
9704         (normal-top-level): Remove obsolete code that tried to precompute
9705         menubar bindings.
9706         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9707         define-key-rebound-commands and precompute-menubar-bindings.
9709 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9711         * net/imap.el (imap-interactive-login): Better messages.
9712         (imap-open): Fix bug with renamed buffer on reconnect.
9713         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9714         for easier debugging and cleaner code.  On successful (guessed based on
9715         server capabilities) secondary authentication, set imap-state
9716         correctly.
9717         (imap-last-authenticator): Define imap-last-authenticator as a variable
9718         to avoid warnings.
9720 2009-09-10  Glenn Morris  <rgm@gnu.org>
9722         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9724         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9725         (byte-compile-file-form-autoload): Don't warn about unknown functions
9726         where the autoload statement comes after the use.
9727         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9728         that any handlers inside the body (eg require) are in turn respected.
9730         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9731         effects.
9733         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9734         and syntax and abbrev tables basic docs, if they don't have any.
9736         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9738         * international/mule-cmds.el (top-level): Require cl when compiling.
9739         (view-hello-file): Use default-value rather than
9740         default-enable-multibyte-characters.
9742         * progmodes/fortran.el: Move all safe and risky properties into the
9743         defcustoms.
9745         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9746         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9747         * mail/undigest.el:
9748         Put autoloads in rmail.el rather than loaddefs.el.
9749         * mail/rmail.el: Regenerate with extracted autoloads.
9751         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9752         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9754 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
9756         Reported in thread for Bug#4375.
9757         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9758         "-data-evaluate-expression" instead of print.
9759         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9760         (gdb-tooltip-print): Parse output from above MI command.
9761         (gdb): Revert 2009-08-11 change.  User should detach inferior
9762         manually.
9764         Remove the word "separate" from IO functions as inferior
9765         output is now never displayed in the GUD buffer.
9767 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
9769         * startup.el (command-line-normalize-file-name): On Windows and
9770         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9772 2009-09-10  Juri Linkov  <juri@jurta.org>
9774         * isearch.el (isearch-text-char-description): Propertize escape
9775         character sequences with the `escape-glyph' face.  (Bug#4344)
9777         * simple.el (shell-command): Set asynchronous process filter to
9778         `comint-output-filter'.  (Bug#4343)
9780         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9781         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9782         the list.  Move "asm" to the bottom.
9783         (grep-find-ignored-directories): Add `choice' with nil value
9784         to empty the list easily.
9785         (grep-find-ignored-files): New option.
9786         (grep-files-history): Set to nil by default instead of '("ch" "el").
9787         (grep-compute-defaults): Add "<X>" to `grep-template'.
9788         (grep-read-files): Bind new local variables `default-alias' and
9789         `default-extension'.  Use a list of default values for the file prompt.
9790         (lgrep): Add `--exclude=' command line options composed from
9791         `grep-find-ignored-files'.
9792         (rgrep): Add `-name' command line options composed from
9793         `grep-find-ignored-files'.  (Bug#4301)
9795 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9797         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9798         (bug#4368).
9800 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9802         * calendar/time-date.el (autoload):
9803         Expand define-obsolete-function-alias into defalias and make-obsolete
9804         for old Emacsen that Gnus supports.
9805         (with-no-warnings): Define it for old Emacsen.
9806         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9807         is available.
9808         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9809         float-time is available; suppress compile warning for time-to-seconds.
9811 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9813         * net/imap.el (imap-message-map): Docstring fix.
9815 2009-09-09  Glenn Morris  <rgm@gnu.org>
9817         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9818         line numbers too.  (Bug#4374)
9820 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9822         * smerge-mode.el (smerge-remove-props, smerge-refine):
9823         Use with-silent-modifications (bug#4342).
9825         * subr.el (with-silent-modifications): New macro.
9827 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9829         * files.el (top-level): Require `cl' when compiling.
9831 2009-09-07  Glenn Morris  <rgm@gnu.org>
9833         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9835         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9836         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9838 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9840         * vc-git.el (vc-git-annotate-command): Use separator to parse
9841         arguments correctly.
9843 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9845         * proced.el (proced-mode): Doc fix.
9847 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9849         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9850         lstat fails.
9851         (tramp-do-file-attributes-with-ls): Check for file existence at
9852         remote end.
9853         (tramp-do-file-attributes-with-stat): Likewise.
9854         (tramp-convert-file-attributes): Return nil when attr is nil.
9856 2009-09-05  Glenn Morris  <rgm@gnu.org>
9858         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9859         properties to this button.
9860         (diary-fancy-display): Don't extend the button to the final newline.
9861         (diary-fancy-display-mode): Continue to define "q" as a local key.
9863         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9864         efficient.
9866         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9868         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9869         (byte-compile-dest-file-function): New option.
9870         (byte-compile-dest-file): Doc fix.
9871         Obey byte-compile-dest-file-function.
9872         (byte-compile-cl-file-p): New function.
9873         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9874         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9875         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9876         than for file being previously loaded.
9877         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9878         (byte-compile-file-form-require): Handle the case where requiring a file
9879         indirectly causes CL to be loaded.
9881 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9883         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9884         before killing the old buffer, since by the time `kill-buffer' is
9885         run so many buffer variables have been set to nil that it may not
9886         behave as expected.  (Bug#4061)
9888 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9890         * files.el (find-alternate-file): If the old buffer is modified
9891         and visiting a file, behave similarly to `kill-buffer' when
9892         killing it, thus reverting to the pre-1.878 behavior; see
9893         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9894         for discussion.  Also, consult `buffer-file-name' as a variable
9895         not as a function, for consistency with the rest of the code.
9897 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9899         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9900         also when adding a new directory.
9902         * net/tramp-compat.el (tramp-compat-line-beginning-position):
9903         New defun.
9905 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9907         * files.el (locate-file-completion-table): Make it provide boundary
9908         information, so partial-completion works better.
9910 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9912         * mail/footnote.el (Footnote-text-under-cursor):
9913         Check footnote-text-marker-alist before using it (bug#4324).
9915 2009-09-04  Glenn Morris  <rgm@gnu.org>
9917         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9918         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9919         * play/solitaire.el, play/tetris.el:
9920         Remove leading * from defcustom and defface docs.
9922         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9923         necessary.
9924         (diary-fancy-overriding-map): New variable.
9925         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9926         Use view-mode.
9928         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9929         goto-line.
9931 2009-09-03  Glenn Morris  <rgm@gnu.org>
9933         * arc-mode.el (archive-mode):
9934         * dos-fns.el (set-default-process-coding-system):
9935         * man.el (Man-getpage-in-background):
9936         * menu-bar.el (menu-bar-describe-menu):
9937         * server.el (server-process-filter):
9938         * startup.el (command-line):
9939         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9940         * w32-fns.el (set-default-process-coding-system):
9941         * x-dnd.el (x-dnd-handle-file-name):
9942         * international/mule-cmds.el (mule-menu-keymap)
9943         (set-default-coding-systems, language-info-alist, set-language-info)
9944         (set-language-environment, standard-display-european-internal)
9945         (set-locale-environment):
9946         * international/mule-diag.el (mule-diag):
9947         * mail/emacsbug.el (report-emacs-bug):
9948         * mail/rmail.el (rmail-mode):
9949         * mail/sendmail.el (mail-setup):
9950         Use default-value rather than default-enable-multibyte-characters.
9952         * progmodes/f90.el: Move all safe properties into the defcustoms.
9953         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9955         * calendar/appt.el (appt-check):
9956         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9957         (diary-check-diary-file, diary-list-entries)
9958         (diary-include-other-diary-files, diary-simple-display)
9959         (diary-fancy-display, diary-print-entries)
9960         (diary-mark-included-diary-files, diary-make-entry):
9961         Don't call substitute-in-file-name on diary-file.
9963 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9964             Stefan Monnier  <monnier@iro.umontreal.ca>
9966         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9967         (footnote-mode-map): Move initialization into the declaration.
9968         (footnote-minor-mode-map): Define it rather than changing global-map.
9969         (footnote-mode): Use define-minor-mode.
9971 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9973         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9974         (tramp-do-file-attributes-with-perl)
9975         (tramp-do-file-attributes-with-stat): Rename from
9976         `tramp-handle-file-attributes-with-*'.
9977         (tramp-handle-file-attributes): Use them.
9978         (tramp-do-directory-files-and-attributes-with-perl)
9979         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9980         `tramp-handle-directory-files-and-attributes-with-*'.
9981         (tramp-handle-directory-files-and-attributes): Use them.
9982         (tramp-method-out-of-band-p): Additional parameter SIZE.
9983         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9984         (tramp-handle-write-region): Use it.
9985         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9986         (tramp-handle-vc-registered): Check, whether the first run did
9987         return files to be tested.
9988         (tramp-advice-make-auto-save-file-name): Do not call directly
9989         `tramp-handle-make-auto-save-file-name', because this would bypass
9990         the locking mechanism.
9992         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9993         (file-remote-p, process-file, start-file-process, set-file-times)
9994         (tramp-compat-file-attributes): Compatibility functions shall not
9995         call directly `tramp-handle-*', because this would bypass the
9996         locking mechanism.
9997         (tramp-compat-number-sequence): New defun.
9999 2009-09-02  Glenn Morris  <rgm@gnu.org>
10001         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10002         alias for float-time.
10003         (time-to-number-of-days): In Emacs, use float-time.
10004         * net/newst-backend.el (time-add): Suppress warnings from compat
10005         function.
10006         * time.el (emacs-uptime, emacs-init-time):
10007         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10008         Use float-time rather than time-to-seconds.
10010         * minibuffer.el (completion-initials-expand): Fix typo.
10012         * faces.el (modeline, modeline-inactive, modeline-highlight)
10013         (modeline-buffer-id):
10014         * info.el (info-menu-5): Mark these face aliases as obsolete.
10016 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10018         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10019         space ...
10020         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10021         no "--thread" option.
10022         (gdb-stopped): Don't print "Switched to thread" message when it is
10023         unchanged.
10025 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10027         * minibuffer.el (completion-try-completion)
10028         (completion-all-completions): Remove ill-defined (and
10029         mistakenly installed and luckily never used nor documented)
10030         `completion-styles' property.
10031         (completion-initials-expand, completion-initials-all-completions)
10032         (completion-initials-try-completion): New functions.
10033         (completion-styles-alist): Add doc to each entry.
10034         Add new `initials' entry.
10036 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10038         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10039         MI command -var-evaluate-expression.
10040         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10041         and tweak for case of string child.
10042         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10044 2009-09-01  Glenn Morris  <rgm@gnu.org>
10046         * add-log.el (change-log-date-face, change-log-name-face)
10047         (change-log-email-face, change-log-file-face, change-log-list-face)
10048         (change-log-conditionals-face, change-log-function-face)
10049         (change-log-acknowledgement-face):
10050         * cus-edit.el (custom-invalid-face, custom-rogue-face)
10051         (custom-modified-face, custom-set-face, custom-changed-face)
10052         (custom-saved-face, custom-button-face, custom-button-pressed-face)
10053         (custom-documentation-face, custom-state-face, custom-comment-face)
10054         (custom-comment-tag-face, custom-variable-tag-face)
10055         (custom-variable-button-face, custom-face-tag-face)
10056         (custom-group-tag-face-1, custom-group-tag-face):
10057         * diff-mode.el (diff-header-face, diff-file-header-face)
10058         (diff-index-face, diff-hunk-header-face, diff-removed-face)
10059         (diff-added-face, diff-changed-face, diff-function-face)
10060         (diff-context-face, diff-nonexistent-face):
10061         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10062         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10063         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10064         (Info-title-4-face):
10065         * isearch.el (isearch-lazy-highlight-face):
10066         * log-view.el (log-view-file-face, log-view-message-face):
10067         * paren.el (show-paren-match-face, show-paren-mismatch-face):
10068         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10069         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10070         (cvs-msg-face):
10071         * smerge-mode.el (smerge-mine-face, smerge-other-face)
10072         (smerge-base-face, smerge-markers-face):
10073         * wid-edit.el (widget-documentation-face, widget-button-face)
10074         (widget-field-face, widget-single-line-field-face)
10075         (widget-inactive-face, widget-button-pressed-face):
10076         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10077         (woman-addition-face):
10078         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10079         (eshell-ls-executable-face, eshell-ls-readonly-face)
10080         (eshell-ls-unreadable-face, eshell-ls-special-face)
10081         (eshell-ls-missing-face, eshell-ls-archive-face)
10082         (eshell-ls-backup-face, eshell-ls-product-face)
10083         (eshell-ls-clutter-face):
10084         * eshell/em-prompt.el (eshell-prompt-face):
10085         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10086         * obsolete/old-whitespace.el (whitespace-highlight-face):
10087         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10088         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10089         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10090         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10091         (antlr-font-lock-literal-face):
10092         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10093         (ebrowse-root-class-face, ebrowse-file-name-face)
10094         (ebrowse-default-face, ebrowse-member-attribute-face)
10095         (ebrowse-member-class-face, ebrowse-progress-face):
10096         * progmodes/make-mode.el (makefile-space-face):
10097         * progmodes/sh-script.el (sh-heredoc-face):
10098         * textmodes/flyspell.el (flyspell-incorrect-face)
10099         (flyspell-duplicate-face):
10100         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10101         * textmodes/texinfo.el (texinfo-heading-face):
10102         Mark face aliases with "-face" suffix as obsolete.
10104         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10105         compiler.
10107         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10108         (eudc-bob-sound-menu): Use defvar rather than defconst, since
10109         easy-menu-define wants to modify these.
10111         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10113         * net/browse-url.el (browse-url-file-url):
10114         * term/internal.el (dos-codepage-setup):
10115         Use default-value rather than default-enable-multibyte-characters.
10117         * progmodes/etags.el (etags-goto-tag-location):
10118         * progmodes/flymake.el (flymake-highlight-line)
10119         (flymake-goto-file-and-line, flymake-goto-line):
10120         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10121         (gdb-goto-breakpoint):
10122         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10123         * progmodes/python.el (python-find-function)
10124         (python-pdbtrack-track-stack-file):
10125         * progmodes/verilog-mode.el (verilog-surelint-off):
10126         * term/ns-win.el (ns-open-file-select-line):
10127         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10128         Use forward-line rather than goto-line.
10130         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10131         * textmodes/reftex-index.el (reftex-display-index):
10132         * textmodes/reftex-ref.el (reftex-offer-label-menu):
10133         * textmodes/reftex-toc.el (reftex-toc):
10134         Remove unnecessary bindings of default-major-mode (all are followed by
10135         major-mode check and possible mode switch).
10137 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10139         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10140         Handle watchpoints (bug#4282).
10141         (def-gdb-thread-buffer-command): Enable thread to be selected by
10142         clicking without selecting threads buffer first.
10143         (gdb-current-context-command): Use selected frame so that "up",
10144         "down" etc work in the GUD buffer.
10145         (gdb-update): Find selected frame before rendering stack buffer.
10146         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10148 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10150         * progmodes/sym-comp.el (displayed-completions): Remove.
10151         (symbol-complete): Use minibuffer-complete.
10153 2009-08-31  Glenn Morris  <rgm@gnu.org>
10155         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10157         * apropos.el (apropos-symbols-internal):
10158         Handle (obsolete) face aliases.
10160         * faces.el (describe-face): Adjust the output format to be more like
10161         describe-variable, and to mention (obsolete) face aliases.
10162         Adjust the whitespace so that help-setup-xref works.
10164         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10165         * calendar/diary-lib.el (diary-button-face):
10166         Mark these face aliases as obsolete.
10168         * calendar/calendar.el (calendar-today): Doc fix.
10170 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10172         * progmodes/gdb-mi.el (gdb-control-all-threads)
10173         (gdb-control-current-thread): Force tool bar update.
10174         (gdb-non-stop-handler): New function.
10175         (gdb-init-1): Use it to test if non-stop mode is supported.
10176         Remove unused gdbmi buffer type.
10178 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
10180         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10181         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
10183 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
10185         * comint.el (comint-exec-1): Check command is non-null first.
10186         Part of gdb-mi.el change (2009-08-28).
10188 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10190         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10192 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
10194         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10195         instead of `dolist' to avoid a recursive require when bootstrapping.
10197 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10199         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10201         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10203         * net/imap.el (imap-send-command): Simplify.
10204         (imap-wait-for-tag): point-max -> buffer-size.
10206         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10208         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10209         with constant argument.
10211         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10213         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10215         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10216         Change default, since most of our files don't have a history.
10217         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10218         the user.
10220         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10221         Add comint-run.
10223         * calc/calc.el: Improve commenting convention.
10224         (calc-digit-map, toplevel): Simplify.
10226         * comint.el (comint-insert-input): Be careful to only set point if we
10227         don't delegate to some other command.
10229         * proced.el (proced-signal-list): Make it an alist.
10230         (proced-grammar-alist): Capitalize names.
10231         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10232         Disable undo manually and make it read-only.
10233         Use completion-annotate-function.
10235         * minibuffer.el (minibuffer-message): If the current buffer is not
10236         a minibuffer, insert the message in the echo area rather than at the
10237         end of the buffer.
10238         (completion-annotate-function): New variable.
10239         (minibuffer-completion-help): Use it.
10240         (completion--embedded-envvar-table): Environment vars are
10241         always case-sensitive.
10243 2009-08-30  Glenn Morris  <rgm@gnu.org>
10245         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10246         from fortran-current-defun.
10247         (fortran-beginning-of-subprogram): Be more precise about finding the
10248         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
10249         (fortran-end-of-subprogram): Simplify.
10250         (fortran-current-defun): Use fortran-start-prog-re.
10252 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
10254         * subr.el (do-after-load-evaluation): Simplify.
10256 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
10258         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10260         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
10261         (vc-rcs-print-log): Use it.
10263         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10265 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10267         * paths.el (abbrev-file-name): Move to abbrev.el.
10268         * abbrev.el (abbrev-file-name): Move from paths.el.
10269         Obey user-emacs-directory.
10270         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10271         user-emacs-directory.
10272         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10273         abbrev-file-name and calc-settings-file any more.
10274         * startup.el (command-line): Recompute abbrev-file-name and
10275         abbreviated-home-dir.
10276         (normal-no-mouse-startup-screen): Improve the generic code and get rid
10277         of the special code for when C-h bindings haven't been changed.
10278         (display-startup-echo-area-message): Use with-current-buffer.
10279         (command-line-1): Use a list of strings, rather than a list of lists
10280         of strings for longopts.
10282         * files.el (get-free-disk-space): Use / for default-directory.
10284         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10285         Use with-current-buffer.
10287         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10288         Recognize immutable variables like most-positive-fixnum.
10289         (byte-compile-setq-default): Check and warn if trying to assign
10290         to an immutable variable, or a non-variable.
10292         * progmodes/cc-vars.el (c-comment-continuation-stars):
10293         * progmodes/cc-engine.el (c-looking-at-bos):
10294         * progmodes/cc-cmds.el (c-toggle-auto-state)
10295         (c-forward-into-nomenclature, c-backward-into-nomenclature)
10296         (c-comment-line-break-function): Add version of obsolescence.
10298 2009-08-28  Juri Linkov  <juri@jurta.org>
10300         * files.el (magic-fallback-mode-alist): Add ZIP magic number
10301         associated with `archive-mode'.
10303         * image.el (image-type-header-regexps): Use only JPEG magic number
10304         to determine JPEG images, and don't use `image-jpeg-p' because
10305         Emacs can display non-JFIF non-Exif JPEG images.
10307 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10309         * arc-mode.el (archive-mode):
10310         * emacs-lisp/re-builder.el (re-builder-unload-function):
10311         Protect against the default value of `major-mode' being nil.
10313 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10315         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10316         Fix typos in docstrings.
10318         * progmodes/js.el (js--macro-decl-re): Doc fix.
10319         (js--plain-method-re, js--split-name): Refloc docstring.
10320         (js--class-styles, js--make-merged-item, js--splice-into-items):
10321         Fix typos in docstrings; reflow docstrings.
10322         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10323         (js--variable-decl-matcher, js--inside-pitem-p)
10324         (js--parse-state-at-point, js--get-all-known-symbols)
10325         (js--symbol-history, js-find-symbol, js--js-references)
10326         (js--moz-interactor, js--js-encode-value, js--read-tab):
10327         Fix typos in docstrings.
10329 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10331         * textmodes/reftex.el (reftex-get-file-buffer-force):
10332         * progmodes/verilog-mode.el (verilog-batch-execute-func):
10333         * emulation/viper.el (viper-go-away, viper-set-hooks):
10334         * emacs-lisp/re-builder.el (re-builder-unload-function):
10335         * emacs-lisp/bytecomp.el (byte-compile-file):
10336         * ses.el (ses-unload-function):
10337         * hexl.el (hexl-find-file):
10338         * files.el (normal-mode):
10339         * ehelp.el (with-electric-help):
10340         * autoinsert.el (auto-insert-alist):
10341         * arc-mode.el (archive-mode):
10342         Use (default-value 'major-mode) instead of default-major-mode.
10344         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10345         * international/mule.el (load-with-code-conversion):
10346         * emacs-lisp/debug.el (debug):
10347         * ediff-vers.el (ediff-rcs-get-output-buffer):
10348         * dired.el (dired-internal-noselect): Don't let-bind
10349         default-major-mode around code that doesn't use it.
10350         E.g. buffer creation via get-buffer-create doesn't use it.
10352 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
10354         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10355         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10356         when writing the temp file.  Otherwise, epa-file gets confused.
10357         (tramp-register-file-name-handlers): Make it a defun.  Move also
10358         `epa-file-handler' to the front of `file-name-handler-alist'.
10360 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10362         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10363         start right after a ^M.
10364         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10365         (tramp-completion-file-name-regexp-separate)
10366         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10367         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10368         Don't modify last-coding-system-used by accident.
10369         (tramp-completion-file-name-handler): Apply the checks here,
10370         instead during registration.
10371         (tramp-register-file-name-handlers): Rename from
10372         `tramp-register-file-name-handler'.  Register both
10373         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10374         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
10376 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
10378         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10379         Remove variable ...
10380         (gdb-init-1, gdb-display-separate-io-buffer)
10381         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10382         references to it.
10383         (gdb-inferior-io-mode): Use make-comint-in-buffer.
10384         (gdb-inferior-filter): Use comint-output-filter to stop
10385         echoing and remove ^M characters.
10387 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10389         * emulation/viper-init.el (viper-restore-cursor-type):
10390         * emulation/cua-base.el (cua--update-indications):
10391         Replace default-cursor-type with (default-value 'cursor-type).
10393         * mail/sendmail.el (mail-recover-1):
10394         * international/mule-diag.el (describe-current-coding-system-briefly)
10395         (describe-current-coding-system):
10396         * international/mule-cmds.el (select-safe-coding-system)
10397         (select-message-coding-system)
10398         (set-language-environment-coding-systems, set-locale-environment):
10399         * hexl.el (hexl-insert-multibyte-char):
10400         * dos-w32.el (find-buffer-file-type-coding-system):
10401         * simple.el (what-cursor-position):
10402         Replace uses of default-buffer-file-coding-system
10403         with (default-value 'buffer-file-coding-system).
10405         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10406         Replace uses of default-cursor-in-non-selected-windows
10407         with (default-value 'cursor-in-non-selected-windows).
10408         Use with-current-buffer.
10410         * mail/feedmail.el: Use CL macros.
10411         (feedmail-run-the-queue, feedmail-send-it-immediately):
10412         * dos-w32.el (find-buffer-file-type): Replace uses of
10413         default-buffer-file-type with (default-value 'buffer-file-type).
10415 2009-08-28  Glenn Morris  <rgm@gnu.org>
10417         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10418         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10419         Use default-value of major-mode rather than default-major-mode.
10421 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10423         * Makefile.in (update-elcfiles): Report left over elc files.
10425         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10426         expand-file-name and with-current-buffer.
10427         (mail-get-names, mail-directory): Use with-current-buffer.
10429         * vc.el (vc-read-revision): New function.
10430         (vc-version-diff, vc-merge): Use it.
10432 2009-08-27  Sam Steingold  <sds@gnu.org>
10434         * simple.el (kill-do-not-save-duplicates): New user option.
10435         (kill-new): When it is non-nil, and the new string is the same as
10436         the latest kill, set replace to t to avoid duplicates in kill-ring.
10438 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
10440         * net/tramp.el (tramp-handle-process-file): Do not flush all
10441         caches when `process-file-side-effects' is set.
10442         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10443         instead of `tramp-find-file-exists-command'.
10444         Unset `process-file-side-effects'.
10446 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
10448         * net/tramp.el (tramp-methods): New method "rsyncc".
10449         (top): Add completion function for "rsyncc".
10450         (tramp-message-show-message): New defvar.
10451         (tramp-message, tramp-error): Use it.
10452         (tramp-do-copy-or-rename-file-directly): Extend check for direct
10453         remote copying.
10454         (tramp-do-copy-or-rename-file-out-of-band): Handle new
10455         `tramp-methods' entry `copy-env' of "rsyncc".
10456         (tramp-vc-registered-read-file-names): New defconst.
10457         (tramp-vc-registered-file-names): New defvar.
10458         (tramp-handle-vc-registered): Implement optimization strategy.
10459         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10460         (tramp-vc-file-name-handler): New defun.
10461         (tramp-get-ls-command, tramp-get-test-command)
10462         (tramp-get-file-exists-command, tramp-get-remote-ln)
10463         (tramp-get-remote-perl, tramp-get-remote-stat)
10464         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10466         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10467         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
10468         timestamps.
10469         (tramp-get-file-property): Check for timestamps in
10470         `tramp-cache-inhibit-cache'.
10471         (tramp-set-file-property): Write timestamp.
10473 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10475         * language/japan-util.el (japanese-symbol-table): Add entries for
10476         cp932-2-byte.
10478         * international/characters.el: Add category `j' to cp932-2-byte.
10480 2009-08-27  Kenichi Handa  <handa@m17n.org>
10482         * international/fontset.el (build-default-fontset-data): New macro.
10483         (setup-default-fontset): Use build-default-fontset-data for CJK,
10484         tibetan, ethiopic, and ipa.
10486 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10488         * cus-start.el (default-major-mode): Customize `major-mode' instead.
10489         (enable-multibyte-characters): Not customizable any more.
10491         * subr.el (default-mode-line-format, default-header-line-format)
10492         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10493         (default-direction-reversed, default-truncate-lines)
10494         (default-left-margin, default-tab-width, default-case-fold-search)
10495         (default-left-margin-width, default-right-margin-width)
10496         (default-left-fringe-width, default-right-fringe-width)
10497         (default-fringes-outside-margins, default-scroll-bar-width)
10498         (default-vertical-scroll-bar, default-indicate-empty-lines)
10499         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10500         (default-fringe-cursor-alist, default-scroll-up-aggressively)
10501         (default-scroll-down-aggressively, default-fill-column)
10502         (default-cursor-type, default-buffer-file-type)
10503         (default-cursor-in-non-selected-windows)
10504         (default-buffer-file-coding-system, default-major-mode)
10505         (default-enable-multibyte-characters): Mark as obsolete.
10507 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10509         * vc-dir.el (vc-dir-update): Remove debug helper.
10511         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10513 2009-08-26  Sam Steingold  <sds@gnu.org>
10515         * simple.el (save-interprogram-paste-before-kill): New user option.
10516         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10517         save the interprogram-paste into kill-ring before overriding it
10518         with the Emacs kill.
10520 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10522         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10523         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10524         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10525         and move to vc-rcs.el.
10526         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10527         move to vc-rcs.el.
10528         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10529         (vc-rcs-update-changelog): Remove.
10530         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10531         and move to vc-rcs.el.
10533         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10534         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10535         renaming.
10536         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10537         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10538         vc.el, renamed to be RCS specific.
10540         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10541         New functions.
10542         (vc-cvs-update-changelog): Move here from vc.el.
10544         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10545         New functions.
10547 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10549         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10551 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10553         * vc-git.el (vc-git-register): Use "git add" for directories.
10554         (vc-git-stash, vc-git-stash-show): New functions.
10555         (vc-git-extra-menu-map): Bind them.
10557         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10558         directory correctly in case the item is a directory itself.
10560         * vc.el: Document the desired behavior for reverted files in the
10561         `added' state.
10562         (vc-default-prettify-state-info): Remove function, unused.
10564         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10566 2009-08-26  Glenn Morris  <rgm@gnu.org>
10568         * bindings.el (standard-mode-line-format): Reposition dashes in
10569         which-func entry.  (Bug#4217)
10571         * files.el (enable-local-variables, enable-local-eval)
10572         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10573         the defcustoms.
10574         (auto-mode-alist, ignored-local-variables)
10575         (save-some-buffers-action-alist): Move risky declarations to the
10576         definitions.
10577         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10578         (font-lock-defaults, format-alist, imenu--index-alist)
10579         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10580         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10581         (mode-line-modified, mode-line-mule-info, mode-line-position)
10582         (mode-line-process, mode-line-remote, outline-level)
10583         (parse-time-rules, rmail-output-file-alist)
10584         (special-display-buffer-names, vc-mode):
10585         Move risky declarations to the relevant files.
10586         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10587         (mode-line-modified, mode-line-process, mode-line-position)
10588         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10589         * font-core.el (font-lock-defaults):
10590         * format.el (format-alist):
10591         * vc-hooks.el (vc-mode):
10592         * window.el (special-display-buffer-names):
10593         * international/mule-cmds.el (input-method-alist):
10594         Define riskiness here (dumped file) rather than in files.el.
10595         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10596         * imenu.el (imenu-generic-expression, imenu--index-alist):
10597         * outline.el (outline-level):
10598         * time.el (display-time-string):
10599         * calendar/parse-time.el (parse-time-rules):
10600         * mail/rmailout.el (rmail-output-file-alist):
10601         Autoload riskiness here, rather than placing in files.el.
10603 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10605         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10607 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10609         * simple.el (process-file-side-effects): New defvar.
10611         * dired-aux.el (dired-show-file-type):
10612         * vc.el (vc-diff-internal):
10613         * vc-arch.el (vc-arch-diff):
10614         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10615         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10616         * vc-git.el (vc-git-registered, vc-git-working-revision)
10617         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10618         (vc-git--empty-db-p):
10619         * vc-hooks.el (vc-user-login-name):
10620         * vc-svn.el (vc-svn-registered, vc-svn-state)
10621         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10622         * progmodes/grep.el (grep-probe): Let-bind
10623         `process-file-side-effects' with nil.
10625         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10627         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10628         daemon.  Replace ping by checking for running service for bluez
10629         and zeroconf.  (Bug#4239)
10631 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10633         * net/dig.el (dig): Add autoload cookie.
10635 2009-08-25  Glenn Morris  <rgm@gnu.org>
10637         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10638         load-history for absolute file-names.
10639         (byte-compile-file-form-require): Warn about use of the cl package.
10641         * format.el (format-alist): Doc fix.
10643         * play/bubbles.el (top-level): Don't require cl at run-time.
10645         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10646         run-time cl).
10648 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10650         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10651         from cl package.
10652         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10654 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10656         * calc/calc-alg.el (math-trig-rewrite)
10657         (math-hyperbolic-trig-rewrite): New functions.
10658         (calc-simplify): Simplify trig functions when asked.
10660 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10662         * diff-mode.el (diff-find-source-location): Avoid goto-line.
10664 2009-08-24  Kenichi Handa  <handa@m17n.org>
10666         * language/ind-util.el (mapthread): Delete it.
10667         (combinatorial): New function.
10668         (indian--puthash-cv): Use combinatorial instead of mapthread.
10670 2009-08-22  Kevin Ryde  <user42@zip.com.au>
10672         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10673         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10674         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10675         Clarify docstring that the value is strings not symbols.
10676         (checkdoc-list-of-strings-p): New function.
10678 2009-08-22  Glenn Morris  <rgm@gnu.org>
10680         * files.el (auto-mode-alist):
10681         * hippie-exp.el (he-concat-directory-file-name):
10682         * lpr.el (lpr-windows-system, printer-name):
10683         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10684         * ps-print.el (ps-windows-system):
10685         * startup.el (command-line):
10686         * emulation/viper-ex.el (viper-glob-function):
10687         * international/mule-cmds.el (set-language-environment-coding-systems):
10688         * net/ange-ftp.el (ange-ftp-write-region):
10689         * obsolete/fast-lock.el (fast-lock-cache-name):
10690         Remove code for defunct system-types emx, macos, mswindows, next-mach,
10691         unisoft-unix, vax-vms, win32, w32.
10693         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10694         given name if the pattern is not more specific.
10696         * calendar/lunar.el (lunar-phase-names): New option.
10697         (lunar-phase): Doc fix.
10698         (lunar-cycles-per-year): New constant.
10699         (lunar-index): New function.
10700         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10701         (lunar-phase-name): Use lunar-phase-names.
10702         (calendar-lunar-phases): Use format.
10703         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10705         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10706         Copy imenu-example--name-and-position function here for own use.
10707         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10709         * bs.el (bs--redisplay):
10710         * cus-edit.el (custom-redraw):
10711         * ibuffer.el (ibuffer-bury-buffer):
10712         * server.el (server-goto-line-column):
10713         * startup.el (command-line-1):
10714         * strokes.el (strokes-xpm-for-stroke):
10715         * term.el (term-display-buffer-line):
10716         * view.el (View-goto-line):
10717         * calc/calc.el (calc-do, calc-trail-buffer):
10718         * play/gamegrid.el (gamegrid-add-score-insecure):
10719         * progmodes/ada-mode.el (ada-compile-goto-error):
10720         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10721         (ebrowse-select-1st-to-9nth):
10722         * progmodes/cperl-mode.el (cperl-time-fontification):
10723         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10724         * progmodes/gud.el (gud-display-line):
10725         (idlwave-shell-display-line):
10726         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10727         * progmodes/make-mode.el (makefile-browser-toggle):
10728         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10729         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10730         * textmodes/picture.el (picture-draw-rectangle):
10731         * textmodes/reftex-index.el (reftex-index-goto-letter):
10732         (reftex-select-jump-to-previous):
10733         * textmodes/reftex-sel.el (reftex-find-start-point)
10734         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10735         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10736         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10737         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10738         * textmodes/two-column.el (2C-associated-buffer):
10739         Use forward-line rather than goto-line.
10741         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10742         goto-line.
10744         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10745         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10746         (quick-check-list-to-regexp): Declare.
10748         * progmodes/make-mode.el (makefile-browser-insert-selection):
10749         Use goto-char rather than goto-line.
10751         * progmodes/prolog.el (compilation-error-regexp-alist)
10752         (compilation-forget-errors): Declare.
10754 2009-08-22  Juri Linkov  <juri@jurta.org>
10756         * progmodes/grep.el (lgrep, rgrep): At the beginning
10757         set `dir' to `default-directory' unless `dir' is a non-nil
10758         readable directory.  (Bug#4052)
10759         (lgrep, rgrep): Change a weird way to report an error
10760         from using `read-string' to using `error'.
10761         Instead of using interactive arguments in the function body,
10762         add new argument `confirm'.
10764 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10766         * textmodes/remember.el (remember-buffer):
10767         * progmodes/cperl-mode.el (cperl-vc-header-alist):
10768         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10769         (icalendar-extract-ical-from-buffer):
10770         * net/newst-treeview.el (newsticker-groups-filename):
10771         * net/newst-backend.el (newsticker-cache-filename):
10772         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10773         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10774         (speedbar-add-ignored-path-regexp, speedbar-line-path)
10775         (speedbar-buffers-line-path, speedbar-path-line)
10776         (speedbar-buffers-line-path):
10777         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10778         (epg-sign-keys):
10779         * epa.el (epa-display-verify-result):
10780         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10782 2009-08-21  Glenn Morris  <rgm@gnu.org>
10784         * progmodes/js.el (inferior-moz-process): Fix declaration.
10786         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10788         * obsolete/rnewspost.el (news-mail-reply):
10789         Use goto-char rather than goto-line.
10791         * term/ns-win.el (ns-open-file-select-line):
10792         Use line-beginning-position rather than goto-line.
10794         * apropos.el (apropos-command):
10795         * ehelp.el (electric-helpify):
10796         * printing.el (pr-show-setup):
10797         * strokes.el (strokes-help):
10798         * tutorial.el (tutorial--describe-nonstandard-key)
10799         (tutorial--detailed-help):
10800         * woman.el (woman-mini-help, woman-display-extended-fonts):
10801         * calc/calc-help.el (calc-describe-key):
10802         * emulation/edt.el (edt-electric-helpify):
10803         * international/mule-diag.el (mule-diag):
10804         * play/yow.el (apropos-zippy):
10805         * progmodes/python.el (python-describe-symbol):
10806         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10807         * textmodes/table.el (*table--cell-describe-mode)
10808         (*table--cell-describe-bindings):
10809         Use help-print-return-message rather than the now obsolete alias.
10811         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10812         (calendar-cursor-to-visible-date):
10813         * play/5x5.el (5x5-position-cursor):
10814         * play/decipher.el (decipher):
10815         * play/gomoku.el (gomoku-goto-xy):
10816         * play/landmark.el (lm-goto-xy):
10817         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10818         (mpuz-paint-digit):
10819         Use forward-line, not goto-line.
10821         * mail/rmail.el (rmail-obsolete): Delete custom group.
10822         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10823         (rmail-remote-password, rmail-remote-password-required):
10824         Remove unneeded :set-after and :set properties.
10826 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10828         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10830 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10832         * loadup.el: Remove leftover macos code.
10834         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10835         Explicitly pass the date format to git blame so that user local
10836         so that the output format can be parsed.
10838 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10840         * net/dbus.el (top): Don't check for (getenv
10841         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10843 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10845         * log-edit.el (log-edit-strip-single-file-name): New var.
10846         (log-edit-insert-changelog): Use it.  Bug#3571
10848 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10850         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10851         Bug#3287
10853         * help.el (help-print-return-message): Rename from
10854         print-help-return-message.
10856         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10857         cvs-mode-map parent hack.
10858         (log-view-mode): Derive from special-mode.
10860         * linum.el (linum-mode): window-size-change-functions is redundant.
10861         Adapt to new window-configuration-change-hook behavior.
10862         (linum-after-size, linum-after-config): Remove.
10864         * imenu.el (imenu-example--name-and-position)
10865         (imenu-example--lisp-extract-index-name)
10866         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10867         Mark as obsolete.
10869         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10870         (inferior-prolog-mode): Use it.
10871         (inferior-prolog-load-file): Reset list of errors.
10873 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10875         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10877         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10879 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10881         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10882         is running already.
10884 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10886         * subr.el (listify-key-sequence-1): Use normal syntax since those
10887         integers are nowadays always represented by the same (positive) number
10888         on all platforms.
10889         (read-key-empty-map): New const.
10890         (read-key-delay): New var.
10891         (read-key): New function.
10892         (force-mode-line-update): Use with-current-buffer.
10893         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10894         (start-process-shell-command, start-file-process-shell-command):
10895         Discourage the use of command-args.
10897 2009-08-19  Glenn Morris  <rgm@gnu.org>
10899         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10901 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10903         * simple.el (choose-completion-string): Don't rely on
10904         minibuffer-completing-file-name and ad-hoc checks to decide whether
10905         to continue completion or not.
10907         * minibuffer.el (minibuffer-hide-completions): New function.
10908         (completion--do-completion): Use it.
10909         (completions-annotations): New face.
10910         (completion--insert-strings): Use it.
10911         (completion-pcm--delim-wild-regex): Add docstring.
10912         (completion-pcm--string->pattern): Add support for 0-width delimiters
10913         in completion-pcm--delim-wild-regex.
10915 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10917         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10918         Remove unused var `buffer-modified-p'.
10920         * minibuffer.el (completion--do-completion): Move point for the #b001
10921         case as well (bug#4176).
10922         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10924 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10926         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10927         and :session buses.
10929 2009-08-18  Kenichi Handa  <handa@m17n.org>
10931         * international/ucs-normalize.el (ucs-normalize-version):
10932         Change to 1.1.
10933         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10934         (utf-8-hfs): Make it perform normalization on encoding too.
10936         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10937         (sentence-end-without-space): Delete duplicated chars.
10938         (sentence-end-base): Likewise.
10940         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10941         (html-mode): Delete duplicated chars from sentence-end-base.
10943         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10944         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10946 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10948         * files.el (hack-one-local-variable): If the mode function is for
10949         a minor mode, pass it an argument (Bug#4148).
10951 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10953         * net/tramp.el (tramp-register-completion-file-name-handler):
10954         Check also for (member 'partial-completion completion-styles).
10956 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10958         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10959         abbrev (Bug#3943).
10961 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10963         * progmodes/cperl-mode.el: Merge upstream 6.2.
10964         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10965         (cperl-forward-re): Check cperl-brace-recursing.
10966         (cperl-highlight-charclass): New function.
10967         (cperl-find-pods-heres): Use it.
10968         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10969         (cperl-beautify-regexp-piece): Fix column calculation.
10970         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10971         (cperl-beautify-level): Don't process entire regexp.
10972         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10973         calling man.
10974         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10975         (cperl-init-faces): Build a list in the normal way.
10977 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10979         * calendar/parse-time.el (parse-time-string-chars): Save match
10980         data.
10982 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10984         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10985         (sql-product): Use it.
10986         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10987         (sql-set-product): Add completion.
10988         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10989         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10990         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10991         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10992         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10993         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10994         (sql-highlight-db2-keywords): Remove.
10995         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10996         (sql-highlight-product): Use derived-mode-p.
10997         (sql-set-sqli-buffer): Use with-current-buffer.
10998         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10999         Simplify.
11001         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11003         * term.el: Fix commenting convention, turn comments into docstrings.
11005 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11007         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11009 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11011         * calendar/parse-time.el (parse-time-string-chars): Compute using
11012         character classes, to handle non-ascii characters (Bug#3190).
11014 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11016         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11017         another heredoc if the user adds another < (Bug#3226).
11019         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11020         Don't initialize based on window-system (Bug#4124).
11022         * facemenu.el (facemenu-read-color): Use a completion function
11023         that accepts any defined color, such as RGB triplets (Bug#3677).
11025         * files.el (get-free-disk-space): Change fallback default
11026         directory to /.  Expand DIR argument before switching to fallback.
11027         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11029 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11031         * files.el (load-library): Doc fix.
11033 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
11035         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11036         (viper-if-string): Redefine C-s in the minibuffer to insert the last
11037         incremental search string.
11039         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11040         XEmacs.
11042         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11043         (ediff-merge-region-is-non-clash)
11044         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11045         Also check if the job is really a merge job.
11047         * ediff.el (ediff-current-file): New function.
11049 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11051         * progmodes/js.el: Edit docstrings throughout to follow Emacs
11052         conventions.
11053         (js-insert-and-indent): Delete function.
11054         (js-mode-map): Don't bind keys to js-insert-and-indent.
11055         (js-beginning-of-defun): Rename from js--beginning-of-defun.
11056         (js-end-of-defun): Rename from js--end-of-defun.
11057         (js-auto-indent-flag): Delete variable.
11059 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
11061         * progmodes/js.el: Remove proclaim statement.
11062         Defvar which-func-imenu-joiner-function to silence compiler.
11064         * files.el (auto-mode-alist): Use js-mode for .js files.
11066         * progmodes/js2-mode.el: Remove file.
11068         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11070         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11072         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11074 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
11075             Karl Landstrom  <karl.landstrom@brgeight.se>
11077         * progmodes/js.el: New file.
11079 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
11081         * timezone.el (timezone-parse-date): Add ability to understand ISO
11082         basic format (minimal separators) dates in addition to the
11083         already-supported extended format dates.
11085 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
11087         * international/ucs-normalize.el: Add a `coding' file variable.
11089         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11091 2009-08-14  Sam Steingold  <sds@gnu.org>
11093         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11095 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
11097         * faces.el (help-argument-name): Define it here instead of
11098         help-fns.el, because in daemon mode help-fns.el may be loaded when
11099         faces are still uninitialized (Bug#1078).
11101         * help-fns.el (help-argument-name): Move defface to faces.el.
11103 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
11105         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11106         create buffer with a pty but no process so that GDB can make the
11107         inferior the controlling process.
11109 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
11111         * international/ucs-normalize.el: New file.
11113 2009-08-13  Richard Stallman  <rms@gnu.org>
11115         * mail/rmail.el (rmail-get-attr-names):
11116         Accept an attribute header that is too short.
11118         * mail/rmail.el (rmail-forget-messages):
11119         Ignore nil elt in rmail-message-vector.  Use dotimes.
11121         * progmodes/compile.el (compilation-goto-locus):
11122         Use next-error-move-function.
11124         * simple.el (next-error-move-function): New variable.
11126 2009-08-12  Juri Linkov  <juri@jurta.org>
11128         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11129         always non-nil.  (Bug#4052)
11131         * replace.el (read-regexp): Return empty string when
11132         `default-value' is nil.
11133         (keep-lines-read-args): Don't use empty string as the
11134         default value for `read-regexp'.  (Bug#2495)
11136 2009-08-12  Juri Linkov  <juri@jurta.org>
11138         * international/mule-cmds.el (ucs-insert): Change arguments
11139         from `arg' to `character', `count', `inherit' to be the same
11140         as in `insert-char'.  Doc fix.  (Bug#4039)
11142         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11144 2009-08-12  Juri Linkov  <juri@jurta.org>
11146         * files-x.el: New file.
11148         * files.el: Move code that deals with adding/deleting
11149         file/directory-local variables to files-x.el.
11151         * Makefile.in (ELCFILES): Add files-x.elc.
11153 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
11155         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11156         to use `goto-line'.
11157         (gdb-place-breakpoints, gdb-get-location): Rewritten without
11158         `goto-line'.
11159         (gdb-invalidate-disassembly): Do not refresh upon receiving
11160         'update signal.  Instead, update all disassembly buffers only after
11161         threads list.
11162         (gdb): Send -target-detach when buffer is killed (Bug#3794).
11163         (gdb-starting): Move -data-list-register-names...
11164         (gdb-stopped): ...here so it's sent when first thread stops.
11165         (gdb-registers-handler-custom): Do nothing if register names are
11166         unknown yet.
11168         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11169         from `gdb-mi.el' to avoid extra tangling.
11171         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11172         change which breaks `gud-def' definitions used in `gdb'.
11173         (gdb-update-gud-running): No extra fuss for updating frame number.
11175 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11177         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11178         (describe-language-environment-map, setup-language-environment-map)
11179         (set-coding-system-map): Move initialization into declaration.
11180         (set-language-info-alist): Last arg to define-key-after can be skipped.
11182         * international/quail.el (quail-completion-1): Simplify.
11183         (quail-define-rules): Use slightly more compact code.
11184         (quail-insert-decode-map): Propertize keys, compact columns.
11186         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11187         Add goto-line.
11189 2009-08-10  Miles Bader  <miles@gnu.org>
11191         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11192         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11193         (js2-instance-member, js2-private-member, js2-private-function-call)
11194         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11195         (js2-magic-paren, js2-external-variable):
11196         Remove "-face" suffix from face names.
11197         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11198         (js2-highlight-undeclared-vars, js2-peek-token)
11199         (js2-parse-function-params, js2-mode-show-errors)
11200         (js2-mode-show-warnings, js2-make-magic-delimiter)
11201         (js2-mode-highlight-magic-parens): Update to use new face names.
11203 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
11205         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11206         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
11208 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
11210         * subr.el: Provide hashtable-print-readable.
11212         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11213         hs-c-like-adjust-block-beginning.
11214         (hs-hide-block-at-point): Stop hiding at the beginning of
11215         hs-block-end-regexp (Bug#700).
11217 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
11219         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11220         a macro.
11221         (gdb-registers-handler-custom): Do not fail when register names
11222         are unavailable.
11224 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11226         * progmodes/gdb-mi.el (gdb-control-all-threads)
11227         (gdb-control-current-thread): Interactive setters for
11228         `gdb-gud-control-all-threads' to use in menu.
11229         (gdb-show-run-p): Show «Go» when process is not active.
11230         (gud-tool-bar-map): Add non-stop/A,T indicator.
11231         Uses gud/thread.xpm and gud/all.xpm.
11233 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
11235         * net/net-utils.el (net-utils-font-lock-keywords): New var.
11236         (nslookup-font-lock-keywords): Make it a variable.
11237         (net-utils-mode): New mode for viewing diagnostic network output.
11238         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11239         (net-utils-run-simple): New function.
11240         (ifconfig, iwconfig, netstat, arp, route): Use it.
11242 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11244         * progmodes/gdb-mi.el (gdb-read-memory-custom)
11245         (gdb-memory-set-address, def-gdb-set-positive-number)
11246         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11247         after changing settings.
11248         (gdb-invalidate-disassembly): Update when first shown.
11249         (gdb-edit-locals-value): Fix.
11250         (gdb-registers-handler-custom): Print registers in right order and
11251         allow changing register values (only for current thread yet).
11252         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11253         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11254         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11255         (gdb-locals-handler-custom, gdb-registers-handler-custom):
11256         Thread info in mode name.
11257         (gdb-registers-mode-map): TAB to switch to locals.
11259 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
11261         * mail/rmail.el (rmail-add-mbox-headers)
11262         (rmail-set-message-counters-counter): Search for
11263         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
11265 2009-08-08  Glenn Morris  <rgm@gnu.org>
11267         * Makefile.in (ELCFILES): Update.
11269 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11271         * mail/sendmail.el (mail-yank-original):
11272         Set buffer-file-coding-system from the one used by the message whose
11273         text is yanked.
11275         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11276         to "windows" when "pgnuplot" is used.
11277         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11278         Don't call accept-process-output if "pgnuplot" is used.
11279         (calc-graph-init): Don't send -display and -geometry to
11280         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
11281         running "pgnuplot -V" with shell-command-to-string.
11283         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11284         the default.
11286 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11288         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11289         org/org-latex.elc.
11291 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
11293         * vc-dispatcher.el (vc-resynch-window): Update comment.
11295         * term.el (term-handle-ansi-escape): Add comments with the
11296         terminfo capabilities implemented.
11298 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
11300         * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
11301         (gdb-var-create-handler): Rewritten using JSON parser.
11302         (gdb-propertize-header): Move earlier.
11303         (gdb-set-header): Remove to avoid duplication.
11304         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11305         Refresh disassembly buffers only after threads list have been
11306         update.
11307         (gdb-threads-header, gdb-registers-header): Per-buffer header line
11308         variables.
11310 2009-08-04  Juri Linkov  <juri@jurta.org>
11312         * files.el: Commands to add/delete file/directory-local variables.
11313         (read-file-local-variable, read-file-local-variable-value)
11314         (read-file-local-variable-mode, modify-file-local-variable)
11315         (modify-file-local-variable-prop-line)
11316         (modify-dir-local-variable): New functions.
11317         (add-file-local-variable, delete-file-local-variable)
11318         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11319         (add-dir-local-variable, delete-dir-local-variable)
11320         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11321         (copy-dir-locals-to-file-locals-prop-line): New commands.
11323 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
11325         * abbrev.el (insert-abbrev-table-description): Prettify output.
11326         Suggested by Karl Chen.
11328 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
11330         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11331         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11332         (gdb-overlay-arrow-position, gdb-thread-position)
11333         (gdb-disassembly-position): Declare variables.
11334         (gdb-wait-for-pending): Function now.
11335         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11336         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11337         compilation goes smoothly.
11338         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11339         (gdb-non-stop-setting): New customization setting which replaces
11340         `gdb-non-stop' so changing it doesn't break active GDB session.
11341         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11342         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11343         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11344         (gdb-show-threads-by-default): New customization options.
11345         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11346         routines.
11347         (gdb-get-buffer-create): Send buffers update signal when they are
11348         created.
11349         (gdb-invalidate-locals, gdb-invalidate-registers)
11350         (gdb-invalidate-breakpoints)
11351         (gdb-invalidate-threads, gdb-invalidate-disassembly)
11352         (gdb-invalidate-memory): Accept update signal.
11353         (gdb-current-context-command): Use --frame option.
11354         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11355         Implement `gdb-frame-number' selection logic.
11356         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11357         whether to show GUD toolbar buttons.
11358         (gdb-thread-exited): Unselect current thread when it exits.
11359         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11360         (gdb-mark-line): Routine which sets overlay arrow or inverses
11361         video on fringeless displays.
11362         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11363         to build aligned columns of data in GDB buffers and set text
11364         properties line-by-line.
11365         (gdb-invalidate-breakpoints)
11366         (gdb-breakpoints-list-handler-custom)
11367         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11368         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11369         (gdb-registers-handler-custom): Align data columns.
11370         (gdb-locals-handler-custom): Now prints data like in variable
11371         declarations.
11372         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11373         Remove confusing buttons.
11374         (gdb-invalidate-threads): Append --frame.
11375         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11376         between breakpoints/threads buffers.
11377         (gdb-set-window-buffer): Now can ignore dedicated windows.
11378         (gdb-propertize-header): Use `gdb-set-window-buffer'.
11379         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11380         (def-gdb-thread-buffer-gud-command): Replaces
11381         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11382         for fine thread control.
11383         (gdb-preempt-existing-or-display-buffer): New function used to
11384         display bound buffers without breaking window layout.
11385         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11386         (gdb-select-frame): New version of `gdb-frames-select' which now
11387         sets `gdb-frame-number' so commands may use --frame option instead
11388         of inner debugger state.
11389         (gdb-frame-handler): Do not set `gdb-frame-number'.
11390         (gdb-threads-mode-map): Select threads with mouse.
11392         * progmodes/gud.el (gdb-gud-context-call): Declare function to
11393         avoid compilation warning.
11394         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11395         `gdb-show-stop-p`.
11397         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11398         Argument `key' renamed to `buffer-type'.
11399         (gdb-current-context-buffer-name): Do not add thread info to
11400         buffer name when no thread is selected.
11401         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11402         command (bug 3794).
11403         (gdb-thread-selected): Handle `=thread-selected' notification.
11404         (gdb-wait-for-pending): New macro to deal with congestion problems.
11405         (gdb-breakpoints-list-handler-custom): Don't fail on pending
11406         breakpoints.
11407         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11408         This fixes problem similar to one described in bug 3947.
11409         (gud-menu-map): More menu items.
11410         (gdb-init-1): Reset `gdb-thread-number' to nil.
11412         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11413         non-stop settings.
11415         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11416         (gdb-current-context-command): Do not append --thread if
11417         `gdb-thread-number' is nil.
11418         (gdb-running-threads-count, gdb-stopped-threads-count):
11419         New variables.
11420         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11421         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11422         New customization options.
11423         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11424         GUD commands.
11425         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11426         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11427         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11428         set `gdb-thread-number' and update `gud-running' properly.
11429         (gdb-running): Update threads list when new threads appear.
11430         (gdb-stopped): Support non-stop operation and new thread switching
11431         logic.
11432         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11433         (gdb-json-partial-output): New set of JSON routines.
11434         (def-gdb-auto-update-trigger): New `signal-list' optional
11435         argument.
11436         (gdb-thread-list-handler-custom): Update `gud-running',
11437         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11438         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11439         (gdb-continue-thread, gdb-step-thread): New commands for fine
11440         thread execution control.
11441         (gud-menu-map): New menu items to switch non-stop options.
11442         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11443         (gdb-send): Mimic RET properly (bug 3794).
11445         * progmodes/gdb-mi.el (gdb-rules-name-maker)
11446         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11447         gdb-buffer-rules.
11448         (def-gdb-auto-update-handler): New nopreserve optional argument.
11449         (gdb-stack-list-frames-custom): Print stack from top to bottom.
11451         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11452         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11453         (gdb-parent-mode): New mode to derive other GDB modes from.
11454         (gdb-display-disassembly-for-thread)
11455         (gdb-frame-disassembly-for-thread): New commands for threads
11456         buffer.
11458         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11459         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11460         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11461         (gdb-update): We now store all GDB buffers in a list so that they
11462         can be updated by traversing a list instead of calling invalidate
11463         triggers explicitly.
11464         (def-gdb-trigger-and-handler): New macro to define trigger-handler
11465         pair for GDB buffer.
11466         (gdb-stack-buffer-name): Add thread information.
11467         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11468         handle pending triggers.
11469         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11470         (def-gdb-thread-buffer-simple-command)
11471         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11472         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11473         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11474         New commands which show buffers bound to thread.
11475         (gdb-stack-list-locals-regexp): Remove unused regexp.
11477         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11478         (gdb-locals-buffer-name, gdb-registers-buffer-name)
11479         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11480         to (gud-comint-buffer) in *-buffer-name functions
11481         because (gdb-get-target-string) already does that.
11482         (gdb-locals-handler-custom, gdb-registers-handler-custom)
11483         (gdb-changed-registers-handler): Rewritten without regexps.
11485         * progmodes/gdb-mi.el: Basic thread selection support.
11486         (gdb-thread-number): New variable.
11487         (gdb-current-context-command): New macro which adds --thread
11488         option to command.
11489         (gdb-threads-mode-map): Select thread with SPC.
11490         (gdb-thread-list-handler-custom): Mark current thread with overlay
11491         arrow.  Synchronize GDB thread and Emacs thread.
11492         (gdb-select-thread): New command which selects current thread.
11493         (gdb-invalidate-frames, gdb-invalidate-locals)
11494         (gdb-invalidate-registers): Use --thread option.
11496 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
11498         * net/tramp.el (top): Make check for tramp-gvfs loading more
11499         robust.  (Bug#3977)
11500         (tramp-handle-insert-file-contents): `unwind-protect' must be
11501         inside `with-parsed-tramp-file-name'.
11503         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11504         fails.
11506 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11508         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11509         directory if CLASSPATH is not set.
11511 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11513         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11514         New defconst.
11515         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11517 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11519         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11520         Update freshmeat link.  Delete newsforge.com as it seems gone.
11522 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11524         * select.el (x-set-selection): Doc fix (Bug#4021).
11526         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11528         * help-fns.el (describe-variable): Treat list return values from
11529         dir-locals-find-file properly (Bug#4005).
11531 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11533         * net/tramp.el (tramp-debug-message): Print also microseconds.
11535 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11537         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11538         or END is non-nil.
11539         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11540         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11541         format.
11543         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11544         (tramp-get-file-property): Use it.
11546         * autorevert.el (auto-revert-handler):
11547         Allow `auto-revert-tail-mode' for remote files.
11549 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11551         * minibuffer.el (read-file-name): Treat confirm options to
11552         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11554 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11556         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11557         (font-lock-variable-name-face, font-lock-constant-face):
11558         Darken the colors for light backgrounds.
11560 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11562         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11563         month names.  (Bug#3987)
11565 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11567         * simple.el (line-move-finish): Pass whole number to
11568         line-move-to-column.
11569         (line-move-visual): Perform hscroll to the recorded position.
11571 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11573         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11575 2009-07-29  Alan Mackenzie  <acm@muc.de>
11577         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11579 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11581         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11582         (gdb-place-breakpoints): Use full path when setting breakpoints.
11584 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11586         * calc/calc.el (calc-mode-map): Add keybinding for
11587         `calc-transpose-lines'.
11589 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11591         * calc/calc-misc.el (calc-transpose-lines): New function.
11593 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11595         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11596         Simplify check for out-of-band methods.
11597         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11598         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11600 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11602         * vc-git.el (vc-git-checkin): Fix typo.
11604 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11606         * progmodes/js2-mode.el: New file.
11608 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11610         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11611         (gud-menu-map): Adjust tooltip accordingly.
11613 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11615         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11616         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11618         * add-log.el (change-log-mode-map): Add a menu.
11620 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11622         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11623         function returns nil.
11624         (dbus-handle-event): Handle special return value :ignore.
11625         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11627 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11629         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11630         it's not needed.
11632 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11634         Fix Bug#3888:
11636         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11638         * term/pc-win.el (x-display-name, x-colors)
11639         (x-select-enable-clipboard, x-select-text): Doc fix.
11641         * term/common-win.el (x-display-name, x-colors): Doc fix.
11643         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11644         (xw-defined-colors): Doc fix.
11646         * w32-fns.el (x-select-text, x-setup-function-keys)
11647         (x-get-selection, x-set-selection): Doc fix.
11649         * term/x-win.el (x-select-text, x-setup-function-keys)
11650         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11652         * select.el (x-set-selection): Doc fix.
11654 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11656         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11657         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11658         "IsNSSSupportAvailable" method is not available.
11659         Reported by Steve Youngs <steve@sxemacs.org>.
11661 2009-07-24  Kenichi Handa  <handa@m17n.org>
11663         * international/characters.el: Fix setting of category ?C, ?|, ?K,
11664         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
11665         (build-unicode-category-table): Fix range checks.
11667 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
11669         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11670         the buffer we try to sync is current when calling
11671         vc-resynch-buffer.
11673         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11674         not show up to date files.
11676 2009-07-24  Glenn Morris  <rgm@gnu.org>
11678         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11679         Add autoload cookies.  If necessary, initialize.
11680         (elint-log): Handle non-file buffers.
11681         (elint-initialize): Add optional argument to reinitialize.
11682         (elint-find-builtin-variables): Save excursion.
11684 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11686         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11687         for Lint.
11689 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11691         * vc.el (vc-print-log-internal): New function, split out from ...
11692         (vc-print-log): ... here.
11693         (vc-dir-move-to-goal-column): Declare.
11695         * vc-git.el (vc-git-add-signoff): New variable.
11696         (vc-git-checkin): Use it.
11697         (vc-git-toggle-signoff): New function.
11698         (vc-git-extra-menu-map): Bind it to menu.
11699         (vc-git--run-command-string): Accept a nil FILE argument.
11700         (vc-git-stash-list): New function.
11701         (vc-git-dir-extra-headers): Use it.
11703 2009-07-23  Glenn Morris  <rgm@gnu.org>
11705         * help-fns.el (describe-variable): Describe ignored and risky local
11706         variables in a similar way to that in which we describe safe ones.
11708         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11709         (byte-compile-output-file-form, byte-compile-output-docform)
11710         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11711         Give some more local variables with common names a "bytecomp-" prefix,
11712         so as not to shadow things during compilation.
11713         * emacs-lisp/cl-macs.el (load-time-value)
11714         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11715         `outbuffer' to `bytecomp-outbuffer'.
11717         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11718         since the next two variables cover them automatically now.
11719         (elint-builtin-variables, elint-autoloaded-variables): New.
11720         (elint-unknown-builtin-args): Remove all members, since they can be
11721         parsed automatically now.
11722         (elint-extra-errors): New.
11723         (elint-env-add-env, elint-env-add-macro): Use cadr.
11724         (elint-current-buffer): Use or.  Change final message.
11725         (elint-get-top-forms): Use line-end-position.
11726         (elint-init-env): Use cadr.  Handle autoload, declare-function,
11727         and defalias.
11728         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
11729         (regexp-assoc): Remove unused function.
11730         (elint-top-form): Set elint-current-pos, to record the start of the
11731         top-level form, for compilation-mode.
11732         (elint-form): Trap errors in macro expansion.  Use dolist.
11733         (elint-unbound-variable): Use elint-builtin-variables and
11734         elint-autoloaded-variables.
11735         (elint-get-args): Use cadr, or.
11736         (elint-check-cond-form): Use dolist, cadr.
11737         (elint-check-condition-case-form): Doc fix.  Use cadr.
11738         Use elint-extra-errors.
11739         (elint-log): New function.
11740         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11741         Distinguish errors and warnings.
11742         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
11743         Use a bytecomp-style format.
11744         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
11745         (elint-get-log-buffer): Use compilation mode.  Disable undo.
11746         Don't truncate lines.
11747         (elint-initialize): Set builtin and autoloaded variable lists.
11748         Only process elint-unknown-builtin-args if non-nil.
11749         (elint-find-builtin-variables, elint-find-autoloaded-variables):
11750         New functions.
11751         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
11753 2009-07-22  Kevin Ryde  <user42@zip.com.au>
11755         * net/newst-backend.el (newsticker--parse-atom-1.0)
11756         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11757         (newsticker--parse-rss-1.0):
11758         * progmodes/idlwave.el (idlwave-mode):
11759         * progmodes/idlw-shell.el (idlwave-shell-mode):
11760         * progmodes/vera-mode.el (vera-mode):
11761         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11762         * progmodes/vhdl-mode.el (vhdl-mode):
11763         * textmodes/table.el (table-generate-source)
11764         (table--warn-incompatibility):
11765         Hyperlink urls in docstrings with URL `...'.
11767 2009-07-22  Glenn Morris  <rgm@gnu.org>
11769         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11770         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11771         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11772         Remove leading * from defcustom docs.
11774         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
11776         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11777         defcustom doc.
11778         (list-load-path-shadows): Optionally, just return shadows as a string.
11780         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11782 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11784         * mail/rmailedit.el (rmail-edit-mode):
11785         Use auto-save-include-big-deletions.
11787         * mail/rmail.el (rmail-variables):
11788         Use auto-save-include-big-deletions.
11790         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11791         changes.
11793 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11795         * calc/calc.el (calc-undo-length): New variable.
11796         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11798 2009-07-21  Richard Stallman  <rms@gnu.org>
11800         * files.el (auto-save-mode): Handle buffer-save-size = -2
11801         for toggling mode.
11803 2009-07-21  Glenn Morris  <rgm@gnu.org>
11805         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11807         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11809         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11810         silence compiler.  Instead...
11811         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11812         (ps-print-ensure-fontified): Update for above function name changes.
11814         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11815         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11816         silence compiler.  Instead...
11817         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11818         (mh-show-buffer): Only define for compiler.
11819         (pr-mh-current-message): Update for above function name changes.
11821         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11822         as an argument.
11823         (find-file-noselect, insert-file-1): Update for above change.
11825         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11827         * mail/mailclient.el (mailclient-send-it): Fix message.
11829         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11830         (edebug-eval): Check cl-debug-env is bound.
11831         (print-level, print-circle): Don't redefine built-in variables.
11833         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11834         (custom-print-vectors): Remove old comments from doc.
11836         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11837         (emerge-version): Make the variable an obsolete alias for the
11838         emacs-version variable.  Make the function obsolete.
11839         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11840         Emerge options, rather than merging in into the main Options menu.
11841         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11842         and auto advance modes.  Disable edit/fast items when not relevant.
11844 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11846         * term/vt420.el (terminal-init-vt420): Fix typo.
11848 2009-07-20  Sam Steingold  <sds@gnu.org>
11850         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11851         variable (removed from compile.el on 2004-03-11).
11853 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11855         * files.el (hack-local-variables-filter): Fix last change.
11857 2009-07-19  Juri Linkov  <juri@jurta.org>
11859         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11860         (dir-local-variables-alist): New buffer-local variable.
11861         (hack-local-variables-filter): If variable is not dir-local,
11862         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11863         because file-local overrides dir-local.
11864         (c-postprocess-file-styles) <declare-function>:
11865         Remove obsolete declaration.
11866         (hack-dir-local-variables): Add dir-local variable/value pair to
11867         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11869         * help-fns.el (describe-variable): Add information about
11870         file-local and dir-local variables.
11872 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11874         * files.el (hack-local-variables-filter): Rewrite.
11876 2009-07-19  Glenn Morris  <rgm@gnu.org>
11878         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11879         Silence compiler by only defining on XEmacs.
11881         * international/mule.el (auto-coding-regexp-alist): Only match
11882         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11884         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11885         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11886         (cal-menu-context-mouse-menu): Doc fix.
11888         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11890         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11892 2009-07-18  Juri Linkov  <juri@jurta.org>
11894         * info.el: Virtual Info keyword finder.
11895         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11896         (Info-finder-file): New variable.
11897         (Info-finder-find-file): New function.
11898         (finder-known-keywords, finder-package-info)
11899         (find-library-name, lm-commentary): Use defvar and
11900         declare-function to silence compiler warnings.
11901         (Info-finder-find-node): New function.
11902         (info-finder): New command.
11904         * subr.el (process-kill-buffer-query-function): New function.
11905         (add-hook)<kill-buffer-query-functions>: Add hook
11906         `process-kill-buffer-query-function'.
11908 2009-07-18  Alan Mackenzie  <acm@muc.de>
11910         * progmodes/cc-mode.el (c-before-hack-hook)
11911         (c-postprocess-file-styles): Give invocation of `c-set-style'
11912         DONT-OVERRIDE parameter of t.  Already set style variables will
11913         thus not be overridden by style settings given by `c-file-syle'.
11915         * files.el (hack-local-variables-filter): Remove entries with
11916         duplicate keys from `file-local-variables-alist'.
11918 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11920         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11921         x-set-selection if display-selections-p returns nil for the
11922         current frame.
11924 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11926         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11928 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11930         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11931         Accept nil in addition to a regexp.
11932         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11933         Accept nil in addition to a regexp.
11934         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11935         buffers that have an associated file.  Handle nil values of
11936         desktop-buffers-not-to-save and desktop-files-not-to-save.
11937         (Bug#3833)
11939         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11940         (x-disown-selection-internal): New functions.
11942 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11944         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11945         warning.
11946         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11947         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11949 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11951         * simple.el (set-mark): Revert last change.
11953 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11955         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11956         rendering of pngs is not possible instead of messaging a long
11957         description.
11959 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11961         * w32-fns.el (x-selection-owner-p): New function.
11963         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11964         (mouse-yank-at-click, mouse-yank-primary):
11965         If select-active-regions is non-nil, deactivate the mark before
11966         insertion.
11968         * simple.el (deactivate-mark, set-mark): Only save selection if we
11969         own it.
11971 2009-07-17  Kenichi Handa  <handa@m17n.org>
11973         * case-table.el (describe-buffer-case-table): Fix for the case
11974         that KEY is a cons.
11976 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11978         * vc-rcs.el (vc-rcs-find-file-hook):
11979         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11981 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11983         * net/tramp.el (tramp-wait-for-output): Handle the case when
11984         commands do not return a newline but a null byte before the shell
11985         prompt.  (Bug#3858)
11987 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11989         * term/ns-win.el (ns-set-alpha): Don't declare.
11990         (ns-set-background-alpha): Remove function.
11992 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11994         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11995         y-or-n-p, for safety.
11997 2009-07-16  Richard Stallman  <rms@gnu.org>
11999         * files.el (auto-save-mode): If buffer-saved-size is -2,
12000         don't clobber it.
12002         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12003         (rmail-retry-ignored-headers): Add more uninteresting fields.
12005 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
12007         * net/rcirc.el (rcirc): Use history variables.
12008         (rcirc-server-name-history, rcirc-nick-name-history)
12009         (rcirc-server-port-history): New variables.
12011 2009-07-15  Kenichi Handa  <handa@m17n.org>
12013         * international/mule-cmds.el (set-language-environment-charset):
12014         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12015         ignore them.
12017         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12018         Delete unibyte-display.
12020 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12022         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12024 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12026         * simple.el (deactivate-mark): Optional argument FORCE.
12027         (set-mark): Use deactivate-mark.
12029         * info.el (Info-search): No need to check transient-mark-mode
12030         before calling deactivate-mark.
12032         * select.el (x-set-selection): Doc fix.
12033         (x-valid-simple-selection-p): Allow buffer values.
12034         (xselect--selection-bounds): Handle buffer values.
12035         Suggested by David De La Harpe Golden.
12037         * mouse.el (mouse-set-region, mouse-drag-track):
12038         Call copy-region-as-kill before setting the mark, to let
12039         select-active-regions work.
12041 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
12043         * simple.el (deactivate-mark): If select-active-regions is
12044         non-nil, copy the selection data into a string.
12045         (activate-mark): If select-active-regions is non-nil, set the
12046         selection to the current buffer.
12047         (set-mark): Update selection if select-active-regions is non-nil.
12049         * select.el (x-valid-simple-selection-p): Allow buffer values.
12051 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12053         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12054         and more featureful message-mode.
12056 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
12058         * select.el (x-set-selection): Doc fix.
12059         (x-valid-simple-selection-p): Disallow selection data consisting
12060         of a list or cons of integers, since that is not used.
12061         (xselect--selection-bounds, xselect--int-to-cons): New functions.
12062         (xselect-convert-to-string, xselect-convert-to-length)
12063         (xselect-convert-to-filename, xselect-convert-to-charpos)
12064         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12066 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
12068         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12069         output in -break-info command (Emacs bug #3794).
12071 2009-07-14  Glenn Morris  <rgm@gnu.org>
12073         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12074         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12075         (edebug-print-length, edebug-print-level, edebug-print-circle)
12076         (edebug-sit-for-seconds, edebug-view-outside)
12077         (edebug-bounce-point, edebug-set-global-break-condition)
12078         (edebug-Go-nonstop-mode, edebug-trace-mode)
12079         (edebug-Trace-fast-mode, edebug-continue-mode)
12080         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12081         (edebug-visit-eval-list): Doc fixes.
12083         * subr.el (def-edebug-spec): Doc fix.
12085 2009-07-14  Kenichi Handa  <handa@m17n.org>
12087         * international/characters.el: Fix setting of category ?C.
12089 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
12091         * term/ns-win.el (x-select-font): defalias x-select-font to
12092         ns-popup-font-panel instead of generate-fontset-menu.
12094 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
12096         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
12098 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
12100         * arc-mode.el (archive-find-type): Allow for a PK00 string before
12101         the PK\003\004 header (Bug#3770).
12103 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
12105         * pcomplete.el (pcomplete-comint-setup): Check for
12106         shell-dynamic-complete-filename too.
12108 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
12110         * simple.el (temporary-goal-column): Change the value for
12111         line-move-visual to a cons cell.
12112         (line-move-visual): Record or set the window hscroll, if
12113         necessary (Bug#3494).
12114         (line-move-1): Handle cons value of temporary-goal-column.
12116 2009-07-11  Kenichi Handa  <handa@m17n.org>
12118         * international/mule-diag.el (describe-character-set): Don't show
12119         width.
12121 2009-07-10  Sam Steingold  <sds@gnu.org>
12123         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12124         Omake sometimes indents the errors it prints, so allow all
12125         regexps to start with spaces.
12127 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
12129         * cus-edit.el (customize-changed-options-previous-release):
12130         Bump value to 22.1.  (Bug#3804)
12132 2009-07-08  Sam Steingold  <sds@gnu.org>
12134         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12135         to be a cons cell (test . ignored-directory) to selectively ignore
12136         some directories depending on the location of the search.
12138 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
12140         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12141         remote user is root, on the local host.
12142         (tramp-local-host-p): Either the local user or the remote user
12143         must be root.  (Bug#3771)
12145 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12147         * progmodes/gdb-mi.el (gdb): Remove description of
12148         gdb-use-separate-io-buffer.
12149         (menu): Don't allow toggling of or enable
12150         gdb-use-separate-io-buffer from menubar.
12152 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12154         * mail/unrmail.el (unrmail): Make sure the message ends with two
12155         newlines (Bug#3769).
12157 2009-07-08  Glenn Morris  <rgm@gnu.org>
12159         * calendar/calendar.el (calendar-current-date): Rework previous change.
12161 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
12163         * calendar/calendar.el (calendar-current-date):
12164         Add an optional argument giving an offset from today.
12166 2009-07-08  Glenn Morris  <rgm@gnu.org>
12168         * tutorial.el (tutorial--describe-nonstandard-key):
12169         Adjust the message for when a key has been unbound.
12170         (help-with-tutorial): Hide the arch-tag.
12172 2009-07-08  Kenichi Handa  <handa@m17n.org>
12174         * international/fontset.el (setup-default-fontset): For each
12175         script, append (not set) font-specs.
12177         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12178         docstring.
12180 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12182         * progmodes/gdb-mi.el (gdb-init-1): Move sending
12183         -data-list-register-names to ...
12184         (gdb-starting): ... here because GDB 7.0 requires execution to
12185         have started when using this MI command.
12186         (gdb-set-header): New function to distinguish select and
12187         unselected tabs in gdb buffers.
12188         (gdb-propertize-header): New macro that uses gdb-set-header.
12189         (gdb-breakpoints-header, gdb-locals-header): Use it.
12190         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12192 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
12194         * Makefile.in (ELCFILES): Remove fadr.elc.
12196 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
12198         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12199         may contain frame information, so `string-match' should be used.
12200         (gdb-update): Disassembly is invalidated through
12201         `gdb-get-selected-frame'.
12202         (gdb-pad-string): New function to pad string with spaces.
12203         (gdb-invalidate-disassembly): Invalidate only if the buffer
12204         exists.
12205         (gdb-disassembly-handler-custom): Column alignment.
12206         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12207         placing new ones.
12208         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12209         end of line, too.
12210         (gdb-frame-handler): Match convention to for disassembly buffer
12211         mode name.
12212         (gdb-stack-list-frames-handler): Rewritten without regexps.
12213         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12214         not highlight breakpoints without line information.
12215         (gdb-input): Add trailing newline to command.
12217         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12218         buffer properly.
12219         (gdb-breakpoints-list-handler-custom): Replacement for
12220         `gdb-break-list-handler'.  Using real parser instead of regexps
12221         now.
12222         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12223         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12224         to place breakpoints.
12225         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12226         functions.
12227         (gdb-disassembly-handler-custom): Show overlay arrow.
12228         (gdb-disassembly-place-breakpoints): Show breakpoints in
12229         disassembly buffer.
12230         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12231         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12232         instead of parsing breakpoints buffer.  Fixed old menu references
12233         in `gud-menu-map'.
12235         * fadr.el: Remove.
12237         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12238         (gdb-memory-address): New variable which holds top address of
12239         memory page shown in memory buffer.
12240         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12241         New customization variables.
12242         New functions:
12243         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12244         display the memory buffer.
12245         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12246         buffer display parameters.
12247         (def-gdb-memory-format, gdb-memory-format-binary)
12248         (gdb-memory-format-octal, gdb-memory-format-unsigned)
12249         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12250         Functions for setting memory buffer format.
12251         (gdb-memory-unit-word, gdb-memory-unit-halfword)
12252         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12253         unit size used in memory buffer.
12254         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12255         Switch to next/previous page of memory buffer.
12256         Now using (bindat-get-field) instead of fadr functions.
12258 2009-07-07  Sam Steingold  <sds@gnu.org>
12260         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12261         non-top-level files.
12263 2009-07-07  Kenichi Handa  <handa@m17n.org>
12265         * international/mule-cmds.el (reset-language-environment):
12266         Put the highset priority to the charset iso-8859-1.
12268 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12270         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12271         to the end of the line when locating the block (Bug#700).
12273 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
12275         * net/tramp.el (tramp-handle-write-region): Flush file properties
12276         in case of short track.
12278 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
12280         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12281         Coded custom representation of verilog error regular expressions
12282         to work with Emacs-22's new format.
12283         (verilog-error-regexp-xemacs-alist): Coded custom representation
12284         of verilog error regular expressions to work with XEmacs format.
12285         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12286         error recognition into XEmacs.
12287         (verilog-error-regexp-add-emacs): Hook routine to install verilog
12288         error recognition into Emacs-22.
12290 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12292         * woman.el: Remove stand-alone closing parentheses.
12293         (woman-file-name, woman2-format-paragraphs)
12294         (woman-leave-blank-lines): Code cleanup.
12295         (woman-use-own-frame): Change default to nil.
12296         (woman-italic, woman-bold, woman-unknown, woman-addition):
12297         Change defaults to inherit from default faces.
12298         (woman2-process-escapes): Consume the newline after a stand-alone
12299         filler character (Bug#3651).
12301 2009-07-06  Glenn Morris  <rgm@gnu.org>
12303         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12304         (top-level): Move provide to the end.
12305         (ffap): Remove defunct URL from custom group.
12307         * subr.el (eval-after-load): Doc fix.
12309 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
12311         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12312         `calc-embedded-word' is called twice.
12314 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12316         * files.el (find-alternate-file-other-window, find-alternate-file):
12317         Obey confirm-nonexistent-file-or-buffer.
12319 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
12321         * dired-aux.el (dired-show-file-type): Handle remote files.
12323 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
12325         * desktop.el (desktop-globals-to-save):
12326         Add file-name-history (Bug#2750).
12328 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
12330         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12332 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
12334         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12335         property on entire argument since this is what eshell-lisp-command
12336         expects.
12338 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
12340         * net/tramp-gvfs.el (tramp-gvfs-methods)
12341         (tramp-gvfs-zeroconf-domain)
12342         (tramp-bluez-discover-devices-timeout): Add version flag.
12343         (tramp-gvfs-handler-mounted-unmounted)
12344         (tramp-gvfs-connection-mounted-p): Polish handling of
12345         incompatibilities between GVFS 0.2 and 1.0.
12347 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
12349         * cus-start.el (all): Add make-pointer-invisible.
12351 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12353         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12354         formatted correctly.
12356 2009-07-02  Juri Linkov  <juri@jurta.org>
12358         * info.el: Virtual Info files and nodes.
12359         (Info-virtual-files, Info-virtual-nodes): New variables.
12360         (Info-current-node-virtual): New variable.
12361         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12362         New functions.
12363         (Info-file-supports-index-cookies): Use Info-virtual-file-p
12364         to check for a virtual file instead of checking a fixed list
12365         of node names.
12366         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12367         instead of ad-hoc processing of "dir" and (apropos history toc).
12368         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12369         instead of ad-hoc processing of "dir" and (apropos history toc).
12370         Reread a file when moving from a virtual node.
12371         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12372         (Info-directory-toc-nodes, Info-directory-find-file)
12373         (Info-directory-find-node): New functions.
12374         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12375         (Info-history): Move part of code to
12376         `Info-history-find-node'.
12377         (Info-history-toc-nodes, Info-history-find-file)
12378         (Info-history-find-node): New functions.
12379         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12380         (Info-toc): Move part of code to `Info-toc-find-node'.
12381         (Info-toc-find-node): New function.
12382         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
12383         the current Info file name to references because now the node
12384         "*TOC*" belongs to the same Info manual.
12385         (Info-toc-build): Rename from `Info-build-toc'.
12386         (Info-toc-nodes): Rename input argument `file' to `filename'.
12387         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12388         instead of ad-hoc processing of ("dir" apropos history toc).
12389         (Info-index-nodes): Use Info-virtual-file-p
12390         to check for a virtual file instead of checking a fixed list
12391         of node names.
12392         (Info-index-node): Add check for `Info-current-node-virtual'.
12393         Raise `save-match-data' higher up the tree to contain
12394         `search-forward' too (bug fix).
12395         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12396         (Info-virtual-index-nodes): New variable.
12397         (Info-virtual-index-find-node, Info-virtual-index): New functions.
12398         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12399         (Info-apropos-file, Info-apropos-nodes): New variables.
12400         (Info-apropos-toc-nodes, Info-apropos-find-file)
12401         (Info-apropos-find-node, Info-apropos-matches): New functions.
12402         (info-apropos): Move part of code to `Info-apropos-find-node' and
12403         `Info-apropos-matches'.
12404         (Info-mode-map): Bind "I" to `Info-virtual-index'.
12405         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12406         for a virtual file instead of checking a fixed list of node names.
12408         * simple.el (async-shell-command): New command.
12410         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12412         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12413         instead of `mount-info'.
12415 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
12417         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12418         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12420 2009-07-02  Kenichi Handa  <handa@m17n.org>
12422         * international/mule.el (set-keyboard-coding-system): Force *-unix
12423         coding-system to avoid eol conversion.
12425 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
12427         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12428         Add handler for `process-file', `shell-command' and
12429         `start-file-process'.
12430         (tramp-gvfs-handle-shell-command)
12431         (tramp-gvfs-handle-start-file-process)
12432         (tramp-gvfs-handle-process-file): New defuns.
12433         (tramp-synce-list-devices): Simplify check for existence of property.
12435 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
12437         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12439 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
12441         * language/korean.el (set-language-info-alist): Add korean-cp949,
12442         cp949 to spec.
12444 2009-07-01  Kenichi Handa  <handa@m17n.org>
12446         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12448         * international/encoded-kb.el: Deleted.
12450         * international/mule.el (set-keyboard-coding-system): Perform the
12451         necessary setup here instead of calling encoded-kbd-setup-display.
12453 2009-07-01  Glenn Morris  <rgm@gnu.org>
12455         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12457 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
12459         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
12461 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
12463         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12464         Handle also the 'rename case, when setting file modes.  (Bug#3712)
12465         (tramp-default-file-modes): Remove execute permissions.
12467         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12468         (top): Add a default for "synce" in `tramp-default-user-alist'.
12469         Add completion function for "synce" method.
12470         (tramp-hal-service, tramp-hal-path-manager)
12471         (tramp-hal-interface-manager, tramp-hal-interface-device):
12472         New defconst.
12473         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12474         (tramp-synce-list-devices, tramp-synce-parse-device-names):
12475         New defuns.
12477         * net/trampver.el: Update release number.
12479 2009-06-30  Kenichi Handa  <handa@m17n.org>
12481         * international/fontset.el (setup-default-fontset): Add CJK fonts
12482         for symbols and the other miscellaneous characters.
12484         * language/korea-util.el (setup-korean-environment-internal):
12485         Make char-width-table suitable for Korean environments.
12486         (exit-korean-environment): Cancel above.
12488         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12489         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12490         setup-function to make char-width-table suitable for respective
12491         environments, and an exit-function to cancel that.
12493         * language/japan-util.el (setup-japanese-environment-internal):
12494         Call use-cjk-char-width-table with arg `ja_JP'.
12496         * international/characters.el (cjk-char-width-table): Delete it.
12497         (cjk-char-width-table-list): New variable.
12498         (use-cjk-char-width-table): New arg local-name.
12499         (use-default-char-width-table): Fix for the case that Emacs is
12500         already using the default char-width-table.
12502 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12504         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12505         modes mandatory.  (Bug#3712)
12507 2009-06-29  Alan Mackenzie  <acm@muc.de>
12509         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12510         correction between the visible width of TABs and their number of bytes.
12512 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12514         * server.el (server-buffer-done): Prevent kill-buffer from
12515         prompting by clearing the buffer modification flag (Bug#3696).
12517 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12519         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12520         (verilog-endcomment-reason-re): Support unique case and priority case.
12521         (verilog-basic-complete-re): Support localparam lineup.
12522         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12523         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12524         commenting.
12525         (verilog-leap-to-case-head): Now support *nested* unique &
12526         priority case statements.
12527         (verilog-auto-lineup): Make just declarations the default (as it
12528         had been).
12529         (verilog-leap-to-case-head): Support priority/unique case statements.
12530         (verilog-auto-lineup): Rework to give users radio buttons to
12531         select the various styles of automatic lineup.
12532         (verilog-error-regexp-alist): Rework to support the XEmacs style
12533         of error regular expressions from compilers, lint tools &
12534         simulators.  Note that GNU Emacs has made it impossible for a mode
12535         to load such things.
12536         (electric-verilog-terminate-line, verilog-indent-declaration)
12537         (verilog-auto-wiure): Rework for radio button selection of
12538         auto-lineup selection of specification of auto lineup.
12539         (verilog-beg-of-statement-1): Redesign to support proper operation
12540         in additional code, based on testing with auto-lineup.
12541         (verilog-calculate-indent, assignments & declarations)
12542         (verilog-backward-token): Enhance to support auto-lineup of
12543         assignments & declarations.
12544         (verilog-in-directive-p, verilog-at-struct-p): New function for
12545         easy test of whether we are.
12546         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12547         to support safe execution at almost anyline.
12548         (verilog-calc-1): Properly support indenting deep inside generate
12549         blocks.
12550         (verilog-init-font): Remove definition & use of verilog-init-font,
12551         as it is redundant with font-lock-defaults.
12552         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12553         to avoid circular calls if syntax-ppss is a function (as is the
12554         case now in 22.x GNU Emacs) as that function would sometimes call
12555         itself, leading to (nearly) infinite recursion.
12556         (verilog-ovm-begin-re, verilog-ovm-end-re)
12557         (verilog-ovm-statement-re, verilog-leap-to-head)
12558         (verilog-backward-token): Add support for OVM macros.  Some are
12559         complete statements, and others open and close scopes like begin
12560         and end.
12561         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12562         (verilog-defun-level-generate-only-re): Really fix the defun-list
12563         compilation issue.
12564         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12565         coverpoint, constraint and cross statements.
12566         (verilog-defun-level-list, verilog-generate-defun-level-list)
12567         (verilog-all-defun-level-list): Redo these specifications - it is
12568         too hard to support eval-when compile aggregation of lists also
12569         built at when-compile time.
12570         (verilog-defun-level-list): Place defconsts of variables used in
12571         building regular expressions which are built in eval-when-compile
12572         bodies in the same eval-when-compile body to facilitate compile
12573         without load.
12574         (verilog-beg-block-re-ordered): Support indenting
12575         virtual/protected tasks and functions.
12576         (verilog-defun-level-list, verilog-in-generate-region-p)
12577         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12578         indentation of some module items (generate items).
12579         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12580         across virtual/protected tasks and functions.
12582 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12584         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12585         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12586         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12587         in concatenations.  Reported by Yishay Belkind.
12588         (verilog-auto-ascii-enum): Support one-hot state machines in
12589         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12590         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12591         modport in AUTOINST and add vl-modport for users.
12592         Reported by David Rogoff.
12593         (verilog-auto-inout-module, verilog-auto-inst)
12594         (verilog-decls-get-interfaces, verilog-insert-definition)
12595         (verilog-insert-one-definition, verilog-read-decls)
12596         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12597         (verilog-sig-modport, verilog-signals-combine-bus)
12598         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12599         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12600         Suggested by David Rogoff.
12601         (verilog-repair-open-comma): Fix non-insertion of comma when
12602         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12603         (verilog-make-width-expression): Simplify [A-1:0] expression
12604         widths to just {A{1'b0}}.
12605         (verilog-mode): Cleanup checkdoc warnings.
12606         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12607         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12608         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12609         (next-error-last-buffer): Fix byte-compiler warning.
12610         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12611         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12612         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12613         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12614         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12615         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12616         in AUTOINOUT.  Reported by Matthew Lovell.
12617         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12618         causing use of <= assignments.  Reported by Alex Reed.
12619         (verilog-read-decls): Fix triand, trior, wand, wor to be
12620         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12621         (verilog-extended-complete-re): Support import "DPI-C" functions.
12622         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12623         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12624         (verilog-insert-date, verilog-insert-year)
12625         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12626         Windows systems.  Reported by Michael Potts.
12627         (verilog-read-module-name): Fix AUTOINST when the child module
12628         declaration's name is a tick define.  Reported by Elliot Mednick.
12629         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12630         passed to next parameter's definition.  Reported by Bruce T.
12631         (verilog-read-decls): Fix detecting "parameter int" when using
12632         AUTOINSTPARAM.  Reported by Bruce T.
12633         (verilog-goto-defun): Fix goto not finding modules unless first
12634         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12635         (verilog-mode): Expand -f flag arguments on entry to mode so
12636         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12637         (verilog-getopt): Expand environment variables in -f file
12638         arguments.  Suggested by Lawrence Butcher.
12639         (verilog-set-define): Fix "Symbol's value as variable is void"
12640         when reading enumerations.
12641         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12642         Suggested by Stephen Peltan.
12643         (verilog-read-defines): Fix reading of enumerations in include
12644         files.  Reported by Steve Peltan.
12646 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12648         * files.el (trash-directory): Fix defcustom type.
12650 2009-06-28  Juri Linkov  <juri@jurta.org>
12652         * help-fns.el (describe-function-1): Correctly locate adviced
12653         functions in hyperlink (Bug#2438).
12655 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12657         * files.el (trash-directory): Change default to nil.
12658         (move-file-to-trash): If trash-directory is nil and
12659         system-move-file-to-trash is unbound, perform freedesktop-style
12660         trashing.
12662 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12664         * files.el (move-file-to-trash): Add freedesktop trash
12665         support (Bug#973).
12667 2009-06-28  Glenn Morris  <rgm@gnu.org>
12669         * autorevert.el (global-auto-revert-non-file-buffers)
12670         (global-auto-revert-mode): Doc fixes.
12672 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
12674         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12676 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
12678         * faces.el (x-handle-named-frame-geometry): Ensure that we have
12679         opened an X connection before calling x-get-resource (Bug#3194).
12681         * play/doctor.el: Remove reference to obsolete website.
12682         (make-doctor-variables): Correct grammar mistake (Bug#2633).
12684 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
12686         Remove find-file-not-found-hook VC method.  (Bug#2757)
12687         * vc-hooks.el (vc-file-not-found-hook)
12688         (vc-default-find-file-not-found-hook): Remove functions.
12689         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12690         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12691         * vc.el:
12692         * vc-hg.el:
12693         * vc-git.el: Do not mention find-file-not-found-hook VC method.
12695 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
12697         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12698         compatibility function for `looking-back'.
12700         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12701         Use `ispell-looking-back'.
12703 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
12705         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12706         rather than `filename'.
12708 2009-06-23  Miles Bader  <miles@gnu.org>
12710         * face-remap.el (text-scale-set): New function.
12712 2009-06-23  Glenn Morris  <rgm@gnu.org>
12714         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12716         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12718         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12720         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12722         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12723         Simplify Persian conditionals.
12725         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12726         variable `filename'.
12728         * comint.el (comint-insert-input): Doc fix.
12730         * Makefile.in (ELCFILES): Fix typo in previous change.
12732 2009-06-23  Miles Bader  <miles@gnu.org>
12734         * cus-start.el: Add entry for `recenter-redisplay'.
12736 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12738         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12739         Add an optional argument for the backend, use it instead of
12740         calling vc-backend.
12741         (vc-mode-line): Add an optional argument for the backend.
12742         Pass the backend to vc-state and vc-working-revision.  Move code for
12743         special handling for vc-state being a buffer to ...
12745         * vc-rcs.el (vc-rcs-find-file-hook):
12746         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
12748         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12749         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12750         vc-stay-local-p and vc-mode-line calls.
12752         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12753         (vc-cvs-diff, vc-cvs-annotate-command)
12754         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12755         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12756         vc-mode-line calls.
12758         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12759         direct comparison.
12760         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12761         backend when calling vc-mode-line.
12762         (vc-register): Do not create a closure for calling the vc register
12763         function, call it directly.
12765 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12767         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12768         to make it obvious item can be clicked.
12770         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12772 2009-06-23  Kenichi Handa  <handa@m17n.org>
12774         * language/korea-util.el (korean-key-bindings): Change the binding
12775         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
12776         same command.
12778 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12780         Sync with Tramp 2.1.16.
12782         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12784         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12785         when a loading of a package fails.  Completion function for rsync
12786         is `tramp-completion-function-alist-ssh'.
12787         (all): Replace all calls of `split-string' and
12788         `tramp-split-string' by `tramp-compat-split-string'.
12789         (tramp-default-method): Use `tramp-compat-process-running-p'.
12790         (tramp-default-proxies-alist): Allow also Lisp forms.
12791         (tramp-remote-path): Add choice "Private Directories".
12792         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12793         (tramp-domain-regexp): Allow also "-", "_" and ".".
12794         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12795         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12796         (tramp-debug-message): Insert header line in debug buffer.
12797         (tramp-handle-directory-files-and-attributes-with-stat):
12798         Care about filenames with spaces, or starting with "-".
12799         (tramp-handle-dired-uncache): New defun.
12800         (tramp-handle-insert-directory): Don't flush the directory from
12801         cache, this is handled by `dired-uncache' now.
12802         (tramp-handle-insert-file-contents): Improve error handling.
12803         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12804         Quote `tramp-end-of-output'.
12805         (tramp-action-password): Improve trace message.
12806         (tramp-check-for-regexp): Both echoes must be present, before removing.
12807         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12808         (tramp-compute-multi-hops): Eval cons cells of
12809         `tramp-default-proxies-alist'.
12810         (tramp-maybe-open-connection): Use the same command pattern for
12811         first hop and further hops.
12812         (tramp-wait-for-output): Remove handling of newlines.
12813         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12814         (tramp-split-string): Remove function.  It is handled in
12815         tramp-compat now.
12817         * net/tramp-cmds.el (tramp-bug):
12818         Recommend `tramp-cleanup-all-connections' in the bug mail.
12820         * net/tramp-compat.el (tramp-compat-split-string)
12821         (tramp-compat-process-running-p): New defuns.
12823         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12824         for `dired-uncache'.
12826         * net/tramp-gvfs.el: New package.
12828         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12829         Add handler for `dired-uncache'.
12830         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12832         * net/trampver.el: Update release number.  Make version check fit
12833         for SXEmacs 22.
12835 2009-06-22  Jim Meyering  <meyering@redhat.com>
12837         Automatically handle .xz suffix (XZ-compressed files), too.
12838         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12839         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12841 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12842             Nick Roberts  <nickrob@snap.net.nz>
12844         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12845         repository (http://sphinx.net.ru/hg/gdb-mi/).
12847 2009-06-22  Glenn Morris  <rgm@gnu.org>
12849         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12850         `mode' and `eval' entries.  (Bug#3430)
12852         * Makefile.in (ELCFILES): Add fadr.elc.
12854         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12855         differing behavior of \n and ^ in strings.  (Bug#3385)
12857         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12859         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12860         property.
12861         (lisp-indent-function): Make it a defcustom.
12863 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12865         * progmodes/gdb-ui.el: Replace with ...
12866         * progmodes/gdb-mi.el: ... this file.
12867         * progmodes/gud.el: Modify for gdb-mi.el.
12869 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12871         * fadr.el: New file.
12873 See ChangeLog.14 for earlier changes.
12875 ;; Local Variables:
12876 ;; coding: utf-8
12877 ;; End:
12879   Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
12881   This file is part of GNU Emacs.
12883   GNU Emacs is free software: you can redistribute it and/or modify
12884   it under the terms of the GNU General Public License as published by
12885   the Free Software Foundation, either version 3 of the License, or
12886   (at your option) any later version.
12888   GNU Emacs is distributed in the hope that it will be useful,
12889   but WITHOUT ANY WARRANTY; without even the implied warranty of
12890   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12891   GNU General Public License for more details.
12893   You should have received a copy of the GNU General Public License
12894   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.