merge emacs-23
[emacs.git] / lisp / ChangeLog
blobbad99e7294b44062979881cb4cf35b0451e0213d
1 2011-05-23  Kenichi Handa  <handa@m17n.org>
3         * mail/sendmail.el: Require `rfc2047'.
4         (mail-insert-from-field): Do not perform RFC2047 encoding.
5         (mail-encode-header): New function.
6         (sendmail-send-it): Set buffer-file-coding-system of the work
7         buffer to the return value of select-message-coding-system.  Call
8         mail-encode-header.
10         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
12 2011-05-22  Sean Neakums  <sneakums@zork.net>  (tiny change)
14         * mail/supercite.el (sc-default-cite-frame): Handle
15         sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
17 2011-05-16  Andreas Schwab  <schwab@linux-m68k.org>
19         * diff-mode.el (diff-fixup-modifs): Fix last change.
21 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
23         * diff-mode.el (diff-fixup-modifs): Locate correct position for
24         hunk-end tags (Bug#8672).
26 2011-05-13  Juanma Barranquero  <lekktu@gmail.com>
28         * progmodes/python.el (python-font-lock-keywords):
29         Add the Python 3.X keyword "nonlocal" (bug#8639).
31 2011-05-09  Eli Zaretskii  <eliz@gnu.org>
33         * smerge-mode.el (smerge-resolve): Use null-device rather than a
34         literal "/dev/null".
36 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
38         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
39         Fix typo.
41 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
43         * progmodes/which-func.el (which-function):
44         Use add-log-current-defun instead of add-log-current-defun-function,
45         which might not be defined (Bug#8260).
47 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
49         * net/tramp.el (tramp-process-actions): Add POS argument.
50         Delete region between POS and (pos).
51         (tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in
52         `tramp-process-actions' call.
53         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
55         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
56         position in `tramp-process-actions' call.
58 2011-04-24  Daniel Colascione <dan.colascione@gmail.com>
60         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
61         Use correct match group (bug#8438).
63 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
65         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
67 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
69         * play/mpuz.el (mpuz-silent): Doc fix.
70         (mpuz-mode-map): Move initialization into declaration.
71         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
72         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
73         Fix typos in docstrings.
75         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
76         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
78 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
80         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
82 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
84         * minibuffer.el (completion--do-completion): Avoid the "Next char
85         not unique" prompt if icomplete-mode is enabled (Bug#5849).
87 2011-04-10  Stephen Berman <stephen.berman@gmx.net>
89         * textmodes/page.el (what-page): Use line-number-at-pos to
90         calculate line number (Bug#6825).
92 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
94         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
95         mouse-2 into unread-command-events, it is interpreted correctly.
97 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
99         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
100         (image-toggle-display): Doc fix.
102 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
104         Backport revno:103823 and revno:103824 from trunk.
105         * help-fns.el (describe-variable): Complete all variables having
106         documentation, including keywords.
107         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
109 2011-03-24  Juanma Barranquero  <lekktu@gmail.com>
111         * vc-annotate.el (vc-annotate-show-log-revision-at-line):
112         Fix typo in docstring.
114 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
116         * emerge.el (emerge-metachars): Separate value for ms-dos and
117         windows-nt systems.
118         (emerge-protect-metachars): Quote correctly for ms-dos and
119         windows-nt systems.
121 2011-03-15  Ralph Schleicher  <rs@ralph-schleicher.de>  (tiny change)
123         * info.el (info-initialize): Replace all uses of `:' with
124         path-separator for compatibility with non-Unix systems.
125         Cache quoting of path-separator.  (Bug#8258)
127 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
129         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
130         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
131         (mouse-avoidance-mode): Fix typos in docstrings.
133 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
135         * net/tramp.el (tramp-progress-reporter-update):
136         Use `tramp-compat-funcall'.
137         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
138         (tramp-handle-insert-file-contents): Make `file-remote-p' call
139         compatible.
140         (tramp-open-connection-setup-interactive-shell):
141         Use `tramp-compat-process-put'.
143         * net/tramp-compat.el (tramp-compat-process-get)
144         (tramp-compat-process-put): New defuns.
146         * net/trampver.el: Update release number.
148 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
150         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
151         into declaration.  Remove redundant and harmful binding.
153 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
155         Backport revno:103463 from trunk.
156         * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
158         Backport revno:103622 from trunk.
159         * help-fns.el (describe-variable): Don't complete keywords.
160         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
162 2011-03-11  Eli Zaretskii  <eliz@gnu.org>
164         * files.el (file-ownership-preserved-p): Pass `integer' as an
165         explicit 2nd argument to `file-attributes'.  If the file's owner
166         is the Administrators group on Windows, and the current user is
167         Administrator, consider that a match.
169         * server.el (server-ensure-safe-dir): Consider server directory
170         safe on MS-Windows if its owner is the Administrators group while
171         the current Emacs user is Administrator.  Use `=' to compare
172         numerical UIDs, since they could be integers or floats.
174 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
176         * Version 23.3 released.
178 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
180         * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
181         change; patch supplied by Alan Mackenzie was applied incorrectly.
183 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
185         * international/mule-cmds.el (set-default-coding-systems): Use the
186         -unix variant of encoding in default-keyboard-coding-system.
187         (Bug#8122)
189 2011-02-23  Kenichi Handa  <handa@m17n.org>
191         * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
192         error when a multipart boundary in the nested multipart is found.
194 2011-02-22  Kenichi Handa  <handa@m17n.org>
196         * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
197         header components.
199 2011-02-19  Kenichi Handa  <handa@m17n.org>
201         * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
202         get the header copy into the temporary buffer.
203         (rmail-mime-insert-decoded-text): Ignore us-ascii.
204         (rmail-show-mime): When rmail-mime-coding-system is nil, set
205         buffer-file-coding-system to undecided.
207 2011-02-18  Eli Zaretskii  <eliz@gnu.org>
209         * image-mode.el (image-toggle-display-image):
210         Disable require-final-newline in buffers visiting binary image files.
211         (Bug#8047)
213         * international/mule-cmds.el (read-char-by-name, ucs-insert):
214         Document completion with asterisk and a substring.
216 2011-02-18  Glenn Morris  <rgm@gnu.org>
218         * files.el (find-file-literally): Doc fix.
220 2011-02-17  Glenn Morris  <rgm@gnu.org>
222         * simple.el (rfc822-goto-eoh): Give it a doc-string.
224         * log-edit.el (log-edit-insert-changelog):
225         Fix `log-edit-strip-single-file-name' functionality.  (Bug#8057)
227 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
229         * pgg-gpg.el (pgg-gpg-process-region):
230         Bind delete-by-moving-to-trash to nil.
232         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
233         (pgg-pgp-snarf-keys-region):
234         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
235         (pgg-pgp5-snarf-keys-region): Likewise.
237 2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
239         * files.el (copy-directory): Revert to pre-2011-01-29 version.
241 2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
243         * epg.el (epg-delete-output-file, epg-decrypt-string)
244         (epg-verify-string, epg-sign-string, epg-encrypt-string):
245         Bind delete-by-moving-to-trash to nil.
247         * epa-file.el (epa-file-insert-file-contents): Likewise.
249 2011-02-10  Glenn Morris  <rgm@gnu.org>
251         * emacs-lisp/cl-seq.el (union, nunion, intersection)
252         (nintersection, set-difference, nset-difference)
253         (set-exclusive-or, nset-exclusive-or): Doc fix.
255         * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
257 2011-02-08  Glenn Morris  <rgm@gnu.org>
259         * faces.el (face-attr-match-p): Handle the obsolete :bold and
260         :italic props, so that frame-set-background-mode works.  (Bug#7966)
262 2011-02-07  Glenn Morris  <rgm@gnu.org>
264         * simple.el (next-error): Doc fix.
266 2011-02-06  Chong Yidong  <cyd@stupidchicken.com>
267             Thierry Volpiatto <thierry.volpiatto@gmail.com>
269         * files.el (copy-directory): New arg COPY-AS-SUBDIR.  If nil,
270         don't copy as a subdirectory.
272 2011-02-05  Glenn Morris  <rgm@gnu.org>
274         * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
276 2011-02-04  Glenn Morris  <rgm@gnu.org>
278         * calendar/diary-lib.el (diary-font-lock-keywords):
279         Tweak diary-time-regexp match.  (Bug#7891)
281         * progmodes/f90.el (f90-find-tag-default): New function.  (Bug#7919)
282         (f90-mode): Use it for mode's `find-tag-default-function' property.
284 2011-02-03  Glenn Morris  <rgm@gnu.org>
286         * ibuf-ext.el (ibuffer-filter-disable): Make it work.  (Bug#7969)
288         * faces.el (set-face-attribute): Doc fix.  (Bug#2659)
290 2011-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
292         * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
293         (bug#7959) and (bug#5935).
295 2011-01-31  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
297         * net/rcirc.el: Clean log filenames (Bug#7933).
298         (rcirc-log-write): Use convert-standard-filename.
299         (rcirc-log-filename-function): Documentation updates.
301 2011-01-31  Alan Mackenzie  <acm@muc.de>
303         * progmodes/cc-cmds.el (c-forward-over-illiterals):
304         Continue parsing if we encounter a naked # (Bug#7595).
305         (c-beginning-of-statement): Avoid loop in locating the beginning
306         of a macro.
308 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
310         * files.el (copy-directory): Fix arguments to recursive call.
312 2011-01-29  Daiki Ueno  <ueno@unixuser.org>
314         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
315         Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
316         (Bug#7931).
318 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
320         * files.el (copy-directory): If destination is an existing
321         directory, copy into a subdirectory there.
323 2011-01-29  Andreas Schwab  <schwab@linux-m68k.org>
325         * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
326         files.
328 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
330         * image-dired.el (image-dired-mouse-display-image): No-op if no
331         file is found (Bug#7817).
333         * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
335 2011-01-28  Kenichi Handa  <handa@m17n.org>
337         * international/quail.el (quail-keyboard-layout-alist):
338         Remove superfluous SPC for "pc105-uk" (bug#7927).
340 2011-01-27  Glenn Morris  <rgm@gnu.org>
342         * msb.el (msb-menu-bar-update-buffers): Update for changed
343         argument handling of menu-bar-select-frame.  (Bug#7902)
345 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
347         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
348         to the recursion depth (Bug#7722).
350 2011-01-26  Roy Liu  <carsomyr@gmail.com>  (tiny change)
352         * term/ns-win.el (ns-find-file): Expand ns-input-file with
353         command-line-default-directory (Bug#7872).
355 2011-01-25  Glenn Morris  <rgm@gnu.org>
357         * comint.el (comint-mode): Doc fix.  (Bug#7897)
359 2011-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
361         * files.el (file-name-non-special): Only change buffer-file-name after
362         insert-file-contents if it's `visit'ing the file (bug#7854).
364 2011-01-23  Chong Yidong  <cyd@stupidchicken.com>
366         * dired.el (dired-revert): Doc fix (Bug#7758).
368 2011-01-23  Nobuyoshi Nakada  <nobu@ruby-lang.org>
370         * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
371         here-doc which ends with an underscore.
372         (ruby-mode-set-encoding): Skip shebang line always.
373         (ruby-mode-map): Bind C-c C-c to comment-region.
374         (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
375         (ruby-forward-sexp): Stop after literal hash key labels.
376         (ruby-font-lock-syntactic-keywords): Highlight regexp after open
377         bracket.
379 2011-01-22  Keitaro Miyazaki  <keitaro.miyazaki@gmail.com>  (tiny change)
381         * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
382         the correct buffer (Bug#7650).
384 2011-01-22  Glenn Morris  <rgm@gnu.org>
386         * simple.el (do-auto-fill): Give it a doc string.
388         * button.el (make-text-button): Doc fix.  (See bug#7881)
390 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
392         * simple.el (line-move-visual): Doc fix (Bug#7594).
394         * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
395         "Case sensitive" menu item.
397 2011-01-21  Roland McGrath  <roland@frob.com>
399         * comint.el (comint-replace-by-expanded-history-before-point): Fix
400         expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
402 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
406 2011-01-21  Jari Aalto  <jari.aalto@cante.net>
408         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
409         Assume foo(bar) is a manpage reference rather than some unquoted
410         symbol (bug#7705).
412 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
414         * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
415         Suggested by Flo <sensorflo@gmail.com>.
417 2011-01-21  Glenn Morris  <rgm@gnu.org>
419         * progmodes/compile.el (compilation-error-regexp-alist):
420         Fix custom type.  (Bug#7812)
422 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
425         keymap expression.  Improve docstring.
427 2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
429         * files.el (backup-buffer): Make last-resort backup file in
430         .emacs.d (Bug#6953).
432         * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
433         make it with permission 700.
435 2011-01-14  Kenichi Handa  <handa@m17n.org>
437         * mail/rmailmm.el (rmail-mime-insert-header):
438         Set rmail-mime-coding-system to a cons whose car is the last coding
439         system used to decode the header.
440         (rmail-mime-find-header-encoding): New function.
441         (rmail-mime-insert-decoded-text):
442         Override rmail-mime-coding-system if it is a cons.
443         (rmail-show-mime): If only a header part was decoded, find the
444         coding system while ignoring mm-charset-override-alist.
446 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
448         * subr.el (event-start, event-end): Doc fix (Bug#7826).
450 2011-01-12  Kenichi Handa  <handa@m17n.org>
452         * mail/rmailmm.el (rmail-mime-next-item)
453         (rmail-mime-previous-item): Delete them.
454         (rmail-mime-shown-mode): Recursively call for children.
455         (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
456         Callers changed.
457         (rmail-mime-raw-mode): Recursively call for children.
458         (rmail-mode-map): Change mapping of tab and backtab to
459         forward-button and backward-button respectively.
460         (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
461         button.
462         (rmail-mime-update-tagline): New function.
463         (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
464         body display is changed.
465         (rmail-mime-toggle-button): Rename from rmail-mime-image.
466         (rmail-mime-image): Delete this button type.
467         (rmail-mime-toggle): New button type.
468         (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
469         body display is changed.  Change the save button label to "Save".
470         Don't process show/hide button here.
471         (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
472         the body display is changed.  Unconditionally call
473         rmail-mime-insert for children.
474         (rmail-mime-handle): Update `display' vector of the just inserted
475         entity.
476         (rmail-mime-process): If mail-header-parse-content-type returns
477         nil, use "text/plain" as the fallback type.
478         (rmail-mime-insert): For raw-mode, recursively call
479         rmail-mim-insert for children.
480         (rmail-mime): Handle the case that the current buffer is not rmail
481         buffer (e.g. in summary buffer).
483 2011-01-05  Kenichi Handa  <handa@m17n.org>
485         * mail/rmailmm.el (rmail-mime-next-item)
486         (rmail-mime-previous-item): Skip the body of a non-multipart
487         entity if a tagline is shown.
489 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
491         * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
492         (tmm-prompt): Simplify.
493         (tmm-add-prompt): Remove unused var `win'.
495         * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
496         to minor mode which used nil accidentally to mean "turn off".
498 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
500         * net/tramp.el (tramp-find-inline-compress)
501         (tramp-get-inline-coding): Quote command after pipe symbol for
502         local calls under W32.  (Bug#6784)
504 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
506         * net/tramp.el (tramp-default-method): Initialize with pscp/plink
507         only when running under W32.
509 2011-01-09  Eli Zaretskii  <eliz@gnu.org>
511         * progmodes/grep.el (grep-compute-defaults): Quote the program
512         file name after the pipe symbol in Grep templates.  (Bug#6784)
513         * jka-compr.el (jka-compr-partial-uncompress): Likewise.
515 2011-01-08  Lennart Borgman  <lennart.borgman@gmail.com>
517         * buff-menu.el (Buffer-menu-buffer-list): New var.
518         (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
519         restricted buffer list is not lost on revert (Bug#7749).
521 2011-01-08  Eric Hanchrow  <eric.hanchrow@gmail.com>
523         * net/ldap.el (ldap-search-internal): Discard stderr output.
525 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
527         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
529 2011-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
531         * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
532         Author names can have spaces (bug#7792).
534 2011-01-04  Kenichi Handa  <handa@m17n.org>
536         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
537         part as a plain text.
538         (rmail-mime-process-multipart): Set the default content-type to
539         nil for unknown multipart subtypes (bug#7651).
541 2011-01-03  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
543         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
544         table, get the value before switching to the output buffer.  (Bug#7733)
546 2011-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
548         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
550 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
552         * files.el (file-local-variables-alist):
553         Make permanent-local (bug#7767).
555 2011-01-02  Glenn Morris  <rgm@gnu.org>
557         * version.el (emacs-copyright): Set short copyright year to 2011.
559 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
561         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
562         an existing temp buffer.  (Bug#7746)
564 2011-01-02  Glenn Morris  <rgm@gnu.org>
566         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
567         multiple addresses.  (Bug#7760)
569 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
571         * net/tramp.el (tramp-methods): Add recursive options to "scpc",
572         "scpx", "pscp" and "psftp".
574 2010-12-31  Eli Zaretskii  <eliz@gnu.org>
576         * term/w32-win.el (image-library-alist): Set up correctly for
577         libpng versions both before and after 1.4.0.  (Bug#7716)
579 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
581         * time.el (display-time-mode): Mention display-time-interval in
582         the doc string.  (Bug#7713)
584         * simple.el (select-active-regions): Doc fix.  (Bug#7702)
586 2010-12-24  Kenichi Handa  <handa@m17n.org>
588         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
589         condition-case and return an error message string if something
590         goes wrong.
591         (rmail-show-mime): Adjust for the above change.  Insert the
592         header by rmail-mime-insert-header.
594 2010-12-24  Kenichi Handa  <handa@m17n.org>
596         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
597         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
598         (rmail-mime-mbox-buffer)
599         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
600         (rmail-mime-entity): Argument changed.  All codes handling an
601         entity object are changed.
602         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
603         the above change.
604         (rmail-mime-entity-children, rmail-mime-entity-handler)
605         (rmail-mime-entity-tagline): New functions.
606         (rmail-mime-message-p): New function.
607         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
608         (rmail-mime-entity-segment, rmail-mime-next-item)
609         (rmail-mime-previous-item, rmail-mime-shown-mode)
610         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
611         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
612         (rmail-mime-insert-tagline, rmail-mime-insert-header):
613         New functions.
614         (rmail-mime-text-handler): Call rmail-mime-insert-text.
615         (rmail-mime-insert-decoded-text): New function.
616         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
617         (rmail-mime-insert-image): Argument changed.  Caller changed.
618         (rmail-mime-image): Call rmail-mime-toggle-hidden.
619         (rmail-mime-set-bulk-data): New function.
620         (rmail-mime-insert-bulk): Argument changed.
621         (rmail-mime-multipart-handler): Return t.
622         (rmail-mime-process-multipart): Argument changed.
623         Handle "multipart/alternative" here.
624         (rmail-mime-process): Argument changed.
625         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
626         (rmail-mime-insert): Argument changed.  Handle raw display mode.
627         (rmail-mime): Argument changed.  Handle toggling of raw display
628         mode.
629         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
630         rmail-mime-view-buffer.
631         (rmail-insert-mime-forwarded-message): Likewise.
632         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
634         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
635         non-nil, handle the header in rmail-show-mime-function.
637 2010-12-20  Leo  <sdl.web@gmail.com>
639         * help-fns.el (describe-variable): Fix 2010-12-17 change.
641 2010-12-20  Juri Linkov  <juri@jurta.org>
643         * isearch.el (isearch-lazy-highlight-error): New variable.
644         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
645         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
646         to the current value of `isearch-error' (Bug#7468).
648 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
650         * help-fns.el (describe-variable): Don't emit trailing whitespace
651         (Bug#7511).
653 2010-12-17  Leo  <sdl.web@gmail.com>
655         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
656         if point is not behind eshell-last-output-end (Bug#7585).
658 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
660         * textmodes/rst.el (rst-compile-pdf-preview)
661         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
663 2010-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
665         * emulation/edt-mapper.el: Override mapping of function keys so
666         that the later call to read-key-sequence works.
668 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
670         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
671         Unix EOLs.  (Bug#7589)
673 2010-12-12  Eli Zaretskii  <eliz@gnu.org>
675         * subr.el (posn-col-row): Evaluate header-line-format in the
676         context of the POSITION window's buffer.
678 2010-12-11  Glenn Morris  <rgm@gnu.org>
680         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
681         (with-silent-modifications): Doc fixes.
683 2010-12-10  Michael Albinus  <michael.albinus@gmx.de>
685         * net/tramp.el (tramp-action-password, tramp-process-actions):
686         Revert patch from 2010-12-08.  Use `save-restriction'.
688 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
690         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
691         New functions.
692         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
693         them instead of `nil' and `>', respectively.  (Bug#1077)
695 2010-12-09  Stephen Berman  <stephen.berman@gmx.net>
697         * calendar/diary-lib.el (diary-list-sexp-entries):
698         Handle case of no newline at end of file.  (Bug#7536)
700 2010-12-09  Glenn Morris  <rgm@gnu.org>
702         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
704 2010-12-08  Michael Albinus  <michael.albinus@gmx.de>
706         * net/tramp.el (tramp-handle-start-file-process):
707         Protect buffer-modified value.  (Bug#7557)
708         (tramp-action-password): Delete region, do not narrow.
709         (tramp-process-actions): Do not widen.
711 2010-12-08   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
713         * log-edit.el (log-edit-changelog-entries):
714         Regexp quote filename.  (Bug#7505)
716 2010-12-08  Tom Breton  <tehom@panix.com>
718         * cus-edit.el (custom-save-all):
719         Bind print-length and print-level to nil.  (Bug#7581)
721 2010-12-08  Glenn Morris  <rgm@gnu.org>
723         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
724         Run hooks to update menu contents.  (Bug#7586)
726         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
727         file names, for the sake of MS Windows.  (Bug#7588)
729 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
731         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
732         empty lines without a leading space.
734 2010-12-06  Leo  <sdl.web@gmail.com>
736         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
737         while mapping over marks (Bug#6810).
739 2010-12-06  Chong Yidong  <cyd@stupidchicken.com>
741         * image-dired.el (image-dired-db-file)
742         (image-dired-temp-image-file, image-dired-gallery-dir)
743         (image-dired-temp-rotate-image-file): Set default values relative
744         to image-dired-dir (Bug#7518).
746 2010-12-06  Lawrence Mitchell  <wence@gmx.li>
748         * format.el (format-decode-run-method): Pass args FROM and TO, not
749         point-min and point-max, to shell-command-on-region (Bug#7488).
751 2010-12-06  Jan Djärv  <jan.h.d@swipnet.se>
753         * frame.el (blink-cursor-mode): Make default t for ns.
755 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
757         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
759 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
761         * comint.el (comint-dynamic-list-input-ring)
762         (comint-dynamic-complete-filename)
763         (comint-replace-by-expanded-filename)
764         (comint-dynamic-simple-complete)
765         (comint-dynamic-list-filename-completions)
766         (comint-dynamic-list-completions): Doc fix (Bug#7499).
768         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
769         Doc fix (Bug#7471).
771 2010-12-04  Martin Rudalics  <rudalics@gmx.at>
773         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
774         (Bug#7533).
776 2010-12-04  W. Martin Borgert <debacle@debian.org>  (tiny change)
778         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
779         (Bug#7491).
781 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
783         * simple.el (transient-mark-mode): Doc fix (Bug#7465).
785 2010-12-04  Eli Zaretskii  <eliz@gnu.org>
787         * files.el (file-relative-name): Handle UNC file names on
788         DOS/Windows.  (Bug#4674)
790 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
792         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
793         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
794         (epg-context-set-passphrase-callback): Mention that the callback
795         is not called when used with GnuPG 2.x.
797 2010-12-02  Glenn Morris  <rgm@gnu.org>
799         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
800         Ensure ps-footer-font-size-internal is initialized.
801         Call ps-get-page-dimensions before trying to use ps-font-for-text.
803 2010-12-01  Kenichi Handa  <handa@m17n.org>
805         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
806         within condition-case.
807         (rmail-show-mime): Don't use condition-case.
808         (rmail-search-mime-message): New function.
809         (rmail-search-mime-message-function): Set to
810         rmail-search-mime-message.
812 2010-12-01  Leo  <sdl.web@gmail.com>
814         * ido.el (ido-common-initialization): New function.  (bug#3274)
815         (ido-mode): Use it.
816         (ido-completing-read): Call it.
818 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
820         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
821         stand-alone lines, since that is handled by log-edit-match-to-eoh
822         (Bug#6465).
824 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
826         * dired.el (dired-get-filename): Replace backslashes with slashes
827         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
828         * locate.el (locate-default-make-command-line): Don't consider
829         drive letter and root directory part of
830         `directory-listing-before-filename-regexp'.  (Bug#7308)
831         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
833 2010-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
835         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
836         of :smie-open/close-alist.
837         (smie-next-sexp): Make it accept a "start token" as argument.
838         (smie-indent-keyword): Be careful not to misidentify tokens that span
839         more than one line, as empty lines.  Add argument `token'.
841 2010-11-26  Kenichi Handa  <handa@m17n.org>
843         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
844         multipart subtypes, insert all as usual.
846         * mail/rmail.el: Require rfc2047.
848 2010-11-26  Kenichi Handa  <handa@m17n.org>
850         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
851         (rmail-mime-entity-disposition)
852         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
853         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
854         (rmail-mime-save): Handle the case that the button's `data' is a
855         MIME entity.
856         (rmail-mime-insert-text): New function.
857         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
858         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
859         (rmail-mime-insert-bulk): New function mostly copied from the old
860         rmail-mime-bulk-handler.
861         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
862         (rmail-mime-process-multipart): New function mostly copied from
863         the old rmail-mime-multipart-handler.
864         (rmail-mime-show): Just call rmail-mime-process.
865         (rmail-mime-process): New function mostly copied from the old
866         rmail-mime-show.
867         (rmail-mime-insert-multipart, rmail-mime-parse)
868         (rmail-mime-insert, rmail-show-mime)
869         (rmail-insert-mime-forwarded-message)
870         (rmail-insert-mime-resent-message): New functions.
871         (rmail-insert-mime-forwarded-message-function): Set to
872         rmail-insert-mime-forwarded-message.
873         (rmail-insert-mime-resent-message-function): Set to
874         rmail-insert-mime-resent-message.
876         * mail/rmailsum.el: Require rfc2047.
877         (rmail-header-summary): Handle multiline Subject: field.
878         (rmail-summary-line-decoder): Change the default to
879         rfc2047-decode-string.
881         * mail/rmail.el (rmail-enable-mime): Change the default to t.
882         (rmail-mime-feature): Change the default to `rmailmm'.
883         (rmail-quit): Delete the specifal code for rmail-enable-mime.
884         (rmail-display-labels): Likewise.
885         (rmail-show-message-1): Check rmail-enable-mime, and use
886         rmail-show-mime-function for a MIME message.  Decode the headers
887         according to RFC2047.
889 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
891         * progmodes/which-func.el (which-func-imenu-joiner-function):
892         Return a string, as expected.
893         (which-function-mode): Make sure we stop any previous timer before
894         starting a new one.
896 2010-11-23  Michael Albinus  <michael.albinus@gmx.de>
898         * net/tramp.el (tramp-default-method-alist)
899         (tramp-default-user-alist, tramp-default-proxies-alist):
900         Adapt custom options type.  (Bug#7445)
902 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
904         * progmodes/python.el: Add Ipython support (Bug#5390).
905         (python-shell-prompt-alist)
906         (python-shell-continuation-prompt-alist): New options.
907         (python--set-prompt-regexp): New function.
908         (inferior-python-mode, run-python, python-shell):
909         Require ansi-color.  Use python--set-prompt-regexp to set the comint
910         prompt based on the Python interpreter.
911         (python--prompt-regexp): New var.
912         (python-check-comint-prompt)
913         (python-comint-output-filter-function): Use it.
914         (run-python): Use a pipe (Bug#5694).
916 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
918         * progmodes/python.el (run-python): Doc fix.
919         (python-keep-current-directory-in-path): New var (Bug#7454).
921 2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
923         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
924         Prompt user before actually printing.
926 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
928         * simple.el (kill-new, kill-append, kill-region):
929         * comint.el (comint-kill-region): Make the yank-handler argument
930         obsolete.
932 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
934         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
935         that are both openers (resp. closers) and something else.
936         (smie-grammar): Loosen definition of valid values.
937         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
938         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
939         (smie-indent-after-keyword): Adjust users.
940         (smie-indent-keyword): Don't indent empty lines.
942         * vc-hg.el (vc-hg-program): New var.
943         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
944         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
946 2010-11-17  Glenn Morris  <rgm@gnu.org>
948         * emacs-lisp/autoload.el (autoload-find-destination): The function
949         coding-system-eol-type may return non-numeric values.  (Bug#7414)
951 2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
953         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
955 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
957         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
959 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
961         * textmodes/picture.el (picture-mouse-set-point): Don't use
962         posn-col-row; explicitly compute the motion based on the posn at
963         the window-start (Bug#7390).
965 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
967         * net/tramp.el (tramp-remote-coding-commands): Add an alternative
968         using "base64 -d -i".  This is needed for older base64 versions
969         from GNU coreutils.  Reported by Klaus Reichl
970         <Klaus.Reichl@thalesgroup.com>.
972 2010-11-13  Glenn Morris  <rgm@gnu.org>
974         * novice.el (disabled-command-function):
975         Fix 2009-11-15 change.  (Bug#7384)
977 2010-11-12  Glenn Morris  <rgm@gnu.org>
979         * calendar/calendar.el (diary-iso-date-forms): Make elements
980         mutually exclusive.  (Bug#7377)
982 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
985         when filling the remaining "unconstrained" values.
987 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
989         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
990         safety predicate.
992         * files.el (safe-local-variable-p): Gracefully handle errors.
994         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
995         Use smie-indent-virtual when indenting relative to an opener.
996         (smie-rule-separator): Use smie-rule-parent.
997         (smie-indent-keyword): Consult rules, even for openers at bol.
998         (smie-indent-comment-close): Try to align closer's content.
1000 2010-11-11  Glenn Morris  <rgm@gnu.org>
1002         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1004 2010-11-10  Glenn Morris  <rgm@gnu.org>
1006         * printing.el (pr-menu-bind): Doc fix.
1008         * speedbar.el (speedbar-toggle-images): Doc fix.
1010         * progmodes/python.el (python-shell): Doc fix.
1012         * wid-edit.el (widget-field-use-before-change)
1013         (widget-use-overlay-change): Doc fixes.
1015 2010-11-09  Glenn Morris  <rgm@gnu.org>
1017         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1019 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1021         * minibuffer.el (minibuffer-completion-help): Specify the end of the
1022         completion field (bug#7211).
1024         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1025         Fix handling of backslash escapes.
1026         (python-quote-syntax): Adjust accordingly.
1028 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
1030         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1031         (vc-mtn-workfile-branch): Adjust to new output format.
1033 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * international/mule-cmds.el (princ-list): Mark as obsolete.
1037 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * emacs-lisp/smie.el: New package.
1041 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
1043         * files.el (backup-by-copying-when-mismatch):
1044         Set `permanent-local' property.
1046         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1047         `permanent-local' property for `backup-by-copying-when-mismatch'.
1049 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
1051         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
1052         (ls-lisp-classify-file): New function.
1053         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1054         (ls-lisp-classify): Call ls-lisp-classify-file.
1055         (insert-directory): Remove blanks from switches.
1057 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
1059         * progmodes/verilog-mode.el (verilog-insert-one-definition)
1060         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
1061         AUTOINOUT for SV style multidimensional arrays, bug294.
1062         Reported by Eric Mastromarchi.
1063         (verilog-preprocess): Use with-current-buffer and
1064         font-lock-fontify-buffer to cleanup style issues.
1066 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
1068         * net/trampver.el: Update release number.
1070 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1072         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1073         beginning of the string.  Use `string-match-p'.  (Bug#6765)
1075 2010-11-01  Glenn Morris  <rgm@gnu.org>
1077         * locate.el (locate, locate-mode): Doc fixes.
1079 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
1081         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1082         user for confirmation.
1083         (server-force-stop): Use it.
1084         (server-start): Use server-force-stop for kill-emacs-hook, to
1085         avoid user interaction while killing Emacs.
1087 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1089         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1090         (log-edit-author): New dynamic var.
1091         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
1092         Use it to return the author if different from committer.
1093         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1095 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
1097         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1099 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
1101         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
1102         (vc-root-diff, vc-print-root-log, vc-log-incoming)
1103         (vc-log-outgoing): Use it.
1104         (vc-diff-internal): Set diff-vc-backend.
1106         * vc/diff-mode.el (diff-vc-backend): New var.
1108 2010-10-31  Juri Linkov  <juri@jurta.org>
1110         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1111         buffer-locally to lambda that re-runs the vc diff command.
1112         (Bug#6447)
1114 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1116         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1118         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
1119         log-outgoing commands.
1120         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1121         to create a buffer local revert-buffer-function variable.
1122         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1123         revert-buffer-function lambda.
1125         Improve VC create/retrieve tag/branch.
1126         * vc.el (vc-create-tag): Do not read the directory name for VCs
1127         with repository revision granularity.  Adjust the tag/branch
1128         prompt.  Reset VC properties.
1129         (vc-retrieve-tag): Do not read the directory name for VCs
1130         with repository revision granularity.  Reset VC properties.
1132         Add optional support for resetting VC properties.
1133         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1134         call vc-file-clearprops when true.
1135         (vc-resynch-buffer): Add new optional argument, pass it down.
1136         (vc-resynch-buffers-in-directory): Likewise.
1138         Improve support for special markup in the VC commit message.
1139         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
1140         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1141         * vc-git.el (vc-git-checkin):
1142         * vc-bzr.el (vc-bzr-checkin): Likewise.
1144         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1145         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1146         incoming/outgoing logs.
1147         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
1149         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1150         short log.
1151         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
1152         command
1154         Add bindings for vc-log-incoming and vc-log-outgoing.
1155         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1156         and vc-log-outgoing.
1157         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1158         and vc-log-outgoing.
1160         Improve state updating for VC tag commands.
1161         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1162         to update the state of all buffers in the directory.
1164 2010-05-19  Glenn Morris  <rgm@gnu.org>
1166         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1168 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1170         * vc.el (vc-checkin, vc-modify-change-comment):
1171         Adjust to new vc-start/finish-logentry.
1172         (vc-find-conflicted-file): New command.
1173         (vc-transfer-file): Adjust to new vc-checkin.
1174         (vc-next-action): Improve scoping.
1176         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
1177         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1179         * vc-dispatcher.el (vc-log-edit): Shorten names for
1180         log-edit-show-files.
1182         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
1183         (vc-bzr-conflicted-files): New function.
1185         * log-edit.el (log-edit-summary, log-edit-header)
1186         (log-edit-unknown-header): New faces.
1187         (log-edit-headers-alist): New var.
1188         (log-edit-header-contents-regexp): New const.
1189         (log-edit-match-to-eoh): New function.
1190         (log-edit-font-lock-keywords): Use them.
1191         (log-edit): Insert a "Summary:" header as default.
1192         (log-edit-mode): Mark font-lock rules as case-insensitive.
1193         (log-edit-done): Cleanup headers.
1194         (log-edit-extract-headers): New function to replace it.
1196         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
1197         the windows/frames.
1199         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
1201         * vc-dir.el (vc-dir-kill-line): New command.
1202         (vc-dir-mode-map): Bind it to C-k.
1203         (vc-dir-headers): Abbreviate the working dir.
1205         * vc-git.el (vc-git-revision-table): Include remote branches.
1207 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1209         New VC methods: vc-log-incoming and vc-log-outgoing.
1210         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
1211         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
1212         New functions.
1213         (vc-print-log-internal): Just call vc-log-internal-common.
1214         (vc-log-view-type): New permanent local variable.
1216         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1218         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1219         of the dynamic bound vc-short-log.
1220         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1222         * vc-git.el (vc-git-log-outgoing): New function.
1223         (vc-git-log-view-mode): Use vc-log-view-type instead
1224         of the dynamic bound vc-short-log.
1226         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1227         the dynamic bound vc-short-log.  Highlight the tag.
1228         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1229         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1230         (vc-hg-incoming-mode): Remove.
1231         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1233         Fix default-directory for vc-root-diff.
1234         * vc.el (vc-root-diff): Bind default-directory to the root
1235         directory for the diff command.
1237 2010-10-31  Sam Steingold  <sds@gnu.org>
1239         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1240         `vc-hg-command' with a list of flags.
1242 2010-10-31  Glenn Morris  <rgm@gnu.org>
1244         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1245         log-edit-before-checkin-process.
1247         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1249         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1251         * vc-dispatcher.el (vc-start-logentry): Doc fix.
1252         (log-view-process-buffer, log-edit-extra-flags): Declare.
1254 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1256         Add special markup processing for commit logs.
1257         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
1258         when non-nil instead of the log-view-mode.
1260         * vc.el (vc-default-log-edit-mode): New function.
1262         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1263         log-edit.
1265         Support for shelving snapshots and for showing shelves.
1266         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1267         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1268         New functions.
1269         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1270         (vc-bzr-extra-menu-map): Map them.
1272 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
1274         * net/tramp.el (tramp-handle-insert-file-contents): For root,
1275         preserve owner and group when editing files.  (Bug#7289)
1277 2010-10-29  Glenn Morris  <rgm@gnu.org>
1279         * speedbar.el (speedbar-mode):
1280         * play/fortune.el (fortune-in-buffer, fortune):
1281         * play/gomoku.el (gomoku-mode):
1282         * play/landmark.el (lm-mode):
1283         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1284         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
1286 2010-10-28  Glenn Morris  <rgm@gnu.org>
1288         * select.el (x-selection): Mark it as an obsolete alias.
1290 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1292         * add-log.el (find-change-log): Use derived-mode-p rather than
1293         major-mode (bug#7284).
1295 2010-10-27  Glenn Morris  <rgm@gnu.org>
1297         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1298         rather than just an unused variable that inherits from the real one.
1300 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
1302         * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
1303         auto-built for efficiency of execution and updating.
1304         (verilog-extended-complete-re): Support 'pure' fucntion & task
1305         declarations (these have no bodies).
1306         (verilog-beg-of-statement): General cleanup to enable support of
1307         'pure' fucntion & task declarations (these have no bodies).
1308         These efforts together fix Verilog bug210 from veripool; which was also
1309         noticed by Steve Pearlmutter.
1310         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1311         (verilog-directive-nest-re, verilog-set-auto-endcomments):
1312         Support `elsif.  Reported by Shankar Giri.
1313         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1314         attribute handling for lining up declarations and assignments.
1315         (verilog-beg-of-statement-1): Fix issue where continued declaration
1316         is indented differently if it is after a begin..end clock.
1317         (verilog-in-attribute-p, verilog-skip-backward-comments)
1318         (verilog-skip-forward-comment-p): Support proper treatment of
1319         attributes by indent code.  Reported by Jeff Steele.
1320         (verilog-in-directive-p): Fix comment to correctly describe function.
1321         (verilog-backward-up-list, verilog-in-struct-region-p)
1322         (verilog-backward-token, verilog-in-struct-p)
1323         (verilog-in-coverage-p, verilog-do-indent)
1324         (verilog-pretty-declarations): Use verilog-backward-up-list as
1325         wrapper around backward-up-list inorder to properly skip comments.
1326         Reported by David Rogoff.
1327         (verilog-property-re, verilog-endcomment-reason-re)
1328         (verilog-beg-of-statement, verilog-set-auto-endcomments)
1329         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1330         of if).  Reported by Max Bjurling and
1331         (verilog-calc-1): Fix for clocking block in modport
1332         declaration.  Reported by Brian Hunter.
1334 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
1336         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1337         (verilog-gate-keywords, verilog-read-sub-decls)
1338         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1339         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1340         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
1341         (verilog-read-decls): Fix spaces in V2K module parameters causing
1342         mis-identification as interfaces, bug287.
1343         (verilog-read-decls): Fix not treating "parameter string" as a
1344         parameter in AUTOINSTPARAM.
1345         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1346         treating `elsif similar to `endif inside AUTOSENSE.
1347         (verilog-do-indent): Implement correct automatic or static task or
1348         function end comment highlight.  Reported by Steve Pearlmutter.
1349         (verilog-font-lock-keywords-2): Fix highlighting of single
1350         character pins, bug264.  Reported by Michael Laajanen.
1351         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1352         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1353         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1354         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
1355         (verilog-pretty-expr): Fix interactive arguments, bug272.
1356         Reported by Mark Johnson.
1357         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1358         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1359         bug269.  Suggested by Gary Delp.
1360         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1361         (verilog-preprocessor, verilog-set-compile-command):
1362         Create verilog-preprocess and verilog-preprocessor to show
1363         preprocessed output.
1364         (verilog-get-beg-of-line, verilog-get-end-of-line)
1365         (verilog-modi-file-or-buffer, verilog-modi-name)
1366         (verilog-modi-point, verilog-within-string): Move defmacro's
1367         before first use to avoid warning.  Reported by Steve Pearlmutter.
1368         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1369         (verilog-colorize-region, verilog-highlight-buffer)
1370         (verilog-highlight-includes, verilog-highlight-modules)
1371         (verilog-highlight-region, verilog-mode): Rename colorize to
1372         highlight to match other packages.  Disable module highlighting,
1373         as received speed complaints, reenable for experimentation only
1374         using new verilog-highlight-modules.
1375         (verilog-read-decls): Fix regexp stack overflow in very large
1376         AUTO_TEMPLATEs, bug250.
1377         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1378         (verilog-scan): Create verilog-save-buffer-state to standardize
1379         making insignificant changes that shouldn't call hooks.
1380         (verilog-save-no-change-functions, verilog-save-scan-cache)
1381         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1382         Create verilog-save-no-change-functions to wrap verilog-scan
1383         preservation, and fix to work with nested preserved calls.
1384         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1385         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1386         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
1387         (verilog-submit-bug-report): Update variable list to be complete.
1388         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1389         breaking on-the-fly font-locking.
1390         (verilog-colorize-buffer, verilog-colorize-include-files)
1391         (verilog-colorize-include-files-buffer, verilog-colorize-region)
1392         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1393         (verilog-mode, verilog-read-inst-module-matcher): With point on a
1394         AUTOINST cell instance name, middle mouse button now finds-file on
1395         it.  Suggested by Brad Dobbie.
1396         (verilog-alw-get-temps, verilog-auto-reset)
1397         (verilog-auto-sense-sigs, verilog-read-always-signals)
1398         (verilog-read-always-signals-recurse): Fix loop indexes being
1399         AUTORESET.  AUTORESET now assumes any variables in the
1400         initialization section of a for() should be ignored.
1401         Reported by Dan Dever.
1402         (verilog-error-font-lock-keywords)
1403         (verilog-error-regexp-emacs-alist)
1404         (verilog-error-regexp-xemacs-alist): Fix error detection of
1405         Cadence HAL, reported by David Asher.  Repair drift between the
1406         three similar error variables.
1407         (verilog-modi-lookup, verilog-modi-lookup-cache)
1408         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1409         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1410         Fix slow verilog-auto expansion on very large files.
1411         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1412         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1413         "{1*2{...".  Broke in last revision.
1414         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1415         submodule connections with replications "{#{a},#{b}}".
1417 2010-10-23  Glenn Morris  <rgm@gnu.org>
1419         * comint.el (comint-password-prompt-regexp):
1420         Match "enter the password".  (Bug#7224)
1422 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
1424         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1425         Fix typo in docstring.
1427 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
1429         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1430         errors.
1432         * net/trampver.el: Update release number.
1434 2010-10-20  Kenichi Handa  <handa@m17n.org>
1436         * face-remap.el (text-scale-adjust): Call read-event with a proper
1437         prompt.
1439 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
1441         * net/tramp.el (tramp-do-file-attributes-with-stat)
1442         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1443         order to make stat results a float.  Patch by Andreas Schwab
1444         <schwab@linux-m68k.org>.
1446 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1448         * repeat.el (repeat): Use read-key (bug#6256).
1450 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
1452         * emacs-lisp/unsafep.el: Don't mark functions that display
1453         messages as safe.  Suggested by Johan Bockgård.
1455 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1457         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1458         Turn comments into docstrings.
1460         * minibuffer.el (completion--replace): Move point where it belongs
1461         when there's a common suffix (bug#7215).
1463 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
1465         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1466         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
1467         <dale@codefu.org>.
1469 2010-10-15  Kenichi Handa  <handa@m17n.org>
1471         * international/characters.el: Add category '|' (word breakable)
1472         to fullwidth characters.
1474 2010-10-14  Kenichi Handa  <handa@m17n.org>
1476         * mail/rmail.el (rmail-show-message-1): Catch an error of
1477         base64-decode-region and just show an error message (bug#7165).
1479         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
1480         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1481         a font-spec (bug#7197).
1483 2010-10-13  Glenn Morris  <rgm@gnu.org>
1485         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1487 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
1489         * international/mule.el (define-coding-system):
1490         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1491         * composite.el (compose-region): Fix typo in docstring.
1493 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
1495         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1496         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1497         (mac-right-option-modifier): New alias for ns-right-option-modifier.
1499         * cus-start.el (all): ns-right-alternate-modifier is new.
1501 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
1503         * Makefile.in (ELCFILES): Update.
1505 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * emacs-lisp/lisp.el (lisp-completion-at-point):
1508         Use emacs-lisp-mode-syntax-table for the whole function.
1510 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
1512         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1513         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1514         work when breakpoint number exceeds nine.
1516 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
1518         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1519         instead of font-lock-mode before adding keywords.
1520         Remove hi-lock-mode off code.  Remove inhibit hack.
1521         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1522         non-nil; removed hook inhibit hack.
1524 2010-10-09  Glenn Morris  <rgm@gnu.org>
1526         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1527         (load-path-shadows-find): ... to this.
1528         (list-load-path-shadows): Update for above change.
1530         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1532 2010-10-08  Glenn Morris  <rgm@gnu.org>
1534         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1536         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1537         (shadows-compare-text-p): Make it an obsolete alias for...
1538         (load-path-shadows-compare-text): ... new name.
1539         (find-emacs-lisp-shadows): Update for above name change.
1540         (load-path-shadows-same-file-or-nonexistent): New name for the old
1541         shadow-same-file-or-nonexistent.
1543 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1545         * minibuffer.el (completion--some, completion--do-completion)
1546         (minibuffer-complete-and-exit, minibuffer-completion-help)
1547         (completion-basic-try-completion)
1548         (completion-basic-all-completions)
1549         (completion-pcm--find-all-completions): Use lexical-let to
1550         avoid some false matches in variable completion (Bug#7056)
1552 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1554         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1556 2010-10-03  Leo  <sdl.web@gmail.com>
1558         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1559         return non-nil if the file exists (Bug#7090).
1561 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1563         * minibuffer.el (completion--replace):
1564         Better preserve markers (bug#7138).
1566 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
1568         * server.el (server-process-filter): Doc fix.
1570 2010-09-27  Drew Adams  <drew.adams@oracle.com>
1572         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1574 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1576         * Makefile.in (ELCFILES): Update.
1578         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1579         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1581 2010-09-27  Kenichi Handa  <handa@m17n.org>
1583         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1584         "ustar" format.
1586 2010-09-27  Kenichi Handa  <handa@m17n.org>
1588         * international/mule.el (define-coding-system): Docstring fixed.
1590         * international/mule-diag.el (describe-character-set): Use princ
1591         with proper print-length and print-level instead of insert.
1593 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
1595         * window.el (walk-windows): Doc fix (bug#7105).
1597 2010-09-23  Glenn Morris  <rgm@gnu.org>
1599         * isearch.el (isearch-lazy-highlight-cleanup)
1600         (isearch-lazy-highlight-initial-delay)
1601         (isearch-lazy-highlight-interval)
1602         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1603         * net/net-utils.el (ipconfig-program-options):
1604         Move aliases to options before the associated definitions.
1606 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1608         * newcomment.el (comment-normalize-vars): Better test validity of
1609         comment-end-skip.
1611 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1613         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1614         (float-e): New name for `e'.
1615         (degrees-to-radians, radians-to-degrees):
1616         * calendar/solar.el (solar-longitude):
1617         * calculator.el (calculator-registers, calculator-funcall):
1618         * textmodes/artist.el (artist-spray-random-points):
1619         * play/bubbles.el (bubbles--initialize-images): Use new names.
1621 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
1623         Update to CEDET 1.0's version of EIEIO.
1625         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1626         New function.
1627         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1628         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1629         (class-precedence-list): If class is nil, return nil.
1630         (eieio-generic-call): If class of first input arg is nil, don't
1631         look up static methods, and do check for primary methods.
1632         (initialize-instance): See if the default needs to be evaluated
1633         during the constructor.
1634         (eieio-perform-slot-validation-for-default): Don't do the check
1635         for values that will eventually be evaluated.
1636         (eieio-eval-default-p): New function.
1637         (eieio-default-eval-maybe): Use it.
1639 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1641         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1642         method-invocation-order.
1643         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1644         (eieio-class-precedence-dfs): Compute class precedence list using
1645         dfs algorithm.
1646         (eieio-class-precedence-bfs): Compute class precedence list using
1647         bfs algorithm.
1648         (eieio-class-precedence-c3): Compute class precedence list using
1649         c3 algorithm.
1650         (class-precedence-list): New function.
1651         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1652         (inconsistent-class-hierarchy): New error symbol.
1653         (call-next-method): Stow the replacement argument list for future
1654         call-next-method invocations.
1656 2010-09-15  Glenn Morris  <rgm@gnu.org>
1658         * calendar/appt.el (appt-check): If not displaying the diary,
1659         use (diary 1) to only get the entries we need.
1660         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1661         that it is in day order.  (Bug#7019)
1663         * calendar/appt.el (appt-check): Rather than showing the diary,
1664         just turn off invisible display, and only if needed.
1666         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1668 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1670         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1671         Add `when' argument.  Update callers.
1673         * subr.el (unintern): Declare the obarray arg mandatory.
1675 2010-09-14  Glenn Morris  <rgm@gnu.org>
1677         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1678         Doc fixes.
1680         * calendar/diary-lib.el (diary-included-files): New variable.
1681         (diary-list-entries): Maybe initialize diary-included-files.
1682         (diary-include-other-diary-files): Append to diary-included-files.
1683         * calendar/appt.el (appt-update-list): Also check the members of
1684         diary-included-files.  (Bug#6999)
1685         (appt-check): Doc fix.
1687 2010-09-12  David Reitter  <david.reitter@gmail.com>
1689         * simple.el (line-move-visual): Do not truncate goal column to
1690         integer size.  (Bug#7020)
1692 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1694         * repeat.el (repeat): Allow repeating when the last event is a click.
1695         Suggested by Drew Adams (bug#6256).
1697 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
1699         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1700         Replace setting HGRCPATH to "" by some less invasive --config options.
1702 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1704         * font-lock.el (font-lock-beginning-of-syntax-function):
1705         Mark as obsolete.
1707 2010-09-10  Glenn Morris  <rgm@gnu.org>
1709         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1710         and tool-bar modes.  (Bug#6211)
1711         (menu-bar-mode): Move setting of standard-value after the
1712         minor-mode definition, otherwise it seems to have no effect.
1714 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
1716         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1717         Fix typo.  (Bug#6976)
1719 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1721         * whitespace.el: Allow cleaning up blanks without blank
1722         visualization (Bug#6651).  Adjust help window for
1723         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1724         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1725         (whitespace-style): Add new value 'face.  Adjust docstring.
1726         (whitespace-space, whitespace-hspace, whitespace-tab):
1727         Adjust foreground property face.
1728         (whitespace-line-column): Adjust docstring and type declaration.
1729         (whitespace-style-value-list, whitespace-toggle-option-alist)
1730         (whitespace-help-text): Adjust const initialization.
1731         (whitespace-toggle-options, global-whitespace-toggle-options):
1732         Adjust docstring.
1733         (whitespace-display-window, whitespace-interactive-char)
1734         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1735         (whitespace-help-scroll): New fun.
1737 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1739         * files.el (directory-abbrev-alist): Use \` as default regexp.
1741         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1742         chars like - or ] (bug#6984).
1743         (rx-any-condense-range): Explode 2-char ranges.
1745 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1747         * textmodes/bibtex.el:
1748         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1750 2010-09-02  Glenn Morris  <rgm@gnu.org>
1752         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1754 2010-08-31  Kenichi Handa  <handa@m17n.org>
1756         * international/mule-cmds.el (standard-display-european-internal):
1757         Setup standard-display-table for 8-bit characters by storing 8-bit
1758         characters in the element vector.
1760         * disp-table.el (standard-display-8bit):
1761         Setup standard-display-table for 8-bit characters by storing 8-bit
1762         characters in the element vector.
1763         (standard-display-european): Likewise.
1765 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1767         Sync with Tramp 2.1.19.
1769         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1770         (tramp-reporter-dump-variable, tramp-load-report-modules)
1771         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1772         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1774         * net/tramp-compat.el (top): Do not autoload
1775         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1776         only when `start-file-process' is not bound.
1777         (byte-compile-not-obsolete-vars): Define if not bound.
1778         (tramp-compat-funcall): New defmacro.
1779         (tramp-compat-line-beginning-position)
1780         (tramp-compat-line-end-position)
1781         (tramp-compat-temporary-file-directory)
1782         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1783         (tramp-compat-copy-file, tramp-compat-copy-directory)
1784         (tramp-compat-delete-file, tramp-compat-delete-directory)
1785         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1786         Use it.
1787         (tramp-advice-file-expand-wildcards): Do not use
1788         `tramp-handle-file-remote-p'.
1789         (tramp-compat-make-temp-file): Simplify fallback implementation.
1790         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1791         (tramp-compat-copy-tree): Remove function.
1792         (tramp-compat-delete-file): New defun.
1793         (tramp-compat-delete-directory): Provide implementation for older
1794         Emacsen.
1795         (tramp-compat-file-attributes): Handle only
1796         `wrong-number-of-arguments' error.
1798         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1799         Add PRESERVE_SELINUX_CONTEXT.
1800         (tramp-fish-handle-delete-file): Add TRASH arg.
1801         (tramp-fish-handle-directory-files-and-attributes):
1802         Do not use `tramp-fish-handle-file-attributes.
1803         (tramp-fish-handle-file-local-copy)
1804         (tramp-fish-handle-insert-file-contents)
1805         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1807         * net/tramp-gvfs.el (top): Require url-util.
1808         (tramp-gvfs-mount-point): Remove.
1809         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1810         and `set-file-selinux-context'.
1811         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1812         (tramp-gvfs-handle-file-selinux-context)
1813         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1814         (with-tramp-dbus-call-method): Format trace message.
1815         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1816         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1817         Implement backup call, when operation on local files fails.
1818         Use progress reporter.  Flush properties of changed files.
1819         (tramp-gvfs-handle-delete-file): Add TRASH arg.
1820         Use `tramp-compat-delete-file'.
1821         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1822         (tramp-gvfs-handle-make-directory): Make more traces.
1823         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1824         (tramp-gvfs-url-file-name): Hexify file name in url.
1825         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1826         into account for the resulting file name.
1827         (tramp-gvfs-handler-askquestion): Preserve current message, in
1828         order to let progress reporter continue afterwards.  (Bug#6257)
1829         Return dummy mountpoint, when the answer is "no".
1830         See `tramp-gvfs-maybe-open-connection'.
1831         (tramp-gvfs-handler-mounted-unmounted)
1832         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1833         attribute "default_location".  Set "prefix" property.
1834         Handle default-location.
1835         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1836         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1837         exists.  Raise an error, if not (due to a corresponding answer
1838         "no" in interactive questions, for example).
1839         Use `tramp-compat-funcall'.
1841         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1842         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1843         (tramp-imap-do-copy-or-rename-file)
1844         (tramp-imap-handle-insert-file-contents)
1845         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1846         (tramp-imap-handle-delete-file): Add TRASH arg.
1848         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1849         Add PRESERVE-SELINUX-CONTEXT.
1850         (tramp-smb-handle-copy-file)
1851         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1852         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1853         Use `with-progress-reporter'.
1854         (tramp-smb-handle-delete-file): Add TRASH arg.
1856         * net/tramp.el (tramp-methods): Move hostname to the end in all
1857         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1858         appropriate.
1859         (tramp-verbose): Describe verbose level 9.
1860         (tramp-completion-function-alist)
1861         (tramp-file-name-regexp, tramp-chunksize)
1862         (tramp-local-coding-commands, tramp-remote-coding-commands)
1863         (with-connection-property, tramp-completion-mode-p)
1864         (tramp-action-process-alive, tramp-action-out-of-band)
1865         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1866         (tramp-exists-file-name-handler): Fix docstring.
1867         (tramp-remote-process-environment): Use `format' instead of
1868         `concat'.  Protect version string by apostroph.
1869         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1870         XEmacs.
1871         (tramp-file-name-regexp-unified)
1872         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1873         not regard the volume letter as remote filename.  (Bug#5447)
1874         (tramp-perl-file-attributes)
1875         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1876         (tramp-vc-registered-read-file-names): Read input as
1877         here-document, otherwise the command could exceed maximum length
1878         of command line.
1879         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1880         `set-file-selinux-context'.
1881         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1882         backtrace functions.
1883         (tramp-error-with-buffer): Don't show the connection buffer when
1884         we are in completion mode.
1885         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1886         (tramp-handle-file-selinux-context)
1887         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1888         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1889         New defuns.
1890         (with-progress-reporter): New defmacro.
1891         (tramp-debug-outline-regexp): New defconst.
1892         (top, tramp-rfn-eshadow-setup-minibuffer)
1893         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1894         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1895         (tramp-completion-mode-p, tramp-check-for-regexp)
1896         (tramp-open-connection-setup-interactive-shell)
1897         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1898         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1899         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1900         Use `tramp-compat-funcall'.
1901         (tramp-handle-make-symbolic-link): Flush file properties.
1902         (tramp-handle-load, tramp-handle-file-local-copy)
1903         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1904         (tramp-handle-vc-registered, tramp-maybe-send-script)
1905         (tramp-find-shell): Use `with-progress-reporter'.
1906         (tramp-do-file-attributes-with-stat): Add space in format string,
1907         in order to work around a bug in pdksh.  Reported by Gilles Pion
1908         <gpion@lfdj.com>.
1909         (tramp-handle-verify-visited-file-modtime): Do not send a command
1910         when the connection is not established.
1911         (tramp-handle-set-file-times): Simplify the check for utc.
1912         (tramp-handle-directory-files-and-attributes)
1913         (tramp-get-remote-path): Use `copy-tree'.
1914         (tramp-completion-handle-file-name-all-completions): Ensure, that
1915         non remote files are still checked.  Oops.
1916         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1917         Handle PRESERVE-SELINUX-CONTEXT.
1918         (tramp-do-copy-or-rename-file): Add progress reporter.
1919         (tramp-do-copy-or-rename-file-directly): Do not use
1920         `tramp-handle-file-remote-p'.
1921         (tramp-do-copy-or-rename-file-out-of-band):
1922         Use `tramp-compat-delete-directory'.
1923         (tramp-do-copy-or-rename-file-out-of-band)
1924         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1925         Use `format-spec-make'.
1926         (tramp-handle-delete-file): Add TRASH arg.
1927         (tramp-handle-dired-uncache): Flush directory cache, not only file
1928         cache.
1929         (tramp-handle-expand-file-name)
1930         (tramp-completion-handle-file-name-all-completions)
1931         (tramp-completion-handle-file-name-completion):
1932         Use `tramp-connectable-p'.
1933         (tramp-handle-start-file-process): Set connection property "vec".
1934         Use it, in order to invalidate file caches.  Check only for
1935         `remote-tty' process property.
1936         Implement tty setting.  (Bug#4604, Bug#6360)
1937         (tramp-file-name-for-operation): Add `call-process-region' and
1938         `set-file-selinux-context'.
1939         (tramp-find-foreign-file-name-handler)
1940         (tramp-advice-make-auto-save-file-name)
1941         (tramp-set-auto-save-file-modes): Remove superfluous check for
1942         `stringp'.  This is done inside `tramp-tramp-file-p'.
1943         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1944         operations when we are in completion mode.  This gives the user
1945         the chance to correct the file name in the minibuffer.
1946         (tramp-completion-mode-p): Use `non-essential'.
1947         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1948         compatibility: Use `completion-ignore-case' if
1949         `read-file-name-completion-ignore-case' does not exist.
1950         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1951         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1952         `tramp-open-shell'.
1953         (tramp-action-password): Hide password prompt before next run.
1954         (tramp-process-actions): Widen connection buffer for the trace.
1955         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1956         process property.  Trace stty settings if `tramp-verbose' >= 9.
1957         Apply workaround for IRIX64 bug.  Move argument of last
1958         `tramp-send-command' where it belongs to.
1959         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1960         front of `login-args'.
1961         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1962         on "/dev/null" instead of "/".
1963         (tramp-get-ls-command-with-dired): Make test for "--dired"
1964         stronger.
1965         (tramp-set-auto-save-file-modes): Adapt version check.
1966         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1967         (tramp-handle-process-file): Call the program in a subshell, in
1968         order to preserve working directory.
1969         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1970         `tramp-remote-sh' from `tramp-methods'.
1971         (tramp-get-ls-command): Make test for "--color=never" stronger.
1972         (tramp-check-for-regexp): Use (forward-line 1).
1974         * net/trampver.el: Update release number.
1976 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1978         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1979         empty argument to gvfs-copy.
1981 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1983         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1984         handle new TRASH arg of `delete-file'.
1986 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1988         * net/tramp.el (tramp-handle-insert-directory): Don't use
1989         `forward-word', its default syntax could be changed.
1991 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1992             Michael Albinus  <michael.albinus@gmx.de>
1994         Implement compression for inline methods.
1996         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1997         (tramp-copy-size-limit): Allow also nil.
1998         (tramp-inline-compress-commands): New defconst.
1999         (tramp-find-inline-compress, tramp-get-inline-compress)
2000         (tramp-get-inline-coding): New defuns.
2001         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2002         replaced by `tramp-get-inline-coding'.
2003         (tramp-handle-file-local-copy, tramp-handle-write-region)
2004         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2006 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
2008         Detect ssh 'ControlMaster' argument automatically in some cases.
2010         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2011         (tramp-default-method): Use it.
2013 2010-08-26  Karel Klíč  <kklic@redhat.com>
2015         * net/tramp.el (tramp-file-name-for-operation):
2016         Add file-selinux-context.
2018 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2020         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2022 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2024         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2025         (Bug#6907).
2027 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
2029         * progmodes/python.el (python-block-pairs): Allow use of "finally"
2030         with "else" (Bug#3991).
2032 2010-08-22  Leo  <sdl.web@gmail.com>
2034         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2035         (ignore, bright, dim, keyword): Split list of nicknames before
2036         passing to rcirc-add-or-remove (Bug#6894).
2038 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2040         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2042 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2044         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
2045         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2046         New version 13.0.
2047         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2048         Adjust initialization.
2049         (whitespace-bob-marker, whitespace-eob-marker)
2050         (whitespace-buffer-changed): New vars.
2051         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2052         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2053         (whitespace-post-command-hook, whitespace-display-char-on):
2054         Adjust code.
2055         (whitespace-looking-back, whitespace-buffer-changed): New funs.
2056         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
2058 2010-08-21  Leo  <sdl.web@gmail.com>
2060         Fix buffer-list rename&refresh after killing a buffer in ido.
2061         * ido.el: Revert Óscar's.
2062         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2063         Remember the buffers at head, rather than their name.
2064         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2066 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
2067             Stefan Monnier  <monnier@iro.umontreal.ca>
2069         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2070         extra backslash added to each line (bug#6890).
2072 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2074         * subr.el (read-key): Don't echo keystrokes (bug#6883).
2076 2010-08-21  Glenn Morris  <rgm@gnu.org>
2078         * menu-bar.el (menu-bar-games-menu): Add landmark.
2080 2010-08-20  Glenn Morris  <rgm@gnu.org>
2082         * align.el (align-regexp): Make group and spacing arguments
2083         use the interactive defaults when non-interactive.  (Bug#6698)
2085         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2086         expansion, so as not to need sendmail.
2087         (mail-text-start): Remove declaration.
2088         (rmail-retry-failure): Require sendmail.
2090 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2092         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2094 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
2096         * progmodes/flymake.el (flymake-start-syntax-check-process):
2097         Use `start-file-process' in order to let it run also on remote hosts.
2099 2010-08-18  Kenichi Handa  <handa@m17n.org>
2101         * files.el: Add `word-wrap' as safe local variable.
2103 2010-08-18  Glenn Morris  <rgm@gnu.org>
2105         * woman.el (woman-translate): Case matters.  (Bug#6849)
2107 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
2109         * simple.el (kill-region): Doc fix (Bug#6787).
2111 2010-08-14  Glenn Morris  <rgm@gnu.org>
2113         * calendar/diary-lib.el (diary-header-line-format):
2114         Fit it to the window, not the frame.
2116 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
2118         * subr.el (ignore-errors): Add debug declaration.
2120 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2122         * whitespace.el (whitespace-color-off): Remove post-command-hook
2123         locally.
2125 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2127         * replace.el (replace-highlight): Bind isearch-forward and
2128         isearch-error, ensuring that highlighting is updated if the user
2129         switches the search direction (Bug#6808).
2131         * isearch.el (isearch-lazy-highlight-forward): New var.
2132         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2133         (isearch-lazy-highlight-update): Use it.
2135 2010-08-06  Kenichi Handa  <handa@m17n.org>
2137         * international/mule.el (define-charset): Store NAME as :base property.
2138         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2139         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2140         current priority.  Force using the designation of the specific
2141         charset by adding `charset' text property.  Improve the whole
2142         algorithm.
2144 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
2146         * emulation/pc-select.el (pc-selection-mode-hook)
2147         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2148         (pc-selection-mode): Fix typos in docstrings.
2150 2010-08-04  Kenichi Handa  <handa@m17n.org>
2152         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2153         ctext-non-standard-encodings-alist here.
2155         * international/mule.el (ctext-non-standard-encodings-alist):
2156         Add "koi8-r" and "microsoft-cp1251".
2157         (ctext-standard-encodings): New variable.
2158         (ctext-non-standard-encodings-table): List only elements for
2159         non-standard encodings.
2160         (ctext-pre-write-conversion): Adjust for the above change.
2161         Check ctext-standard-encodings.
2163         * international/mule-conf.el (compound-text): Doc fix.
2164         (ctext-no-compositions): Doc fix.
2165         (compound-text-with-extensions): Doc fix.
2167 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2169         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2171 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
2173         * progmodes/which-func.el (which-func-format): Split help-echo text
2174         into lines, like other mode-line tooltips.
2176         * server.el (server-start): When using TCP sockets, force IPv4
2177         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2179 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2181         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2183 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
2185         * term.el (term-delimiter-argument-list): Reflow docstring.
2186         (term-read-input-ring, term-write-input-ring, term-send-input)
2187         (term-bol, term-erase-in-display, serial-supported-or-barf):
2188         Fix typos in docstrings.
2190 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2192         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2194 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
2196         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2198 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
2200         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2201         Fix typo in docstring (bug#6747).
2203 2010-07-30  Leo  <sdl.web@gmail.com>
2205         * eshell/esh-io.el (eshell-get-target): Better detection of
2206         read-only file (Bug#6762).
2208 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
2210         * align.el (align-default-spacing): Doc fix.
2211         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2213 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2215         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2217 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2219         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2220         (display-time-world-buffer-name, display-time-world-mode-map):
2221         Fix typos in docstrings.
2223 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2225         * image-mode.el (image-display-size): New function.
2226         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2227         (image-mode-fit-frame): Use it (Bug#6639).
2229 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2231         * dired.el (dired-buffers-for-dir): Handle list values of
2232         dired-directory (Bug#6636).
2234 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2236         * vc.el (vc-coding-system-inherit-eol): New defvar.
2237         (vc-coding-system-for-diff): Use it to decide whether to inherit
2238         from the file the EOL format for reading the diffs of that file.
2239         (Bug#4451)
2241 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2243         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2244         unibyte, so compressed attachments are not compressed again.
2246 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2248         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2249         now that unicode is used (Bug#6594).
2251 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2253         * simple.el (push-mark-command): Set the selection if
2254         select-active-regions is non-nil.
2256 2010-07-10  Glenn Morris  <rgm@gnu.org>
2258         * calendar/calendar.el (calendar-week-end-day): New function.
2259         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2260         Respect calendar-week-start-day.  (Bug#6606)
2261         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2262         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2263         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2264         respect calendar-week-start-day.
2266 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2268         * simple.el (use-region-p): Doc fix (Bug#6607).
2270 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
2272         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2273         builtins (BufferError, BytesWarning, WindowsError; callables
2274         bin, bytearray, bytes, format, memoryview, next, print; __package__).
2276 2010-07-07  Glenn Morris  <rgm@gnu.org>
2278         * play/zone.el (zone-fall-through-ws): Fix next-line ->
2279         forward-line fallout.
2281 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
2283         * mouse.el (mouse-appearance-menu): Add docstring.
2285         * help.el (describe-key): Print up-event using key-description.
2287 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
2289         * net/zeroconf.el (zeroconf-resolve-service)
2290         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
2291         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2293 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2295         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2297 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
2299         Avoid displaying files with a nil state in vc-dir.
2300         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2301         cases that cause insertion.
2302         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2303         with a nil state.
2305 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2307         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2309 2010-06-29  Leo  <sdl.web@gmail.com>
2311         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
2313 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
2315         * generic-x.el (bat-generic-mode): Fix regexp for command line
2316         switches (Bug#5719).
2318 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
2320         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2321         of nconc to avoid pure storage error (Bug#6239).
2323 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
2325         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2326         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2327         bindings of bookmark-automatically-show-annotations (Bug#6515).
2329 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
2331         * arc-mode.el (archive-zip-extract): Don't quote the file name on
2332         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
2334 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2336         * comint.el (make-comint, make-comint-in-buffer): Mention return
2337         value in the docstrings.  (Bug#6498)
2339 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
2341         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2342         since it is not present when using some non-default switches.
2344 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
2346         * simple.el (compose-mail): Fix doc string to refer to
2347         `compose-mail-user-agent-warnings', instead of to the
2348         nonexistent `compose-mail-check-user-agent'.
2350 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2352         Fix vc-annotate for renamed files when using Git.
2353         * vc-git.el (vc-git-find-revision): Deal with empty results from
2354         ls-files.  Doe not pass the object as a file name to cat-file, it
2355         is not a file name.
2356         (vc-git-annotate-command): Pass the file name using -- to avoid
2357         ambiguity with the revision.
2358         (vc-git-previous-revision): Pass a relative file name.
2360 2010-06-22  Glenn Morris  <rgm@gnu.org>
2362         * progmodes/js.el (js-mode-map): Use standard capitalization and
2363         ellipses for menu entries.
2365         * wid-edit.el (widget-complete): Doc fix.
2367 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
2369         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2371 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2373         Fix annotating other revisions for renamed files in vc-annotate.
2374         * vc-annotate.el (vc-annotate): Add an optional argument for the
2375         VC backend.  Use it when non-nil.
2376         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2377         (Bug#6487).
2379         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2380         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2381         Do not pass the file name to the 'previous-revision call when we
2382         don't want a file diff.  (Bug#6489)
2384 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2386         Fix finding revisions for renamed files in vc-annotate.
2387         * vc.el (vc-find-revision): Add an optional argument for
2388         the VC backend.  Use it when non-nil.
2389         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2390         backend to vc-find-revision.  (Bug#6487)
2392 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2394         Fix reading file names in Git annotate buffers.
2395         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2396         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
2398 2010-06-20  Alan Mackenzie  <acm@muc.de>
2400         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2401         in file local variables, set it first.
2403 2010-06-19  Glenn Morris  <rgm@gnu.org>
2405         * descr-text.el (describe-char-unicode-data): Insert separating
2406         space when needed.  (Bug#6422)
2408         * progmodes/idlwave.el (idlwave-action-and-binding):
2409         Fix typo in 2009-12-03 change.  (Bug#6450)
2411 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2413         * subr.el (read-quoted-char): Fix up last change (bug#6290).
2415 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2417         * font-lock.el (font-lock-major-mode): Rename from
2418         font-lock-mode-major-mode to distinguish it from
2419         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2420         (font-lock-set-defaults):
2421         * font-core.el (font-lock-default-function): Adjust users.
2422         (font-lock-mode): Don't set it at all.
2424 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2426         * vc-annotate.el (vc-annotate): Use vc-read-revision.
2428 2010-06-15  Glenn Morris  <rgm@gnu.org>
2430         * calendar/appt.el (appt-time-msg-list): Doc fix.
2431         (appt-check): Let-bind appt-warn-time.
2432         (appt-add): Make the 3rd argument optional.
2433         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
2434         Only add WARNTIME to the output list if non-nil.
2436 2010-06-15  Ivan Kanis  <apple@kanis.eu>
2438         * calendar/appt.el (appt-check): Let the 3rd element of
2439         appt-time-msg-list specify the warning time.
2440         (appt-add): Add new argument with the warning time.  (Bug#5176)
2442 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2444         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2445         older than version 1.6.  (Bug#6361)
2447 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
2449         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2450         used by cl-do-arglist.  (Bug#6408)
2452 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2454         * emacs-lisp/advice.el (ad-compile-function):
2455         Define warning-suppress-types before we let-bind it (bug#6275).
2457         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2458         declare it, make it buffer-local and permanent-local (bug#6324).
2459         (vc-resynch-window): Adjust name.
2460         * vc-hooks.el (vc-find-file-hook): Adjust name.
2462 2010-06-07  Jonathan Rockway  <jon@jrock.us>
2464         * net/rcirc.el: Add support for password authentication.
2465         (rcirc-server-alist): Add :password keyword.
2466         (rcirc): Ask for a password, or get it from the server's alist.
2467         (rcirc-connect): Add password argument.  Pass it to server.
2469 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
2471         * net/dbus.el (dbus-register-method): Declare function.
2472         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2473         (dbus-introspect): Doc fix.
2474         (dbus-event-bus-name, dbus-introspect-get-interface)
2475         (dbus-introspect-get-argument): Reflow docstrings.
2477 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
2479         * term/common-win.el (x-colors): Add "dark green" and "dark
2480         turquoise" (Bug#6332).
2482 2010-06-03  Glenn Morris  <rgm@gnu.org>
2484         * desktop.el (desktop-clear-preserve-buffers):
2485         Add "*Warnings*" buffer.  (Bug#6336)
2487 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
2489         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2491 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2493         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2494         `file-directory-p' to the filename part rather than to the whole text.
2496 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2498         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2500 2010-05-31  Drew Adams  <drew.adams@oracle.com>
2502         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2504 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
2506         * subr.el (momentary-string-display): Just use read-event to read
2507         the exit event (Bug#6238).
2509 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
2511         * ansi-color.el: Delete unused escape sequences (Bug#6085).
2512         (ansi-color-drop-regexp): New constant.
2513         (ansi-color-apply, ansi-color-filter-region)
2514         (ansi-color-apply-on-region): Delete unrecognized control sequences.
2515         (ansi-color-apply): Build string list before calling concat.
2517 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
2519         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2520         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2522 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2524         * htmlfontify.el (hfy-face-resolve-face): New function.
2525         (hfy-face-to-style): Use it (Bug#6279).
2527 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2529         * epa.el (epa--select-keys): Don't explicitly delete the window since
2530         that can fail (e.g. sole window in frame).  Use dedication instead.
2532 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2534         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2536 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2538         * subr.el (read-quoted-char): Resolve modifiers after key
2539         remapping (bug#6212).
2541 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2543         * tmm.el (tmm-prompt): Don't try to precompute bindings.
2544         (tmm-get-keymap): Compute shortcuts (bug#6171).
2546 2010-05-10  Glenn Morris  <rgm@gnu.org>
2548         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2549         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
2551 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2553         * Version 23.2 released.
2555 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2557         * international/mule.el (auto-coding-alist): Only purecopy
2558         car of each item, not the whole list (Bug#6083).
2560 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
2562         * progmodes/js.el (js-mode): Make paragraph variables local before
2563         calling c-setup-paragraph-variables (Bug#6071).
2565 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
2567         * composite.el (compose-region, reference-point-alist): Fix typos
2568         in the doc strings.
2570 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2572         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2573         gnuplot's "set" command.
2575 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
2577         * abbrev.el (last-abbrev-text): Doc fix.
2578         (abbrev-prefix-mark): Don't escape parenthesis.
2580 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
2582         * composite.el (find-composition): Doc fix.
2584 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
2586         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2587         (sql-oracle-program, sql-sqlite-options)
2588         (sql-query-placeholders-and-send): Doc fixes.
2589         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2590         (sql-imenu-generic-expression, sql-buffer)
2591         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2592         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2593         (sql-mode-sybase-font-lock-keywords)
2594         (sql-mode-informix-font-lock-keywords)
2595         (sql-mode-interbase-font-lock-keywords)
2596         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2597         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2598         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2599         (sql-product-feature, sql-highlight-product)
2600         (comint-line-beginning-position, sql-rename-buffer)
2601         (sql-toggle-pop-to-buffer-after-send-region)
2602         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2603         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2604         Fix typos in docstrings.
2606 2010-04-23  Juri Linkov  <juri@jurta.org>
2608         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2609         property instead of `invisible' and `after-string' (bug#5998).
2611 2010-04-23  Juri Linkov  <juri@jurta.org>
2613         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2615 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
2617         * filecache.el (file-cache-add-directory-list)
2618         (file-cache-add-directory-recursively): Fix typos in docstrings.
2620 2010-04-22  Kenichi Handa  <handa@m17n.org>
2622         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2623         (gujarati-composable-pattern): Fix typo.
2625 2010-04-20  Kenichi Handa  <handa@m17n.org>
2627         * language/indian.el (oriya-composable-pattern)
2628         (tamil-composable-pattern, malayalam-composable-pattern):
2629         Add two-part vowels to "v" (vowel sign).
2631 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
2633         * files.el (copy-directory): Handle symlinks (Bug#5982).
2635         * progmodes/compile.el (compilation-next-error-function):
2636         Revert 2009-10-12 change (Bug#5983).
2638 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2640         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2641         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2642         (Bug#5846).
2644 2010-04-20  Glenn Morris  <rgm@gnu.org>
2646         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2648         * minibuffer.el (completion-at-point): Doc fix.
2650 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
2652         Fix the version number for added files.
2653         * vc-hg.el (vc-hg-working-revision): Check if the file is
2654         registered after hg parent fails (Bug#5961).
2656 2010-04-17  Glenn Morris  <rgm@gnu.org>
2658         * htmlfontify.el (htmlfontify-buffer)
2659         (htmlfontify-copy-and-link-dir): Autoload entry points.
2661 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
2663         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2664         name relative to the project root (Bug#5960).
2666 2010-04-16  Glenn Morris  <rgm@gnu.org>
2668         * vc-git.el (vc-git-print-log): Doc fix.
2670 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
2672         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2674 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
2676         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2677         default settings (Bug#5928).
2679 2010-04-10  Glenn Morris  <rgm@gnu.org>
2681         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2682         New function.
2683         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2685 2010-04-07  Kenichi Handa  <handa@m17n.org>
2687         * language/indian.el (malayalam-composable-pattern): Fix previous
2688         change (add U+0D4D "SIGN VIRAMA").
2689         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2690         (tamil-composable-pattern): Fix typo in the regexp.
2691         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2692         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2693         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2695 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
2697         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2698         paragraph-separate (Bug#5821).
2700 2010-04-05  Juri Linkov  <juri@jurta.org>
2702         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2704         * info.el (Info-find-node-2): Comment out code that skips
2705         breadcrumbs line.
2706         (Info-mouse-follow-link): New command.
2707         (Info-link-keymap): New keymap.
2708         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2709         Return a string with links instead of inserting breadcrumbs
2710         to the Info buffer.
2711         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2712         Instead of putting the `invisible' text property over the Info
2713         header, make an overlay over the Info header with the `invisible'
2714         property and `after-string' set to the string returned by
2715         `Info-breadcrumbs'.
2717 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
2719         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2720         Reported by monkey@sandpframing.com.
2722 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
2724         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2725         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2727 2010-03-30  Kenichi Handa  <handa@m17n.org>
2729         * language/sinhala.el (composition-function-table): Fix regexp for
2730         the new Unicode specification.
2732         * language/indian.el (devanagari-composable-pattern)
2733         (tamil-composable-pattern, kannada-composable-pattern)
2734         (malayalam-composable-pattern): Adjust for the new Unicode
2735         specification.
2736         (bengali-composable-pattern, gurmukhi-composable-pattern)
2737         (gujarati-composable-pattern, oriya-composable-pattern)
2738         (telugu-composable-pattern): New variables to cope with the new
2739         Unicode specification.  Use them in composition-function-table.
2741 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2743         Make tmm-menubar work for the Buffers menu again (bug#5726).
2744         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2745         vectors rather than cons cells, as used in menu-bar-update-buffers.
2747 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2749         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2750         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2751         electric punctuation for "{}();,:" (Bug#5586).
2753         * mail/sendmail.el (mail-default-directory): Doc fix.
2755 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
2757         * mail/sendmail.el (mail-default-directory): Doc fix.
2759 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
2761         * subr.el (version-regexp-alist, version-to-list)
2762         (version-list-<, version-list-=, version-list-<=)
2763         (version-list-not-zero, version<, version<=, version=): Doc fix.
2764         (Bug#5744).
2766 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2767             Nick Roberts  <nickrob@snap.net.nz>
2769         * progmodes/gdb-ui.el (gdb-apple-test): New function.
2770         (gdb-init-1): Use it.
2772 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2774         * vc.el (vc-root-diff): Doc fix.
2776 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
2778         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2780         * simple.el (append-to-buffer): Fix last change.
2782 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2784         * simple.el (append-to-buffer): Ensure that point is preserved if
2785         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2786         (Bug#5749)
2788 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2790         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2791         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2792         not be present any more.
2794 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2796         * faces.el (set-face-attribute): Fix typo in docstring.
2797         (face-valid-attribute-values): Reflow docstring.
2799 2010-03-23  Glenn Morris  <rgm@gnu.org>
2801         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2803 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2805         * indent.el (indent-for-tab-command): Doc fix.
2807 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
2809         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2810         (image-dired-read-comment): Doc fix.
2812         * json.el (json-object-type, json-array-type, json-key-type)
2813         (json-false, json-null, json-read-number):
2814         * minibuffer.el (completion-in-region-functions):
2815         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2816         (cal-tex-cursor-week):
2817         * emacs-lisp/trace.el (trace-function):
2818         * eshell/em-basic.el (eshell/printnl):
2819         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2820         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2821         * obsolete/levents.el (allocate-event, event-key, event-object)
2822         (event-point, event-process, event-timestamp, event-to-character)
2823         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2824         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2825         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2826         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2827         (reftex-highlight-selection): Fix typos in docstrings.
2829 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2831         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2833 2010-03-18  Glenn Morris  <rgm@gnu.org>
2835         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2836         2008-02-13 without comment; mark it obsolete.
2837         (rmail-highlight-headers): Use rmail-highlight-face once more.
2839 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
2841         * woman.el (woman2-process-escapes): Only consume the newline if
2842         the filler character is on a line by itself (Bug#5729).
2844 2010-03-16  Kenichi Handa  <handa@m17n.org>
2846         * language/indian.el (devanagari-composable-pattern): Add more
2847         consonants.
2849 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
2851         * net/trampver.el: Update release number.
2853 2010-03-13  Glenn Morris  <rgm@gnu.org>
2855         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2857 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2859         * net/tramp.el (tramp-find-executable):
2860         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2861         output of "wc -l" more robust.
2862         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2863         (tramp-open-connection-setup-interactive-shell): Remove workaround
2864         for OpenSolaris bug, it is not needed anymore.
2866 2010-03-12  Glenn Morris  <rgm@gnu.org>
2868         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2870 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
2872         * files.el (auto-mode-alist): Accept more verilog file patterns.
2874 2010-03-09  Miles Bader  <miles@gnu.org>
2876         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2877         instead of "format:"; this ensures that the output is
2878         newline-terminated.
2880 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2882         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2883         that all errors are caught, and that the return value is always a
2884         list (Bug#5692).
2886 2010-03-08  Kenichi Handa  <handa@m17n.org>
2888         * language/misc-lang.el (windows-1256): New coding system.
2889         (cp1256): New alias of windows-1256 (bug#5690).
2891 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2893         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2894         call to rfc822-bad-address.  (Bug#5692)
2896 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2898         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2899         Use vc-git-root as default directory for revision path (Bug#5657).
2901 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2903         * calculator.el (calculator): Don't bind split-window-keep-point
2904         (Bug#5674).
2906 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2908         * vc-git.el: Re-flow to fit into 80 columns.
2909         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2910         Remove spurious `quote' element in each case alternative.
2911         (vc-git-show-log-entry): Use prog1.
2912         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2914 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2918 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2920         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2921         definition, not the name (Bug#5481).
2923 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2925         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2926         argument with a local variable.  (Bug#5670)
2928 2010-03-02  Juri Linkov  <juri@jurta.org>
2930         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2932 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2934         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2935         error when FILENAME and NEWNAME are existing remote directories.
2937         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2938         parameter DIR-FLAG.
2940 2010-03-02  Glenn Morris  <rgm@gnu.org>
2942         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2943         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2945 2010-03-01  Kenichi Handa  <handa@m17n.org>
2947         * language/burmese.el (burmese-composable-pattern): Rename from
2948         myanmar-composable-pattern.
2950         * international/characters.el (script-list):
2951         * international/fontset.el (script-representative-chars):
2952         Change myanmar to burmese.
2953         (otf-script-alist): Likewise.
2954         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2956 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2958         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2960 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2962         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2964 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2966         * net/tramp.el (tramp-handle-write-region): START can be a string.
2967         Take care in the checks.  Reported by Dan Davison
2968         <davison@stats.ox.ac.uk>.
2970 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2972         * net/dbus.el (dbus-introspect, dbus-get-property)
2973         (dbus-set-property, dbus-get-all-properties):
2974         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2976 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2978         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2979         * emacs-lisp/elint.el (elint-add-required-env):
2980         * calendar/icalendar.el (icalendar--add-diary-entry):
2981         * calc/calcalg2.el (math-tracing-integral):
2982         * files.el (recover-session-finish): Use with-current-buffer
2983         instead of save-excursion.
2985 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2987         Fix in-buffer completion when after-change-functions modify the buffer.
2988         * minibuffer.el (completion--replace): New function.
2989         (completion--do-completion): Use it and use relative movement.
2991 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2993         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2995 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2997         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2998         Allow the characters _<> in the stack entry (Bug#5653).
3000 2010-02-26  Kenichi Handa  <handa@m17n.org>
3002         * language/burmese.el: Fix entries in composition-function-table.
3003         (myanmar-composable-pattern): New variable.
3005         * international/fontset.el (setup-default-fontset): Add an entry
3006         for myanmar.
3008         * international/characters.el (script-list): Add Myanmar
3009         Extended-A.
3011 2010-02-26  Glenn Morris  <rgm@gnu.org>
3013         * custom.el (custom-initialize-delay): Doc fix.
3015         * mail/sendmail.el (send-mail-function): Autoload the call
3016         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3018 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
3020         * files.el (hack-local-variables-filter): For eval forms, also
3021         check safe-local-variable-p (Bug#5636).
3023 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
3025         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3026         and use c(ad)r of cddr (Bug#5640).
3028 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
3030         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3031         setting the modes by `ignore-errors'.  It might fail, for example
3032         if the file is not owned by the user but the group.
3033         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3035 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
3037         * files.el (directory-listing-before-filename-regexp):
3038         Use stricter matching for iso-style dates, to avoid false matches with
3039         date-like filenames (Bug#5597).
3041         * htmlfontify.el (htmlfontify): Doc fix.
3043         * eshell/eshell.el (eshell): Doc fix.
3045         * startup.el (fancy-about-screen): In mode-line, apply
3046         mode-line-buffer-id face only to the buffer name (Bug#5613).
3048 2010-02-20  Kevin Ryde  <user42@zip.com.au>
3050         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3051         In `watcom' anchor regexp to start of line, to avoid slowness
3052         (Bug#5599).
3054 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
3056         * subr.el (remove-yank-excluded-properties): Explain in a comment
3057         why `category' property is removed.
3059 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
3061         * isearch.el (isearch-update-post-hook, isearch-update):
3062         Revert 2010-02-17 change.
3064 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
3066         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3067         (icalendar--convert-weekly-to-ical)
3068         (icalendar--convert-yearly-to-ical)
3069         (icalendar--convert-block-to-ical)
3070         (icalendar--convert-cyclic-to-ical)
3071         (icalendar--convert-anniversary-to-ical): Take care of time
3072         specifications where hour has 1-digit only (Bug#5549).
3074 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
3076         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3077         of disassemble output in GDB 7.1.
3079 2010-02-19  Glenn Morris  <rgm@gnu.org>
3081         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3082         property.  (Bug#5593)
3084 2010-02-18  Sam Steingold  <sds@gnu.org>
3086         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3088 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3090         Use abbreviated file names in bookmarks (bug#5591).
3091         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3092         calls to expand-file-name.
3093         (bookmark-relocate): Use abbreviated file names in bookmarks.
3094         (bookmark-load): Use abbreviated file names in messages.
3096 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3098         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3099         expand "." and "..".  Reported by Thierry Volpiatto
3100         <thierry.volpiatto@gmail.com>.
3102 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3104         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3105         permissions of the temporary file to "0600".  In case the remote
3106         file has no read permissions for the owner, there might be
3107         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
3109 22010-02-18  Glenn Morris  <rgm@gnu.org>
3111         * emacs-lisp/authors.el (authors-renamed-files-alist):
3112         Add entries for INSTALL.CVS.
3114 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
3116         * vc-bzr.el: Fix typo in Known Bugs section.
3118         * isearch.el (isearch-update-post-hook): New hook.
3119         (isearch-update): Use the new hook.
3121 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
3123         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3124         Fix errors in copying directories.
3125         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3126         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3127         (tramp-handle-delete-file)
3128         (tramp-handle-dired-recursive-delete-directory)
3129         (tramp-handle-write-region): Flush also the cache for the upper
3130         directory.
3132 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
3134         * simple.el (save-interprogram-paste-before-kill): Doc fix.
3136         * cus-edit.el (hardware): Doc fix.
3138         * man.el (man): Add to external custom group.
3140         * delim-col.el (columns): Move to wp custom group.
3142         * doc-view.el (doc-view): Add to data custom group.
3144         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3146         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3147         by ispell-parse-output (Bug#5575).
3149 2010-02-16  Kenichi Handa  <handa@m17n.org>
3151         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3152         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3153         (skkdic-convert): Use `euc-japan' coding system for writing.
3155 2010-02-16  Glenn Morris  <rgm@gnu.org>
3157         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3158         tex-main-file before using it.  (Bug#5562)
3160 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3162         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3163         warnings, since it is annoying for the user to see them each time he
3164         runs the code.
3166 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
3168         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3169         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3170         instead of PROC for caching "first-password-request".  Otherwise,
3171         new processes would not profit from passwords already entered.
3173         * net/tramp-cache.el (tramp-dump-connection-properties):
3174         Don't save "first-password-request" property.
3176 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
3178         * outline.el (outline-head-from-level):
3179         * simple.el (with-wrapper-hook):
3180         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3181         (elint-defun, elint-buffer-env, elint-top-form-logged)
3182         (elint-unbound-variable):
3183         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3184         Fix typos in docstrings.
3186 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
3188         * files.el (insert-directory): When WILDCARD-REGEXP and
3189         FULL-DIRECTORY-P are nil, insert the file entry instead of the
3190         whole directory.  (Bug#5551)
3192         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
3193         dired's alignment sanity.  (Bug#5516)
3195 2010-02-14  Juri Linkov  <juri@jurta.org>
3197         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3198         Remove remaining ^H with their preceding chars.  (Bug#5566)
3200 2010-02-13  Glenn Morris  <rgm@gnu.org>
3202         * simple.el (transpose-subr): Give it a doc-string.
3204         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3205         Doc fixes.
3207 2010-02-12  Juri Linkov  <juri@jurta.org>
3209         * arc-mode.el (archive-unique-fname): Make directories for nested
3210         archives.  (Bug#5540)
3212 2010-02-12  Juri Linkov  <juri@jurta.org>
3214         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
3216 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3218         * subr.el (copy-overlay): Handle deleted overlays.
3220         * man.el (Man-completion-table): Don't signal an error if we can't run
3221         manual-program (bug#4056).
3223 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
3225         * textmodes/artist.el (artist-mt): Fix typos in docstring.
3227 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3229         * info.el (Info-bookmark-jump): Simplify.
3231         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3232         (bookmark-default-handler): Accept new bookmark field `buffer'.
3234 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
3236         * iswitchb.el (iswitchb-completions): Revert last change.
3238 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
3240         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3241         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3242         This prevents file names like "~/" being listed literally.
3244 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3246         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3247         Remove dead code.  (Bug#5546)
3249 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
3251         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3252         correctly (Bug#5548).
3254 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
3256         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3257         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3259 2010-02-08  Kenichi Handa  <handa@m17n.org>
3261         * international/mule-util.el (with-coding-priority): Add autoload
3262         cookie for putting `lisp-indent-function'.
3264 2010-02-07  Glenn Morris  <rgm@gnu.org>
3266         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3267         Move F2003 named interfaces from keywords-2 to keywords-1, and
3268         use function-name-face rather than constant-face.
3269         Simplify "abstract interface" regexp.
3271 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
3273         * eshell/esh-util.el (eshell-file-attributes): New optional arg
3274         ID-FORMAT.  Pass it to `file-attributes'.
3276         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3278 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
3280         * faces.el (set-face-attribute): Allow calling
3281         internal-set-lisp-face-attribute with 'unspecified family and
3282         foundry argument (Bug#5536).
3284 2010-02-07  Glenn Morris  <rgm@gnu.org>
3286         * progmodes/f90.el (f90-font-lock-keywords-2)
3287         (f90-looking-at-type-like, f90-looking-at-program-block-end):
3288         Handle F2003 named interfaces.
3290 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
3292         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3293         beg and end before calling c-get-state-before-change-functions.
3295 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
3297         * vc-bzr.el (vc-bzr-dir-extra-headers):
3298         Disable the pending merges header.
3300 2010-02-05  Juri Linkov  <juri@jurta.org>
3302         * doc-view.el (doc-view-mode):
3303         * image-mode.el (image-mode): Put property mode-class=special.
3304         (Bug#4896)
3306 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3308         * vc-svn.el (vc-svn-revision-table): New function.
3310 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3312         * net/ange-ftp.el (ange-ftp-insert-directory):
3313         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3314         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3315         Handle also directories.  (Bug#5478)
3317 2010-02-05  Glenn Morris  <rgm@gnu.org>
3319         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3321 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3323         * startup.el (command-line-1): Convert options beginning with a
3324         single dash as well (Bug#5519).
3326 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3328         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3329         * minibuffer.el (completion-initials-expand): Only check the presence
3330         of delims *within* the boundaries, since otherwise the / delim is
3331         always found for files.
3333         Fix up various corner case problems.
3334         * doc-view.el (doc-view-last-page-number): New function.
3335         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3336         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3337         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3338         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3339         (doc-view-convert-current-doc): Don't create the resolution.el file
3340         here any more.
3341         (doc-view-pdf/ps->png): Do it here instead.
3342         (doc-view-already-converted-p): Check that resolution.el is present.
3343         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3344         windows that are not yet showing images.
3346 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3348         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3349         `dired-uncache' for every elemnt which is an absolute file name.
3351         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3352         directory, handle its directory component.
3353         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3354         function is called permanently and creates noise, otherwise.
3356         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3357         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3358         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3360 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3362         * macros.el (apply-macro-to-region-lines):
3363         Minor simplification.  (Bug#5485)
3365 2010-02-04  Glenn Morris  <rgm@gnu.org>
3367         * mail/rmail.el (rmail-show-message-1): Handle malformed
3368         quoted-printable text.  (Bug#5441)
3370         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3372         * simple.el (visual-line-mode): Capitalize lighter.
3374 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3376         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3377         list of files considered for "virtual buffer" completions.
3379 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3381         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3382         also in case of (and (not full) (not wildcard)).  This is needed,
3383         when dired is called with a list of files, which are not in
3384         `default-directory'.  (Bug#5478)
3386 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3388         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3390 2010-02-02  Juri Linkov  <juri@jurta.org>
3392         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3393         from unidiff to allow function-line after @@.
3395 2010-02-02  Juri Linkov  <juri@jurta.org>
3397         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3398         '(RCS SCCS) with inverted condition.
3400 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3402         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3403         messages.
3405 2010-02-01  Juri Linkov  <juri@jurta.org>
3407         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3408         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3409         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3410         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3412 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3414         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3415         (doc-view-revert-buffer): New command.
3416         (doc-view-mode-map): Use it.
3418 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3420         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3421         pending merge is detected.
3423 2010-01-31  Juri Linkov  <juri@jurta.org>
3425         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3426         beginning of interactive spec like all other grep commands do.
3427         Put "all" in front of "gz".  (Bug#5260)
3429 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3431         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3433 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3435         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3436         regexp is incorrect (Bug#5476).
3438 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3440         * net/tramp.el (tramp-handle-insert-directory): Handle also
3441         symlinks, when FILENAME is not in `default-directory'.
3443 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3445         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3446         FILE is not in `default-directory'.  (Bug#5478)
3448         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3449         of SWITCHES.  Handle the case, FILENAME is not in
3450         `default-directory'.  (Bug#5478)
3451         (tramp-register-file-name-handlers): Add safe-magic property.
3453 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3455         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3456         unzip (Bug#5475).
3458 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3460         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3461         (flymake-master-make-header-init): Add other C++ filename masks.
3462         (flymake-find-possible-master-files)
3463         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3465 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3467         Fix some busybox annoyances.
3469         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3470         not responding." string.
3471         (tramp-open-connection-setup-interactive-shell): Dump stty
3472         settings.  Enable "neveropen" arg for all `tramp-send-command'
3473         calls.  Handle "=" in variable values properly.
3474         (tramp-find-inline-encoding): Raise an error, when no encoding is
3475         found.
3476         (tramp-wait-for-output): Check, whether PROC buffer is available.
3477         Remove spurious " ^H" sequences, sent by busybox.
3478         (tramp-get-ls-command): Suppress coloring, if possible.
3480 2010-01-28  Glenn Morris  <rgm@gnu.org>
3482         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3484         * log-edit.el (log-edit-strip-single-file-name): Add missing
3485         :safe, :group, and :version tags.
3487 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3489         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3490         buffers.  (Bug#5477)
3492 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3494         * files.el (delete-directory): Handle moving to trash without
3495         first doing recursion (Bug#5436).
3497 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3499         * vc-hooks.el (vc-path): Mark as obsolete.
3501 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3503         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3504         names too.
3506         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3507         for the short log.
3508         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3510 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3512         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3514         * vc-bzr.el (vc-bzr-revision-table): New function.
3516 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3518         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3519         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3521 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3523         Remove support for adding --signoff on commit.
3524         Future support will use an incompatible generic mechanism.
3525         * vc-git.el (vc-git-add-signoff): Remove variable.
3526         (vc-git-toggle-signoff): Remove function.
3527         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3529         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3530         Rename from xterm-set-background-mode.  Return t if the background mode
3531         was set.
3532         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3533         earlier, call it again in case the background mode has changed.
3535 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3537         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3538         (Bug#3541).
3540 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3542         * emacs-lisp/assoc.el (aelement): Doc fix.
3543         (aput, adelete, amake): Use lexical-let (Bug#5450).
3545 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3547         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3548         is the same as subprogram call, not declaration.  (Bug#5435).
3550 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3552         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3553         (tramp-smb-maybe-open-connection): Use it.
3555 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3557         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3559 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3561         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3562         just because we see "encoding: 8bit".
3563         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3565 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3567         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3569 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3571         * jka-compr.el (jka-compr-load): If load-file is not in
3572         load-history, try its file-truename version.  (bug#5447)
3574 2010-01-21  Alan Mackenzie  <acm@muc.de>
3576         Fix a situation where deletion of a cpp construct throws an error.
3577         * progmodes/cc-engine.el (c-invalidate-state-cache):
3578         Before invoking c-with-all-but-one-cpps-commented-out, check that the
3579         special cpp construct is still in the buffer.
3580         (c-parse-state): Record the special cpp with markers, not numbers.
3582 2010-01-21  Kenichi Handa  <handa@m17n.org>
3584         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3585         process last-command-event, as it is now decoded first (Bug#5380).
3587 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3589         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3591 2010-01-20  Glenn Morris  <rgm@gnu.org>
3593         * indent.el (tab-always-indent): Fix custom-type.
3595 2010-01-19  Alan Mackenzie  <acm@muc.de>
3597         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3598         buffer throws "args out of range".
3599         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3600         playing the role of delimiter.
3602 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3604         * progmodes/ada-mode.el: Fix bug#5400.
3605         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3606         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3607         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3608         Improve comments in "is" portion.  Handle null procedure declaration.
3609         (ada-move-to-end): Improve doc string.
3611 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3613         * ido.el (ido-cur-list): Initialize to nil.
3614         Remove obsolete information from commentary.
3615         (ido-choice-list): Initialize to nil.
3616         (ido-get-bufname): Reject minibuffers.
3617         (ido-make-buffer-list): If "default" is a nonexistent
3618         buffer, ignore it, as per the function's comment.
3619         (ido-kill-buffer-internal): New function.
3620         (ido-kill-buffer-at-head): Use it.
3621         (ido-visit-buffer): Likewise.
3623 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3625         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3627 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3629         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3630         Fix typos in chart titles.
3632         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3633         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3634         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3635         (describe-class, eieio-describe-generic, describe-generic):
3636         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3637         (eieio-speedbar-expand):
3638         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3639         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3640         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3641         (viper-del-backward-char-in-replace, viper-backward-indent)
3642         (viper-brac-function, viper-register-to-point, viper-submit-report):
3643         * net/tramp.el (tramp-remote-coding-commands):
3644         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3645         Fix typos in docstrings.
3647 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3649         * mail/sendmail.el (mail-yank-original): Set the mark if the
3650         specified function for yanking does not do it.
3652 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3654         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3656         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3657         resyncing a directory.
3659 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3661         * progmodes/ada-mode.el: Fix bug#1920.
3662         (ada-ident-re): Delete ., allow multibyte characters.
3663         (ada-goto-label-re): New; matches goto labels.
3664         (ada-block-label-re): New; matches block labels.
3665         (ada-label-re): New; matches both.
3666         (ada-named-block-re): Delete; callers changed to use
3667         `ada-block-label-re' instead.
3668         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3669         Use `ada-block-label-re'.
3670         (ada-indent-on-previous-lines): Improve handling of goto labels.
3671         (ada-get-indent-block-start): Special-case block label.
3672         (ada-get-indent-label): Split into `ada-indent-block-label' and
3673         `ada-indent-goto-label'.
3674         (ada-goto-stmt-start, ada-goto-next-non-ws):
3675         Optionally ignore goto labels.
3676         (ada-goto-next-word): Simplify.
3677         (ada-indent-newline-indent-conditional): Insert newline before
3678         trying to fix indentation; doc fix.
3680 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3682         * calc/calc.el (calc-command-flags): Give it an initial value.
3684 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3686         * files.el (minibuffer-with-setup-hook):
3687         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3688         (artist-key-draw-continously, artist-key-do-continously-continously)
3689         (artist-key-set-point-continously, artist-mouse-draw-continously):
3690         Fix typos in docstrings.
3692 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3694         * nxml/nxml-mode.el (nxml-extend-after-change-region):
3695         Never return t (Bug#3898).
3697 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3699         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3700         can parse the output of the external commands (Bug#5279).
3702 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3704         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3706 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3708         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3710         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3712         * startup.el (command-line): Remove unused --icon-type arg.
3713         Handle --display arg, passing it to command-line-1 (Bug#5392).
3715 2010-01-16  Mario Lang  <mlang@delysid.org>
3717         * emacs-lisp/chart.el (chart-translate-namezone):
3718         * textmodes/artist.el (artist-compute-popup-menu-table):
3719         Remove duplicated words in doc-strings.
3721 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3723         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3724         to mairix-search to suppress threading (Bug#5342).
3726 2010-01-15  Kenichi Handa  <handa@m17n.org>
3728         * international/mule-cmds.el (canonicalize-coding-system-name):
3729         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3731 2010-01-15  Glenn Morris  <rgm@gnu.org>
3733         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3735         * wid-edit.el (widget-keymap): Doc fix.
3737         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3738         former seems to be more widely accepted by various svn versions.
3740 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3742         * find-cmd.el (find-constituents):
3743         * vc-arch.el (vc-arch-root):
3744         * window.el (window-body-height, pop-up-frames):
3745         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3746         * progmodes/ada-stmt.el (ada-if):
3747         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3748         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3749         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3750         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3752         * progmodes/flymake.el (flymake-post-syntax-check):
3753         Fix typo in error message.
3755 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3757         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3758         which is always a string.  (Bug#5313)
3760 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3762         * progmodes/ada-xref.el (ada-default-prj-properties):
3763         Simplify previous change.
3765 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3767         * progmodes/ada-xref.el (ada-default-prj-properties):
3768         Default ada_project_path to $ADA_PROJECT_PATH.
3770 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3772         * progmodes/ada-mode.el (ada-create-keymap):
3773         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3775 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3777         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3778         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3779         (ada-get-current-indent, ada-imenu-generic-expression)
3780         (ada-which-function): Check for it.
3782 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3784         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3785         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3787 2010-01-14  Glenn Morris  <rgm@gnu.org>
3789         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3791 2010-01-14  Kenichi Handa  <handa@m17n.org>
3793         * composite.el (auto-composition-mode): Make it a buffer local
3794         variable (permanent-local).
3795         (auto-composition-function): Set the default value to
3796         auto-compose-chars.
3797         (auto-composition-mode): Make it a simple function, not a minor mode.
3798         (global-auto-composition-mode): Likewise.
3799         (turn-on-auto-composition-if-enabled): Delete it.
3801 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3803         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3805 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3807         * files.el (copy-directory): Compute target for recursive
3808         directories with identical names.  (Bug#5343)
3810 2010-01-12  Glenn Morris  <rgm@gnu.org>
3812         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3813         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3815 2010-01-11  Sam Steingold  <sds@gnu.org>
3817         * imenu.el (imenu-default-create-index-function): Detect infinite
3818         loops caused by imenu-prev-index-position-function.
3820 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3822         * htmlfontify.el (htmlfontify-load-rgb-file)
3823         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3824         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3825         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3826         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3827         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3828         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3829         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3830         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3831         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3832         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3833         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3834         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3835         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3836         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3837         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3838         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3839         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3840         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3841         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3842         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3843         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3844         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3845         backslash-quoting from parentheses, etc.
3847 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3849         * progmodes/js.el: Autoload javascript-mode alias.
3851 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3853         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3854         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3855         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3856         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3857         Fix typos in docstrings.
3858         (ffap-url-regexp): Doc fix.
3859         (ffap-at-mouse): Fix typo in message.
3861 2010-01-11  Glenn Morris  <rgm@gnu.org>
3863         * version.el (emacs-copyright): Set copyright year to 2010.
3865 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3867         * format.el (format-annotate-function): Only set
3868         write-region-post-annotation-function after running to-fn so as not to
3869         affect nested write-region calls (bug#5273).
3871 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3873         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3874         wisent/python.el.
3876 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3878         * man.el (Man-goto-section): Signal error if the section is not
3879         found (Bug#5317).
3881 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3883         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3884         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3886 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3888         * progmodes/compile.el: Don't treat compile-command as safe if
3889         compilation-read-command might be nil (Bug#4218).
3891 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3893         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3894         NS options.
3896 2010-01-08  Kenichi Handa  <handa@m17n.org>
3898         * international/fontset.el (build-default-fontset-data):
3899         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3901 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3903         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3904         to `create-file-buffer' as it expects, not just a buffer name.
3905         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3906         to help uniquify.  (Bug#3224)
3908 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3910         * font-setting.el (font-setting-change-default-font): Use user-spec
3911         instead of name.
3913 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3915         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3917 2010-01-05  Tom Tromey  <tromey@redhat.com>
3919         * progmodes/python.el (python-font-lock-keywords):
3920         Handle qualified decorators (Bug#881).
3922 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3924         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3925         in a lightweight checkout.
3927 2010-01-05  Kenichi Handa  <handa@m17n.org>
3929         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3931 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3933         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3935 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3937         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3938         checkouts.  (Bug#618)
3939         (vc-bzr-log-view-mode): Also highlight the author.
3940         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3941         (vc-bzr-shelve-menu-map):
3942         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3943         (vc-bzr-shelve-apply): Make prompt more explicit.
3945 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3947         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3948         They are valid characters in URL paths (rfc3986), and at least
3949         Firefox does not understand the encoded version (Bug#3166).
3951 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3953         * progmodes/octave-mod.el (octave-end-keywords)
3954         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3955         Add "end" keyword (Bug#3061).
3956         (octave-end-as-array-index-p): New function.
3957         (calculate-octave-indent): Use it.
3959 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3961         * bookmark.el: Consistently put the text property on the bookmark name.
3962         (bookmark-bmenu-marks-width): Bump back to 2, to include
3963         annotation marks.
3964         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3965         property on the bookmark name, instead of not putting it at all.
3966         (bookmark-bmenu-list): Fix where we put the text property.
3968 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3970         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3971         for showing buffer modified state (as added in the previous change).
3973 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3975         * bookmark.el: Show modified state of bookmark buffer more accurately.
3976         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3977         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3978         (with-buffer-modified-unmodified): New macro.
3979         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3980         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3981         Use new macro to preserve the buffer modified state.
3983 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3985         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3986         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3987         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3988         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3989         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3990         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3991         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3993 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3995         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3996         Make the lines in the generated doc string shorter.  (Bug#4668)
3998 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
4000         * net/rcirc.el: Add follow-link binding (Bug#4738).
4002 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4004         * Makefile.in (bzr-update): Rename from cvs-update.
4005         (cvs-update): New target for backward compatibility.
4007         * makefile.w32-in (bzr-update): Rename from cvs-update.
4008         (cvs-update): New target for backward compatibility.
4010 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4012         * bookmark.el: Remove gratuitous gratitude.
4014 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4016         * bookmark.el (bookmark-bmenu-any-marks): New function
4017         (bookmark-bmenu-save): Clear buffer modification if no marks.
4019 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4021         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4022         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4023         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4024         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4026         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4027         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4028         To: emacs-devel {_AT_} gnu.org
4029         Subject: bookmark.el bug report
4030         Date: Mon, 28 Dec 2009 14:19:16 +0800
4031         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4033 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4035         * bookmark.el: Improvements suggested by Drew Adams:
4036         (bookmark-bmenu-ensure-position): New name for
4037         `bookmark-bmenu-check-position'.  Just ensure the position,
4038         don't return any meaningful value.
4039         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4040         New constants.
4042 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
4044         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4045         (bookmark-yank-point, bookmark-bmenu-check-position):
4046         Fix typos in docstrings.
4047         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4048         (bookmark-name-from-full-record, bookmark-get-position)
4049         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4050         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4051         Remove useless quoting of parenthesis, etc. in docstrings.
4053         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4054         (ediff-append-custom-diff): Fix typo in error message.
4055         (ediff-meta-mark-equal-files): Fix typos in messages.
4057         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4059         * net/imap-hash.el (imap-hash-make): Doc fix.
4060         (imap-hash-test): Fix typo in error message; reflow docstring.
4061         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4062         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4063         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4064         Fix typos in docstrings.
4065         (imap-hash-open-connection): Fix typo in error message.
4067         * play/gomoku.el (gomoku): Fix typos in docstring.
4069         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4070         (gdb-jsonify-buffer): Fix typos in docstring.
4071         (gdb-goto-breakpoint): Fix typo in error message.
4072         ("Display Other Windows"): Fix typo in help message.
4073         (gdb-speedbar-expand-node): Fix typo in question.
4075         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4076         (idlwave-html-system-help-location, idlwave-html-help-location)
4077         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4078         (idlwave-help-browser-generic-args, idlwave-help-directory)
4079         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4080         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4081         (idlwave-online-help, idlwave-help-html-link)
4082         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4083         Fix typos in docstrings.
4084         (idlwave-help-with-source, idlwave-help-find-routine-definition):
4085         Reflow docstrings.
4086         (idlwave-help-assistant-start): Fix typo in error message.
4088         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4089         (octave-electric-space): Fix typos in docstrings.
4091 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4093         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4095 2010-01-01  Juri Linkov  <juri@jurta.org>
4097         * comint.el (comint-input-ring-size): Make it a defcustom and
4098         increase the default to 500 (Bug#5148).
4100 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
4102         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4103         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4104         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4106 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
4108         Show working revision correctly for mercurial.
4109         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4110         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4112 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
4114         Declare some functions for the byte-compiler.
4115         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4116         (speedbar-timer-fn, speedbar-change-expand-button-char)
4117         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4119 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
4121         This changeset reverts GDB Graphical Interface to use annotations.
4122         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4124 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4126         Make vc-dir work on subdirectories of the bzr root.
4127         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
4128         Return file names relative to it.
4129         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4130         relative directory to vc-bzr-after-dir-status.
4132 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
4134         * font-lock.el (font-lock-refresh-defaults): New function, which
4135         can be used to let font-lock react to external changes in
4136         variables like font-lock-defaults and keywords.
4137         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4139 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
4141         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4143         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4145 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
4147         Supersede color.diff settings in git log (bug#5211).
4149         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4150         escape chars in its output when the user has color.diff set to `always'.
4151         This fix works on git 1.4.2 and newer (released on 2006-08-13).
4153 2009-12-26  Kevin Ryde  <user42@zip.com.au>
4155         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4156         node.  Keep previous "Index" name to work with past coreutils too.
4158         * man.el (man): Revise docstring a bit to show -a and -l as
4159         examples.  Add -k description since support for it has otherwise
4160         been a secret.  (Further to bug#3717.)
4161         (Man-bgproc-sentinel): When "-k foo" produces no output show error
4162         "no matches" rather than "Can't find manpage", as the latter reads
4163         like -k was interpreted as a page name, which is not so.  (Bug#5431)
4165 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
4167         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4168         switches.  Check also for //SUBDIRED// line.
4170 2009-12-25  Kenichi Handa  <handa@m17n.org>
4172         * language/indian.el (devanagari-composable-pattern): Fix to
4173         handle ZWNJ and ZWJ.  Use it in composition-function-table for
4174         Devanagari.
4175         (malayalam-composable-pattern): Fix previous change.
4177 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4179         * ps-print.el (ps-face-attributes): It was not returning the
4180         attribute face for faces specified as string.  Reported by harven
4181         <harven@free.fr>.  (Bug#5254)
4182         (ps-print-version): New version 7.3.5.
4184 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
4186         * calendar/icalendar.el (icalendar--convert-tz-offset):
4187         Fix timezone names.
4188         (icalendar--convert-tz-offset): Fix the "last-day-problem".
4189         (icalendar--add-diary-entry): Remove the trailing blank that
4190         diary-make-entry inserts.
4192 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
4194         Make `file-expand-wildcards' work for remote files.
4196         * files.el (file-expand-wildcards): In case of remote files, check
4197         only local file name part for wildcards.  Provide feature 'files
4198         and subfeature 'remote-wildcards.  (Bug#5198)
4200         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4201         if there is already an established connection.
4202         (tramp-advice-file-expand-wildcards): Remove it.
4204         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4205         (tramp-advice-file-expand-wildcards): Move from tramp.el.
4206         Activate advice for older GNU Emacs versions.  (Bug#5237)
4208 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
4210         Some doc fixes (more needed).
4212         * find-cmd.el (find-constituents): Reflow docstring.
4213         (find-cmd, find-prune, find-command): Fix typos in docstrings.
4214         (find-generic): Doc fix.
4216 2009-12-17  Juri Linkov  <juri@jurta.org>
4218         Fix regression from 23.1 to allow multiple modes in Local Variables.
4220         * files.el (hack-local-variables-filter): While ignoring duplicates,
4221         don't take `mode' into account.
4222         (hack-local-variables-filter, hack-dir-local-variables):
4223         Don't remove duplicate `mode' from local-variables-alist (like `eval').
4225 2009-12-17  Juri Linkov  <juri@jurta.org>
4227         Make `dired-diff' more safe.  (Bug#5225)
4229         * dired-aux.el (dired-diff): Signal an error when `file' equals to
4230         `current' or when `file' is a directory of the `current' file.
4232 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
4234         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4235         unconditionally preloaded files.
4237 2009-12-16  Juri Linkov  <juri@jurta.org>
4239         Revert to old 23.1 logic of using the file at the mark as default.
4240         * dired-aux.el (dired-diff): Use the file at the mark as default
4241         if it's not the same as the current file, and the target dir is
4242         the current dir or the mark is active.  Add the current file
4243         as the arg of `dired-dwim-target-defaults'.  Use the default file
4244         in the prompt.  (Bug#5225)
4246 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
4248         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4249         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4250         (tramp-check-for-regexp): Check also, when an echoing shell stops
4251         to echo sent commands.
4253 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4255         * Makefile.in: Revert last change (Bug#5191).
4257 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
4259         * vc-hg.el (vc-hg-print-log): Fix argument order.
4260         (vc-hg-working-revision): Make sure the command is executed in a
4261         known environment so that we can parse the output.  (Bug#4417)
4263 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4265         * progmodes/python.el (python-symbol-completions): Remove text
4266         properties from symbol string before calling python-send-receive.
4268 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
4270         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4271         when there are values for both file and line.  (Bug#5060)
4273 2009-12-14  Juri Linkov  <juri@jurta.org>
4275         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4276         whitespace after the file name of the first line of unified format,
4277         because git-diff doesn't output whitespace and file modification time
4278         after the file name.
4280 2009-12-14  David Kastrup  <dak@gnu.org>
4282         * info.el (Info-hide-cookies-node): Before hiding a cookie,
4283         check if it already has the `display' property added by
4284         `Info-display-images-node', and not put the `invisible' property
4285         in this case.
4287 2009-12-13  Glenn Morris  <rgm@gnu.org>
4289         * mail/emacsbug.el (message-sort-headers): Define for compiler.
4290         (report-emacs-bug): In message-mode, sort manually before storing
4291         original report text.  (Bug#5178)
4292         Remove superfluous save-excursion.
4294 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
4296         * net/dbus.el (dbus-property-handler): Filter lambda forms out
4297         when responding to "GetAll" properties.
4299 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
4301         * simple.el (compose-mail): Remove mail-setup-with-from from
4302         customization checks.
4304 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
4306         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4307         RAR archives created on Unix systems.
4309 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4311         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4312         the varalias that was accidentally removed by the 2009-11-19 change
4313         (bug#5186).
4315 2009-12-12  Kenichi Handa  <handa@m17n.org>
4317         * language/indian.el (indian-compose-regexp): New function.
4318         (malayalam-composable-pattern): Fix the pattern.
4319         (composition-function-table): Set malayalam-composable-pattern for
4320         Malayalam characters.
4322 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4324         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4325         rather than down-mouse-1, based on follow-link conventions.
4327         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4328         are compiled.
4330 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4332         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4333         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4334         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4335         (verilog-leap-to-head, verilog-backward-token):
4336         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4338 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4340         * progmodes/verilog-mode.el (verilog-auto-lineup)
4341         (verilog-nameable-item-re): Cleanup user-visible spelling and
4342         documentation errors.  One reported by Gary Delp.
4343         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4344         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4345         package, bug195.  Reported by Pierre-David Pfister.
4347 2009-12-11  Glenn Morris  <rgm@gnu.org>
4349         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4351         * mail/emacsbug.el: No longer require sendmail.
4352         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4353         (report-emacs-bug-orig-text): Doc fix.
4354         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4355         New local variables, to adapt to different mail-user-agents.
4356         (report-emacs-bug): Fix test for a gnu.org address.
4357         Use overlays for emphasis, since font-lock defeats 'face property.
4358         Pretest bugs also end up at the newsgroup these days.
4359         Stop message-mode stripping text properties.
4360         Set and use the new buffer-local variables.
4361         (report-emacs-bug-hook): Add doc-string.
4362         Remove some unnecessary save-excursions and simplify.
4363         Use the appropriate hook and send-command.
4365         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4366         capitalization of some menu entries.
4368 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4370         * whitespace.el (whitespace-display-char-on):
4371         Ensure `buffer-display-table' is unique when two or more windows are
4372         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4373         New version 12.1.
4375 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4377         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4378         characters in the Attribute field.
4380 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4382         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4384 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4386         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4387         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4388         Disregard autoload-excludes.
4389         (update-directory-autoloads): Obey autoload-excludes here instead.
4390         But don't store its contents in no-autoloads and remove entries that
4391         refer to excludes files.
4393 2009-12-10  Glenn Morris  <rgm@gnu.org>
4395         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4396         (expand-mail-aliases): Define for compiler.
4398         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4399         Define for compiler.
4401         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4402         appropriate for the mail-user-agent in use.
4404 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4406         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4408 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4410         Fix short log parsing and fontification.
4411         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4412         Fix fontification for the [merge] label.
4414 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4416         Drop some properties to avoid surprises.
4417         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4418         (hfy-fontify-buffer): Use it.
4420 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4422         Minor cleanup.
4423         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4424         Adjust all callers.
4425         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4426         args compulsory.  Adjust callers.
4427         (ffap-gopher-at-point): Remove unused var `name'.
4429         Get rid of the ELCFILES abomination.
4430         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4431         (compile-elcfiles): New phony target.
4432         (compile-main): Compute ELCFILES dynamically.
4433         (compile-clean): New target to remove left-over elc files.
4434         (compile, all): Use it.
4436 2009-12-09  Kenichi Handa  <handa@etlken>
4438         * international/mule-diag.el: Require help-mode instead of help-fns.
4440 2009-12-09  Kenichi Handa  <handa@m17n.org>
4442         * international/mule-cmds.el (ucs-names): Supply sufficiently
4443         fine ranges instead of pre-calculating accurate ranges.
4444         Iterate with bigger gc-cons-threshold.
4446 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4448         Add support for stashing a snapshot of the current tree.
4449         * vc-git.el (vc-git-stash-snapshot): New function.
4450         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4452 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4454         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4455         instead of `(beginning|end)-of-line'.
4457 2009-12-08  Glenn Morris  <rgm@gnu.org>
4459         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4461         * Makefile.in (ELCFILES): Regenerate.
4463 2009-12-07  Juri Linkov  <juri@jurta.org>
4465         Don't lazy-highlight the comint output in history Isearch mode.
4467         * comint.el (comint-history-isearch-search): Instead of
4468         `comint-line-beginning-position', use `comint-after-pmark-p'
4469         to check if point if before the process mark, and go to
4470         `process-mark' in this case.
4472 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4474         * textmodes/tex-mode.el (latex-complete)
4475         (latex-indent-or-complete): Remove.
4476         (latex-mode): Set completion-at-point-functions instead.
4478         Provide a standard completion command and hook it into TAB.
4479         * minibuffer.el (completion-at-point-functions): New var.
4480         (completion-at-point): New command.
4481         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4482         * progmodes/python.el (python-mode-map): Use completion-at-point.
4483         (python-completion-at-point): Rename from python-partial-symbol and
4484         adjust for use in completion-at-point-functions.
4485         (python-mode): Setup completion-at-point for Python completion.
4486         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4487         extracted from lisp-complete-symbol.
4488         (lisp-complete-symbol): Use it.
4489         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4490         setup completion-at-point for Elisp completion.
4491         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4492         Use completion-at-point.
4493         * ielm.el (ielm-map): Use completion-at-point.
4494         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4495         * progmodes/sym-comp.el: Move to...
4496         * obsolete/sym-comp.el: Move from progmodes.
4498 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4500         Prevent save-buffer in Rmail buffers from using the coding-system
4501         of the current message, and from clobbering the encoding mnemonics
4502         in the mode line (Bug#4623).
4504         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4505         flag, too.
4506         (rmail-message-encoding): New variable.
4507         (rmail-write-region-annotate): Record the encoding of the current
4508         message in rmail-message-encoding.
4509         (rmail-after-save-hook): New function, restores the encoding of
4510         the current message after the message collection is saved.
4512 2009-12-07  Juri Linkov  <juri@jurta.org>
4514         * progmodes/grep.el (grep-read-files): Use `completing-read'
4515         instead of `read-string'.  Set its `collection' arg to
4516         `read-file-name-internal'.  (Bug#4301)
4518 2009-12-07  Juri Linkov  <juri@jurta.org>
4520         Correctly restore original Isearch point.  (Bug#4994)
4522         * isearch.el (isearch-mode): Move `isearch-push-state' after
4523         `(run-hooks 'isearch-mode-hook)'.
4524         (isearch-cancel): When `isearch-push-state-function' is defined,
4525         let-bind `isearch-cmds' to the first state (the last element of
4526         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4527         function and restores the original point).  Otherwise, move point
4528         to `isearch-opoint'.
4530 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4532         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4533         chars that don't have names, so the table can be built much faster at
4534         run-time.
4536 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4538         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4539         change.  Suggested by David Kastrup.
4541         * simple.el (compose-mail): Check for incompatibilities and warn.
4542         (compose-mail-user-agent-warnings): New option.
4544 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4546         Support showing a single log entry from vc-annotate.
4547         * vc.el (print-log): Add a new argument: START-REVISION.
4548         (vc-print-log-internal): Add a new optional argument and
4549         pass it to the backend.
4550         (vc-print-log, vc-print-root-log): Adjust callers.
4551         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4552         buffer already displays the requested log entry, use it.
4553         Otherwise display only the log entry in question.
4554         * vc-svn.el (vc-svn-print-log):
4555         * vc-mtn.el (vc-mtn-print-log):
4556         * vc-hg.el (vc-hg-state):
4557         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4558         (vc-git-show-log-entry): Return t on success.
4559         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4560         (vc-bzr-show-log-entry): Return t on success.
4561         * vc-rcs.el (vc-rcs-print-log):
4562         * vc-sccs.el (vc-sccs-print-log):
4563         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4565 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4567         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4568         Add menus to the meta mode.  (Bug#5043)
4570 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4572         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4573         event-key.
4575         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4577 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4579         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4580         Berbain <raphael.berbain@gmail.com>.
4582         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4583         characters.
4584         (tramp-initial-end-of-output): New defconst.
4585         (tramp-methods, tramp-find-shell)
4586         (tramp-open-connection-setup-interactive-shell)
4587         (tramp-maybe-open-connection): Use it.
4588         (tramp-shell-prompt-pattern, tramp-wait-for-output):
4589         Handle existence of `#' and `$'.
4591         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4592         Use `tramp-initial-end-of-output'.
4594 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4596         Get the background mode from the terminal for xterm, and set
4597         faces accordingly.
4598         * term/xterm.el (xterm-set-background-mode): New function.
4599         (terminal-init-xterm): Use it in case xterm supports background
4600         color queries.  Recompute faces after getting the background
4601         color.
4603 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4605         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4606         number comment back on its own line, for easier parsing.
4608 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4610         Make it work for non-file buffers (bug#5102).
4611         * doc-view.el (doc-view-current-cache-dir):
4612         Use doc-view-buffer-file-name rather than buffer-file-name.
4613         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4615 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4617         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4618         author field is too short.
4620 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4622         * vc-git.el (vc-git-print-log): Handle a limit argument.
4623         Display the short log in graph form and with labels.
4624         (vc-git-log-view-mode): Handle labels.
4626         Make vc-revert change VC state from 'added to 'unregistered.
4627         * vc-git.el (vc-git-revert): Call git reset first.
4629 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4631         * net/newst-backend.el, net/newst-plainview.el:
4632         * net/newst-reader.el, net/newst-ticker.el:
4633         * net/newst-treeview.el, net/newsticker.el:
4634         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4636 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4638         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4640         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4641         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4642         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4643         Update annotation regexp.
4645         * simple.el (beginning-of-visual-line): Constrain to field
4646         boundaries (Bug#5106).
4648 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4650         * xml.el (xml-substitute-numeric-entities):
4651         Move newsticker--decode-numeric-entities in newst-backend.el to
4652         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4653         * net/newst-backend.el (newsticker--parse-generic-feed)
4654         (newsticker--parse-generic-items)
4655         (newsticker--decode-numeric-entities):
4656         Move newsticker--decode-numeric-entities in newst-backend.el to
4657         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4659 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4661         * progmodes/js.el (js--js-not): Add null to the list of values.
4663 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4665         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4667 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4669         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4670         delimiter if it is at the end of the current line.
4671         (bibtex-generate-url-list): Fix docstring.
4673 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4675         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4676         minibuffer's content with itself.
4677         Fold the confirm-after-completion case into the `confirm' case.
4678         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4680 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4682         * ffap.el (ffap-rfc-path): Make this a defcustom since
4683         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4685         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4686         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4688 2009-12-05  Juri Linkov  <juri@jurta.org>
4690         Save and restore dired buffer's point positions too.  (Bug#4880)
4692         * dired.el (dired-save-positions): Return in the first element
4693         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4694         Doc fix.
4695         (dired-restore-positions): First restore buffer's position.
4696         While restoring window's positions, check if window still displays
4697         the original buffer.
4699 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4701         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4702         if possible.
4704         * shell.el (shell): Require ansi-color (Bug#5113).
4706         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4708         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4710 2009-12-05  Alan Mackenzie  <acm@muc.de>
4712         * progmodes/cc-mode.el (c-before-hack-hook)
4713         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4714         `c-file-style' to work again.  This reversion restores the current
4715         software to its state in Emacs 23.1.  (Bug#4146)
4717 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4719         * textmodes/sgml-mode.el (sgml-lexical-context):
4720         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4722 2009-12-05  Juri Linkov  <juri@jurta.org>
4724         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4725         for virtual nodes.  (Bug#4147)
4726         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4727         when moving from a virtual node.
4728         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4729         (Info-mode): Add `Info-virtual-index' to the docstring.
4731 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4733         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4734         track of the buffer position of the end of a BibTeX entry as this
4735         position may change during reformatting.
4736         (bibtex-format-entry): Remove whitespace before processing
4737         numerical fields so that we recognize the latter properly.
4738         (bibtex-reformat): Do not use push which changes the global value
4739         of bibtex-entry-format.
4740         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4741         (bibtex-field-re-init): Replace only space characters by regexp
4742         for whitespace.
4743         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4744         (bibtex-initialize): Also update bibtex-strings.
4745         (bibtex-kill-field): Preserve white space at end of entry.
4746         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4747         Update bibtex-reference-keys.
4749 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4751         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4752         point after a star, if that's the only place where modifications can
4753         make progress.
4755 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4757         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4758         in docstrings.
4760 2009-12-04  Juri Linkov  <juri@jurta.org>
4762         * proced.el (proced): Call `(proced-update t)' to update process
4763         information instead of only running proced-post-display-hook.
4764         (proced-send-signal): Add a leading space to the buffer name
4765         " *Marked Processes*" to make this buffer ephemeral.
4767 2009-12-04  Juri Linkov  <juri@jurta.org>
4769         * dired.el (dired-auto-revert-buffer): New defcustom.
4770         (dired-internal-noselect): Use it.
4772 2009-12-04  Juri Linkov  <juri@jurta.org>
4774         Change roles of modes and functions in image-mode.el (Bug#5062).
4776         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4777         in `auto-mode-alist'.
4778         (image-mode-previous-major-mode): New variable.
4779         (image-minor-mode-map): Rename from `image-mode-text-map'.
4780         (image-mode): Move graceful error-handling code from
4781         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4782         (image-minor-mode): Remove all image-handling code.
4783         Replace `image-mode-text-map' with `image-minor-mode-map'.
4784         Check for `image-type' in mode-line format string.
4785         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4786         (image-mode-as-text): New function with most code from
4787         `image-mode-maybe'.
4788         (image-toggle-display-text): Move code that removes image
4789         properties from `image-toggle-display' to here.
4790         (image-toggle-display-image): New function with code that adds
4791         image properties copied from `image-toggle-display'.
4792         (image-toggle-display): Remove most code with leaving only code
4793         that toggles between `image-mode-as-text' and `image-mode'.
4795 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4797         * net/newst-treeview.el
4798         (newsticker--treeview-list-highlight-start): Restored call to
4799         save-excursion: Selected item was stuck.
4800         (newsticker--treeview-list-select): New.
4801         (newsticker--treeview-item-show-text)
4802         (newsticker--treeview-item-show)
4803         (newsticker--treeview-item-update): Use new
4804         newsticker-treeview-item-mode.
4805         (newsticker-treeview-update): Keep current item.
4806         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4807         (newsticker--treeview-first-feed): Doc change.
4808         (newsticker-treeview-list-menu)
4809         (newsticker-treeview-item-menu): Add menu entries.
4810         (newsticker-treeview-item-mode): New.
4812         * net/newst-backend.el (newsticker-customize): Delete other
4813         windows.
4815 2009-12-04  Sam Steingold  <sds@gnu.org>
4817         * log-view.el (log-view-mode-map): "q" calls quit-window,
4818         like in all the other non-self-insert buffers.
4820 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4822         Minor cleanup.
4823         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4824         key decoding rather than do it manually via last-input-event +
4825         ascii-character.
4826         (term-exec): Use delete-and-extract-region.
4827         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4828         (term-process-pager): Remove unused var `i'.
4829         (term-dynamic-simple-complete): Make obsolete.
4830         (serial-update-config-menu): Remove unused vars `y' and `str'.
4831         (term-update-mode-line): Remove unused var `temp'.
4833 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4835         Limit the number of log entries displayed by default.
4836         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4837         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4838         using a prefix argument.
4840 2009-12-03  Glenn Morris  <rgm@gnu.org>
4842         * progmodes/idlwave.el (class): Restore still useful declaration.
4844 2009-12-03  Alan Mackenzie  <acm@muc.de>
4846         Enhance `c-parse-state' to run efficiently in "brace deserts".
4848         * progmodes/cc-mode.el (c-basic-common-init):
4849         Call c-state-cache-init.
4850         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4851         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4852         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4854         * progmodes/cc-langs.el (c-before-font-lock-function):
4855         c-extend-and-neutralize-syntax-in-CPP has been renamed
4856         c-neutralize-syntax-in-and-mark-CPP.
4858         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4859         with `category' properties now, not `syntax-table' ones.
4861         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4862         enhanced (but slower) version of c-end-of-macro that won't land
4863         inside a literal or on another awkward character.
4864         (c-state-cache-too-far, c-state-cache-start)
4865         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4866         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4867         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4868         (c-state-min-scan-pos, c-state-brace-pair-desert)
4869         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4870         buffer local variables.
4871         (c-state-literal-at, c-state-lit-beg)
4872         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4873         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4874         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4875         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4876         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4877         (c-renarrow-state-cache)
4878         (c-append-lower-brace-pair-to-state-cache)
4879         (c-state-push-any-brace-pair, c-append-to-state-cache)
4880         (c-remove-stale-state-cache)
4881         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4882         (c-invalidate-state-cache-1, c-parse-state-1)
4883         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4884         (c-parse-state): Enhance and refactor.
4885         (c-debug-parse-state): Amend to deal with all the new variables.
4887         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4888         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4889         modify to use category text properties rather than syntax-table ones.
4890         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4891         to switch off/on the syntactic paren property of C++ template
4892         delimiters using the category property.
4893         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4894         template delims suppressed.
4895         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4896         New constant/macros which apply category properties to the start
4897         and end of preprocessor constructs.
4898         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4899         "comment out" the syntactic value of characters in preprocessor
4900         constructs.
4901         (c-with-cpps-commented-out)
4902         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4903         with characters in all or all but one preprocessor constructs
4904         "commented out".
4906 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4908         * proced.el (proced-filter-alist): Use regexp-quote.
4910 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4912         Cleanup.
4913         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4914         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4915         arguments.  Expand `default-directory'.
4917         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4918         the benefit of returning an expanded localname.
4919         (tramp-tramp-file-p): Handle the case NAME is not a string.
4921 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4923         Add support for bzr shelve/unshelve.
4924         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4925         (vc-bzr-extra-menu-map): New variables.
4926         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4927         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4928         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4929         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4930         (vc-bzr-dir-extra-headers): Display shelves.
4932         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4934 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4936         * textmodes/bibtex.el (bibtex-complete-internal):
4937         Use completion-in-region.
4938         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4940 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4942         Support applying stashes.  Improve UI.
4943         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4944         (vc-git-stash-apply, vc-git-stash-pop)
4945         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4946         (vc-git-stash-menu): New functions.
4947         (vc-git-stash-menu-map): New variable.
4948         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4950 2009-12-03  Glenn Morris  <rgm@gnu.org>
4952         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4953         (vc-print-log-internal): Fix previous change.
4954         (vc-revert): Correct pluralization.
4956 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4958         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4959         it to be an alist any more.
4960         (makefile-complete): Use completion-in-region.
4962         * progmodes/octave-mod.el (octave-complete-symbol):
4963         Use completion-in-region.
4965         Misc cleanup.
4966         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4967         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4968         (idlwave-complete-class): Don't quote lambda.
4969         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4970         (idlwave-mode-map): Move initialization into declaration.
4971         (idlwave-action-and-binding): Use backquotes.
4972         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4973         Simplify.
4974         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4975         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4976         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4977         `parts', and `all-parts'.
4978         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4979         (idlwave-convert-xml-system-routine-info): Remove unused string
4980         `version-string'.
4981         (idlwave-display-user-catalog-widget): Use dolist.
4982         (idlwave-scanning-lib): Declare dynamically-scoped var.
4983         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4984         (completion-highlight-first-word-only): Declare to silence bytecomp.
4985         (idlwave-popup-select): Tighten scope of `resp'.
4986         (idlwave-find-struct-tag): Remove unused var `beg'.
4987         (idlwave-after-load-rinfo-hook): Declare.
4988         (idlwave-sintern-class-info): Remove unused var `taglist'.
4989         (idlwave-find-class-definition): Remove unused var `list'.
4990         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4991         (idlwave-what-module-find-class): Remove unused var `classes'.
4993 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4995         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4997 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4999         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5000         buffers visited.  Remove redundant current-buffer-saving.
5002 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5004         Use completion-in-buffer and remove uses of dynamic scoping.
5005         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5006         (pascal-buffer-to-use, pascal-flag): Don't declare.
5007         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5008         (pascal-get-completion-decl, pascal-keyword-completion):
5009         Add `pascal-str' argument, save-excursion,
5010         return the found completions, and don't filter with pascal-pred.
5011         (pascal-completion-cache): New var.
5012         (pascal-completion): Don't switch buffer any more (it was never
5013         necessary).  Don't save-excursion any more (it's done by the called
5014         subroutines).  Use a cache to avoid redundant computations.
5015         Use complete-with-action rather than pascal-completion-response and
5016         let it apply the predicate as well.
5017         (pascal-complete-word): Use completion-in-buffer when
5018         pascal-toggle-completions is nil.
5019         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5020         not used any more.
5021         (pascal-comp-defun): Don't change buffer any more.
5022         Use complete-with-action rather than pascal-completion-response and
5023         let it apply the predicate as well.
5024         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5025         when neded.
5027 2009-12-02  Kenichi Handa  <handa@m17n.org>
5029         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5030         shape for all Indic scripts.
5032 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5034         Use completion-in-buffer.
5035         * wid-edit.el (widget-field-text-end): New function.
5036         (widget-field-value-get): Use it.
5037         (widget-string-complete, widget-file-complete)
5038         (widget-color-complete): Use it and completion-in-region.
5039         (widget-complete): Don't narrow the buffer.
5041 2009-12-02  Glenn Morris  <rgm@gnu.org>
5043         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
5044         (rmail-select-summary): Use rmail-pop-to-buffer.
5045         * mail/rmailsum.el: Replace all pop-to-buffer calls with
5046         rmail-pop-to-buffer, to prevent horizontal splits.
5048         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5049         save-excursion with save-current-buffer.
5050         Widen before searching.  (Bug#5093)
5051         (diary-list-sexp-entries): Remove superfluous save-excursion.
5053 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
5055         * woman.el (woman-make-bufname): Handle man-pages with "." in the
5056         name.  (Bug#5038)
5058 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5060         * ido.el (ido-file-internal): Handle filenames at point that do
5061         not have a directory part.  (Bug#5049)
5063 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
5065         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5066         (mpc-songs-jump-to, mpc-resume): Doc fixes.
5068 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
5070         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5071         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5072         any more.
5074 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5076         * comint.el (comint-insert-input): Ignore clicks to the right of
5077         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5079         * vc.el (vc-print-log-internal): Don't wait for the process to
5080         terminate before setting up the major mode.
5082         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5083         in case.
5085         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5086         the last element.
5088         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5090 2009-12-01  Glenn Morris  <rgm@gnu.org>
5092         * window.el (window--display-buffer-2): Fix previous changes.
5094 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
5096         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5098 2009-12-01  Glenn Morris  <rgm@gnu.org>
5100         * Makefile.in (ELCFILES): Add mpc.elc.
5102 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5104         * mpc.el: New file.
5106 2009-12-01  Glenn Morris  <rgm@gnu.org>
5108         * window.el (window-to-use): Define for compiler.
5110         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5111         consistent with others (no final period).
5113         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5114         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
5116 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
5118         Make vc-print-log buttons work.
5119         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5121 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
5123         * savehist.el (savehist-autosave-interval): Allow setting to nil
5124         through customize.  (Bug#5056)
5126 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
5128         Fix references to jit-lock properties.
5129         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5130         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5131         (perl-font-lock-special-syntactic-constructs):
5132         Quote jit-lock-defer-multiline property.
5134 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
5136         * vc-git.el (vc-git-registered): Call vc-git-root only once.
5138 2009-11-30  Juri Linkov  <juri@jurta.org>
5140         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5141         value `buffer' of `multi-isearch-next-buffer-current-function'.
5142         Use `(current-buffer)' when `buffer' is nil.
5143         (multi-isearch-next-buffer-from-list): Don't fallback to
5144         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
5146 2009-11-30  Juri Linkov  <juri@jurta.org>
5148         * misearch.el (multi-isearch-read-buffers): Move canonicalization
5149         of buffers with `get-buffer' to `multi-isearch-buffers'.
5150         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5151         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
5152         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5153         FILES with `expand-file-name' converting relative file names
5154         to absolute.  Doc fix.  (Bug#4727)
5156 2009-11-30  Juri Linkov  <juri@jurta.org>
5158         * misearch.el (multi-isearch-read-buffers)
5159         (multi-isearch-read-matching-buffers): New functions.
5160         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5161         Use them in the `interactive' spec.  Doc fix.
5162         (multi-isearch-read-files, multi-isearch-read-matching-files):
5163         New functions.
5164         (multi-isearch-files, multi-isearch-files-regexp):
5165         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
5167 2009-11-30  Juri Linkov  <juri@jurta.org>
5169         * doc-view.el (doc-view-continuous):
5170         Rename from `doc-view-continuous-mode'.
5171         (doc-view-menu): Move "Toggle display" to the top.
5172         Add submenu "Continuous" with radio buttons "Off"/"On"
5173         and "Save as Default".
5174         (doc-view-scroll-up-or-next-page)
5175         (doc-view-scroll-down-or-previous-page)
5176         (doc-view-next-line-or-next-page)
5177         (doc-view-previous-line-or-previous-page):
5178         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
5180 2009-11-30  Juri Linkov  <juri@jurta.org>
5182         * comint.el (comint-mode-map): Rebind `M-r' from
5183         `comint-previous-matching-input' to
5184         `comint-history-isearch-backward-regexp'.
5185         Unbind `M-s' to allow global key binding `M-s'.
5186         Add menu items for `comint-history-isearch-backward' and
5187         `comint-history-isearch-backward-regexp'.  (Bug#3746)
5189 2009-11-30  Juri Linkov  <juri@jurta.org>
5191         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5192         For def=recenter, replace `recenter' with `recenter-top-bottom'
5193         that is called with `this-command' and `last-command' let-bound
5194         to `recenter-top-bottom'.  When the last `def' was not `recenter',
5195         set `recenter-last-op' to nil.  (Bug#4981)
5197 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5199         Minor cleanup and simplification.
5200         * filecache.el (file-cache-add-directory)
5201         (file-cache-add-directory-recursively)
5202         (file-cache-add-from-file-cache-buffer)
5203         (file-cache-delete-file-regexp, file-cache-delete-directory)
5204         (file-cache-files-matching-internal, file-cache-display): Use dolist.
5205         (file-cache-temp-minibuffer-message): Delete function.
5206         (file-cache-minibuffer-complete): Use minibuffer-message instead.
5208         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5209         Don't signal an error when bumping into EOB in tr, s, or y.
5211 2009-11-29  Juri Linkov  <juri@jurta.org>
5213         * startup.el (fancy-about-text): Fix wording of Guided Tour.
5214         (Bug#4960)
5216         * descr-text.el (describe-char-unidata-list): Use lowercase name
5217         for "Unicode name" like in other tags.
5219 2009-11-29  Juri Linkov  <juri@jurta.org>
5221         * ediff-util.el (ediff-minibuffer-with-setup-hook):
5222         New compatibility macro.
5223         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5225 2009-11-29  Juri Linkov  <juri@jurta.org>
5227         Add defcustom to define the cycling order of `recenter-top-bottom'.
5228         (Bug#4981)
5230         * window.el (recenter-last-op): Doc fix.
5231         (recenter-positions): New defcustom.
5232         (recenter-top-bottom): Rewrite to use `recenter-positions'.
5233         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5235 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5237         Improve integration of Tramp and ange-ftp in eshell.
5239         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5240         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
5241         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
5243         * eshell/esh-util.el (top): Require also Tramp when compiling.
5244         (eshell-directory-files-and-attributes): Check for FTP remote
5245         connection.
5246         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5247         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5248         (eshell-file-attributes): Handle ".".  Return `entry'.
5250         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5251         (ange-ftp-directory-files-and-attributes)
5252         (ange-ftp-real-directory-files-and-attributes): New defuns.
5254         * net/tramp.el (tramp-maybe-open-connection): Open the remote
5255         shell with "exec" when possible.  This prevents trailing prompts
5256         in `start-file-process'.
5258 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5260         Try and remove assumptions about point-min==1.
5261         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5262         (rng-compute-mode-line-string): Show the validation percentage in
5263         terms of the narrowed text, not the widened text.
5264         (rng-do-some-validation): Don't catch internal errors when debugging.
5265         (rng-first-error): Simplify.
5266         (rng-after-change-function): Remove work around.  AFAIK the bug has
5267         been fixed a while ago.
5269         * image-mode.el (image-minor-mode): Exit more gracefully when the image
5270         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5272         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5274         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5275         `cd' doesn't always do it for us (bug#5067).
5277         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5278         on 2009-10-25 as part of some other change (bug#5067).
5280 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5282         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5283         `suspicious'.
5284         (byte-compile-warnings): Use byte-compile-warning-types.
5285         (byte-compile-save-excursion): Warn about use of set-buffer right
5286         after save-excursion.
5288         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5289         the excursion as well.
5291 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
5293         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5294         providing a Tramp related implementation of "su" and "sudo".
5295         (eshell-unix-initialize): Add "su" and "sudo".
5297 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
5299         * net/socks.el (socks-send-command): Convert binary request to
5300         unibyte before sending.  This fixes mishandling of some port
5301         numbers such as 129.
5303 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5305         * help.el (describe-bindings-internal): Remove `interactive'.
5307         * man.el (Man-completion-table): Trim a terminating "(".
5308         Remove the space between name page a section.
5309         Add the command's description on the `help-echo' property.
5310         Remove `process-connection-type' binding since it's unused by
5311         call-process.
5312         Provide completion for the "<section> <name>" format as well.
5313         (Man-default-man-entry): Remove spurious var shadowing the argument.
5315 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5317         * log-view.el: Add "Keywords: tools", since its other keywords
5318         aren't in finder-known-keywords, and following vc.el.
5320         * sha1.el (sha1-string-external): default-directory "/" in case
5321         otherwise non-existent.  process-connection-type pipe for touch of
5322         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5324 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5326         Misc coding convention cleanups.
5327         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5328         hfy-init-kludge-hooks.
5329         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5330         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5331         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5332         and push.
5333         (hfy-slant, hfy-weight): Use tables rather than code.
5334         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5335         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5336         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5337         (hfy-face-to-css): Remove `nconc' with single arg.
5338         (hfy-p-to-face-lennart): Use `or'.
5339         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5340         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5341         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5342         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5343         (hfy-force-fontification): Use run-hooks.
5345 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5347         Various minor fixes.
5348         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5349         Javascript belongs in the header, not the body.
5350         (hfy-javascript): Remove.
5351         (hfy-fontify-buffer): Don't insert it any more.
5352         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5353         Fix bug in invis handling when there were no invis props in a chunk.
5355 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5357         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5359 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5361         * finder.el (finder-mode-map): Add a menu.
5363 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5365         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5366         "unsigned" structs.
5368         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5369         fork" statement better.
5371 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5373         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5374         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5375         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5376         Reported by Clay Douglass.
5378         (verilog-auto-inst, verilog-auto-star-safe)
5379         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5380         Fix removing "// Interfaces" when saving .* expansions.
5381         Reported by Pierre-David Pfister.
5383 2009-11-26  Glenn Morris  <rgm@gnu.org>
5385         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5386         the scope.
5388 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5390         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5391         Really use previous revision.
5393 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5395         * man.el (Man-completion-table): default-directory "/" in case
5396         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5397         not to truncate long names.  process-connection-type pipe to avoid
5398         any chance of hitting the pseudo-tty TIOCGWINSZ.
5399         (man): completion-ignore-case t for friendliness and since man
5400         itself is case-insensitive on the command line.
5401         Further to Bug#3717.
5403         * arc-mode.el: Add "Keywords: files", so the details in its
5404         commentary can be reached from finder-by-keyword.
5405         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5406         editing mode, but it's comms related and sgml-mode.el has "comm"
5407         on that basis too.
5408         * textmodes/bibtex-style.el: Add "Keywords: tex".
5409         * international/isearch-x.el, international/ja-dic-cnv.el:
5410         * international/ja-dic-utl.el, international/kkc.el:
5411         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5413 2009-11-25  Juri Linkov  <juri@jurta.org>
5415         * man.el (Man-completion-table): Modify regexp to include
5416         section names to completion strings.  (Bug#3717)
5418 2009-11-25  Juri Linkov  <juri@jurta.org>
5420         Search recursively in gzipped files.  (Bug#4982)
5422         * progmodes/grep.el (grep-highlight-matches): Add new options
5423         `always' and `auto'.  Doc fix.
5424         (grep-process-setup): Check `grep-highlight-matches' for
5425         `auto-detect' to determine the need to compute grep defaults.
5426         Move Windows/DOS specific --colors settings handling
5427         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5428         to get the value of "--color=".
5429         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5430         has the value `auto-detect'.  Move Windows/DOS specific settings
5431         from `grep-process-setup'.
5432         (zrgrep): New command with alias `rzgrep'.
5434 2009-11-25  Juri Linkov  <juri@jurta.org>
5436         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5437         to nil instead of switching off view-mode.  (Bug#4896)
5439 2009-11-25  Juri Linkov  <juri@jurta.org>
5441         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5443         * mwheel.el (mwheel-scroll-up-function)
5444         (mwheel-scroll-down-function): New defvars.
5445         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5446         `scroll-up', and `mwheel-scroll-down-function' instead of
5447         `scroll-down'.
5449         * doc-view.el (doc-view-scroll-up-or-next-page)
5450         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5451         Use this ARG in the call to image-scroll-up/image-scroll-down.
5452         Change `interactive' spec to "P".  Goto next/previous page only
5453         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5454         SPC/DEL case).  Doc fix.
5455         (doc-view-next-line-or-next-page)
5456         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5457         for consistency.
5458         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5459         `doc-view-scroll-up-or-next-page', and buffer-local
5460         `mwheel-scroll-down-function' to
5461         `doc-view-scroll-down-or-previous-page'.
5463 2009-11-25  Juri Linkov  <juri@jurta.org>
5465         Provide additional default values (directories at other Dired
5466         windows) via M-n in the minibuffer of some Dired commands.
5468         * dired-aux.el (dired-diff, dired-compare-directories)
5469         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5470         `minibuffer-default' in `minibuffer-with-setup-hook'.
5471         (dired-dwim-target-directory): Find a window that displays Dired
5472         buffer instead of failing when the next window is not Dired.
5473         Use `get-window-with-predicate' to find for the next Dired window.
5474         (dired-dwim-target-defaults): New function.
5476         * ediff-util.el (ediff-read-file-name):
5477         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5478         in `minibuffer-with-setup-hook'.
5480 2009-11-25  Juri Linkov  <juri@jurta.org>
5482         Provide additional default values (file name at point or at the
5483         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5485         * minibuffer.el (read-file-name-defaults): New function.
5486         (read-file-name): Reset `minibuffer-default' to nil when
5487         it duplicates initial input `insdef'.
5488         Bind `minibuffer-default-add-function' to lambda that
5489         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5490         (minibuffer-insert-file-name-at-point): New command.
5492         * files.el (file-name-at-point-functions): New defcustom.
5493         (find-file-default): Remove defvar.
5494         (find-file-read-args): Don't use `find-file-default'.
5495         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5496         to `read-file-name'.
5497         (find-file-literally): Use `read-file-name' with
5498         `confirm-nonexistent-file-or-buffer'.
5500         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5502         * dired.el (dired-read-dir-and-switches):
5503         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5504         to `read-file-name'.
5505         (dired-file-name-at-point): New function.
5506         (dired-mode): Add hook `dired-file-name-at-point' to
5507         `file-name-at-point-functions'.
5509 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5511         Really make the *Completions* window soft-dedicated (bug#5030).
5512         * window.el (window--display-buffer-2): Add `dedicated' argument.
5513         (display-buffer): Pass it when needed so the dedicated flag is set
5514         after calling set-window-buffer, which would otherwise reset it.
5516 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5518         * progmodes/meta-mode.el (meta-complete-symbol):
5519         * progmodes/etags.el (complete-tag):
5520         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5521         Use completion-in-region.
5523         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5524         (dabbrev-completion): Use completion-in-region.
5525         (dabbrev--abbrev-at-point): Simplify regexp.
5527         * abbrev.el (abbrev--before-point): Use word-motion functions
5528         if :regexp is not specified (bug#5031).
5530         * subr.el (string-prefix-p): New function.
5532         * man.el (Man-completion-cache): New var.
5533         (Man-completion-table): Use it.
5535         * vc.el (vc-print-log-internal): Make `limit' optional for better
5536         compatibility (e.g. with vc-annotate.el).
5538 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5540         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5541         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5543         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5544         when .el source file not found or other error.
5546 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5548         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5550 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         Handle the [back] button properly (bug#4979).
5553         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5554         Use help-setup-xref, help-buffer, and with-help-window.
5555         (describe-char): Add `buffer' argument.
5556         Pass proper command to help-setup-xref.  Don't meddle with
5557         help-xref-stack-item directly.
5558         (describe-text-category): Use with-help-window and help-buffer.
5560         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5561         for the displayed buffer (bug#4887).
5563         * man.el (Man-completion-table): New function.
5564         (man): Use it.
5566 2009-11-24  David Reitter  <david.reitter@gmail.com>
5568         * vc-git.el (vc-git-registered): Use checkout directory (where
5569         .git is) rather than the file's directory and a relative path spec
5570         to work around a bug in git.
5572 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5574         Improve handling of processes on remote hosts.
5576         * eshell/esh-util.el (eshell-path-env): New defvar.
5577         (eshell-parse-colon-path): New defun.
5578         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5580         * eshell/esh-ext.el (eshell-search-path):
5581         Use `eshell-parse-colon-path'.
5582         (eshell-remote-command): Remove argument HANDLER.
5583         (eshell-external-command): Check for FTP remote connection.
5585         * eshell/esh-proc.el (eshell-gather-process-output):
5586         Use `file-truename', in order to start also symlinked files.
5587         Apply `start-file-process' instead of `start-process'.
5588         Shorten `command' to the local file name part.
5590         * eshell/em-cmpl.el (eshell-complete-commands-list):
5591         Use `eshell-parse-colon-path'.
5593         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5595         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5596         to `eshell-directory-change-hook'.
5598 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5600         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5601         because it could be enabled automatically if view-read-only is non-nil.
5603 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5605         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5606         made on 2009-11-22.
5608 2009-11-24  Glenn Morris  <rgm@gnu.org>
5610         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5611         deleted variable bookmark-bmenu-bookmark-column.
5613 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5615         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5617 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5619         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5620         two slashes to the "file:" prefix.
5621         (browse-url-file-url): De-munge Cygwin filenames before passing
5622         them to Windows browser.
5623         (browse-url-default-windows-browser): Use call-process.
5625 2009-11-23  Juri Linkov  <juri@jurta.org>
5627         Implement DocView Continuous mode.  (Bug#4896)
5628         * doc-view.el (doc-view-continuous-mode): New defcustom.
5629         (doc-view-mode-map): Bind C-n/<down> to
5630         `doc-view-next-line-or-next-page', C-p/<up> to
5631         `doc-view-previous-line-or-previous-page'.
5632         (doc-view-next-line-or-next-page)
5633         (doc-view-previous-line-or-previous-page): New commands.
5635 2009-11-23  Juri Linkov  <juri@jurta.org>
5637         Implement Isearch in comint input history.  (Bug#3746)
5638         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5639         `isearch-mode-hook'.
5640         (comint-history-isearch): New defcustom.
5641         (comint-history-isearch-backward)
5642         (comint-history-isearch-backward-regexp): New commands.
5643         (comint-history-isearch-message-overlay): New buffer-local variable.
5644         (comint-history-isearch-setup, comint-history-isearch-end)
5645         (comint-goto-input, comint-history-isearch-search)
5646         (comint-history-isearch-message, comint-history-isearch-wrap)
5647         (comint-history-isearch-push-state)
5648         (comint-history-isearch-pop-state): New functions.
5650 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5652         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5653         return.
5654         (tramp-handle-make-symbolic-link)
5655         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5656         Quote file names.
5657         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5658         (tramp-handle-process-file): Use it.
5660 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5662         * window.el (move-to-window-line-last-op): Remove.
5663         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5665 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5667         Make M-r mirror the new cycling behavior of C-l.
5668         * window.el (move-to-window-line-last-op): New var.
5669         (move-to-window-line-top-bottom): New command.
5670         (global-map): Bind M-r move-to-window-line-top-bottom.
5672 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5674         * dired-x.el (dired-guess-shell-alist-default):
5675         Support xz format.  (Bug#4953)
5677 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5679         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5680         last-command-char/last-command-event.
5681         (viper-prefix-arg-value): Do correct conversion of event-char for
5682         XEmacs.
5684         * emulation/viper-util.el, emulation/viper.el:
5685         Use viper-last-command-char instead of
5686         last-command-char/last-command-event.
5688         * ediff-init.el, ediff-mult.el, ediff-util.el:
5689         Replace last-command-char and last-command-event
5690         with (ediff-last-command-char) everywhere.
5692         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5693         created in fundamental mode.
5695         * ediff.el (ediff-version): Revert the change of interactive-p to
5696         called-interactively-p.
5698 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5700         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5701         generation from word-movement command names.
5703 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5705         * cus-start.el (all): Add native condition for font-use-system-font.
5707 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5709         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5710         Correct the patch from 2009-11-18.  (Bug#3910)
5712 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5714         * progmodes/subword.el: Rename from lisp/subword.el.
5716         * subword.el: Rename to progmodes/subword.el.
5718         * Makefile.in (ELCFILES): Adapt to subword.el move.
5720 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5721             Stefan Monnier  <monnier@iro.umontreal.ca>
5723         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5724         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5725         (bookmark-bmenu-show-filenames): Use push.
5726         (bookmark-bmenu-hide-filenames): Use local var instead of
5727         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5728         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5729         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5730         filenames now that the bookmark names are always available.
5732 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5734         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5735         (bookmark-search-pattern): Move and leave unbound.
5736         (bookmark-bmenu-mode-map): Change binding.
5737         (bookmark-read-search-input): Simplify.
5738         Don't use text-char-description.  Don't error on non-char events.
5739         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5740         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5741         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5742         Use a local var for the timer.
5743         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5744         (i.e. bookmark-bmenu-search).
5746 2009-11-21  Glenn Morris  <rgm@gnu.org>
5748         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5750 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5752         * net/browse-url.el (browse-url-default-windows-browser):
5753         Use cygstart for cygwin.
5755 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5757         * bookmark.el: Formatting and doc fixes only:
5758         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5759         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5760         Minor grammar and punctuation fixes in doc string.
5761         (bookmark-read-search-input): Adjust to fit within 80 columns.
5763 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5765         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5766         (c-backward-into-nomenclature): Adapt to subword renaming.
5768         * subword.el (subword-forward, subword-backward, subword-mark)
5769         (subword-kill, subword-backward-kill, subword-transpose)
5770         (subword-downcase, subword-upcase, subword-capitalize)
5771         (subword-forward-internal, subword-backward-internal):
5772         Rename from forward-subword, backward-subword, mark-subword,
5773         kill-subword, backward-kill-subword, transpose-subwords,
5774         downcase-subword, upcase-subword, capitalize-subword,
5775         forward-subword-internal, backward-subword-internal.
5777 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5779         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5780         New options.
5781         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5782         New vars.
5783         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5784         (bookmark-bmenu-filter-alist-by-regexp)
5785         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5786         (bookmark-bmenu-search): New command.
5787         (bookmark-bmenu-mode-map): Bind it.
5789 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5791         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5792         backward-subword to quit the byte-compiler.
5794         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5796         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5798         * progmodes/cc-cmds.el (c-update-modeline)
5799         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5800         Refer to subword.el functions instead of cc-subword.el.
5802         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5803         subword.el functions instead of cc-subword.el.
5805         * progmodes/cc-subword.el: Rename to subword.el.
5806         * subword.el: Rename from progmodes/cc-subword.el.
5807         (subword-mode-map): Rename from c-subword-mode-map.
5808         (subword-mode): Rename from c-subword-mode.
5809         (global-subword-mode): New global minor mode.
5810         (forward-subword): Rename from c-forward-subword.
5811         (backward-subword): Rename from c-backward-subword.
5812         (mark-subword): Rename from c-mark-subword.
5813         (kill-subword): Rename from c-kill-subword.
5814         (backward-kill-subword): Rename from c-backward-kill-subword.
5815         (transpose-subwords): Rename from c-tranpose-subword.
5816         (downcase-subword): Rename from c-downcase-subword.
5817         (capitalize-subword): Rename from c-capitalize-subword.
5818         (forward-subword-internal): Rename from c-forward-subword-internal.
5819         (backward-subword-internal): Rename from c-backward-subword-internal.
5821 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5823         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5824         from a dired buffer.
5825         (vc-dired-deduce-fileset): New function.
5826         (vc-root-diff, vc-print-root-log): Use it.
5828         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5829         nil LIMIT argument to vc-print-log-internal.
5831 2009-11-20  Glenn Morris  <rgm@gnu.org>
5833         * Makefile.in (ELCFILES): Regenerate.
5835 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5837         * calc/calc.el (calc-set-mode-line):
5838         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5839         (math-format-number): Rename `math-format-complement-signed' to
5840         `math-format-twos-complement'.
5842         * calc/calc-bin.el (math-format-twos-complement): Rename from
5843         math-format-complement-signed.
5844         (calc-radix): Rename `calc-complement-signed-mode' to
5845         `calc-twos-complement-mode'.
5846         (calc-octal-radix, calc-hex-radix): Add an argument for
5847         two's complement.
5849         * calc/calc-embed.el (calc-embedded-mode-vars):
5850         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5852         * calc/calc-ext.el (calc-init-extensions):
5853         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5854         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5856         * calc/calc-units.el (math-build-units-table-buffer):
5857         Let `calc-twos-complement-mode' be nil.
5859         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5860         entries.
5862         * calc/calc-vec.el (calcFunc-vunpack):
5863         * calc/calc-aent.el (calc-do-calc-eval):
5864         * calc/calc-forms.el (math-format-date):
5865         * calc/calc-graph.el (calc-graph-plot):
5866         * calc/calc-math.el (math-use-emacs-fn):
5867         * calc/calccomp.el (math-compose-expr):
5868         Let `calc-twos-complement-mode' be nil.
5870 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5872         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5873         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5874         * minibuffer.el (completion-in-region-functions): New hook.
5875         (completion-in-region): New function.
5876         * emacs-lisp/lisp.el (lisp-complete-symbol):
5877         * pcomplete.el (pcomplete-std-complete): Use it.
5879 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5881         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5882         (latex-complete-alist): New vars.
5883         (latex-string-prefix-p, latex-complete-bibtex-keys)
5884         (latex-complete-envnames, latex-complete-refkeys)
5885         (latex-complete-data): New functions.
5886         (latex-complete, latex-indent-or-complete): New commands.
5888         * window.el (display-buffer-mark-dedicated): New var.
5889         (display-buffer): Obey it.
5890         * minibuffer.el (minibuffer-completion-help): Use it.
5892         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5894         * filecache.el (file-cache-add-file): Use push and cons.
5895         (file-cache-delete-file-regexp): Use push.
5896         (file-cache-complete): Use completion-in-region.
5898         * simple.el (with-wrapper-hook): Fix thinko.
5900         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5901         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5902         Use with-current-buffer and string-to-number.
5903         (hfy-fallback-colour-values): Use assoc-string.
5904         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5905         (hfy-face-at): Remove unused var `found-face'.
5906         (hfy-compile-stylesheet): Remove unused var `css'.
5907         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5908         and `orig-buffer'.
5909         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5910         Use with-current-buffer.
5911         (hfy-text-p): Use expand-file-name and fewer setq.
5913 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5915         * htmlfontify.el, hfy-cmap.el: New files.
5917 2009-11-19  Juri Linkov  <juri@jurta.org>
5919         * minibuffer.el (completions-format): New defcustom.
5920         (completion--insert-strings): Implement vertical format.
5922         * simple.el (switch-to-completions): Move point to the first
5923         completion when point was at the beginning of the buffer.
5925 2009-11-19  Juri Linkov  <juri@jurta.org>
5927         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5929         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5931 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5933         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5934         (mail-signature): Change default to t.
5935         (mail-from-style): Deprecate `system-default' value.
5936         (mail-insert-from-field): For default value of mail-from-style,
5937         default to `angles' unless `angles' needs quoting and `parens'
5938         does not.
5939         (mail-citation-prefix-regexp): Use citation regexp from
5940         message-mode.
5942 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5944         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5945         Set variables for computing the prompt for reading password.
5947 2009-11-19  Glenn Morris  <rgm@gnu.org>
5949         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5951         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5953         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5954         (newsticker-treeview-listwindow-height): Fix custom type.
5956 2009-11-19  Kenichi Handa  <handa@m17n.org>
5958         * descr-text.el (describe-char-padded-string): Compose with TAB
5959         only if there's a font for CH.
5960         (describe-char): Fix the condition for detecting a trivial composition.
5962 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5964         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5965         more accurate version of the regexp.  (Bug#3910)
5967 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5969         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5971 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5973         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5974         (font-setting-change-default-font): Fix typo in docstring.
5976 2009-11-18  Alan Mackenzie  <acm@muc.de>
5978         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5980 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5982         * font-setting.el (font-use-system-font): Move ...
5984         * cus-start.el (all): ... to here.
5986 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5988         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5989         Don't set `ad-return-value' if `ad-do-it' doesn't.
5991         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5992         modification time.
5994 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5996         * menu-bar.el: Put "Use system font" in Option-menu.
5997         (menu-bar-options-save): Add font-use-system-font.
5999         * loadup.el: If feature system-font-setting or font-render-setting is
6000         there, load font-setting.
6002         * Makefile.in (ELCFILES): Add font-settings.el.
6003         * font-setting.el: New file.
6005 2009-11-17  Glenn Morris  <rgm@gnu.org>
6007         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6009         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6010         Preserve point in the list buffer.  (Bug#4939)
6011         Use point-at-eol.
6012         (newsticker--treeview-list-update-highlight)
6013         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6015 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6017         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6018         Remove.
6020         * calc/calc-ext.el (calc-init-extensions): Remove references to
6021         symclip.
6023         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6025         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6026         * calc/calc-help.el (calc-b-prefix-help): Remove references to
6027         `calc-symclip'.
6029 2009-11-16  Kevin Ryde  <user42@zip.com.au>
6031         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6032         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6034         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6035         (lm-keywords-list): Allow comma-only separator like "foo,bar".
6036         Ignore trailing spaces by omit-nulls to split-string (fixing
6037         regression from Emacs 21 due to the incompatible split-string
6038         change).  (Bug #4928.)
6040 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6042         * vc.el (vc-log-show-limit): Default to 2000.
6043         (vc-print-log-internal): Insert buttons to request more entries
6044         when limiting the output.
6046         * vc-sccs.el (vc-sccs-print-log):
6047         * vc-rcs.el (vc-rcs-print-log):
6048         * vc-cvs.el (vc-cvs-print-log):
6049         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6050         LIMIT is non-nil.
6052 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6054         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6055         error when `tramp-gvfs-dbus-event-vector' is set.
6056         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6058 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6060         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6062 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6064         * net/dbus.el (dbus-unregister-service): New defun.
6065         (dbus-register-property): Register the handlers of
6066         "org.freedesktop.DBus.Properties" for SERVICE.
6067         (dbus-property-handler): Fix docstring.
6069 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6071         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6072         Quote doc string reference in defvaralias as it is not in special form.
6073         (byte-compile-output-docform): Doc fix.
6075 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6077         * calc/calc.el (math-2-word-size, math-half-2-word-size)
6078         (calc-complement-signed-mode): New variables.
6079         (calc-set-mode-line): Add indicator for twos-complements.
6080         (math-format-number): Format twos-complement notation.
6082         * calc/calc-bin.el (calc-word-size): Reset the variables
6083         `math-2-word-size' and `math-half-2-word-size'.
6084         (math-format-complement-signed, math-symclip, calcFunc-symclip)
6085         (calc-symclip): New functions.
6087         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6089         * calc/calc-embed.el (calc-embedded-mode-vars):
6090         Add `calc-complement-signed-mode' to the list of modes.
6092         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6093         (calc-b-oper-keys): Add `calc-symclip' to list.
6095         * calc/calc-ext.el (math-read-number-fancy): Read complement
6096         signed numbers.
6097         (calc-init-extensions): Add binding for `calc-symclip'.
6098         Add autoload for `calcFunc-symclip' and `calc-symclip'.
6100         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6101         `calc-symclip'.
6102         (calc-modes-menu): Add item for twos complement mode.
6104         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6106 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6108         * register.el (jump-to-register, insert-register): Handle Semantic
6109         tags.  From commented-out advice in semantic/senator.el.
6111 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6113         * vc.el (vc-log-show-limit): New variable.
6114         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
6115         when using a prefix argument.
6116         (vc-print-log-internal): Add new argument LIMIT.
6118         * vc-svn.el (vc-svn-print-log):
6119         * vc-mtn.el (vc-mtn-print-log):
6120         * vc-hg.el (vc-hg-print-log):
6121         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6122         pass it to the log command when set.  Make the BUFFER argument
6123         non-optional.
6125         * vc-sccs.el (vc-sccs-print-log):
6126         * vc-rcs.el (vc-rcs-print-log):
6127         * vc-git.el (vc-git-print-log):
6128         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6129         ignore it.  Make the BUFFER argument non-optional
6131         * bindings.el (mode-line-buffer-identification): Do not purecopy.
6133 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6135         * dired.el (dired-mode-map): Move encryption items to "Operate"
6136         menu (Bug#4703).
6138         * strokes.el (strokes-update-window-configuration): Make strokes
6139         buffer current before erasing (Bug#4906).
6141 2009-11-15  Juri Linkov  <juri@jurta.org>
6143         * simple.el (set-mark-default-inactive): Add :type, :group
6144         and :version.  (Bug#4876)
6146 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
6148         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6149         (archive-unique-fname): ... here.  (Bug#4929)
6151 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6153         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6154         with a real fix.
6156         * novice.el (disabled-command-function): Add useful args.
6157         Setup the help buffer so that [back] works.
6158         Remove redundant call to help-mode.
6159         (disabled-command-function): Use `case'.
6160         (en/disable-command): New function extracted from enable-command.
6161         (enable-command, disable-command): Use it.
6163 2009-11-14  Glenn Morris  <rgm@gnu.org>
6165         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6166         constants.  (Bug#4913)
6168         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6170 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6172         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6173         defined in C that have no doc-strings.  (Bug#1063)
6175 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
6177         * cus-edit.el (data, files):
6178         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
6180 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
6182         * simple.el (shell-command): Doc fix (Bug#4891).
6184         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6186 2009-11-14  Glenn Morris  <rgm@gnu.org>
6188         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6189         statements for vc-diff, emerge-quit, and rmail-cease-edit.
6190         If they are already loaded, eval-after-load will do the right thing.
6192         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6193         compiling.
6195         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6197         * simple.el (x-selection-owner-p): Declare.
6198         (read-mail-command): Use custom radio type rather than choice.
6199         (completion-no-auto-exit): Doc fix.
6201         * custom.el (defgroup):
6202         * epg-config.el (epg): Doc fixes.
6204 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6206         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6207         * international/ccl.el (define-ccl-program): Do not purecopy the
6208         docstring, defconst does it anyway.
6210 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6212         * add-log.el (add-change-log-entry): Avoid displaying the changelog
6213         a second time.
6215         * x-dnd.el (x-dnd-maybe-call-test-function):
6216         * window.el (split-window-vertically):
6217         * whitespace.el (whitespace-help-on):
6218         * vc-rcs.el (vc-rcs-consult-headers):
6219         * userlock.el (ask-user-about-lock-help)
6220         (ask-user-about-supersession-help):
6221         * type-break.el (type-break-force-mode-line-update):
6222         * time-stamp.el (time-stamp-conv-warn):
6223         * terminal.el (te-set-output-log, te-more-break, te-filter)
6224         (te-sentinel, terminal-emulator):
6225         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6226         (term-write-input-ring, term-check-source, term-start-output-log):
6227         (term-display-buffer-line, term-dynamic-list-completions):
6228         (term-ansi-make-term, serial-term):
6229         * subr.el (selective-display):
6230         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6231         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6232         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6233         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6234         (speedbar-remove-localized-speedbar-support)
6235         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6236         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6237         (speedbar-buffers-line-directory):
6238         * simple.el (shell-command-on-region, append-to-buffer)
6239         (prepend-to-buffer):
6240         * shadowfile.el (shadow-save-todo-file):
6241         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6242         (scroll-bar-maybe-set-window-start):
6243         * sb-image.el (speedbar-image-dump):
6244         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6245         (load-save-place-alist-from-file):
6246         * ps-samp.el (ps-print-message-from-summary):
6247         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6248         (ps-background-image, ps-begin-job, ps-do-despool):
6249         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6250         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6251         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6252         (pr-call-process, pr-file-list, pr-interface-save):
6253         * novice.el (disabled-command-function)
6254         (enable-command, disable-command):
6255         * mouse.el (mouse-buffer-menu-alist):
6256         * mouse-copy.el (mouse-kill-preserving-secondary):
6257         * macros.el (kbd-macro-query):
6258         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6259         * informat.el (batch-info-validate):
6260         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6261         * hippie-exp.el (try-expand-dabbrev-visible):
6262         * help-mode.el (help-make-xrefs):
6263         * help-fns.el (describe-variable):
6264         * generic-x.el (bat-generic-mode-run-as-comint):
6265         * finder.el (finder-mouse-select):
6266         * find-dired.el (find-dired-sentinel):
6267         * filesets.el (filesets-file-close):
6268         * files.el (list-directory):
6269         * faces.el (list-faces-display, describe-face):
6270         * facemenu.el (list-colors-display):
6271         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6272         * epg.el (epg--process-filter, epg-cancel):
6273         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6274         (epa--read-signature-type):
6275         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6276         (emerge-file-names):
6277         * ehelp.el (electric-helpify):
6278         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6279         * ediff-vers.el (rcs-ediff-view-revision):
6280         * ediff-util.el (ediff-setup):
6281         * ediff-mult.el (ediff-append-custom-diff):
6282         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6283         (ediff-wordify):
6284         * echistory.el (Electric-command-history-redo-expression):
6285         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6286         * disp-table.el (describe-display-table):
6287         * dired.el (dired-find-buffer-nocreate):
6288         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6289         * dabbrev.el (dabbrev--same-major-mode-p):
6290         * chistory.el (list-command-history):
6291         * apropos.el (apropos-documentation):
6292         * allout.el (allout-obtain-passphrase):
6293         (allout-copy-exposed-to-buffer):
6294         (allout-verify-passphrase): Use with-current-buffer.
6296 2009-11-13  Glenn Morris  <rgm@gnu.org>
6298         * Makefile.in (ELCFILES): Regenerate.
6300 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6302         * net/dbus.el (dbus-registered-objects-table): Rename from
6303         `dbus-registered-functions-table', because it contains also properties.
6304         (dbus-unregister-object): Unregister also properties.
6305         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6306         Use a timeout of 500 msec, in order to not block.
6307         (dbus-register-property, dbus-property-handler): New defuns.
6309 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * simple.el (minibuffer-default-add-completions): Drop deprecated
6312         4th arg.
6314 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6316         * textmodes/artist.el (artist-mouse-choose-operation):
6317         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6318         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6319         (artist-compute-up-event-key): New function.
6320         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6322 2009-11-13  Kenichi Handa  <handa@m17n.org>
6324         * language/japan-util.el: Make sure that the value of jisx0208
6325         property is jisx0208 character.
6327 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6329         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6330         car or each item, not the whole list.
6332 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6334         * minibuffer.el (minibuffer-completion-help):
6335         Use minibuffer-hide-completions.
6337 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6339         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6340         (dired-revert): Use them (bug#4880).
6342 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6344         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6346 2009-11-12  Juri Linkov  <juri@jurta.org>
6348         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6349         New functions.
6350         (find-file-literally-at-point): Alias of `ffap-literally'.
6352 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6354         * textmodes/ispell.el (ispell-skip-region-alist):
6355         * textmodes/css-mode.el (auto-mode-alist):
6356         * progmodes/compile.el (auto-mode-alist):
6357         * international/mule.el (ctext-non-standard-encodings-alist)
6358         (ctext-non-standard-encodings-regexp):
6359         * simple.el (shell-command-switch, text-read-only):
6360         * replace.el (occur-mode-map):
6361         * paths.el (rmail-file-name):
6362         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6363         * find-file.el (ff-special-constructs):
6364         * files.el (file-name-handler-alist):
6365         * composite.el: Purecopy strings.
6367         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6369 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6371         * widget.el (define-widget): Purecopy the docstring.
6372         * international/mule-cmds.el (charset): Do not purecopy the
6373         docstring here, define-widget does it.
6375         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6376         * textmodes/bibtex-style.el (auto-mode-alist):
6377         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6378         * progmodes/compile.el (compile-command):
6379         * language/korea-util.el (default-korean-keyboard):
6380         * international/mule-conf.el (file-coding-system-alist):
6381         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6382         * tooltip.el (tooltip-frame-parameters):
6383         * newcomment.el (comment-end, comment-padding):
6384         * dired.el (dired-trivial-filenames):
6385         * comint.el (comint-file-name-prefix): Purecopy initial values.
6387 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6389         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6390         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6391         `tramp-unload'.
6392         (tramp-advice-make-auto-save-file-name)
6393         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6394         after removing the advice.
6396 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6398         * progmodes/grep.el (grep-regexp-alist):
6399         * international/mule-cmds.el (iso-2022-control-alist):
6400         * emacs-lisp/timer.el (timer-duration-words):
6401         * subr.el (version-separator, version-regexp-alist):
6402         * minibuffer.el (completion-styles-alist):
6403         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6404         Change defvars to defconsts.
6406         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6407         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6408         * international/mule-conf.el: Allow to be byte compiled.
6410         * international/mule.el (define-charset): Purecopy props.
6411         (load-with-code-conversion): Purecopy doc string and file name.
6412         (put-charset-property): Purecopy strings.
6413         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6415         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6416         (define-char-code-property): Correctly purecopy the table.
6418         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6420         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6422         * subr.el (add-hook): Purecopy strings.
6423         (eval-after-load): Purecopy load-history-regexp and the form.
6425         * custom.el (custom-declare-group): Purecopy load-file-name.
6427         * subr.el (menu-bar-separator): New defconst.
6428         * net/eudc.el (eudc-tools-menu):
6429         * international/mule-cmds.el (set-coding-system-map)
6430         (mule-menu-keymap):
6431         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6432         * vc-hooks.el (vc-menu-map):
6433         * replace.el (occur-mode-map):
6434         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6435         (menu-bar-edit-menu, menu-bar-goto-menu)
6436         (menu-bar-custom-menu, menu-bar-showhide-menu)
6437         (menu-bar-options-menu, menu-bar-tools-menu)
6438         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6439         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6440         (menu-bar-help-menu):
6441         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6442         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6444         * term/x-win.el (x-gtk-stock-map):
6445         * progmodes/vera-mode.el (auto-mode-alist):
6446         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6447         (inferior-lisp-program, inferior-lisp-load-command):
6448         * progmodes/hideshow.el (hs-special-modes-alist):
6449         * progmodes/gud.el (same-window-regexps):
6450         * progmodes/grep.el (grep-program, find-program, xargs-program):
6451         * net/telnet.el (same-window-regexps):
6452         * net/rlogin.el (same-window-regexps):
6453         * language/ethiopic.el (font-ccl-encoder-alist):
6454         * vc-sccs.el (vc-sccs-master-templates):
6455         * vc-rcs.el (vc-rcs-master-templates):
6456         * subr.el (cl-assertion-failed):
6457         * simple.el (next-error-overlay-arrow-position):
6458         * lpr.el (lpr-command):
6459         * locate.el (locate-ls-subdir-switches):
6460         * info.el (same-window-regexps, info)
6461         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6462         * image-mode.el (image-mode, auto-mode-alist):
6463         * hippie-exp.el (hippie-expand-ignore-buffers):
6464         * format.el (format-alist):
6465         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6466         (find-name-arg):
6467         * facemenu.el (facemenu-keybindings):
6468         * dired.el (dired-listing-switches, dired-chown-program):
6469         * diff.el (diff-switches, diff-command):
6470         * cus-edit.el (same-window-regexps):
6471         * bindings.el (mode-line-mule-info)
6472         (mode-line-buffer-identification): Purecopy strings.
6474 2009-11-11  Juri Linkov  <juri@jurta.org>
6476         * simple.el (dired-get-filename) <declare-function>:
6477         Tell the byte-compiler about dired-get-filename.
6478         (shell-command): In Dired mode, get filename from the current line
6479         as the default value.
6481 2009-11-10  Glenn Morris  <rgm@gnu.org>
6483         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6484         * calendar/holidays.el, progmodes/cperl-mode.el:
6485         Update x-popup-menu declarations.
6487         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6488         (list-load-path-shadows): Use dolist.
6489         (list-load-path-shadows): Use with-current-buffer.
6491 2009-11-10  Juri Linkov  <juri@jurta.org>
6493         * minibuffer.el (read-file-name): Support a list of default values
6494         in `default-filename'.  Use the first file name where only one
6495         element is required.  Doc fix.
6497 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6499         * net/dbus.el (dbus-unregister-object): Release service, if no
6500         other method is registered for it.
6502 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6504         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6505         bookmark-sort-flag is non-nil (Bug#4653).
6507 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6509         * emulation/cua-base.el: Add CUA property to some CC mode commands
6510         (Bug#4100).
6512 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6514         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6515         at end of sentence (Bug#4818).
6517 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6519         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6520         Handle "see declaration of" MSFT statements (Bug#4100).
6522 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6524         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6525         (tramp-advice-file-expand-wildcards): Unload via
6526         `ad-remove-advice'.
6528         * net/trampver.el: Update release number.
6530 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6532         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6533         `ad-do-it'.
6535 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6537         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6538         in order to keep context in SELinux.
6540 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6542         * dired-aux.el (dired-query): Place cursor in echo area and allow
6543         C-g.
6545         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6546         menu item if not on a directory (Bug#4701).
6548 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6550         Sync with Tramp 2.1.17.
6552         * net/tramp.el (tramp-handle-copy-directory): Don't use
6553         `file-remote-p' (due to compatibility).
6555         * net/tramp-compat.el (tramp-compat-copy-directory)
6556         (tramp-compat-delete-directory): New defuns.
6558         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6559         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6560         Use `tramp-compat-delete-directory'.
6562         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6563         (tramp-smb-handle-delete-directory):
6564         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6566         * net/trampver.el: Update release number.
6568 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6570         * tar-mode.el (tar-copy): Call write-region on the right buffer
6571         (Bug#4857).
6573         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6574         by hand, if necessary (Bug#4878).
6576 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6578         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6579         align size column (Bug#4839).
6581         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6582         statement.
6584 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6586         * progmodes/ld-script.el (auto-mode-alist):
6587         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6589         * cus-face.el (custom-declare-face): Purecopy face spec.
6591 2009-11-06  Kenichi Handa  <handa@m17n.org>
6593         * international/uni-bidi.el: Re-generated.
6594         * international/uni-category.el: Re-generated.
6595         * international/uni-combining.el: Re-generated.
6596         * international/uni-mirrored.el: Re-generated.
6598 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6600         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6601         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6602         (tex-start-options, slitex-run-command, latex-run-command)
6603         (tex-run-command, tex-directory):
6604         * textmodes/ispell.el (ispell-html-skip-alists)
6605         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6606         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6607         (adaptive-fill-regexp):
6608         * textmodes/dns-mode.el (auto-mode-alist):
6609         * progmodes/python.el (interpreter-mode-alist):
6610         * progmodes/etags.el (tags-compression-info-list):
6611         * progmodes/etags.el (tags-file-name):
6612         * net/browse-url.el (browse-url-galeon-program)
6613         (browse-url-firefox-program):
6614         * mail/sendmail.el (mail-signature-file)
6615         (mail-citation-prefix-regexp):
6616         * international/mule-conf.el (eight-bit):
6617         * international/latexenc.el (latex-inputenc-coding-alist):
6618         * international/fontset.el (x-pixel-size-width-font-regexp):
6619         * emacs-lisp/warnings.el (warning-type-format):
6620         * emacs-lisp/trace.el (trace-buffer):
6621         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6622         (emacs-lisp-mode-map):
6623         * calendar/holidays.el (holiday-solar-holidays)
6624         (holiday-bahai-holidays, holiday-islamic-holidays)
6625         (holiday-christian-holidays, holiday-hebrew-holidays)
6626         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6627         (hebrew-holidays-1, holiday-oriental-holidays)
6628         (holiday-general-holidays):
6629         * x-dnd.el (x-dnd-known-types):
6630         * tool-bar.el (tool-bar):
6631         * startup.el (site-run-file):
6632         * shell.el (shell-dumb-shell-regexp):
6633         * rfn-eshadow.el (file-name-shadow-tty-properties)
6634         (file-name-shadow-properties):
6635         * paths.el (remote-shell-program, news-directory):
6636         * mouse.el ([C-down-mouse-3]):
6637         * menu-bar.el (menu-bar-tools-menu):
6638         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6639         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6640         (jka-compr-compression-info-list):
6641         * isearch.el (search-whitespace-regexp):
6642         * image-file.el (image-file-name-extensions):
6643         * find-dired.el (find-ls-option):
6644         * files.el (directory-listing-before-filename-regexp)
6645         (directory-free-space-args, insert-directory-program)
6646         (list-directory-brief-switches, magic-fallback-mode-alist)
6647         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6648         (automount-dir-prefix):
6649         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6650         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6651         (face-font-registry-alternatives, face-font-registry-alternatives)
6652         (face-font-family-alternatives):
6653         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6654         (facemenu-foreground-menu, facemenu-face-menu):
6655         * epa-hook.el (epa-file-name-regexp):
6656         * dnd.el (dnd-protocol-alist):
6657         * textmodes/rst.el (auto-mode-alist):
6658         * button.el (default-button): Purecopy strings.
6660 2009-11-06  Glenn Morris  <rgm@gnu.org>
6662         * Makefile.in (ELCFILES): Update.
6664 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6666         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6667         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6669         * nxml/xsd-regexp.el (xsdre-gen-categories):
6670         * nxml/xmltok.el (xmltok-parse-entity):
6671         * nxml/rng-parse.el (rng-parse-validate-file):
6672         * nxml/rng-maint.el (rng-format-manual)
6673         (rng-manual-output-force-new-line):
6674         * nxml/rng-loc.el (rng-save-schema-location-1):
6675         * nxml/rng-cmpct.el (rng-c-parse-file):
6676         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6677         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6679 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6681         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6682         Remove extra save-excursions and make-variable-buffer-local's.
6683         Suggested by Stefan Monnier.
6685         (verilog-getopt-file, verilog-module-inside-filename-p)
6686         (verilog-set-define): Merge GNU 1.35 and repair changes from
6687         switching to using with-current-buffer.
6689         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6690         being treated as a number and confusing AUTORESET.
6691         Reported by Dan Dever.
6693         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6694         Add verilog-auto-ignore-concat to fix backward compatibility with
6695         older verilog-modes.  Reported by Dan Katz.
6697         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6698         containing closing anchors "...$".
6700         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6701         Reported by Wade Smith.
6703         (verilog-batch-execute-func): Comment on function usage.
6705 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6707         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6708         for labels.
6710         (verilog-label-re, verilog-calc-1): Support proper indent of named
6711         asserts.
6713         (verilog-backward-token, verilog-basic-complete-re)
6714         (verilog-beg-of-statement, verilog-indent-re): Support proper
6715         indent of the assert statement at the beginning of a block of text.
6717         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6718         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6719         tokens as begins.
6721 2009-11-05  Glenn Morris  <rgm@gnu.org>
6723         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6724         Emacs 19.  (Bug#1531)
6725         (byte-compile-fix-header): Update for the above change.
6726         Drop test for epoch::version.
6728         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6729         * cus-dep.el (custom-make-dependencies):
6730         * finder.el (finder-compile-keywords):
6731         Use autoload-rubric's feature argument.
6733         * calendar/diary-lib.el (top-level): Make load behave more like require.
6735         * vc-git.el (vc-git-stash-map): Move definition before use.
6737 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6739         * custom.el (custom-declare-group): Purecopy standard-value.
6740         (custom-declare-group): Purecopy custom-prefix.
6742         * international/mule.el (load-with-code-conversion):
6743         Call do-after-load-evaluation unconditionally.
6745         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6747 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6749         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6751 2009-11-04  Glenn Morris  <rgm@gnu.org>
6753         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6754         (byte-compile-compatibility): Remove option.
6755         (byte-compile-close-variables, byte-compile-fix-header)
6756         (byte-compile-insert-header, byte-compile-output-docform)
6757         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6758         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6759         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6760         (byte-compile-insert, byte-compile-defun):
6761         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6762         (byte-defop-compiler19): Remove.
6763         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6764         used by anything.  Replace all calls with byte-defop-compiler.
6766 2009-11-04  Juri Linkov  <juri@jurta.org>
6768         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6769         (menu-bar-options-menu): Don't quote the `prop' arg of
6770         `menu-bar-make-mm-toggle'.
6772 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6774         * calendar/calendar.el (cal-loaddefs):
6775         * calendar/diary-lib.el (diary-loaddefs):
6776         * calendar/holidays.el (hol-loaddefs):
6777         * eshell/esh-module.el (esh-groups): Load rather than require.
6779 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6781         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6782         point-min==1.
6783         (todo-top-priorities): Only display-buffer when called interactively.
6784         (todo-item-start): Don't save excursion point.
6785         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6786         (todo-insert-item-here, todo-file-item, todo-remove-item):
6787         Adjust uses of todo-item-start and todo-item-end.
6789         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6790         (autoload-rubric): Don't use any more.
6792         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6793         and only put a prop if it is non-nil.
6795 2009-11-03  Juri Linkov  <juri@jurta.org>
6797         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6798         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6800         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6801         and "Menu" to make top-level menu item visually one unit (like
6802         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6803         multi-word menu items).  Fix :help string for quit-window.
6805 2009-11-03  Glenn Morris  <rgm@gnu.org>
6807         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6808         (byte-compile-file-form-define-abbrev-table)
6809         (byte-compile-file-form-custom-declare-variable)
6810         (byte-compile-variable-ref, byte-compile-defvar):
6811         Whether or not a warning is enabled should only affect whether we issue
6812         the warning, not whether or not we collect the relevant data.
6813         Eg warnings can be turned on and off throughout the course of a file.
6815         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6816         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6818 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6820         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6821         * play/mpuz.el (mpuz-create-buffer):
6822         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6823         (lm-print-y,s,noise, lm-print-w0, lm-init):
6824         * play/gomoku.el (gomoku-prompt-for-move):
6825         * play/fortune.el (fortune-in-buffer):
6826         * play/dissociate.el (dissociated-press):
6827         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6828         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6829         * mail/supercite.el (sc-eref-show):
6830         * mail/smtpmail.el (smtpmail-send-it):
6831         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6832         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6833         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6834         (rmail-summary-goto-msg, rmail-summary-expunge)
6835         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6836         (rmail-summary-add-label, rmail-summary-output-menu)
6837         (rmail-summary-output-body):
6838         * mail/rfc822.el (rfc822-addresses):
6839         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6840         * mail/mailpost.el (post-mail-send-it):
6841         * mail/hashcash.el (hashcash-generate-payment):
6842         * mail/feedmail.el (feedmail-run-the-queue)
6843         (feedmail-queue-send-edit-prompt-help-first)
6844         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6845         (feedmail-deduce-address-list):
6846         * eshell/esh-ext.el (eshell-remote-command):
6847         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6848         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6849         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6850         (viper-save-string-in-file, viper-valid-marker):
6851         * emulation/viper-keym.el (viper-toggle-key):
6852         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6853         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6854         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6855         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6856         (viper-exec-form-in-emacs, viper-brac-function):
6857         * emulation/viper.el (viper-delocalize-var):
6858         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6859         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6860         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6861         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6862         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6863         * emulation/edt.el (edt-electric-helpify):
6864         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6865         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6866         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6867         (cua-indent-to-global-mark-column):
6868         * calendar/diary-lib.el (calendar-mark-1):
6869         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6870         Use with-current-buffer.
6871         * emulation/viper.el (viper-delocalize-var): Use dolist.
6873 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6875         * comint.el (comint-replace-by-expanded-history-before-point):
6876         Replace !! with the previous input string literally (Bug#1795).
6878 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6880         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6881         to be made up of whitespace.
6883 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6885         * minibuffer.el (read-file-name): Don't use file dialogs for
6886         remote directories (Bug#99).
6888 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6890         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6892 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6894         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6895         instead of deleting the window or frame.
6897 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6899         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6900         Support face colors.
6902         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6903         New function.  Support face colors (Bug#1168).
6904         (tex-common-initialization): Use it.
6906         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6907         mode allows it (Bug#1168).
6909 2009-10-31  Juri Linkov  <juri@jurta.org>
6911         * facemenu.el (list-colors-display): Don't mark buffer as
6912         modified (Bug#3948).
6914 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6916         * international/mule-diag.el (list-character-sets-1):
6917         Minor message fix (Bug#3526).
6919         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6920         Fix face property (Bug#4834).
6921         (etags-list-tags, etags-tags-apropos-additional)
6922         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6923         property.
6925         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6926         items.
6928 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6930         * textmodes/two-column.el (2C-split):
6931         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6932         * textmodes/tex-mode.el (tex-set-buffer-directory):
6933         * textmodes/spell.el (spell-region, spell-string):
6934         * textmodes/reftex.el (reftex-erase-buffer):
6935         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6936         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6937         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6938         (reftex-select-item):
6939         * textmodes/reftex-ref.el (reftex-label-info-update)
6940         (reftex-offer-label-menu):
6941         * textmodes/reftex-index.el (reftex-index-change-entry)
6942         (reftex-index-phrases-info):
6943         * textmodes/reftex-global.el (reftex-create-tags-file)
6944         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6945         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6946         (reftex-view-crossref-from-bibtex):
6947         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6948         (reftex-extract-bib-entries-from-thebibliography)
6949         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6950         * textmodes/refbib.el (r2b-capitalize-title):
6951         (r2b-convert-buffer, r2b-help):
6952         * textmodes/page-ext.el (pages-directory)
6953         (pages-directory-goto-with-mouse):
6954         * textmodes/bibtex.el (bibtex-validate-globally):
6955         * textmodes/bib-mode.el (bib-capitalize-title):
6956         * textmodes/artist.el (artist-clear-buffer, artist-system):
6957         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6958         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6959         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6960         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6961         (xscheme-send-control-g-interrupt, xscheme-start-process)
6962         (xscheme-process-sentinel, xscheme-cd):
6963         * progmodes/verilog-mode.el (verilog-read-always-signals)
6964         (verilog-set-define, verilog-getopt-file)
6965         (verilog-module-inside-filename-p):
6966         * progmodes/sh-script.el:
6967         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6968         (python-pdbtrack-grub-for-buffer, python-execute-file):
6969         * progmodes/octave-inf.el (inferior-octave):
6970         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6971         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6972         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6973         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6974         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6975         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6976         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6977         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6978         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6979         (idlwave-shell-examine-display, idlwave-shell-run-region)
6980         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6981         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6982         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6983         (idlwave-help-get-help-buffer):
6984         * progmodes/gud.el (gud-basic-call, gud-find-class)
6985         (gud-tooltip-activate-mouse-motions-if-enabled):
6986         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6987         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6988         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6989         (ebrowse-tags-next-file):
6990         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6991         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6992         (ebnf-eps-finish-and-write):
6993         * progmodes/cpp.el (cpp-edit-save):
6994         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6995         * progmodes/cc-defs.el (c-emacs-features):
6996         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6997         (antlr-directory-dependencies):
6998         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6999         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7000         (ada-find-any-references, ada-make-filename-from-adaname)
7001         (ada-make-body-gnatstub):
7002         * obsolete/rnews.el (news-list-news-groups):
7003         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7004         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7005         * net/rcirc.el (rcirc-debug):
7006         * net/newst-treeview.el (newsticker--treeview-list-add-item)
7007         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7008         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7009         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7010         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7011         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7012         (newsticker--treeview-list-clear-highlight)
7013         (newsticker--treeview-list-update-highlight)
7014         (newsticker--treeview-list-highlight-start)
7015         (newsticker--treeview-tree-update-highlight)
7016         (newsticker--treeview-get-selected-item)
7017         (newsticker-treeview-mark-list-items-old)
7018         (newsticker--treeview-set-current-node):
7019         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7020         * net/newst-backend.el (newsticker--get-news-by-funcall)
7021         (newsticker--get-news-by-wget, newsticker--image-get)
7022         (newsticker--image-sentinel):
7023         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7024         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7025         (eudc-ph-close-session):
7026         * net/eudc.el (eudc-save-options):
7027         * language/thai-word.el (thai-update-word-table):
7028         * language/japan-util.el (japanese-string-conversion):
7029         * international/titdic-cnv.el (tsang-quick-converter)
7030         (ziranma-converter, ctlau-converter):
7031         * international/mule-cmds.el (describe-language-environment):
7032         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7033         (skkdic-convert-postfix, skkdic-convert-prefix):
7034         (skkdic-convert-okuri-nasi, skkdic-convert):
7035         * emacs-lisp/re-builder.el (reb-update-overlays):
7036         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7037         * emacs-lisp/gulp.el (gulp-send-requests):
7038         * emacs-lisp/find-gc.el (trace-call-tree):
7039         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7040         (eieio-describe-generic):
7041         * emacs-lisp/eieio-base.el (eieio-persistent-read):
7042         * emacs-lisp/edebug.el (edebug-outside-excursion):
7043         * emacs-lisp/debug.el (debugger-make-xrefs):
7044         * emacs-lisp/cust-print.el (custom-prin1-to-string):
7045         * emacs-lisp/chart.el (chart-new-buffer):
7046         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7047         Use with-current-buffer.
7048         * textmodes/artist.el (artist-system): Don't call
7049         copy-sequence on a fresh string.
7050         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7052 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
7054         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7055         is no item to edit.  (Bug#4820)
7056         (todo-top-priorities): Restore point and restore narrowing in Todo
7057         buffer.  (Bug#4820)
7059 2009-10-31  Glenn Morris  <rgm@gnu.org>
7061         * net/ange-ftp.el (top-level): Don't require dired when compiling.
7062         (comint-last-output-start, comint-last-input-start)
7063         (comint-last-input-end): Don't defvar when compiling.
7064         (ange-ftp-process-file): Use bound-and-true-p.
7066         * pcmpl-rpm.el (top-level): Move provide statement to end.
7067         (pcmpl-rpm): Remove unused custom group.
7069         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7071         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7073         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7074         (byte-compile-warnings): Add `constants' as an option.
7075         (byte-compile-callargs-warn, byte-compile-arglist-warn)
7076         (display-call-tree): Update for byte-compile-fdefinition possibly
7077         returning `(macro lambda ...)'.  (Bug#4778)
7078         (byte-compile-variable-ref, byte-compile-setq-default):
7079         Respect `constants' member of byte-compile-warnings.
7081 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7083         * vc-bzr.el (vc-bzr-revision-keywords): New var.
7084         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7085         to "submit:".
7087 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
7089         * textmodes/ispell.el (ispell-skip-region-alist):
7090         * international/mule-conf.el (eight-bit):
7091         * international/fontset.el (font-encoding-alist):
7092         * startup.el (pure-space-overflow-message):
7093         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7094         * paths.el (gnus-nntp-service, rmail-spool-directory)
7095         (term-file-prefix):
7096         * files.el (save-some-buffers-action-alist):
7097         * cmuscheme.el (same-window-buffer-names):
7098         * ielm.el (same-window-buffer-names):
7099         * shell.el (same-window-buffer-names):
7100         * mail/sendmail.el (same-window-buffer-names):
7101         * progmodes/inf-lisp.el (same-window-buffer-names):
7102         * bindings.el (mode-line-client)
7103         (mode-line-column-line-number-mode-map):
7104         * language/tibetan.el (tibetan-precomposition-rule-regexp)
7105         (tibetan-precomposed-regexp): Purecopy string arguments.
7107 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7109         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7110         (calcDigit-nondigit):
7111         * calc/calc-yank.el (calc-copy-to-buffer):
7112         * calc/calc-units.el (calc-invalidate-units-table):
7113         * calc/calc-trail.el (calc-trail-yank):
7114         * calc/calc-store.el (calc-insert-variables):
7115         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7116         * calc/calc-prog.el (calc-read-parse-table):
7117         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7118         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7119         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7120         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7121         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7122         (calc-graph-name, calc-graph-find-command, calc-graph-view)
7123         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7124         * calc/calc-ext.el (calc-realign):
7125         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7126         (calc-embedded-finish-edit, calc-embedded-make-info)
7127         (calc-embedded-finish-command, calc-embedded-stack-change):
7128         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7130         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7131         shell-dynamic-complete-filename in preference to
7132         comint-dynamic-complete-filename.
7134         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7135         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7136         Don't consider whether the display supports colors.
7137         (bookmark-import-new-list): Use dolist.
7138         (bookmark-bmenu-mode-map): Move initialization into declaration.
7139         (bookmark-bmenu-list): Use dolist, simplify.
7140         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7141         (menu-bar-final-items): Use push.
7143 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7145         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7146         it works on remote files.
7147         (vc-hg-diff): Don't pass any `--cwd' argument.
7149 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7151         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7152         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7153         (Further to Bug#3921).
7155 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7157         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7158         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7159         calling `tramp-imap-put-file'.  Add file size to the call.
7160         (tramp-imap-get-file-entries): Compute also user name, file size,
7161         and date.
7162         (tramp-imap-handle-insert-directory): Insert uid and gid.
7163         (tramp-imap-handle-file-attributes): Transform uid and gid
7164         according to `id-format'.
7165         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7166         size in header X-Size.
7168 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7170         * simple.el (transpose-subr): Give clearer error when the mark
7171         is not set.  (Bug#4807)
7173 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7175         * net/tramp.el (tramp-perl-file-truename): New defconst.
7176         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7177         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7178         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7179         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7181         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7182         Ignore `dired-call-process'.
7183         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7185 2009-10-26  Julian Scheid  <julians37@gmail.com>
7187         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7188         (tramp-get-remote-readlink): New defun.
7189         (tramp-handle-file-truename): Use it.
7190         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7191         file exists if cache value present.
7192         (tramp-check-cached-permissions): New defun.
7193         (tramp-handle-file-readable-p): Use it.
7194         (tramp-handle-file-writable-p): Likewise.
7195         (tramp-handle-file-executable-p): Likewise.
7196         (tramp-handle-file-name-all-completions): Try using Perl to get
7197         partial completions.  When perl not available, combine `cd' and
7198         `ls' into single remote operation and use shell expansion to get
7199         partial remote directory contents.  Set `file-exists-p' cache for
7200         directory and any files returned by ls.  Change cache handling to
7201         support partial directory contents.  Use error message emitted by
7202         remote `cd' or Perl code for local tramp-error.
7203         (tramp-do-copy-or-rename-file-directly): Avoid separate
7204         tramp-send-command-and-check call.
7205         (tramp-handle-process-file): Merge three remote ops into one.
7206         Do not flush all caches when `process-file-side-effects' is set.
7207         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7208         file-attributes shows uid/gid to be set already.
7210 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7212         * textmodes/tex-mode.el (tex-dvi-view-command)
7213         (tex-show-queue-command, tex-open-quote):
7214         * progmodes/ruby-mode.el (auto-mode-alist)
7215         (interpreter-mode-alist): Purecopy strings.
7217         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7219         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7220         string for the hook, keymap and abbrev table.
7222         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7224         * x-dnd.el (x-dnd-xdnd-to-action):
7225         * startup.el (fancy-startup-text, fancy-about-text): Change to
7226         defconst from defvar.
7228         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7230         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7231         Purecopy initialization strings.
7233         * mail/sendmail.el (mail-header-separator)
7234         (mail-personal-alias-file):
7235         * mail/rmail.el (rmail-default-dont-reply-to-names)
7236         (rmail-ignored-headers, rmail-retry-ignored-headers)
7237         (rmail-highlighted-headers, rmail-secondary-file-directory)
7238         (rmail-secondary-file-regexp):
7239         * files.el (null-device, file-name-invalid-regexp)
7240         (locate-dominating-stop-dir-regexp)
7241         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7242         (interpreter-mode-alist): Use mapcar instead of mapc.
7244         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7246         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7247         (completion-ignored-extensions):
7248         (debug-ignored-errors): Purecopy strings.
7250 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7252         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7253         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7254         (pcomplete--here): Use push.
7256         * subr.el (all-completions): Declare the 4th arg obsolete.
7258 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7260         * pcomplete.el (pcomplete-unquote-argument-function): New var.
7261         (pcomplete-unquote-argument): New function.
7262         (pcomplete--common-suffix): Always pay attention to case.
7263         (pcomplete--table-subvert): Quote and unquote the text.
7264         (pcomplete--common-quoted-suffix): New function.
7265         (pcomplete-std-complete): Use it and pcomplete-begin.
7267         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7268         we're inside a dedicated or minibuffer window.
7270 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
7272         * bookmark.el: Update documentation, especially documentation
7273         of `bookmark-alist' and of the bookmark file format.
7274         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
7276 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7278         * mail/emacsbug.el (report-emacs-bug): Clarify that the
7279         keybindings apply to the mail buffer (Bug#4003).  Shrink help
7280         window to buffer.
7282         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7283         (global-whitespace-mode, global-whitespace-newline-mode)
7284         (whitespace-toggle-options, global-whitespace-toggle-options):
7285         Doc fix (Bug#3660).
7287         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7288         of xmltok-start before the end tag was inserted (Bug#2840).
7290         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7291         patterns that are preceded by an open-paren (Bug#1320).
7293 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
7295         * files.el (delete-directory): Delete symlinks to directories with
7296         delete-file (Bug#4739).
7298 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7300         * vc.el (vc-backend-for-registration): Rename from
7301         vc-get-backend-for-registration.  Update callers.
7303         * international/mule-cmds.el (set-language-info-alist):
7304         Purecopy lang-env.
7305         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7306         (charset): Purecopy the name.
7307         (define-char-code-property): Purecopy string arguments.
7309         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7310         Purecopy string arguments.
7312         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7313         * ediff-hook.el (menu-bar-ediff-menu):
7314         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7315         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7317 2009-10-24  Glenn Morris  <rgm@gnu.org>
7319         * comint.el (comint-dynamic-list-completions):
7320         * term.el (term-dynamic-list-completions): Use choose-completion rather
7321         than obsolete alias mouse-choose-completion.
7323         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7324         file-cache-choose-completion.
7325         (file-cache-choose-completion): Handle an optional event argument.
7326         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7328         * progmodes/octave-mod.el (octave-complete-symbol):
7329         Use choose-completion if mouse-choose-completion is ever removed.
7331         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7332         use.
7334         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7335         compiler.
7337         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7339 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7341         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7342         Ignore `pred' now that we receive one.
7343         Handle test-completion specially.
7345 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7347         * vc.el (vc-responsible-backend): Throw an error if not backend is
7348         found.  Remove the REGISTER argument.  Move the code dealing with
7349         REGISTER ...
7350         (vc-get-backend-for-registration): ... here.  New function.
7351         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7352         of vc-responsible-backend, pass the file name instead of the
7353         directory name.
7355 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7357         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7358         New funs.
7359         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7360         (pcomplete-comint-setup): Don't modify a global var via
7361         accidental side-effects.
7362         (pcomplete-shell-setup): Adjust call accordingly.
7363         (pcomplete-parse-comint-arguments): Use push.
7365 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7367         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7368         Allow uncapitalized info node names (Bug#3921).
7370         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7371         to the DEBUG file (Bug#3781).
7373 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7375         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7376         dictionary entry (Bug#4579).
7378 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7380         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7381         from `rfn-eshadow-update-overlay-hook' when unloading.
7382         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7383         "rsyncc".  Adjust doc string.
7384         (tramp-temp-buffer-file-name): New buffer-local defvar.
7385         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7386         Keep temporary file when indicated by method ("rsync" and
7387         "rsyncc").
7388         (tramp-handle-write-region): Handle APPEND.
7389         (tramp-delete-temp-file-function): New defun.  Added to
7390         `kill-buffer-hook'.
7392 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7394         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7396 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7398         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7399         (color-name-rgb-alist, tty-standard-colors)
7400         (tty-color-mode-alist): Change to defconst.
7402         * simple.el (mark-inactive): Purecopy message.
7404         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7405         (global-map, yank-menu):
7406         * textmodes/ispell.el (ispell-menu-map):
7407         * net/eudc.el (eudc-tools-menu):
7408         * international/mule-cmds.el (describe-language-environment-map)
7409         (setup-language-environment-map, set-coding-system-map)
7410         (mule-menu-keymap):
7411         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7412         * replace.el (occur-mode-map):
7413         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7415 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7417         * calc/calc.el (math-read-number, math-read-number-simple):
7418         Use `save-match-data'.
7420 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7423         rather than fiddling with global-map bindings, since it should only
7424         affect per-terminal settings.
7425         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7427         * minibuffer.el (completion-table-with-terminator): Allow to specify
7428         the terminator-regexp.
7430         * simple.el (switch-to-completions): Look for *Completions* in other
7431         frames as well.
7433         * pcomplete.el: Allow the use of completion-tables.
7434         (pcomplete-std-complete): New command.
7435         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7436         (pcomplete--here): Use a function for `form' rather than an expression,
7437         so it can be byte-compiled.
7438         (pcomplete-here, pcomplete-here*): Adjust accordingly.
7439         Add edebug declaration.
7440         (pcomplete-show-completions): Remove unused var `curbuf'.
7441         (pcomplete-do-complete, pcomplete-stub):
7442         Don't assume `completions' is a list of strings any more.
7444 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
7446         * find-dired.el (find-name-arg): Fix typo in docstring.
7448 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7450         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7451         (pcmpl-linux-fs-types): Same, and update to new modules layout.
7453         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7454         pcomplete-entries.
7456         * comint.el (comint-read-input-ring, comint-write-input-ring)
7457         (comint-substitute-in-file-name)
7458         (comint-dynamic-complete-as-filename)
7459         (comint-dynamic-simple-complete)
7460         (comint-dynamic-list-filename-completions)
7461         (comint-dynamic-list-completions)
7462         (comint-redirect-results-list-from-process): Minor simplifications.
7464 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7466         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7467         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7468         the first form.  And insert a blank line after ";;; Code" since
7469         that's usual style.  (Bug#4612)
7471         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7473 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7475         * minibuffer.el (completion-table-with-terminator): Properly implement
7476         boundaries, in case `terminator' appears in the suffix.
7477         (completion--embedded-envvar-table): Don't return boundaries if
7478         there's no valid completion.  Simplify.
7479         (completion-file-name-table): New completion table extracted from
7480         completion--file-name-table.
7481         (completion--file-name-table): Use it.
7482         (read-file-name-predicate): Declare obsolete.
7483         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7484         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7485         completion-file-name-table, and use the `pred' argument.
7486         * files.el (locate-file-completion-table): Use the `pred' arg rather
7487         than read-file-name-predicate.
7488         (abbreviate-file-name): Use \` rather than ^ for BOS.
7490 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
7492         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7493         vc-responsible-backend to register, it causes problems.
7495 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7497         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7499 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
7501         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7502         (tramp-smb-handle-file-attributes): Use it.
7503         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7504         (tramp-smb-handle-insert-directory): Use `mapc' rather than
7505         `mapcar'.  Use `tramp-smb-get-stat-capability'.
7506         Add `dired-filename' text properties.
7507         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7508         (tramp-smb-maybe-open-connection): Simplify check for smbclient
7509         version.
7511 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7513         * subr.el (read-key-delay): Reduce to 0.01.
7514         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7515         (bug#4751).
7517 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7519         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7521         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7522         (Info-menu): Remove unused vars `last' and `completions'.
7523         (Info-index-nodes): Remove unused var `node'.
7525         * info.el (Info-complete-menu-item): Use complete-with-action.
7527 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7529         Make vc-annotate work through copies and renames.
7530         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7531         Return the file name too.
7532         (vc-annotate-revision-at-line)
7533         (vc-annotate-find-revision-at-line)
7534         (vc-annotate-revision-previous-to-line)
7535         (vc-annotate-show-log-revision-at-line): Update to get the file
7536         name from vc-annotate-extract-revision-at-line.
7537         (vc-annotate-show-diff-revision-at-line-internal): Change the
7538         argument to mean whether to show a file diff or not.  Get the file
7539         name from vc-annotate-extract-revision-at-line.
7540         (vc-annotate-show-diff-revision-at-line):
7541         Update vc-annotate-show-diff-revision-at-line call.
7542         (vc-annotate-warp-revision): Add an optional file argument.
7544         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7545         (vc-git-annotate-extract-revision-at-line): Also return the file
7546         name if found.
7548         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7549         command.  Remove unused code.
7550         (vc-hg-annotate-re): Update to match --follow output.
7551         (vc-hg-annotate-extract-revision-at-line): Also return the file
7552         name if found.
7554         * vc.el: Update annotate-extract-revision-at-line documentation.
7556 2009-10-18  Kevin Ryde  <user42@zip.com.au>
7558         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7559         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7561         * net/browse-url.el (browse-url): Identify alist with "consp and
7562         not functionp" and let all other things go down the `apply' leg,
7563         as suggested by Stefan.  (Further to bug#4531.)
7565 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
7567         * minibuffer.el (read-file-name): Check for repeat before putting
7568         a default argument in file-name-history (Bug#4657).
7570         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7571         read syntax (Bug#4737).
7573         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7575 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7577         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7578         (html-tag-alist, html-tag-help): Add descriptions for undocumented
7579         entries and make note of obsolete tags.
7581 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7583         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7585 2009-10-18  Glenn Morris  <rgm@gnu.org>
7587         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7588         grep, so that binary files (eg international/uni-bidi.el) can match.
7589         Remove test for "UnicodeData" files, since it is hopefully unnecessary
7590         now, and in any case the file header format has changed.
7592 2009-10-17  Glenn Morris  <rgm@gnu.org>
7594         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7595         (flyspell-get-word, flyspell-large-region)
7596         (flyspell-auto-correct-previous-word): Doc/error message fixes.
7598 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7600         * Makefile.in (ELCFILES): Add ede/shell.
7602 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7604         * term/common-win.el (x-colors): Purecopy it.
7606 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7608         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7609         permissive for when the buffer is empty.
7610         (tar-header-block-tokenize): Decode the username and groupname.
7611         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7613 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7615         * international/mule-cmds.el (select-safe-coding-system): If the file
7616         has a coding cookie, use it regardless of any other setting (bug#4712).
7618 2009-10-17  Glenn Morris  <rgm@gnu.org>
7620         * foldout.el (foldout-mouse-swallow-events):
7621         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7623         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7624         (dired-keep-marker-copy, dired-keep-marker-hardlink)
7625         (dired-keep-marker-symlink, dired-dwim-target)
7626         (dired-copy-preserve-time): Do not autoload these defcustoms.
7628         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7629         messages from messing up the file coding.  (Bug#4623)
7631 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
7633         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7634         if no match is found for the current dictionary.  (Bug#4578)
7636         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7637         optional, since that is how it is documented, and this is often called
7638         with a nil argument.  (Bug#4577)
7639         (flyspell-external-point-words, flyspell-auto-correct-word)
7640         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7641         (flyspell-word-search-backward): Remove nil argument in calls to
7642         flyspell-get-word, since it is not needed now.
7644 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7646         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7648 2009-10-16  Glenn Morris  <rgm@gnu.org>
7650         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7652 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7654         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7655         (ange-ftp-file-size): New function.
7656         (ange-ftp-file-attributes): Use it.
7658 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7660         * net/tramp-smb.el (tramp-smb-version): New defvar.
7661         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7662         repeated checks.
7664 2009-10-16  Glenn Morris  <rgm@gnu.org>
7666         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7667         Maybe copy some custom properties from old to new name.  (Bug#4706)
7669 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7671         * subr.el (error, sit-for, start-process-shell-command)
7672         (start-file-process-shell-command): Set the calling convention
7673         after the function definition.
7675 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7677         * subr.el (error, sit-for, start-process-shell-command)
7678         (start-file-process-shell-command): Use the new
7679         set-advertised-calling-convention feature.
7681 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7683         * international/ucs-normalize.el (ucs-normalize-version):
7684         Change to 1.2.
7685         (check-range): Adjust for Unicode 5.2.
7687 2009-10-15  Juri Linkov  <juri@jurta.org>
7689         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7690         to the `menu-item' format.
7692 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7694         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7695         if the environment variable does not exist.
7697         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7698         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7699         parameter.
7700         (tramp-smb-handle-add-name-to-file)
7701         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7702         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7703         (tramp-smb-handle-file-attributes)
7704         (tramp-smb-do-file-attributes-with-stat)
7705         (tramp-smb-handle-file-local-copy)
7706         (tramp-smb-handle-insert-directory)
7707         (tramp-smb-handle-make-directory)
7708         (tramp-smb-handle-make-directory-internal)
7709         (tramp-smb-handle-make-symbolic-link)
7710         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7711         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7712         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7713         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7714         Handle long file names.
7715         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7716         process is running.
7717         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7718         Read share names with "-g" option.
7720 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7722         * net/rcirc.el (rcirc-view-log-file): New command.
7723         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7724         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7725         specified.
7727 2009-10-15  Glenn Morris  <rgm@gnu.org>
7729         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7730         from the second command-line argument.
7731         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7732         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7733         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7734         w32-batch-update-autoloads.
7735         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7736         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7738         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7739         the headers cannot be located.  Simplify, subtracting superflous
7740         save-excursions.
7742 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7744         Replace completion-base-size by completion-base-position to fix bugs
7745         such as (bug#4699).
7746         * simple.el (completion-base-position): New var.
7747         (completion-base-size): Mark as obsolete.
7748         (choose-completion): Make it work for mouse events as well.
7749         Pass the new base-position to choose-completion-string.
7750         (choose-completion-guess-base-position): New function, extracted from
7751         choose-completion-delete-max-match.
7752         (choose-completion-delete-max-match): Use it.  Make obsolete.
7753         (choose-completion-string): Use the new base-position info.
7754         (completion-root-regexp): Delete.
7755         (completion-setup-function): Preserve completion-base-position.
7756         Eliminate obsolete base-size manipulation.
7757         * minibuffer.el (display-completion-list): Don't mess with base-size.
7758         (minibuffer-completion-help): Set completion-base-position instead.
7759         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7760         choose-completion.
7761         * textmodes/bibtex.el (bibtex-complete):
7762         * emacs-lisp/crm.el (crm--choose-completion-string):
7763         Adjust to new calling convention.
7764         * complete.el (partial-completion-mode): Use minibufferp to avoid
7765         bumping into incompatible change to choose-completion-string-functions.
7766         * ido.el (ido-choose-completion-string): Make its calling convention
7767         more permissive.
7768         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7769         base-size manipulation.
7770         (comint-dynamic-list-input-ring): Use dotimes and push.
7771         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7772         fundamental-mode.  Use `or'.
7774 2009-10-14  Juri Linkov  <juri@jurta.org>
7776         * misearch.el (multi-isearch-next-buffer-from-list)
7777         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7779 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7781         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7782         `bytecomp.el'.
7784         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7785         string we return is all made up of text from the completions rather
7786         than part from the completions and part from the input (bug#4219).
7788         * ido.el (ido-everywhere): Use define-minor-mode.
7790         * buff-menu.el (list-buffers, ctl-x-map):
7791         Mark the entry points with ;;;###autoload cookies.
7793 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7795         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7796         correctly in the detached head case.
7797         (vc-git-print-log): Remove unused binding.
7799         * vc.el (vc-responsible-backend): When a directory is passed for
7800         for registration create a VC repository if no backend is
7801         responsible for the directory argument.
7802         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7804         * vc.el: Move comments about RCS and SCCS ...
7805         * vc-rcs.el:
7806         * vc-sccs.el: ... here, respectively.
7808 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7810         * minibuffer.el (completion--file-name-table): Return nil if there's
7811         no file completion, even if substitute-in-file-name changed
7812         the string (bug#4708).
7814 2009-10-13  Juri Linkov  <juri@jurta.org>
7816         * files-x.el (read-file-local-variable-value): Don't filter out
7817         minor modes from mode name completion (bug#4664).
7819 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7821         * international/mule-cmds.el (ucs-names): Remove exclusion of
7822         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7824 2009-10-13  Kenichi Handa  <handa@m17n.org>
7826         * international/uni-name.el: Regenerated.
7828 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7830         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7831         should be automatically buffer-local, but isn't.)
7833 2009-10-12  Sam Steingold  <sds@gnu.org>
7835         * progmodes/compile.el (compilation-next-error-function): Fix the
7836         timestamps if the buffer has been visited before.
7837         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7838         non-anchored patterns, like the perl one (bug#3928).
7840 2009-10-12  Glenn Morris  <rgm@gnu.org>
7842         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7843         Let-bind `size'.
7845 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7847         * proced.el (proced-unload-function): New function.
7849         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7850         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7851         Doc fix.
7853         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7855 2009-10-11  Juri Linkov  <juri@jurta.org>
7857         * files-x.el (read-file-local-variable-value):
7858         Provide default value only for bound variables (bug#4664).
7860 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7862         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7863         connection methods like smb.
7865         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7866         can be empty.
7868         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7869         (tramp-smb-file-name-handler-alist): Add handlers for
7870         `add-name-to-file', `make-symbolic-link'.
7871         (tramp-smb-handle-add-name-to-file)
7872         (tramp-smb-do-file-attributes-with-stat)
7873         (tramp-smb-handle-make-symbolic-link)
7874         (tramp-smb-get-cifs-capabilities): New defuns.
7875         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7876         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7877         (tramp-smb-handle-file-local-copy)
7878         (tramp-smb-handle-make-directory-internal)
7879         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7880         The file name syntax depends on cifs capabilities.
7881         (tramp-smb-handle-file-attributes):
7882         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7883         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7884         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7886 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7888         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7889         (eieio-defclass): Apply deftype handler and setf-method properties
7890         directly.
7891         (eieio-add-new-slot): Avoid union function from cl library.
7892         (eieio--typep): New function.
7893         (eieio-perform-slot-validation): Use it.
7895 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7897         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7898         Update documentation to refer to the variables documented in r1.135.
7899         (Bug#4188)
7901 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7903         * bookmark.el (Info-suffix-list): Remove this unused variable.
7904         (bookmark-current-point): Remove this obsolete variable.
7905         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7906         Adjust for removal of bookmark-current-point.
7908         (bookmarks-already-loaded, bookmark-current-buffer)
7909         (bookmark-yank-point): Document.  (Bug#4188)
7911 2009-10-10  Glenn Morris  <rgm@gnu.org>
7913         * frame.el (frame-height): Doc fix.
7915         * calendar/calendar.el (calendar-split-width-threshold): New option.
7916         (calendar-basic-setup): Use calendar-split-width-threshold.
7918 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7920         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7921         Ideographic Supplement" range (U+1F200..U+1F2FF).
7923 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7925         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7926         since the list will have been rebuilt anyway.  (Bug#4349)
7928 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7930         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7931         (bookmark-bmenu-execute-deletions): Don't save here, as
7932         bookmark-delete will now do so if necessary.
7933         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7934         (Bug#4348)
7936 2009-10-09  Glenn Morris  <rgm@gnu.org>
7938         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7940 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7942         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7943         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7944         argument now, so the two function's behaviors will match.  (Bug#3645)
7946 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7948         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7949         (tramp-file-name-real-host, tramp-file-name-port):
7950         Apply `save-match-data'.
7952         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7953         case both directories are remote.
7954         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7955         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7957 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7959         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7961 2009-10-07  Glenn Morris  <rgm@gnu.org>
7963         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7964         of concat.
7966 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7968         * files-x.el (read-file-local-variable): Include some
7969         non-user-variables in the completion table (bug#4664).
7971 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7973         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7974         message.
7976         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7977         (tramp-smb-file-name-handler-alist): Add handler for
7978         `copy-directory', `expand-file-name', `set-file-modes'.
7979         (tramp-smb-handle-copy-directory)
7980         (tramp-smb-handle-expand-file-name)
7981         (tramp-smb-handle-set-file-modes): New defuns.
7982         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7983         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7984         entry.
7985         (tramp-smb-handle-insert-directory): Don't flush the cache.
7986         (tramp-smb-maybe-open-connection): Check for samba client and
7987         server versions.
7989 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7991         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7992         to not error out of search for "^lisp=" fails.
7994 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7996         * makefile.w32-in (WINS_UPDATES): New macro.
7997         (custom-deps, finder-data, autoloads): Use it.
7999 2009-10-07  Glenn Morris  <rgm@gnu.org>
8001         * Makefile.in (autoloads): Revert previous change.
8002         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8003         the list of preloaded files passed on the command-line, get
8004         it from src/Makefile.
8006         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8007         show the original buffer rather than a random one.
8009 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
8011         * help.el (describe-no-warranty): Place point in a slightly better
8012         position in the GPLv3 text.
8014 2009-10-06  Sam Steingold  <sds@gnu.org>
8016         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8017         the comm attribute is present before calling regexp-quote.
8019 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8021         * play/animate.el (animate-string): For good effect, make sure
8022         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8024         * play/animate.el (animate-sequence, animate-birthday-present):
8025         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8027 2009-10-06  Glenn Morris  <rgm@gnu.org>
8029         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8031         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8032         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8033         (batch-update-autoloads): Process a string value of autoload-excludes,
8034         set during the build process.
8035         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8037         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8038         inside with-parsed...  macro so that `v' is defined.
8040         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8041         * progmodes/fortran.el (fortran-end-of-block)
8042         (fortran-beginning-of-block):
8043         Also push mark in the macro case.
8045         * emerge.el (emerge-show-file-name):
8046         * calc/calc.el (calc-quit):
8047         * calc/calc-misc.el (calc-big-or-small):
8048         * calc/calc-graph.el (calc-graph-view):
8049         * calc/calc-ext.el (calc-reset):
8050         * calendar/calendar.el (calendar-basic-setup):
8051         Use window-full-height-p.
8053         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8054         header we don't understand, don't insert another.  (Bug#4624)
8055         If changing mime charset, insert the new one in the right place.
8057 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8059         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8060         (cal-tex-cursor-month): Correctly increment the end date for diary and
8061         holiday listing.  (Bug#4626)
8063 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8065         * help-fns.el (describe-function-1): Don't burp if the function is not
8066         a symbol.
8068 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8070         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8071         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8072         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8073         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8075         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8076         (eieio-default-superclass): Reflow docstrings.
8077         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8078         (eieio-unbind-method-implementations, defmethod)
8079         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8080         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8081         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8082         (eieio-slot-originating-class-p, eieio-slot-name-index)
8083         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8084         (constructor, initialize-instance, no-next-method, object-print)
8085         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8086         Fix typos in docstrings.
8087         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8088         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8089         (next-method-p): Doc fixes.
8090         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8091         Fix typos in error messages.
8092         (eieio-defmethod): Fix typo in description of generic method.
8094         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8095         (eieio-persistent-save-interactive, slot-missing):
8096         Fix typos in docstrings.
8097         (eieio-instance-inheritor-slot-boundp): Doc fix.
8099         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8100         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8102         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8103         (eieio-custom-object-apply-reset):
8104         Fix typos in docstrings and error messages.
8106         * emacs-lisp/eieio-datadebug.el (data-debug-show):
8107         Fix typo in docstring.
8109         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8110         (eieio-browse-tree): Doc fix.
8111         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8112         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8113         Fix typos in docstrings.
8115         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8116         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8117         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8118         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8119         Reflow docstrings.
8121 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
8123         * vc-hg.el (log-view-vc-backend): Declare for compiler.
8124         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8125         Set log-view-vc-backend so that diff can work.
8127         * log-view.el (log-view-diff): Use vc-diff-internal instead of
8128         vc-version-diff.
8129         (vc-diff-internal): Autoload this instead of vc-version-diff.
8131 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8133         * simple.el (eval-expression): Doc fix.
8135         * progmodes/cwarn.el (cwarn-mode): Doc fix.
8137 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
8139         * files.el (directory-files-no-dot-files-regexp): New defconst.
8140         (delete-directory): Use it.
8141         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
8143         * net/tramp.el (tramp-verbose): Fix docstring.
8144         (tramp-methods): Add recursive option to `tramp-copy-args'.
8145         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
8146         "scp1_old", "scp2_old", "rsync", "rsyncc".
8147         (tramp-default-method): Check also for `auth-source-user-or-password'.
8148         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8149         Add handler for `copy-directory'.
8150         (tramp-handle-copy-directory): New defun.
8151         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8152         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8153         Optimize sent command.
8155 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8157         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8158         window if necessary.
8160         * calendar/calendar.el (calendar-basic-setup): Don't call
8161         switch-to-buffer in a dedicated window.
8163 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
8165         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8166         don't do anything related to relocating, just return nil.
8167         (bookmark-error-no-filename): New error.
8168         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8169         bookmark has no file.  Don't even attempt to handle things that
8170         are not files; the whole point of custom handlers is to keep that
8171         knowledge elsewhere anyway.  Tighten some comments.
8172         (bookmark-file-or-variation-thereof): Remove now-unused function.
8173         (bookmark-location): Doc string fix.
8174         (Bug#4250)
8176 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8178         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8179         don't use a file dialog, because they usually don't know how to read
8180         a directory target from the user.  (Bug#4230)
8181         Also, make sure the prompt can display directories as well as files.
8183 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8185         * bookmark.el (bookmark-set, bookmark-buffer-name):
8186         Improve doc strings.  (Bug#1193)
8188 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8190         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8191         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8192         (bookmark-get-annotation, bookmark-set-annotation)
8193         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8194         (bookmark-set-position, bookmark-get-front-context-string)
8195         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8196         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8197         (bookmark-jump-other-window, bookmark-handle-bookmark)
8198         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8199         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8200         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8201         Improve doc strings to say whether bookmark can be a string or
8202         a record or both, and make other consistency and clarity fixes.
8203         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8204         (bookmark-default-annotation-text, bookmark-yank-word)
8205         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8206         (bookmark-import-new-list, bookmark-maybe-rename)
8207         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8208         (bookmark-bmenu-bookmark): Give these doc strings.
8209         (bookmark-bmenu-check-position): Give this a doc string, but also
8210         add a FIXME comment about how the function may be pointless.
8211         (bookmark-default-handler): Rework doc string and change a
8212         parameter name, to clarify that this takes a bookmark record
8213         not a bookmark name.
8214         (bookmark-set): Change a parameter name to indicate its meaning,
8215         and improve the doc string a bit.
8216         (Bug#4188)
8218 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8220         * bookmark.el (bookmark-alist): Document the new `handler' element
8221         in the param alist.
8222         (bookmark-make-record-function): Adjust documentation for above.
8223         (Bug#4193)
8225 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8227         * info.el (Info-bookmark-make-record): Document this function.
8228         (Info-bookmark-jump): Document with a doc string, not just a comment.
8229         (Bug#4203)
8231 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
8233         * files.el (copy-directory): New defun.
8235         * dired-aux.el (dired-copy-file-recursive): Use it.
8237 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8239         * files-x.el (modify-dir-local-variable)
8240         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8241         docstrings.
8243         * recentf.el (recentf-unload-function): New function.
8245 2009-10-04  Glenn Morris  <rgm@gnu.org>
8247         * window.el (window-full-height-p): Add doc string.
8249 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
8251         * window.el (window-full-height-p): New function.  (Bug#4543)
8253 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
8255         * vc.el: Remove commented out code.
8256         (vc-derived-from-dir-mode): Remove, unused.
8257         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8259 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
8261         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8262         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
8263         there could be recursive loading when `default-directory' is a
8264         remote file name.  (Bug#4614)
8266 2009-10-03  Glenn Morris  <rgm@gnu.org>
8268         * calendar/calendar.el (calendar-basic-setup): Handle the case where
8269         the frame is wide.
8270         (calendar-generate-window): Test for shrinkability rather than width.
8272         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8273         reusing existing buffers, in case we happen to visit two files with the
8274         same basename.  (Bug#4593)
8276 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8278         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8279         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8280         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8281         subdirs of cedet as well.
8282         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8284 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8286         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8287         Obey advertised-signature-table.
8289         * help-fns.el (help-function-arglist): Don't check
8290         advertised-signature-table.
8291         (describe-function-1): Do it here instead so it also applies to subrs.
8293 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
8295         * simple.el (start-file-process): Say in the doc-string, that file
8296         handlers might not support pty association, if PROGRAM is nil.
8298         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8299         HOST and USER are strings.  They are nil, when there are
8300         incomplete entries in ~/.netrc, for example.
8301         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
8302         root directory ("device busy" error otherwise).
8304         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8305         Flush file properties of created directory.
8307 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8309         * makefile.w32-in (WINS_BASIC): Remove cedet.
8310         (WINS_CEDET): Add cedet.
8311         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8313 2009-10-02  Kevin Ryde  <user42@zip.com.au>
8315         * net/browse-url.el (browse-url): Pass any symbol in
8316         browse-url-browser-function to `apply', since if you've mistakenly put
8317         an unbound symbol then the error is clearer.  (Bug#4531)
8319 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8321         * allout.el (allout-init, allout-back-to-current-heading)
8322         (allout-beginning-of-current-entry, allout-ascend-to-depth)
8323         (allout-ascend, allout-up-current-level, allout-end-of-level)
8324         (allout-previous-visible-heading, allout-forward-current-level)
8325         (allout-backward-current-level, allout-show-children):
8326         * apropos.el (apropos-describe-plist):
8327         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8328         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8329         * completion.el (add-completion, add-permanent-completion):
8330         * descr-text.el (describe-text-category, describe-char):
8331         * desktop.el (desktop-lazy-abort):
8332         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8333         * dired.el (dired-build-subdir-alist):
8334         * ediff.el (ediff-version):
8335         * elide-head.el (elide-head, elide-head-show):
8336         * emerge.el (emerge-version):
8337         * env.el (getenv):
8338         * face-remap.el (variable-pitch-mode):
8339         * faces.el (describe-face):
8340         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8341         (dired-at-point):
8342         * files.el (find-file-existing, auto-save-mode):
8343         * font-lock.el (font-lock-fontify-buffer):
8344         * help-fns.el (describe-function, describe-variable)
8345         (describe-syntax, describe-categories):
8346         * help.el (view-lossage, describe-bindings, describe-key)
8347         (describe-mode):
8348         * hexl.el (hexl-current-address):
8349         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8350         * info.el (Info-goto-emacs-key-command-node):
8351         * log-edit.el (log-edit-insert-cvs-template)
8352         (log-edit-insert-cvs-rcstemplate):
8353         * menu-bar.el (menu-bar-mode):
8354         * mouse.el (mouse-appearance-menu):
8355         * newcomment.el (comment-indent-new-line):
8356         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8357         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8358         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8359         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8360         * recentf.el (recentf-mode):
8361         * savehist.el (savehist-mode, savehist-save):
8362         * shadowfile.el (shadow-copy-files):
8363         * simple.el (kill-ring-save, next-line, previous-line)
8364         (normal-erase-is-backspace-mode):
8365         * strokes.el (strokes-update-window-configuration)
8366         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8367         (strokes-xpm-for-stroke):
8368         * time.el (emacs-uptime, emacs-init-time):
8369         * tutorial.el (tutorial--describe-nonstandard-key)
8370         (tutorial--detailed-help):
8371         * type-break.el (type-break-mode)
8372         (type-break-mode-line-message-mode, type-break-query-mode)
8373         (type-break-guesstimate-keystroke-threshold):
8374         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8375         * version.el (emacs-version):
8376         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8377         * winner.el (winner-mode):
8378         * calendar/timeclock.el (timeclock-in, timeclock-out)
8379         (timeclock-status-string, timeclock-change)
8380         (timeclock-workday-remaining-string)
8381         (timeclock-workday-elapsed-string)
8382         (timeclock-when-to-leave-string):
8383         * calendar/todo-mode.el (todo-add-category):
8384         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8385         * emacs-lisp/autoload.el (update-file-autoloads):
8386         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8387         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8388         (checkdoc-message-text, checkdoc-defun):
8389         * emacs-lisp/debug.el (debugger-list-functions):
8390         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8391         * emacs-lisp/eieio-opt.el (eieio-describe-class)
8392         (eieio-describe-generic):
8393         * emacs-lisp/lisp-mnt.el (lm-synopsis):
8394         * emacs-lisp/shadow.el (list-load-path-shadows):
8395         * emulation/cua-base.el (cua-mode):
8396         * emulation/edt.el (edt-set-scroll-margins):
8397         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8398         (tpu-toggle-regexp, tpu-toggle-search-direction)
8399         (tpu-toggle-rectangle, tpu-toggle-control-keys):
8400         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8401         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8402         (viper-set-parsing-style-toggling-macro)
8403         (viper-set-emacs-state-searchstyle-macros):
8404         * emulation/viper.el (viper-set-hooks):
8405         * eshell/esh-mode.el (eshell-truncate-buffer):
8406         * international/mule-cmds.el (prefer-coding-system)
8407         (describe-input-method, describe-language-environment):
8408         * international/mule-diag.el (list-character-sets)
8409         (describe-character-set, describe-coding-system)
8410         (describe-fontset, list-fontsets, list-input-methods):
8411         * mail/sendmail.el (mail-signature):
8412         * net/ange-ftp.el (ange-ftp-copy-file):
8413         * net/browse-url.el (browse-url):
8414         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8415         * net/quickurl.el (quickurl-add-url):
8416         * net/rcirc.el (names, topic):
8417         * net/xesam.el (xesam-mode):
8418         * play/5x5.el (5x5-new-game):
8419         * play/yow.el (apropos-zippy):
8420         * progmodes/ada-mode.el (ada-mode-version):
8421         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8422         (f90-end-of-block)
8423         (f90-beginning-of-block):
8424         * progmodes/fortran.el (fortran-end-of-block)
8425         (fortran-beginning-of-block):
8426         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8427         * progmodes/python.el (python-describe-symbol, python-shell):
8428         * term/ns-win.el (ns-print-buffer):
8429         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8430         * textmodes/flyspell.el (flyspell-mode-on):
8431         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8432         (pages-directory-for-addresses):
8433         * textmodes/table.el (table-recognize-cell)
8434         (table-query-dimension, table-generate-source)
8435         (table-insert-sequence, table--warn-incompatibility):
8436         * textmodes/tex-mode.el (tex-validate-buffer):
8437         * textmodes/texinfmt.el (texinfmt-version)
8438         (texinfo-format-buffer):
8439         Use `called-interactively-p' instead of `interactive-p'.
8441 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8443         * image-mode.el (image-toggle-display):
8444         * emacs-lisp/elp.el (elp-instrument-function):
8445         * emacs-lisp/advice.el (ad-make-advised-definition):
8446         * emacs-lisp/easy-mmode.el (define-minor-mode):
8447         * net/browse-url.el (browse-url-maybe-new-window):
8448         * progmodes/sh-script.el (sh-learn-buffer-indent):
8449         Pass new argument 'any to `called-interactively-p'.
8451 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8453         * international/uni-bidi.el:
8454         * international/uni-category.el:
8455         * international/uni-combining.el:
8456         * international/uni-comment.el:
8457         * international/uni-decimal.el:
8458         * international/uni-decomposition.el:
8459         * international/uni-digit.el:
8460         * international/uni-lowercase.el:
8461         * international/uni-mirrored.el:
8462         * international/uni-name.el:
8463         * international/uni-numeric.el:
8464         * international/uni-old-name.el:
8465         * international/uni-titlecase.el:
8466         * international/uni-uppercase.el:
8467         Regenerate from Unicode 5.2.0 data.
8469 2009-10-01  Glenn Morris  <rgm@gnu.org>
8471         * Makefile.in (ELCFILES): Regenerate.
8473 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8475         * subr.el (interactive-p): Mark obsolete.
8476         (called-interactively-p): Make the optional-ness of `kind' obsolete.
8477         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8478         advertised-signature-table for subroutines as well.
8480         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8481         (set-advertised-calling-convention): New function.
8482         (make-obsolete, define-obsolete-function-alias)
8483         (make-obsolete-variable, define-obsolete-variable-alias):
8484         Make the optional-ness of `when' obsolete.
8485         (define-obsolete-face-alias): Make `when' non-optional.
8486         * help-fns.el (help-function-arglist):
8487         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8488         Use advertised-signature-table.
8490 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
8492         * files.el (delete-directory): New defun.  The original function
8493         in fileio.c has been renamed to `delete-directory-internal'.
8495         * dired.el (dired-delete-file): Call `delete-directory' with
8496         RECURSIVE parameter.
8498         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8499         parameter RECURSIVE.  Implementation is missing.
8501         * net/tramp.el (tramp-handle-make-directory): Flush upper
8502         directory's file properties.
8503         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8504         (tramp-handle-dired-recursive-delete-directory): Flush directory
8505         properties after the remove command only.
8507         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8508         Handle optional parameter RECURSIVE.
8510         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8511         Handle optional parameter RECURSIVE.
8513         * net/tramp-smb.el (tramp-smb-errors): Add error message for
8514         connection timeout.
8515         (tramp-smb-handle-delete-directory): Handle optional parameter
8516         RECURSIVE.
8518 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8520         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8521         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8522         (byte-compile-defmacro): Use backquotes.
8524         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8526         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8527         has no associated file.
8528         (vc-resynch-buffer): Use vc-dir-buffers.
8530 2009-10-01  Glenn Morris  <rgm@gnu.org>
8532         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8533         (chart-file-count):
8534         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8535         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8536         * emacs-lisp/eieio-opt.el (eieio-describe-class):
8537         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8538         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8539         (eieio-copy-parents-into-subclass, make-instance, class-children)
8540         (eieio-generic-form):
8542         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8543         match-data.  (Bug#4555).
8545         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8546         rather than parsing it as a regexp.  This relaxes the layout
8547         requirements and makes errors easier to detect.
8548         (check-declare-verify): Check file is regular.
8549         (check-declare-directory): Doc fix.
8550         * subr.el (declare-function): Doc fix.
8552         * ibuffer.el (ibuffer-format-qualifier):
8553         * isearch.el (hi-lock-regexp-okay):
8554         * calc/calc.el (math-zerop):
8555         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8556         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8557         Remove unused declarations.
8559 2009-09-30  Glenn Morris  <rgm@gnu.org>
8561         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8563         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8564         filename is not a string.
8566 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8568         * files.el (safe-local-eval-forms): Fix typo.
8570 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8572         * vc-hooks.el (vc-dir-buffers): New var.
8573         (vc-state-refresh): New function.
8574         (vc-state): Use it.
8575         (vc-after-save): Always ask the backend to recompute the new state.
8576         Always call vc-dir if necessary, using vc-dir-buffers.
8577         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8578         Use vc-dir-buffers.
8579         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8580         (vc-dir-prepare-status-buffer, vc-dir-update)
8581         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8582         Don't call expand-file-name on default-directory.
8584 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8586         * speedbar.el (speedbar-item-delete):
8587         * calc/calc-prog.el (calc-kbd-if):
8588         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8590         * epa.el (epa-key-list-mode-map):
8591         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8593         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8594         (hs-show-hook): Fix typo in docstring.
8596 2009-09-29  Glenn Morris  <rgm@gnu.org>
8598         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8599         file-name-nondirectory call preventing location of cedet files.
8600         (check-declare-verify): Use literal search rather than re-search.
8601         Add basic defmethod and defclass, and define-overloadable-function.
8603         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8604         Use tramp-compat-file-attributes rather than nonexistent
8605         tramp-compat-handle-file-attributes.
8607         * Makefile.in (lisptagsfiles4): New.
8608         (AUTOGENEL): Add cedet loaddefs files.
8609         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8610         (update-elclist, compile-always, backup-compiled-files)
8611         (bootstrap-clean): Add yet another directory level.
8612         (update-elclist): Use LC_COLLATE rather than COLLATE.
8613         (ELCFILES): Update, via `make update-elclist'.
8615 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8617         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8618         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8619         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8621 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8623         * Makefile.in (lisptagsfiles3): Define.
8624         (TAGS, TAGS-LISP): Use it.
8625         (update-elclist): Add third directory level to look for elc files.
8626         (compile-always): Likewise.
8627         (backup-compiled-files): Likewise.
8628         (bootstrap-clean): Likewise.
8629         (ELCFILES): Update.
8631 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8633         * Makefile.in (ELCFILES): Add CEDET files.
8635 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8637         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8639         * net/tramp.el (top): Require tramp-imap.
8641         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8642         Use `tramp-compat-handle-file-attributes'.
8644 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8646         * net/tramp-imap.el: New package.
8648 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8650         * whitespace.el (whitespace-trailing-regexp)
8651         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8652         Fix doc string.
8654 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8656         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8657         menu.
8659         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8660         menu-bar-ediff-menu.
8662         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8663         define-overloadable-function.
8665         * progmodes/autoconf.el: Provide autoconf as well, so that this
8666         file can be `require'd.
8668         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8670         * emacs-lisp/autoload.el (generated-autoload-feature)
8671         (generated-autoload-load-name): New vars.
8672         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8673         (make-autoload): Recognize define-overloadable-function and
8674         defclass forms (for EIEIO).
8676         * Makefile.in (update-subdirs): Exclude cedet directory.
8678 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8680         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
8682         * faces.el: Default light-background background for region face to
8683         ns_selection_color under NS.
8685 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8687         * net/imap-hash.el: New library, see NEWS.
8689         * Makefile.in (ELCFILES): Add imap-hash.el.
8691 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8693         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8694         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8695         * help-macro.el (make-help-screen): Avoid using an ambiguous function
8696         definition where the docstring could be taken for the return value.
8698 2009-09-26  Glenn Morris  <rgm@gnu.org>
8700         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8701         Add option to only show images below a certain size.
8702         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8703         save-excursion calls.
8705 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
8707         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8708         subdirectories) and eieio.
8710 2009-09-26  Alan Mackenzie  <acm@muc.de>
8712         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8713         Correct buggy bracketing.  (Bug#4289)
8715         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8716         character constants (as case labels).  (Bug#4289)
8718 2009-09-25  Juri Linkov  <juri@jurta.org>
8720         * files.el (safe-local-eval-forms): Allow time-stamp in
8721         before-save-hook (Bug#4554).
8723 2009-09-25  Drew Adams  <drew.adams@oracle.com>
8725         * menu-bar.el (list-buffers-directory): Doc fix.
8727 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8729         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8730         Try and avoid copying twice the same paragraph.
8731         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8732         Remove save-excursion.
8733         (log-edit-changelog-entry): Do it here instead.
8735 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
8737         * bs.el (bs--get-file-name): Use `list-buffers-directory'
8738         when available, instead of hardcoding mode names.  Doc fix.
8740         * menu-bar.el (list-buffers-directory): Add docstring.
8741         Make automatically buffer-local.
8743         * dired.el (dired-mode):
8744         * files.el (cd-absolute):
8745         * pcvs.el (cvs-temp-buffer):
8746         * pcvs-util.el (cvs-get-buffer-create):
8747         * shell.el (shell-mode):
8748         * vc-dir.el (vc-dir-mode):
8749         Don't make `list-buffers-directory' buffer local.
8751 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
8753         * comint.el (comint-exec, comint-run, make-comint):
8754         Doc fixes (Bug#4542).
8756 2009-09-25  Glenn Morris  <rgm@gnu.org>
8758         * mail/rmailmm.el (rmail-mime): New custom group.
8759         Move all defcustoms in this file into this group.
8760         (rmail-mime-media-type-handlers-alist): Revert previous change.
8761         (rmail-mime-show-images): New option.
8762         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8763         references to it, since it wasn't actually used for anything.
8764         (rmail-mime-insert-image): New function.
8765         (rmail-mime-image): Use rmail-mime-insert-image.
8766         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8767         obey the value of `rmail-mime-show-images' option.  Print the size of
8768         attachments.
8770 2009-09-25  David Engster  <deng@randomsample.de>
8772         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
8774 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8776         * whitespace.el: Does not highlight trailing spaces While point is
8777         at end of line.  Does not highligt spaces at beginning of buffer
8778         while point is at beginning of buffer.  Does not highlight spaces
8779         at end of buffer while point is at end of buffer.  (Bug#4177)
8780         New version 12.0.
8781         (whitespace-display-mappings): Adjust initialization.
8782         (whitespace-point, whitespace-font-lock-refontify): New vars.
8783         (whitespace-color-on, whitespace-color-off): Adjust code.
8784         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8785         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8786         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8788 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
8790         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8792         * textmodes/sgml-mode.el: Remove xml-mode alias.
8794         * files.el (auto-mode-alist, conf-mode-maybe)
8795         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8797 2009-09-24  Alan Mackenzie  <acm@muc.de>
8799         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8800         c-forward-conditionals, but it doesn't move point and doesn't set
8801         the mark.
8802         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8803         (c-down-conditional-with-else, c-backward-conditional)
8804         (c-forward-conditional): Refactor to use c-scan-conditionals.
8806 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8808         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8809         (help-default-arg-highlight): Remove.
8810         (help-highlight-arg): New function.
8811         (help-do-arg-highlight): Use it.
8812         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8814 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8816         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8817         Undo last change, which didn't fix the problem and introduced others.
8819 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8821         * progmodes/gdb-mi.el: Don't require speedbar.
8822         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8824 2009-09-24  Glenn Morris  <rgm@gnu.org>
8826         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8828         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8830         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8831         there is no newline after the final mime boundary.  (Bug#4539)
8832         Move markers on insertion so that any buttons inserted don't end up in
8833         the next part of a multipart message.
8834         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8835         (rmail-mime-bulk-handler): Optionally handle images.
8836         (rmail-mime-image): New button action.
8837         (rmail-mime-image-handler): New function.
8838         (rmail-mime-mode): New mode.
8839         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8841 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8843         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8844         than just dropping elements from it (bug#4504).
8846         * term.el (term-set-scroll-region): Don't move cursor any more.
8847         (term-handle-ansi-escape): Call term-goto here instead.
8848         Suggested by Ivan Kanis <apple@kanis.eu>.
8850         * term.el: Require CL.
8851         (term-ansi-reset): New function.
8852         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8853         (term-handle-colors-array): Simplify.
8855 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8857         * allout.el (allout-overlay-interior-modification-handler)
8858         (allout-obtain-passphrase):
8859         * epa-file.el (epa-file-write-region):
8860         * ps-print.el (ps-begin-job):
8861         * vc-hooks.el (vc-toggle-read-only):
8862         * vc-rcs.el (vc-rcs-rollback):
8863         * vc-sccs.el (vc-sccs-rollback):
8864         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8865         (vc-version-diff, vc-revert, vc-rollback):
8866         * wdired.el (wdired-check-kill-buffer):
8867         * emacs-lisp/authors.el (authors):
8868         * net/socks.el (socks-open-connection):
8869         * net/zeroconf.el (zeroconf-service-add-hook):
8870         * obsolete/vc-mcvs.el (vc-mcvs-register):
8871         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8872         (gdb-select-frame):
8873         * progmodes/grep.el (lgrep, rgrep):
8874         * progmodes/idlw-help.el (idlwave-help-check-locations)
8875         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8876         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8877         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8878         (reftex-toc-rename-label): Fix typos in error messages.
8880         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8881         (dired-copy-how-to-fn): Doc fix.
8882         (dired-files-attributes, dired-read-shell-command):
8883         Fix typos in docstrings.
8885         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8886         (dired-x-find-file-other-window): Reflow docstrings.
8887         (dired-omit-marker-char, dired-read-shell-command)
8888         (dired-x-submit-report): Fix typos in docstrings.
8890         * shell.el (shell-mode-hook):
8891         * view.el (View-scroll-line-forward):
8892         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8893         Fix typos in docstrings.
8895         * net/dig.el (dig-invoke): Fix typo in docstring.
8896         (query-dig): Reflow docstring.
8898         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8899         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8900         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8901         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8902         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8903         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8904         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8905         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8906         (idlwave-completion-map, idlwave-current-indent)
8907         (idlwave-custom-ampersand-surround, idlwave-customize)
8908         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8909         (idlwave-define-abbrev, idlwave-determine-class-special)
8910         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8911         (idlwave-end-block-reg, idlwave-end-of-statement)
8912         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8913         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8914         (idlwave-explicit-class-listed, idlwave-file-header)
8915         (idlwave-fill-paragraph, idlwave-find-class-definition)
8916         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8917         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8918         (idlwave-in-quote, idlwave-indent-action-table)
8919         (idlwave-indent-expand-table, idlwave-indent-line)
8920         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8921         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8922         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8923         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8924         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8925         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8926         (idlwave-outlawed-buffers, idlwave-popup-select)
8927         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8928         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8929         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8930         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8931         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8932         (idlwave-statement-type, idlwave-struct-skip)
8933         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8934         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8935         (idlwave-what-module-find-class): Fix typos in docstrings.
8936         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8937         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8938         (idlwave-find-module, idlwave-find-structure-definition)
8939         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8940         (idlwave-list-load-path-shadows, idlwave-next-statement)
8941         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8942         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8943         (idlwave-template): Reflow docstrings.
8945         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8946         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8947         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8948         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8949         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8950         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8951         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8952         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8953         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8954         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8955         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8956         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8957         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8958         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8959         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8960         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8961         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8962         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8963         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8964         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8965         Fix typos in docstrings.
8966         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8967         (idlwave-shell-hide-output, idlwave-shell-mode)
8968         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8969         Reflow docstrings.
8971         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8973 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8975         * term.el (term-bold-attribute): New var.
8976         (term-handle-colors-array): Use it.
8978 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8980         * progmodes/gdb-mi.el (gdb-version): New variable.
8981         (gdb-non-stop-handler): Set gdb-version.
8982         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8983         Condition "--thread" option on gdb-version.
8984         (gdb-invalidate-threads): Remove unused argument.
8986 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8988         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8989         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8991 2009-09-23  Glenn Morris  <rgm@gnu.org>
8993         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8994         replying to mail without References or Message-Id.  (Bug#4525)
8996 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8998         * term/ns-win.el (ns-reg-to-script): New variable.
9000 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
9002         * epg.el (epg-wait-for-status): Preserve existing 'error results.
9004 2009-09-22  Sam Steingold  <sds@gnu.org>
9006         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9007         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9008         to 1 because hg returns status 1 when nothing is found.
9009         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9011 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9013         * textmodes/fill.el: Convert to utf-8 encoding.
9014         (fill-french-nobreak-p): Remove redundant » and « inherited from our
9015         pre-unicode days.
9017         * add-log.el (change-log-fill-forward-paragraph): New function.
9018         (change-log-mode): Use it so fill-region DTRT.
9019         Set fill-indent-according-to-mode here rather than in
9020         change-log-fill-paragraph.
9021         (change-log-fill-paragraph): Remove.
9023 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
9025         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9026         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
9028 2009-09-22  Glenn Morris  <rgm@gnu.org>
9030         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9031         the scroll-bar scroll the calendar window rather than the buffer.
9033         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9034         commands that move point (as opposed to scrolling).
9036         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9038         * emacs-lisp/elint.el (elint): New custom group.
9039         (elint-log-buffer): Make it a defcustom.
9040         (elint-scan-preloaded, elint-ignored-warnings)
9041         (elint-directory-skip-re): New options.
9042         (elint-builtin-variables): Doc fix.
9043         (elint-preloaded-env): New variable.
9044         (elint-unknown-builtin-args): Add an entry for encode-time.
9045         (elint-extra-errors): Make it a variable rather than a constant.
9046         (elint-preloaded-skip-re): New constant.
9047         (elint-directory): Skip files matching elint-directory-skip-re.
9048         (elint-features): New variable, local to linted buffers.
9049         (elint-update-env): Initialize elint-features.  Possibly add
9050         elint-preloaded-env to the buffer's environment.
9051         (elint-get-top-forms): Bind elint-current-pos, for log messages.
9052         Skip quoted forms.
9053         (elint-init-form): New function, extracted from elint-init-env.
9054         Make non-list forms a warning rather than an error.
9055         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
9056         easy-menu-define, put that adds an error-condition, and provide.
9057         When requiring cl, also require cl-macs.  Really require cl, to handle
9058         some cl macros.  Store required libraries in the list elint-features,
9059         so as not to re-load them.  Treat cc-require like require.
9060         (elint-init-env): Call elint-init-form to do the work.
9061         Handle eval-and-compile and such like.
9062         (elint-add-required-env): Do not clear messages.
9063         (elint-special-forms): Add handlers for function, defalias, if, when,
9064         unless, and, or.
9065         (elint-form): Add optional argument to ignore elint-special-forms,
9066         useful to prevent recursive calls from handlers.  Doc fix.
9067         Respect elint-ignored-warnings.
9068         (elint-form): Respect elint-ignored-warnings.
9069         (elint-bound-variable, elint-bound-function): New variables.
9070         (elint-unbound-variable): Respect elint-bound-variable.
9071         (elint-get-args): Respect elint-bound-function.
9072         (elint-check-cond-form): Add some simple handling for (f)boundp and
9073         featurep tests.
9074         (elint-check-defalias-form): New handler.
9075         (elint-check-let-form): Make an empty let a warning rather than an
9076         error.
9077         (elint-check-setq-form): Make an empty setq a warning rather than an
9078         error.  Respect elint-ignored-warnings.
9079         (elint-check-defvar-form): Accept null doc-strings.
9080         (elint-check-conditional-form): New handler.  Does some simple-minded
9081         checking of featurep and (f)boundp tests.
9082         (elint-put-function-args): New function.
9083         (elint-initialize): Use elint-scan-doc-file rather than
9084         elint-find-builtin-variables.  Use elint-put-function-args.
9085         Possibly scan preloaded-file-list.
9086         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9087         extend to handle functions as well.
9089 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
9091         * linum.el (linum-delete-overlays, linum-update-window):
9092         Do not modify the right margin.  (Bug#3971)
9094 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
9096         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
9097         Use nxml-mode instead of xml-mode.
9099 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9101         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
9103 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9105         * net/dig.el (dig-mode): Use define-derived-mode.
9107 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
9109         * vc-dispatcher.el (vc-do-command): Return the process object in
9110         the asynchronous case.  Use when instead of if.  Do not run
9111         vc-exec-after to display a message if not enabled.  (Bug#4463)
9113         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9114         properties to the stash strings.
9115         (vc-git-stash-list): Return a list of strings.
9116         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9117         (vc-git-stash-show-at-point): New functions.
9118         (vc-git-stash-map): New keymap.
9120         * register.el (ctl-x-r-map): Define the keys here instead of
9121         using autoload.
9123 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
9125         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9126         list, to workaround performance problem (bug#4485).
9128 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
9130         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9132 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
9134         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9135         Document that this option is not recommended to use.
9137 2009-09-19  Glenn Morris  <rgm@gnu.org>
9139         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9140         variable `var'.
9142         * calc/calc-alg.el (var):
9143         * calc/calcalg2.el (var): Define for compiler.
9145 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
9147         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9148         Doc fix (Bug#3932).
9150         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9152         * time-stamp.el (time-stamp-month-dd-yyyy)
9153         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9154         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9155         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9156         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9157         Remove functions that have been obsolete since 1995 (Bug#4436).
9159         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9160         indent buffer only if called interactively (Bug#4452).
9162 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
9163             Eli Zaretskii  <eliz@gnu.org>
9165         This fixes bug#4197 (merged to bug#865, though not identical).
9166         * server.el (server-auth-dir): Add docstring note about FAT32.
9167         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9168         but warn against using them.
9170 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
9172         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9173         older GDB where there is no has_more field.
9175 2009-09-19  Glenn Morris  <rgm@gnu.org>
9177         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9179 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
9181         * files.el (auto-mode-alist): Change default for XML files to nXML
9182         mode (Bug#4169).
9184 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
9186         * server.el (server-ensure-safe-dir): Pass 'integer
9187         to `file-attributes', as suggested.
9189 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9191         * dired-aux.el (dired-query-alist): Remove spurious backslash.
9192         (dired-query): Use read-key.
9194 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
9196         * cus-start.el (ns-use-qd-smoothing): Remove.
9198 2009-09-18  Glenn Morris  <rgm@gnu.org>
9200         * allout.el (top-level): Remove unnecessary progn.
9202         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9204         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9205         definition of abbrev table.
9207         * speedbar.el (speedbar-track-mouse):
9208         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9209         * net/eudc.el (eudc-expand-inline):
9210         * net/newst-backend.el (newsticker--cache-read-feed):
9211         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9212         condition-case handlers.
9214 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
9216         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9217         (gdb-var-list): Add an element for has_more field.
9218         (gdb-non-stop-handler): Enable pretty printing for STL containers.
9219         (gdb-var-create-handler, gdb-var-list-children-handler-1)
9220         (gdb-var-update-handler-1): Parse output of dynamic variable
9221         objects (STL containers).
9222         (gdb-var-delete-1): Pass var1 as an explicit second argument.
9223         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
9225         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9226         gdb-var-list.
9227         (gud-speedbar-buttons): Make node expandable if expression "has more"
9228         children.
9230 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
9232         * startup.el (emacs-quick-startup): Remove variable and all uses.
9233         (command-line): Set `inhibit-x-resources' instead.
9234         (command-line-1): Use `inhibit-x-resources' instead.
9236 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
9238         * subr.el: Fix last change to avoid using the `unless' macro,
9239         which breaks bootstrapping.
9241 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9243         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9244         extended definitions, in case we reload subr.el after having
9245         loaded CL.
9246         (eval-next-after-load): Mark as obsolete.
9248 2009-09-17  Juri Linkov  <juri@jurta.org>
9250         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9251         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9252         (menu-bar-showhide-menu, menu-bar-tools-menu)
9253         (menu-bar-describe-menu, menu-bar-help-menu)
9254         (minibuffer-local-completion-map, minibuffer-local-map):
9255         Fix list quoting.
9257 2009-09-17  Glenn Morris  <rgm@gnu.org>
9259         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9260         arguments, whether or not it has a handler.
9262         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9264         * simple.el (hard-newline): Give it a doc-string.
9266         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9267         (lisp-mode-syntax-table): Give them doc-strings.
9269 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
9271         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9272         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9273         (menu-bar-options-menu, menu-bar-showhide-menu)
9274         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9275         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9276         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9277         (menu-bar-options-menu, menu-bar-tools-menu)
9278         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9279         (menu-bar-help-menu):
9280         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9281         string arguments.
9283         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9284         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9285         calls for the menu names and :help.
9287 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9289         * mouse.el (minor-mode-menu-from-indicator): Pay attention
9290         to :minor-mode-function (bug#4455).
9292 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9294         * startup.el (command-line): Initialize the window-system after
9295         processing the command-line.
9297         * textmodes/page.el (what-page): Make sure we don't inf-loop if
9298         page-delimiter matches the empty string.
9300 2009-09-16  Glenn Morris  <rgm@gnu.org>
9302         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9303         byte-compile-not-obsolete-var.  It's a list now.
9304         (byte-compile-not-obsolete-funcs): New variable.
9305         (byte-compile-warn-obsolete): Don't warn about functions if they are in
9306         byte-compile-not-obsolete-funcs.
9307         (byte-compile-variable-ref, byte-compile-defvar): Update for
9308         byte-compile-not-obsolete-vars name-change and list nature.
9309         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9310         and variables behind (f)boundp tests.
9311         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9313 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9315         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9317 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9319         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9320         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9321         Don't autoload.
9323 2009-09-15  Stephen Eglen  <stephen@gnu.org>
9325         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9326         the virtual-buffers, use the name of the buffer specified by
9327         find-file-noselect, as the match may be a symlink.  (This was a
9328         problem if the target and the symlink had different names.)
9330 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9332         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9334         * desktop.el (desktop-path): Check user-emacs-directory.
9336         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9338         * loadup.el: Use after-load-functions to GC after loading each file.
9339         Remove the explicit GC calls that used to be sprinkled around.
9341         * subr.el (after-load-functions): New hook.
9342         (do-after-load-evaluation): Run it.  Use string-match-p to detect
9343         `obsolete' packages, rather than painfully extracting the relevant
9344         directory name.
9346 2009-09-15  Glenn Morris  <rgm@gnu.org>
9348         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9349         free variable `doc'.
9351         * dired.el (dired-mode-map): Add menu entry for async shell command.
9353         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9354         variables, also consider the .elc files, since the .el files are
9355         normally gzipped (subsequent code locates the .el.gz from the .elc).
9357         * calc/calc-prog.el (arglist): Define for compiler.
9359         * calendar/diary-lib.el (diary-display-function): Change the default to
9360         fancy display.
9361         (body): Define for compiler.
9363         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9364         (byte-compile-file-form, byte-compile-lambda)
9365         (byte-compile-top-level-body, byte-compile-form)
9366         (byte-compile-variable-ref, byte-compile-setq)
9367         (byte-compile-setq-default, byte-compile-body)
9368         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9369         (batch-byte-compile): Give some more local variables with common names
9370         a "bytecomp-" prefix to avoid masking warnings about free variables.
9372         * startup.el (command-line-1): Give local variables with common names a
9373         distinguishing prefix, so as not to hide free variable warnings during
9374         bootstrap.
9376         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9377         clever and add a suffix to make a unique name, just let the user decide
9378         whether or not to overwrite it.  If the input is a directory, write the
9379         default filename to that directory.  (Bug#4388)
9380         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9381         is a filename-as-a-directory.
9383 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9385         * textmodes/page.el (what-page): Don't move to beginning of line.
9386         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9388 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9390         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9392 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
9394         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9395         * help.el (help-for-help-internal): Add purecopy calls for text.
9397         * vc.el (top): print-log method now takes an optional SHORTLOG
9398         argument.  Add a new method: root.
9399         (vc-root-diff, vc-print-root-log): New functions.
9400         (vc-log-short-style): New variable.
9401         (vc-print-log-internal): Add support for showing short logs.
9403         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9404         vc-print-root-log and vc-print-root-diff.
9406         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9407         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9408         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9409         short logs.
9411         * vc-cvs.el (vc-cvs-print-log):
9412         * vc-mtn.el (vc-mtn-print-log):
9413         * vc-rcs.el (vc-rcs-print-log):
9414         * vc-sccs.el (vc-sccs-print-log):
9415         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9416         that is ignored for now.
9418         * vc-mtn.el (vc-mtn-annotate-command):
9419         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9421 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9423         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9424         to function-key-map, and give them ascii-character property.
9425         * term/x-win.el (x-alternatives-map):
9426         * term/ns-win.el (ns-alternatives-map):
9427         * term/internal.el (msdos-key-remapping-map):
9428         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9430 2009-09-14  Glenn Morris  <rgm@gnu.org>
9432         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9433         temp-buffers (2009-09-12).
9435 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9437         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9438         the new read-key function.
9440 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9442         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9443         is defined (Bug#4405).
9445 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
9447         * recentf.el (recentf-cleanup): Use a hash table to find
9448         duplicates (Bug#4407).
9450 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
9452         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9453         kp-0 to ascii equivalents (Bug#4325).
9455 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9457         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9459         * eshell/em-hist.el:
9460         * eshell/em-dirs.el (eshell-complete-user-reference):
9461         Declare pcomplete functions and variables to avoid compiler warnings.
9463 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
9465         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9466         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9467         * eshell/em-alias.el (eshell-aliases-file):
9468         * eshell/em-hist.el (eshell-history-file-name):
9469         Use expand-file-name instead of concat to make file names (Bug#4308).
9471 2009-09-13  Glenn Morris  <rgm@gnu.org>
9473         * ediff-merg.el (ediff-do-merge):
9474         * filesets.el (filesets-run-cmd):
9475         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9476         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9477         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9478         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9479         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9480         Replace empty `let's with `progn'.
9482 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9484         * mail/sendmail.el (send-mail-function):
9485         * tooltip.el (tooltip-mode):
9486         * simple.el (transient-mark-mode):
9487         * rfn-eshadow.el (file-name-shadow-mode):
9488         * frame.el (blink-cursor-mode):
9489         * font-core.el (global-font-lock-mode):
9490         * files.el (temporary-file-directory)
9491         (small-temporary-file-directory, auto-save-file-name-transforms):
9492         * epa-hook.el (auto-encryption-mode):
9493         * composite.el (global-auto-composition-mode):
9494         Use custom-initialize-delay.
9495         * startup.el (command-line): Don't explicitly call
9496         custom-reevaluate-setting for all the above vars.
9497         * custom.el (custom-initialize-safe-set)
9498         (custom-initialize-safe-default): Delete.
9500 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9502         * term/x-win.el (x-initialize-window-system):
9503         * term/w32-win.el (w32-initialize-window-system):
9504         * term/ns-win.el (ns-initialize-window-system): Don't call
9505         mouse-wheel-mode since it's enabled globally by default already.
9507         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9508         actually define the variable, but only silences the byte-compiler.
9509         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9510         before looking it up.
9511         (mouse-wheel-scroll-amount): Also reset the bindings if this value
9512         is changed.
9514 2009-09-12  Glenn Morris  <rgm@gnu.org>
9516         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9517         1000.
9518         (elint-add-required-env): Don't beep on error.
9519         (elint-forms): In case of error, return ENV unchanged.
9520         (elint-init-env): Skip non-list forms.
9521         (elint-log): Handle unknown file positions.
9523 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9525         * epg.el (epg-make-context): Add autoload cookie.
9526         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9527         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9528         (epg-verify-string, epg-start-sign, epg-sign-file)
9529         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9530         (epg-encrypt-string, epg-start-export-keys)
9531         (epg-export-keys-to-file, epg-export-keys-to-string)
9532         (epg-start-import-keys, epg-import-keys-from-file)
9533         (epg-import-keys-from-string, epg-start-receive-keys)
9534         (epg-receive-keys, epg-import-keys-from-server)
9535         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9536         (epg-sign-keys, epg-start-generate-key)
9537         (epg-generate-key-from-file, epg-generate-key-from-string):
9538         Remove autoload cookie.
9540 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9542         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9543         reevaluation of trash-directory.
9545         * mwheel.el: Fix last change.
9546         (mouse-wheel-mode): New defvar.
9547         (mouse-wheel-mode): Remove autoload cookie.
9549 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9551         * mwheel.el (mwheel-installed-bindings): New var.
9552         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9553         the bindings we set last time.  Use custom-initialize-delay.
9554         * loadup.el: Load mwheel after term/*-win.el.
9555         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9556         and mouse-wheel-up-event now that their first evaluation is done
9557         sufficiently late to be correct.
9559         * startup.el (tutorial-directory): Make it a defcustom.
9560         Use custom-initialize-delay rather than eval-at-startup to set it.
9561         * image.el (image-load-path): Make it a defcustom.
9562         Use custom-initialize-delay rather than eval-at-startup to set it.
9563         * subr.el (eval-at-startup): Remove.
9564         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9566         * subr.el (do-after-load-evaluation): Warn the user after loading an
9567         obsolete package.
9569 2009-09-12  Glenn Morris  <rgm@gnu.org>
9571         * proced.el (proced-mark-alt): Remove alias.
9572         (proced-mode-map): Remove proced-mark-alt.
9574         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9575         Elint file and directory.  Remove initialization entry.
9577         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9578         commands.
9579         (elint-current-buffer): Set mode-line-process.
9580         (elint-init-env): Handle define-derived-mode.
9581         Fix declare-function with unspecified arglist.  Guard against odd
9582         defalias statements (eg iso-insert's 8859-1-map).
9583         (elint-add-required-env): Use a temp buffer.
9584         (elint-form): Just print the function/macro name, not the whole form.
9585         Return env unchanged if we fail to parse a macro.
9586         (elint-forms): Guard against parse errors.
9587         (elint-output): New function, to handle batch mode.
9588         (elint-log-message): Add optional argument.  Use elint-output.
9589         (elint-set-mode-line): New function.
9591 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9593         * emacs-lisp/elp.el (elp-not-profilable): Add more
9594         functions (Bug#4233).
9596 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9598         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9599         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9601 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9603         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9604         (gdb-var-list-children): Use json parsing.
9606 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9608         * progmodes/js.el (js--proper-indentation): Handle the case where
9609         char-before is null.  Reported by Deniz Dogan.
9611 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9613         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9615 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9617         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9618         (epg-digest-algorithm-alist): Add SHA224.
9619         (epg-context-set-passphrase-callback)
9620         (epg-context-set-progress-callback): Add description about
9621         callback function.
9623 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9625         * custom.el (custom-delayed-init-variables): New var.
9626         (custom-initialize-delay): New function.
9627         * startup.el (command-line): "Re"evaluate all vars in
9628         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9629         explicitly any more.
9630         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9631         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9633         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9635 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9637         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9638         (gdb-var-update-handler): Use json parsing.
9640 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9642         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9643         decode annotated text, regardless of language environment.  (Bug#2741)
9645 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9647         * Makefile.in (autoloads): Make rmail.el writable as well.
9649 2009-09-11  Glenn Morris  <rgm@gnu.org>
9651         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9652         loaddefs.el.
9653         * dired.el: Regenerate with extracted autoloads.
9654         * Makefile.in (autoloads): Make dired.el writable.
9656         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9657         * ibuffer.el: Regenerate with extracted autoloads.
9658         * Makefile.in (autoloads): Make ibuffer.el writable.
9660         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9661         * version.el (emacs-copyright, emacs-major-version)
9662         (emacs-minor-version): Reformat doc-strings for make-docfile.
9664         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9665         functions and variables, since they must be stuff specific to some other
9666         platform.
9667         (apropos-print): Make mouse-click message less specific about button.
9669         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9670         that records where a macro was defined.
9671         * help-fns.el (describe-function-1): Mention if a function has a
9672         compiler-macro.
9673         * help-mode.el (help-function-cmacro): New button.
9675         * locate.el (top-level): Always require dired.
9676         (locate-mode-map): Initialize inside the defvar.
9678         * net/ange-ftp.el (dired-compress-file): Declare.
9679         (ange-ftp-dired-compress-file): Add doc string.
9681         * term/ns-win.el (x-display-name, x-setup-function-keys):
9682         Unify doc-strings with X versions.
9684 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9686         * emulation/crisp.el (crisp-mode-map): Move initialization
9687         into declaration.
9688         (crisp-mode): Use define-minor-mode.
9690         * progmodes/xscheme.el (xscheme-evaluation-commands):
9691         Put a :advertised-binding property rather than using
9692         advertised-xscheme-send-previous-expression.
9693         (advertised-xscheme-send-previous-expression): Declare obsolete.
9694         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9695         `advertised-undo'.
9696         (crisp-mode): Add corresponding bindings to
9697         undo's :advertised-binding instead.
9698         * dired.el (dired-mode-map): Put a :advertised-binding property rather
9699         than using dired-advertised-find-file.
9700         (dired-advertised-find-file):
9701         * simple.el (advertised-undo):
9702         * wid-edit.el (advertised-widget-backward): Declare obsolete.
9703         (widget-keymap): Put a :advertised-binding property rather
9704         than using advertised-widget-backward.
9705         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9706         than using advertised-undo.
9707         * tutorial.el (tutorial--default-keys): Adjust accordingly.
9709 2009-09-10  Simon South  <ssouth@slowcomputing.org>
9711         * progmodes/delphi.el (delphi-tab): Indent region when Transient
9712         Mark mode is enabled and region is active; otherwise indent or
9713         insert TAB as usual.
9714         (delphi-mode): Update description of TAB-key binding.
9716 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9718         * subr.el (define-key-rebound-commands): Mark obsolete.
9719         * startup.el (precompute-menubar-bindings): Remove.
9720         (normal-top-level): Remove obsolete code that tried to precompute
9721         menubar bindings.
9722         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9723         define-key-rebound-commands and precompute-menubar-bindings.
9725 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9727         * net/imap.el (imap-interactive-login): Better messages.
9728         (imap-open): Fix bug with renamed buffer on reconnect.
9729         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9730         for easier debugging and cleaner code.  On successful (guessed based on
9731         server capabilities) secondary authentication, set imap-state
9732         correctly.
9733         (imap-last-authenticator): Define imap-last-authenticator as a variable
9734         to avoid warnings.
9736 2009-09-10  Glenn Morris  <rgm@gnu.org>
9738         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9740         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9741         (byte-compile-file-form-autoload): Don't warn about unknown functions
9742         where the autoload statement comes after the use.
9743         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9744         that any handlers inside the body (eg require) are in turn respected.
9746         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9747         effects.
9749         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9750         and syntax and abbrev tables basic docs, if they don't have any.
9752         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9754         * international/mule-cmds.el (top-level): Require cl when compiling.
9755         (view-hello-file): Use default-value rather than
9756         default-enable-multibyte-characters.
9758         * progmodes/fortran.el: Move all safe and risky properties into the
9759         defcustoms.
9761         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9762         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9763         * mail/undigest.el:
9764         Put autoloads in rmail.el rather than loaddefs.el.
9765         * mail/rmail.el: Regenerate with extracted autoloads.
9767         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9768         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9770 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
9772         Reported in thread for Bug#4375.
9773         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9774         "-data-evaluate-expression" instead of print.
9775         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9776         (gdb-tooltip-print): Parse output from above MI command.
9777         (gdb): Revert 2009-08-11 change.  User should detach inferior
9778         manually.
9780         Remove the word "separate" from IO functions as inferior
9781         output is now never displayed in the GUD buffer.
9783 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
9785         * startup.el (command-line-normalize-file-name): On Windows and
9786         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9788 2009-09-10  Juri Linkov  <juri@jurta.org>
9790         * isearch.el (isearch-text-char-description): Propertize escape
9791         character sequences with the `escape-glyph' face.  (Bug#4344)
9793         * simple.el (shell-command): Set asynchronous process filter to
9794         `comint-output-filter'.  (Bug#4343)
9796         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9797         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9798         the list.  Move "asm" to the bottom.
9799         (grep-find-ignored-directories): Add `choice' with nil value
9800         to empty the list easily.
9801         (grep-find-ignored-files): New option.
9802         (grep-files-history): Set to nil by default instead of '("ch" "el").
9803         (grep-compute-defaults): Add "<X>" to `grep-template'.
9804         (grep-read-files): Bind new local variables `default-alias' and
9805         `default-extension'.  Use a list of default values for the file prompt.
9806         (lgrep): Add `--exclude=' command line options composed from
9807         `grep-find-ignored-files'.
9808         (rgrep): Add `-name' command line options composed from
9809         `grep-find-ignored-files'.  (Bug#4301)
9811 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9813         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9814         (bug#4368).
9816 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9818         * calendar/time-date.el (autoload):
9819         Expand define-obsolete-function-alias into defalias and make-obsolete
9820         for old Emacsen that Gnus supports.
9821         (with-no-warnings): Define it for old Emacsen.
9822         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9823         is available.
9824         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9825         float-time is available; suppress compile warning for time-to-seconds.
9827 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9829         * net/imap.el (imap-message-map): Docstring fix.
9831 2009-09-09  Glenn Morris  <rgm@gnu.org>
9833         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9834         line numbers too.  (Bug#4374)
9836 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9838         * smerge-mode.el (smerge-remove-props, smerge-refine):
9839         Use with-silent-modifications (bug#4342).
9841         * subr.el (with-silent-modifications): New macro.
9843 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9845         * files.el (top-level): Require `cl' when compiling.
9847 2009-09-07  Glenn Morris  <rgm@gnu.org>
9849         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9851         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9852         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9854 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9856         * vc-git.el (vc-git-annotate-command): Use separator to parse
9857         arguments correctly.
9859 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9861         * proced.el (proced-mode): Doc fix.
9863 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9865         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9866         lstat fails.
9867         (tramp-do-file-attributes-with-ls): Check for file existence at
9868         remote end.
9869         (tramp-do-file-attributes-with-stat): Likewise.
9870         (tramp-convert-file-attributes): Return nil when attr is nil.
9872 2009-09-05  Glenn Morris  <rgm@gnu.org>
9874         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9875         properties to this button.
9876         (diary-fancy-display): Don't extend the button to the final newline.
9877         (diary-fancy-display-mode): Continue to define "q" as a local key.
9879         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9880         efficient.
9882         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9884         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9885         (byte-compile-dest-file-function): New option.
9886         (byte-compile-dest-file): Doc fix.
9887         Obey byte-compile-dest-file-function.
9888         (byte-compile-cl-file-p): New function.
9889         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9890         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9891         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9892         than for file being previously loaded.
9893         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9894         (byte-compile-file-form-require): Handle the case where requiring a file
9895         indirectly causes CL to be loaded.
9897 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9899         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9900         before killing the old buffer, since by the time `kill-buffer' is
9901         run so many buffer variables have been set to nil that it may not
9902         behave as expected.  (Bug#4061)
9904 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9906         * files.el (find-alternate-file): If the old buffer is modified
9907         and visiting a file, behave similarly to `kill-buffer' when
9908         killing it, thus reverting to the pre-1.878 behavior; see
9909         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9910         for discussion.  Also, consult `buffer-file-name' as a variable
9911         not as a function, for consistency with the rest of the code.
9913 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9915         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9916         also when adding a new directory.
9918         * net/tramp-compat.el (tramp-compat-line-beginning-position):
9919         New defun.
9921 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9923         * files.el (locate-file-completion-table): Make it provide boundary
9924         information, so partial-completion works better.
9926 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9928         * mail/footnote.el (Footnote-text-under-cursor):
9929         Check footnote-text-marker-alist before using it (bug#4324).
9931 2009-09-04  Glenn Morris  <rgm@gnu.org>
9933         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9934         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9935         * play/solitaire.el, play/tetris.el:
9936         Remove leading * from defcustom and defface docs.
9938         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9939         necessary.
9940         (diary-fancy-overriding-map): New variable.
9941         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9942         Use view-mode.
9944         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9945         goto-line.
9947 2009-09-03  Glenn Morris  <rgm@gnu.org>
9949         * arc-mode.el (archive-mode):
9950         * dos-fns.el (set-default-process-coding-system):
9951         * man.el (Man-getpage-in-background):
9952         * menu-bar.el (menu-bar-describe-menu):
9953         * server.el (server-process-filter):
9954         * startup.el (command-line):
9955         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9956         * w32-fns.el (set-default-process-coding-system):
9957         * x-dnd.el (x-dnd-handle-file-name):
9958         * international/mule-cmds.el (mule-menu-keymap)
9959         (set-default-coding-systems, language-info-alist, set-language-info)
9960         (set-language-environment, standard-display-european-internal)
9961         (set-locale-environment):
9962         * international/mule-diag.el (mule-diag):
9963         * mail/emacsbug.el (report-emacs-bug):
9964         * mail/rmail.el (rmail-mode):
9965         * mail/sendmail.el (mail-setup):
9966         Use default-value rather than default-enable-multibyte-characters.
9968         * progmodes/f90.el: Move all safe properties into the defcustoms.
9969         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9971         * calendar/appt.el (appt-check):
9972         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9973         (diary-check-diary-file, diary-list-entries)
9974         (diary-include-other-diary-files, diary-simple-display)
9975         (diary-fancy-display, diary-print-entries)
9976         (diary-mark-included-diary-files, diary-make-entry):
9977         Don't call substitute-in-file-name on diary-file.
9979 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9980             Stefan Monnier  <monnier@iro.umontreal.ca>
9982         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9983         (footnote-mode-map): Move initialization into the declaration.
9984         (footnote-minor-mode-map): Define it rather than changing global-map.
9985         (footnote-mode): Use define-minor-mode.
9987 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9989         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9990         (tramp-do-file-attributes-with-perl)
9991         (tramp-do-file-attributes-with-stat): Rename from
9992         `tramp-handle-file-attributes-with-*'.
9993         (tramp-handle-file-attributes): Use them.
9994         (tramp-do-directory-files-and-attributes-with-perl)
9995         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9996         `tramp-handle-directory-files-and-attributes-with-*'.
9997         (tramp-handle-directory-files-and-attributes): Use them.
9998         (tramp-method-out-of-band-p): Additional parameter SIZE.
9999         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10000         (tramp-handle-write-region): Use it.
10001         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10002         (tramp-handle-vc-registered): Check, whether the first run did
10003         return files to be tested.
10004         (tramp-advice-make-auto-save-file-name): Do not call directly
10005         `tramp-handle-make-auto-save-file-name', because this would bypass
10006         the locking mechanism.
10008         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10009         (file-remote-p, process-file, start-file-process, set-file-times)
10010         (tramp-compat-file-attributes): Compatibility functions shall not
10011         call directly `tramp-handle-*', because this would bypass the
10012         locking mechanism.
10013         (tramp-compat-number-sequence): New defun.
10015 2009-09-02  Glenn Morris  <rgm@gnu.org>
10017         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10018         alias for float-time.
10019         (time-to-number-of-days): In Emacs, use float-time.
10020         * net/newst-backend.el (time-add): Suppress warnings from compat
10021         function.
10022         * time.el (emacs-uptime, emacs-init-time):
10023         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10024         Use float-time rather than time-to-seconds.
10026         * minibuffer.el (completion-initials-expand): Fix typo.
10028         * faces.el (modeline, modeline-inactive, modeline-highlight)
10029         (modeline-buffer-id):
10030         * info.el (info-menu-5): Mark these face aliases as obsolete.
10032 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10034         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10035         space ...
10036         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10037         no "--thread" option.
10038         (gdb-stopped): Don't print "Switched to thread" message when it is
10039         unchanged.
10041 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10043         * minibuffer.el (completion-try-completion)
10044         (completion-all-completions): Remove ill-defined (and
10045         mistakenly installed and luckily never used nor documented)
10046         `completion-styles' property.
10047         (completion-initials-expand, completion-initials-all-completions)
10048         (completion-initials-try-completion): New functions.
10049         (completion-styles-alist): Add doc to each entry.
10050         Add new `initials' entry.
10052 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10054         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10055         MI command -var-evaluate-expression.
10056         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10057         and tweak for case of string child.
10058         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10060 2009-09-01  Glenn Morris  <rgm@gnu.org>
10062         * add-log.el (change-log-date-face, change-log-name-face)
10063         (change-log-email-face, change-log-file-face, change-log-list-face)
10064         (change-log-conditionals-face, change-log-function-face)
10065         (change-log-acknowledgement-face):
10066         * cus-edit.el (custom-invalid-face, custom-rogue-face)
10067         (custom-modified-face, custom-set-face, custom-changed-face)
10068         (custom-saved-face, custom-button-face, custom-button-pressed-face)
10069         (custom-documentation-face, custom-state-face, custom-comment-face)
10070         (custom-comment-tag-face, custom-variable-tag-face)
10071         (custom-variable-button-face, custom-face-tag-face)
10072         (custom-group-tag-face-1, custom-group-tag-face):
10073         * diff-mode.el (diff-header-face, diff-file-header-face)
10074         (diff-index-face, diff-hunk-header-face, diff-removed-face)
10075         (diff-added-face, diff-changed-face, diff-function-face)
10076         (diff-context-face, diff-nonexistent-face):
10077         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10078         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10079         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10080         (Info-title-4-face):
10081         * isearch.el (isearch-lazy-highlight-face):
10082         * log-view.el (log-view-file-face, log-view-message-face):
10083         * paren.el (show-paren-match-face, show-paren-mismatch-face):
10084         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10085         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10086         (cvs-msg-face):
10087         * smerge-mode.el (smerge-mine-face, smerge-other-face)
10088         (smerge-base-face, smerge-markers-face):
10089         * wid-edit.el (widget-documentation-face, widget-button-face)
10090         (widget-field-face, widget-single-line-field-face)
10091         (widget-inactive-face, widget-button-pressed-face):
10092         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10093         (woman-addition-face):
10094         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10095         (eshell-ls-executable-face, eshell-ls-readonly-face)
10096         (eshell-ls-unreadable-face, eshell-ls-special-face)
10097         (eshell-ls-missing-face, eshell-ls-archive-face)
10098         (eshell-ls-backup-face, eshell-ls-product-face)
10099         (eshell-ls-clutter-face):
10100         * eshell/em-prompt.el (eshell-prompt-face):
10101         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10102         * obsolete/old-whitespace.el (whitespace-highlight-face):
10103         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10104         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10105         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10106         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10107         (antlr-font-lock-literal-face):
10108         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10109         (ebrowse-root-class-face, ebrowse-file-name-face)
10110         (ebrowse-default-face, ebrowse-member-attribute-face)
10111         (ebrowse-member-class-face, ebrowse-progress-face):
10112         * progmodes/make-mode.el (makefile-space-face):
10113         * progmodes/sh-script.el (sh-heredoc-face):
10114         * textmodes/flyspell.el (flyspell-incorrect-face)
10115         (flyspell-duplicate-face):
10116         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10117         * textmodes/texinfo.el (texinfo-heading-face):
10118         Mark face aliases with "-face" suffix as obsolete.
10120         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10121         compiler.
10123         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10124         (eudc-bob-sound-menu): Use defvar rather than defconst, since
10125         easy-menu-define wants to modify these.
10127         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10129         * net/browse-url.el (browse-url-file-url):
10130         * term/internal.el (dos-codepage-setup):
10131         Use default-value rather than default-enable-multibyte-characters.
10133         * progmodes/etags.el (etags-goto-tag-location):
10134         * progmodes/flymake.el (flymake-highlight-line)
10135         (flymake-goto-file-and-line, flymake-goto-line):
10136         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10137         (gdb-goto-breakpoint):
10138         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10139         * progmodes/python.el (python-find-function)
10140         (python-pdbtrack-track-stack-file):
10141         * progmodes/verilog-mode.el (verilog-surelint-off):
10142         * term/ns-win.el (ns-open-file-select-line):
10143         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10144         Use forward-line rather than goto-line.
10146         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10147         * textmodes/reftex-index.el (reftex-display-index):
10148         * textmodes/reftex-ref.el (reftex-offer-label-menu):
10149         * textmodes/reftex-toc.el (reftex-toc):
10150         Remove unnecessary bindings of default-major-mode (all are followed by
10151         major-mode check and possible mode switch).
10153 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10155         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10156         Handle watchpoints (bug#4282).
10157         (def-gdb-thread-buffer-command): Enable thread to be selected by
10158         clicking without selecting threads buffer first.
10159         (gdb-current-context-command): Use selected frame so that "up",
10160         "down" etc work in the GUD buffer.
10161         (gdb-update): Find selected frame before rendering stack buffer.
10162         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10164 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10166         * progmodes/sym-comp.el (displayed-completions): Remove.
10167         (symbol-complete): Use minibuffer-complete.
10169 2009-08-31  Glenn Morris  <rgm@gnu.org>
10171         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10173         * apropos.el (apropos-symbols-internal):
10174         Handle (obsolete) face aliases.
10176         * faces.el (describe-face): Adjust the output format to be more like
10177         describe-variable, and to mention (obsolete) face aliases.
10178         Adjust the whitespace so that help-setup-xref works.
10180         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10181         * calendar/diary-lib.el (diary-button-face):
10182         Mark these face aliases as obsolete.
10184         * calendar/calendar.el (calendar-today): Doc fix.
10186 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10188         * progmodes/gdb-mi.el (gdb-control-all-threads)
10189         (gdb-control-current-thread): Force tool bar update.
10190         (gdb-non-stop-handler): New function.
10191         (gdb-init-1): Use it to test if non-stop mode is supported.
10192         Remove unused gdbmi buffer type.
10194 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
10196         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10197         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
10199 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
10201         * comint.el (comint-exec-1): Check command is non-null first.
10202         Part of gdb-mi.el change (2009-08-28).
10204 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10206         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10208 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
10210         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10211         instead of `dolist' to avoid a recursive require when bootstrapping.
10213 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10215         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10217         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10219         * net/imap.el (imap-send-command): Simplify.
10220         (imap-wait-for-tag): point-max -> buffer-size.
10222         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10224         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10225         with constant argument.
10227         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10229         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10231         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10232         Change default, since most of our files don't have a history.
10233         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10234         the user.
10236         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10237         Add comint-run.
10239         * calc/calc.el: Improve commenting convention.
10240         (calc-digit-map, toplevel): Simplify.
10242         * comint.el (comint-insert-input): Be careful to only set point if we
10243         don't delegate to some other command.
10245         * proced.el (proced-signal-list): Make it an alist.
10246         (proced-grammar-alist): Capitalize names.
10247         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10248         Disable undo manually and make it read-only.
10249         Use completion-annotate-function.
10251         * minibuffer.el (minibuffer-message): If the current buffer is not
10252         a minibuffer, insert the message in the echo area rather than at the
10253         end of the buffer.
10254         (completion-annotate-function): New variable.
10255         (minibuffer-completion-help): Use it.
10256         (completion--embedded-envvar-table): Environment vars are
10257         always case-sensitive.
10259 2009-08-30  Glenn Morris  <rgm@gnu.org>
10261         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10262         from fortran-current-defun.
10263         (fortran-beginning-of-subprogram): Be more precise about finding the
10264         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
10265         (fortran-end-of-subprogram): Simplify.
10266         (fortran-current-defun): Use fortran-start-prog-re.
10268 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
10270         * subr.el (do-after-load-evaluation): Simplify.
10272 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
10274         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10276         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
10277         (vc-rcs-print-log): Use it.
10279         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10281 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10283         * paths.el (abbrev-file-name): Move to abbrev.el.
10284         * abbrev.el (abbrev-file-name): Move from paths.el.
10285         Obey user-emacs-directory.
10286         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10287         user-emacs-directory.
10288         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10289         abbrev-file-name and calc-settings-file any more.
10290         * startup.el (command-line): Recompute abbrev-file-name and
10291         abbreviated-home-dir.
10292         (normal-no-mouse-startup-screen): Improve the generic code and get rid
10293         of the special code for when C-h bindings haven't been changed.
10294         (display-startup-echo-area-message): Use with-current-buffer.
10295         (command-line-1): Use a list of strings, rather than a list of lists
10296         of strings for longopts.
10298         * files.el (get-free-disk-space): Use / for default-directory.
10300         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10301         Use with-current-buffer.
10303         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10304         Recognize immutable variables like most-positive-fixnum.
10305         (byte-compile-setq-default): Check and warn if trying to assign
10306         to an immutable variable, or a non-variable.
10308         * progmodes/cc-vars.el (c-comment-continuation-stars):
10309         * progmodes/cc-engine.el (c-looking-at-bos):
10310         * progmodes/cc-cmds.el (c-toggle-auto-state)
10311         (c-forward-into-nomenclature, c-backward-into-nomenclature)
10312         (c-comment-line-break-function): Add version of obsolescence.
10314 2009-08-28  Juri Linkov  <juri@jurta.org>
10316         * files.el (magic-fallback-mode-alist): Add ZIP magic number
10317         associated with `archive-mode'.
10319         * image.el (image-type-header-regexps): Use only JPEG magic number
10320         to determine JPEG images, and don't use `image-jpeg-p' because
10321         Emacs can display non-JFIF non-Exif JPEG images.
10323 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10325         * arc-mode.el (archive-mode):
10326         * emacs-lisp/re-builder.el (re-builder-unload-function):
10327         Protect against the default value of `major-mode' being nil.
10329 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10331         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10332         Fix typos in docstrings.
10334         * progmodes/js.el (js--macro-decl-re): Doc fix.
10335         (js--plain-method-re, js--split-name): Refloc docstring.
10336         (js--class-styles, js--make-merged-item, js--splice-into-items):
10337         Fix typos in docstrings; reflow docstrings.
10338         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10339         (js--variable-decl-matcher, js--inside-pitem-p)
10340         (js--parse-state-at-point, js--get-all-known-symbols)
10341         (js--symbol-history, js-find-symbol, js--js-references)
10342         (js--moz-interactor, js--js-encode-value, js--read-tab):
10343         Fix typos in docstrings.
10345 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10347         * textmodes/reftex.el (reftex-get-file-buffer-force):
10348         * progmodes/verilog-mode.el (verilog-batch-execute-func):
10349         * emulation/viper.el (viper-go-away, viper-set-hooks):
10350         * emacs-lisp/re-builder.el (re-builder-unload-function):
10351         * emacs-lisp/bytecomp.el (byte-compile-file):
10352         * ses.el (ses-unload-function):
10353         * hexl.el (hexl-find-file):
10354         * files.el (normal-mode):
10355         * ehelp.el (with-electric-help):
10356         * autoinsert.el (auto-insert-alist):
10357         * arc-mode.el (archive-mode):
10358         Use (default-value 'major-mode) instead of default-major-mode.
10360         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10361         * international/mule.el (load-with-code-conversion):
10362         * emacs-lisp/debug.el (debug):
10363         * ediff-vers.el (ediff-rcs-get-output-buffer):
10364         * dired.el (dired-internal-noselect): Don't let-bind
10365         default-major-mode around code that doesn't use it.
10366         E.g. buffer creation via get-buffer-create doesn't use it.
10368 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
10370         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10371         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10372         when writing the temp file.  Otherwise, epa-file gets confused.
10373         (tramp-register-file-name-handlers): Make it a defun.  Move also
10374         `epa-file-handler' to the front of `file-name-handler-alist'.
10376 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10378         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10379         start right after a ^M.
10380         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10381         (tramp-completion-file-name-regexp-separate)
10382         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10383         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10384         Don't modify last-coding-system-used by accident.
10385         (tramp-completion-file-name-handler): Apply the checks here,
10386         instead during registration.
10387         (tramp-register-file-name-handlers): Rename from
10388         `tramp-register-file-name-handler'.  Register both
10389         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10390         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
10392 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
10394         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10395         Remove variable ...
10396         (gdb-init-1, gdb-display-separate-io-buffer)
10397         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10398         references to it.
10399         (gdb-inferior-io-mode): Use make-comint-in-buffer.
10400         (gdb-inferior-filter): Use comint-output-filter to stop
10401         echoing and remove ^M characters.
10403 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10405         * emulation/viper-init.el (viper-restore-cursor-type):
10406         * emulation/cua-base.el (cua--update-indications):
10407         Replace default-cursor-type with (default-value 'cursor-type).
10409         * mail/sendmail.el (mail-recover-1):
10410         * international/mule-diag.el (describe-current-coding-system-briefly)
10411         (describe-current-coding-system):
10412         * international/mule-cmds.el (select-safe-coding-system)
10413         (select-message-coding-system)
10414         (set-language-environment-coding-systems, set-locale-environment):
10415         * hexl.el (hexl-insert-multibyte-char):
10416         * dos-w32.el (find-buffer-file-type-coding-system):
10417         * simple.el (what-cursor-position):
10418         Replace uses of default-buffer-file-coding-system
10419         with (default-value 'buffer-file-coding-system).
10421         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10422         Replace uses of default-cursor-in-non-selected-windows
10423         with (default-value 'cursor-in-non-selected-windows).
10424         Use with-current-buffer.
10426         * mail/feedmail.el: Use CL macros.
10427         (feedmail-run-the-queue, feedmail-send-it-immediately):
10428         * dos-w32.el (find-buffer-file-type): Replace uses of
10429         default-buffer-file-type with (default-value 'buffer-file-type).
10431 2009-08-28  Glenn Morris  <rgm@gnu.org>
10433         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10434         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10435         Use default-value of major-mode rather than default-major-mode.
10437 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10439         * Makefile.in (update-elcfiles): Report left over elc files.
10441         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10442         expand-file-name and with-current-buffer.
10443         (mail-get-names, mail-directory): Use with-current-buffer.
10445         * vc.el (vc-read-revision): New function.
10446         (vc-version-diff, vc-merge): Use it.
10448 2009-08-27  Sam Steingold  <sds@gnu.org>
10450         * simple.el (kill-do-not-save-duplicates): New user option.
10451         (kill-new): When it is non-nil, and the new string is the same as
10452         the latest kill, set replace to t to avoid duplicates in kill-ring.
10454 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
10456         * net/tramp.el (tramp-handle-process-file): Do not flush all
10457         caches when `process-file-side-effects' is set.
10458         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10459         instead of `tramp-find-file-exists-command'.
10460         Unset `process-file-side-effects'.
10462 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
10464         * net/tramp.el (tramp-methods): New method "rsyncc".
10465         (top): Add completion function for "rsyncc".
10466         (tramp-message-show-message): New defvar.
10467         (tramp-message, tramp-error): Use it.
10468         (tramp-do-copy-or-rename-file-directly): Extend check for direct
10469         remote copying.
10470         (tramp-do-copy-or-rename-file-out-of-band): Handle new
10471         `tramp-methods' entry `copy-env' of "rsyncc".
10472         (tramp-vc-registered-read-file-names): New defconst.
10473         (tramp-vc-registered-file-names): New defvar.
10474         (tramp-handle-vc-registered): Implement optimization strategy.
10475         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10476         (tramp-vc-file-name-handler): New defun.
10477         (tramp-get-ls-command, tramp-get-test-command)
10478         (tramp-get-file-exists-command, tramp-get-remote-ln)
10479         (tramp-get-remote-perl, tramp-get-remote-stat)
10480         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10482         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10483         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
10484         timestamps.
10485         (tramp-get-file-property): Check for timestamps in
10486         `tramp-cache-inhibit-cache'.
10487         (tramp-set-file-property): Write timestamp.
10489 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10491         * language/japan-util.el (japanese-symbol-table): Add entries for
10492         cp932-2-byte.
10494         * international/characters.el: Add category `j' to cp932-2-byte.
10496 2009-08-27  Kenichi Handa  <handa@m17n.org>
10498         * international/fontset.el (build-default-fontset-data): New macro.
10499         (setup-default-fontset): Use build-default-fontset-data for CJK,
10500         tibetan, ethiopic, and ipa.
10502 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10504         * cus-start.el (default-major-mode): Customize `major-mode' instead.
10505         (enable-multibyte-characters): Not customizable any more.
10507         * subr.el (default-mode-line-format, default-header-line-format)
10508         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10509         (default-direction-reversed, default-truncate-lines)
10510         (default-left-margin, default-tab-width, default-case-fold-search)
10511         (default-left-margin-width, default-right-margin-width)
10512         (default-left-fringe-width, default-right-fringe-width)
10513         (default-fringes-outside-margins, default-scroll-bar-width)
10514         (default-vertical-scroll-bar, default-indicate-empty-lines)
10515         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10516         (default-fringe-cursor-alist, default-scroll-up-aggressively)
10517         (default-scroll-down-aggressively, default-fill-column)
10518         (default-cursor-type, default-buffer-file-type)
10519         (default-cursor-in-non-selected-windows)
10520         (default-buffer-file-coding-system, default-major-mode)
10521         (default-enable-multibyte-characters): Mark as obsolete.
10523 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10525         * vc-dir.el (vc-dir-update): Remove debug helper.
10527         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10529 2009-08-26  Sam Steingold  <sds@gnu.org>
10531         * simple.el (save-interprogram-paste-before-kill): New user option.
10532         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10533         save the interprogram-paste into kill-ring before overriding it
10534         with the Emacs kill.
10536 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10538         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10539         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10540         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10541         and move to vc-rcs.el.
10542         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10543         move to vc-rcs.el.
10544         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10545         (vc-rcs-update-changelog): Remove.
10546         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10547         and move to vc-rcs.el.
10549         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10550         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10551         renaming.
10552         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10553         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10554         vc.el, renamed to be RCS specific.
10556         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10557         New functions.
10558         (vc-cvs-update-changelog): Move here from vc.el.
10560         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10561         New functions.
10563 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10565         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10567 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10569         * vc-git.el (vc-git-register): Use "git add" for directories.
10570         (vc-git-stash, vc-git-stash-show): New functions.
10571         (vc-git-extra-menu-map): Bind them.
10573         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10574         directory correctly in case the item is a directory itself.
10576         * vc.el: Document the desired behavior for reverted files in the
10577         `added' state.
10578         (vc-default-prettify-state-info): Remove function, unused.
10580         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10582 2009-08-26  Glenn Morris  <rgm@gnu.org>
10584         * bindings.el (standard-mode-line-format): Reposition dashes in
10585         which-func entry.  (Bug#4217)
10587         * files.el (enable-local-variables, enable-local-eval)
10588         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10589         the defcustoms.
10590         (auto-mode-alist, ignored-local-variables)
10591         (save-some-buffers-action-alist): Move risky declarations to the
10592         definitions.
10593         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10594         (font-lock-defaults, format-alist, imenu--index-alist)
10595         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10596         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10597         (mode-line-modified, mode-line-mule-info, mode-line-position)
10598         (mode-line-process, mode-line-remote, outline-level)
10599         (parse-time-rules, rmail-output-file-alist)
10600         (special-display-buffer-names, vc-mode):
10601         Move risky declarations to the relevant files.
10602         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10603         (mode-line-modified, mode-line-process, mode-line-position)
10604         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10605         * font-core.el (font-lock-defaults):
10606         * format.el (format-alist):
10607         * vc-hooks.el (vc-mode):
10608         * window.el (special-display-buffer-names):
10609         * international/mule-cmds.el (input-method-alist):
10610         Define riskiness here (dumped file) rather than in files.el.
10611         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10612         * imenu.el (imenu-generic-expression, imenu--index-alist):
10613         * outline.el (outline-level):
10614         * time.el (display-time-string):
10615         * calendar/parse-time.el (parse-time-rules):
10616         * mail/rmailout.el (rmail-output-file-alist):
10617         Autoload riskiness here, rather than placing in files.el.
10619 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10621         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10623 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10625         * simple.el (process-file-side-effects): New defvar.
10627         * dired-aux.el (dired-show-file-type):
10628         * vc.el (vc-diff-internal):
10629         * vc-arch.el (vc-arch-diff):
10630         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10631         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10632         * vc-git.el (vc-git-registered, vc-git-working-revision)
10633         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10634         (vc-git--empty-db-p):
10635         * vc-hooks.el (vc-user-login-name):
10636         * vc-svn.el (vc-svn-registered, vc-svn-state)
10637         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10638         * progmodes/grep.el (grep-probe): Let-bind
10639         `process-file-side-effects' with nil.
10641         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10643         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10644         daemon.  Replace ping by checking for running service for bluez
10645         and zeroconf.  (Bug#4239)
10647 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10649         * net/dig.el (dig): Add autoload cookie.
10651 2009-08-25  Glenn Morris  <rgm@gnu.org>
10653         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10654         load-history for absolute file-names.
10655         (byte-compile-file-form-require): Warn about use of the cl package.
10657         * format.el (format-alist): Doc fix.
10659         * play/bubbles.el (top-level): Don't require cl at run-time.
10661         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10662         run-time cl).
10664 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10666         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10667         from cl package.
10668         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10670 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10672         * calc/calc-alg.el (math-trig-rewrite)
10673         (math-hyperbolic-trig-rewrite): New functions.
10674         (calc-simplify): Simplify trig functions when asked.
10676 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10678         * diff-mode.el (diff-find-source-location): Avoid goto-line.
10680 2009-08-24  Kenichi Handa  <handa@m17n.org>
10682         * language/ind-util.el (mapthread): Delete it.
10683         (combinatorial): New function.
10684         (indian--puthash-cv): Use combinatorial instead of mapthread.
10686 2009-08-22  Kevin Ryde  <user42@zip.com.au>
10688         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10689         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10690         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10691         Clarify docstring that the value is strings not symbols.
10692         (checkdoc-list-of-strings-p): New function.
10694 2009-08-22  Glenn Morris  <rgm@gnu.org>
10696         * files.el (auto-mode-alist):
10697         * hippie-exp.el (he-concat-directory-file-name):
10698         * lpr.el (lpr-windows-system, printer-name):
10699         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10700         * ps-print.el (ps-windows-system):
10701         * startup.el (command-line):
10702         * emulation/viper-ex.el (viper-glob-function):
10703         * international/mule-cmds.el (set-language-environment-coding-systems):
10704         * net/ange-ftp.el (ange-ftp-write-region):
10705         * obsolete/fast-lock.el (fast-lock-cache-name):
10706         Remove code for defunct system-types emx, macos, mswindows, next-mach,
10707         unisoft-unix, vax-vms, win32, w32.
10709         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10710         given name if the pattern is not more specific.
10712         * calendar/lunar.el (lunar-phase-names): New option.
10713         (lunar-phase): Doc fix.
10714         (lunar-cycles-per-year): New constant.
10715         (lunar-index): New function.
10716         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10717         (lunar-phase-name): Use lunar-phase-names.
10718         (calendar-lunar-phases): Use format.
10719         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10721         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10722         Copy imenu-example--name-and-position function here for own use.
10723         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10725         * bs.el (bs--redisplay):
10726         * cus-edit.el (custom-redraw):
10727         * ibuffer.el (ibuffer-bury-buffer):
10728         * server.el (server-goto-line-column):
10729         * startup.el (command-line-1):
10730         * strokes.el (strokes-xpm-for-stroke):
10731         * term.el (term-display-buffer-line):
10732         * view.el (View-goto-line):
10733         * calc/calc.el (calc-do, calc-trail-buffer):
10734         * play/gamegrid.el (gamegrid-add-score-insecure):
10735         * progmodes/ada-mode.el (ada-compile-goto-error):
10736         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10737         (ebrowse-select-1st-to-9nth):
10738         * progmodes/cperl-mode.el (cperl-time-fontification):
10739         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10740         * progmodes/gud.el (gud-display-line):
10741         (idlwave-shell-display-line):
10742         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10743         * progmodes/make-mode.el (makefile-browser-toggle):
10744         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10745         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10746         * textmodes/picture.el (picture-draw-rectangle):
10747         * textmodes/reftex-index.el (reftex-index-goto-letter):
10748         (reftex-select-jump-to-previous):
10749         * textmodes/reftex-sel.el (reftex-find-start-point)
10750         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10751         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10752         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10753         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10754         * textmodes/two-column.el (2C-associated-buffer):
10755         Use forward-line rather than goto-line.
10757         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10758         goto-line.
10760         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10761         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10762         (quick-check-list-to-regexp): Declare.
10764         * progmodes/make-mode.el (makefile-browser-insert-selection):
10765         Use goto-char rather than goto-line.
10767         * progmodes/prolog.el (compilation-error-regexp-alist)
10768         (compilation-forget-errors): Declare.
10770 2009-08-22  Juri Linkov  <juri@jurta.org>
10772         * progmodes/grep.el (lgrep, rgrep): At the beginning
10773         set `dir' to `default-directory' unless `dir' is a non-nil
10774         readable directory.  (Bug#4052)
10775         (lgrep, rgrep): Change a weird way to report an error
10776         from using `read-string' to using `error'.
10777         Instead of using interactive arguments in the function body,
10778         add new argument `confirm'.
10780 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10782         * textmodes/remember.el (remember-buffer):
10783         * progmodes/cperl-mode.el (cperl-vc-header-alist):
10784         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10785         (icalendar-extract-ical-from-buffer):
10786         * net/newst-treeview.el (newsticker-groups-filename):
10787         * net/newst-backend.el (newsticker-cache-filename):
10788         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10789         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10790         (speedbar-add-ignored-path-regexp, speedbar-line-path)
10791         (speedbar-buffers-line-path, speedbar-path-line)
10792         (speedbar-buffers-line-path):
10793         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10794         (epg-sign-keys):
10795         * epa.el (epa-display-verify-result):
10796         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10798 2009-08-21  Glenn Morris  <rgm@gnu.org>
10800         * progmodes/js.el (inferior-moz-process): Fix declaration.
10802         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10804         * obsolete/rnewspost.el (news-mail-reply):
10805         Use goto-char rather than goto-line.
10807         * term/ns-win.el (ns-open-file-select-line):
10808         Use line-beginning-position rather than goto-line.
10810         * apropos.el (apropos-command):
10811         * ehelp.el (electric-helpify):
10812         * printing.el (pr-show-setup):
10813         * strokes.el (strokes-help):
10814         * tutorial.el (tutorial--describe-nonstandard-key)
10815         (tutorial--detailed-help):
10816         * woman.el (woman-mini-help, woman-display-extended-fonts):
10817         * calc/calc-help.el (calc-describe-key):
10818         * emulation/edt.el (edt-electric-helpify):
10819         * international/mule-diag.el (mule-diag):
10820         * play/yow.el (apropos-zippy):
10821         * progmodes/python.el (python-describe-symbol):
10822         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10823         * textmodes/table.el (*table--cell-describe-mode)
10824         (*table--cell-describe-bindings):
10825         Use help-print-return-message rather than the now obsolete alias.
10827         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10828         (calendar-cursor-to-visible-date):
10829         * play/5x5.el (5x5-position-cursor):
10830         * play/decipher.el (decipher):
10831         * play/gomoku.el (gomoku-goto-xy):
10832         * play/landmark.el (lm-goto-xy):
10833         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10834         (mpuz-paint-digit):
10835         Use forward-line, not goto-line.
10837         * mail/rmail.el (rmail-obsolete): Delete custom group.
10838         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10839         (rmail-remote-password, rmail-remote-password-required):
10840         Remove unneeded :set-after and :set properties.
10842 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10844         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10846 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10848         * loadup.el: Remove leftover macos code.
10850         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10851         Explicitly pass the date format to git blame so that user local
10852         so that the output format can be parsed.
10854 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10856         * net/dbus.el (top): Don't check for (getenv
10857         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10859 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10861         * log-edit.el (log-edit-strip-single-file-name): New var.
10862         (log-edit-insert-changelog): Use it.  Bug#3571
10864 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10866         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10867         Bug#3287
10869         * help.el (help-print-return-message): Rename from
10870         print-help-return-message.
10872         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10873         cvs-mode-map parent hack.
10874         (log-view-mode): Derive from special-mode.
10876         * linum.el (linum-mode): window-size-change-functions is redundant.
10877         Adapt to new window-configuration-change-hook behavior.
10878         (linum-after-size, linum-after-config): Remove.
10880         * imenu.el (imenu-example--name-and-position)
10881         (imenu-example--lisp-extract-index-name)
10882         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10883         Mark as obsolete.
10885         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10886         (inferior-prolog-mode): Use it.
10887         (inferior-prolog-load-file): Reset list of errors.
10889 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10891         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10893         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10895 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10897         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10898         is running already.
10900 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10902         * subr.el (listify-key-sequence-1): Use normal syntax since those
10903         integers are nowadays always represented by the same (positive) number
10904         on all platforms.
10905         (read-key-empty-map): New const.
10906         (read-key-delay): New var.
10907         (read-key): New function.
10908         (force-mode-line-update): Use with-current-buffer.
10909         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10910         (start-process-shell-command, start-file-process-shell-command):
10911         Discourage the use of command-args.
10913 2009-08-19  Glenn Morris  <rgm@gnu.org>
10915         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10917 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10919         * simple.el (choose-completion-string): Don't rely on
10920         minibuffer-completing-file-name and ad-hoc checks to decide whether
10921         to continue completion or not.
10923         * minibuffer.el (minibuffer-hide-completions): New function.
10924         (completion--do-completion): Use it.
10925         (completions-annotations): New face.
10926         (completion--insert-strings): Use it.
10927         (completion-pcm--delim-wild-regex): Add docstring.
10928         (completion-pcm--string->pattern): Add support for 0-width delimiters
10929         in completion-pcm--delim-wild-regex.
10931 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10933         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10934         Remove unused var `buffer-modified-p'.
10936         * minibuffer.el (completion--do-completion): Move point for the #b001
10937         case as well (bug#4176).
10938         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10940 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10942         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10943         and :session buses.
10945 2009-08-18  Kenichi Handa  <handa@m17n.org>
10947         * international/ucs-normalize.el (ucs-normalize-version):
10948         Change to 1.1.
10949         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10950         (utf-8-hfs): Make it perform normalization on encoding too.
10952         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10953         (sentence-end-without-space): Delete duplicated chars.
10954         (sentence-end-base): Likewise.
10956         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10957         (html-mode): Delete duplicated chars from sentence-end-base.
10959         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10960         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10962 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10964         * files.el (hack-one-local-variable): If the mode function is for
10965         a minor mode, pass it an argument (Bug#4148).
10967 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10969         * net/tramp.el (tramp-register-completion-file-name-handler):
10970         Check also for (member 'partial-completion completion-styles).
10972 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10974         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10975         abbrev (Bug#3943).
10977 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10979         * progmodes/cperl-mode.el: Merge upstream 6.2.
10980         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10981         (cperl-forward-re): Check cperl-brace-recursing.
10982         (cperl-highlight-charclass): New function.
10983         (cperl-find-pods-heres): Use it.
10984         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10985         (cperl-beautify-regexp-piece): Fix column calculation.
10986         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10987         (cperl-beautify-level): Don't process entire regexp.
10988         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10989         calling man.
10990         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10991         (cperl-init-faces): Build a list in the normal way.
10993 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10995         * calendar/parse-time.el (parse-time-string-chars): Save match
10996         data.
10998 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11000         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11001         (sql-product): Use it.
11002         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11003         (sql-set-product): Add completion.
11004         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11005         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11006         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11007         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11008         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11009         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11010         (sql-highlight-db2-keywords): Remove.
11011         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11012         (sql-highlight-product): Use derived-mode-p.
11013         (sql-set-sqli-buffer): Use with-current-buffer.
11014         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11015         Simplify.
11017         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11019         * term.el: Fix commenting convention, turn comments into docstrings.
11021 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11023         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11025 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11027         * calendar/parse-time.el (parse-time-string-chars): Compute using
11028         character classes, to handle non-ascii characters (Bug#3190).
11030 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11032         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11033         another heredoc if the user adds another < (Bug#3226).
11035         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11036         Don't initialize based on window-system (Bug#4124).
11038         * facemenu.el (facemenu-read-color): Use a completion function
11039         that accepts any defined color, such as RGB triplets (Bug#3677).
11041         * files.el (get-free-disk-space): Change fallback default
11042         directory to /.  Expand DIR argument before switching to fallback.
11043         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11045 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11047         * files.el (load-library): Doc fix.
11049 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
11051         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11052         (viper-if-string): Redefine C-s in the minibuffer to insert the last
11053         incremental search string.
11055         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11056         XEmacs.
11058         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11059         (ediff-merge-region-is-non-clash)
11060         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11061         Also check if the job is really a merge job.
11063         * ediff.el (ediff-current-file): New function.
11065 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11067         * progmodes/js.el: Edit docstrings throughout to follow Emacs
11068         conventions.
11069         (js-insert-and-indent): Delete function.
11070         (js-mode-map): Don't bind keys to js-insert-and-indent.
11071         (js-beginning-of-defun): Rename from js--beginning-of-defun.
11072         (js-end-of-defun): Rename from js--end-of-defun.
11073         (js-auto-indent-flag): Delete variable.
11075 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
11077         * progmodes/js.el: Remove proclaim statement.
11078         Defvar which-func-imenu-joiner-function to silence compiler.
11080         * files.el (auto-mode-alist): Use js-mode for .js files.
11082         * progmodes/js2-mode.el: Remove file.
11084         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11086         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11088         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11090 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
11091             Karl Landstrom  <karl.landstrom@brgeight.se>
11093         * progmodes/js.el: New file.
11095 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
11097         * timezone.el (timezone-parse-date): Add ability to understand ISO
11098         basic format (minimal separators) dates in addition to the
11099         already-supported extended format dates.
11101 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
11103         * international/ucs-normalize.el: Add a `coding' file variable.
11105         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11107 2009-08-14  Sam Steingold  <sds@gnu.org>
11109         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11111 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
11113         * faces.el (help-argument-name): Define it here instead of
11114         help-fns.el, because in daemon mode help-fns.el may be loaded when
11115         faces are still uninitialized (Bug#1078).
11117         * help-fns.el (help-argument-name): Move defface to faces.el.
11119 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
11121         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11122         create buffer with a pty but no process so that GDB can make the
11123         inferior the controlling process.
11125 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
11127         * international/ucs-normalize.el: New file.
11129 2009-08-13  Richard Stallman  <rms@gnu.org>
11131         * mail/rmail.el (rmail-get-attr-names):
11132         Accept an attribute header that is too short.
11134         * mail/rmail.el (rmail-forget-messages):
11135         Ignore nil elt in rmail-message-vector.  Use dotimes.
11137         * progmodes/compile.el (compilation-goto-locus):
11138         Use next-error-move-function.
11140         * simple.el (next-error-move-function): New variable.
11142 2009-08-12  Juri Linkov  <juri@jurta.org>
11144         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11145         always non-nil.  (Bug#4052)
11147         * replace.el (read-regexp): Return empty string when
11148         `default-value' is nil.
11149         (keep-lines-read-args): Don't use empty string as the
11150         default value for `read-regexp'.  (Bug#2495)
11152 2009-08-12  Juri Linkov  <juri@jurta.org>
11154         * international/mule-cmds.el (ucs-insert): Change arguments
11155         from `arg' to `character', `count', `inherit' to be the same
11156         as in `insert-char'.  Doc fix.  (Bug#4039)
11158         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11160 2009-08-12  Juri Linkov  <juri@jurta.org>
11162         * files-x.el: New file.
11164         * files.el: Move code that deals with adding/deleting
11165         file/directory-local variables to files-x.el.
11167         * Makefile.in (ELCFILES): Add files-x.elc.
11169 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
11171         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11172         to use `goto-line'.
11173         (gdb-place-breakpoints, gdb-get-location): Rewritten without
11174         `goto-line'.
11175         (gdb-invalidate-disassembly): Do not refresh upon receiving
11176         'update signal.  Instead, update all disassembly buffers only after
11177         threads list.
11178         (gdb): Send -target-detach when buffer is killed (Bug#3794).
11179         (gdb-starting): Move -data-list-register-names...
11180         (gdb-stopped): ...here so it's sent when first thread stops.
11181         (gdb-registers-handler-custom): Do nothing if register names are
11182         unknown yet.
11184         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11185         from `gdb-mi.el' to avoid extra tangling.
11187         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11188         change which breaks `gud-def' definitions used in `gdb'.
11189         (gdb-update-gud-running): No extra fuss for updating frame number.
11191 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11193         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11194         (describe-language-environment-map, setup-language-environment-map)
11195         (set-coding-system-map): Move initialization into declaration.
11196         (set-language-info-alist): Last arg to define-key-after can be skipped.
11198         * international/quail.el (quail-completion-1): Simplify.
11199         (quail-define-rules): Use slightly more compact code.
11200         (quail-insert-decode-map): Propertize keys, compact columns.
11202         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11203         Add goto-line.
11205 2009-08-10  Miles Bader  <miles@gnu.org>
11207         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11208         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11209         (js2-instance-member, js2-private-member, js2-private-function-call)
11210         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11211         (js2-magic-paren, js2-external-variable):
11212         Remove "-face" suffix from face names.
11213         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11214         (js2-highlight-undeclared-vars, js2-peek-token)
11215         (js2-parse-function-params, js2-mode-show-errors)
11216         (js2-mode-show-warnings, js2-make-magic-delimiter)
11217         (js2-mode-highlight-magic-parens): Update to use new face names.
11219 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
11221         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11222         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
11224 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
11226         * subr.el: Provide hashtable-print-readable.
11228         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11229         hs-c-like-adjust-block-beginning.
11230         (hs-hide-block-at-point): Stop hiding at the beginning of
11231         hs-block-end-regexp (Bug#700).
11233 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
11235         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11236         a macro.
11237         (gdb-registers-handler-custom): Do not fail when register names
11238         are unavailable.
11240 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11242         * progmodes/gdb-mi.el (gdb-control-all-threads)
11243         (gdb-control-current-thread): Interactive setters for
11244         `gdb-gud-control-all-threads' to use in menu.
11245         (gdb-show-run-p): Show «Go» when process is not active.
11246         (gud-tool-bar-map): Add non-stop/A,T indicator.
11247         Uses gud/thread.xpm and gud/all.xpm.
11249 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
11251         * net/net-utils.el (net-utils-font-lock-keywords): New var.
11252         (nslookup-font-lock-keywords): Make it a variable.
11253         (net-utils-mode): New mode for viewing diagnostic network output.
11254         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11255         (net-utils-run-simple): New function.
11256         (ifconfig, iwconfig, netstat, arp, route): Use it.
11258 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11260         * progmodes/gdb-mi.el (gdb-read-memory-custom)
11261         (gdb-memory-set-address, def-gdb-set-positive-number)
11262         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11263         after changing settings.
11264         (gdb-invalidate-disassembly): Update when first shown.
11265         (gdb-edit-locals-value): Fix.
11266         (gdb-registers-handler-custom): Print registers in right order and
11267         allow changing register values (only for current thread yet).
11268         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11269         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11270         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11271         (gdb-locals-handler-custom, gdb-registers-handler-custom):
11272         Thread info in mode name.
11273         (gdb-registers-mode-map): TAB to switch to locals.
11275 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
11277         * mail/rmail.el (rmail-add-mbox-headers)
11278         (rmail-set-message-counters-counter): Search for
11279         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
11281 2009-08-08  Glenn Morris  <rgm@gnu.org>
11283         * Makefile.in (ELCFILES): Update.
11285 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11287         * mail/sendmail.el (mail-yank-original):
11288         Set buffer-file-coding-system from the one used by the message whose
11289         text is yanked.
11291         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11292         to "windows" when "pgnuplot" is used.
11293         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11294         Don't call accept-process-output if "pgnuplot" is used.
11295         (calc-graph-init): Don't send -display and -geometry to
11296         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
11297         running "pgnuplot -V" with shell-command-to-string.
11299         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11300         the default.
11302 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11304         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11305         org/org-latex.elc.
11307 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
11309         * vc-dispatcher.el (vc-resynch-window): Update comment.
11311         * term.el (term-handle-ansi-escape): Add comments with the
11312         terminfo capabilities implemented.
11314 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
11316         * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
11317         (gdb-var-create-handler): Rewritten using JSON parser.
11318         (gdb-propertize-header): Move earlier.
11319         (gdb-set-header): Remove to avoid duplication.
11320         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11321         Refresh disassembly buffers only after threads list have been
11322         update.
11323         (gdb-threads-header, gdb-registers-header): Per-buffer header line
11324         variables.
11326 2009-08-04  Juri Linkov  <juri@jurta.org>
11328         * files.el: Commands to add/delete file/directory-local variables.
11329         (read-file-local-variable, read-file-local-variable-value)
11330         (read-file-local-variable-mode, modify-file-local-variable)
11331         (modify-file-local-variable-prop-line)
11332         (modify-dir-local-variable): New functions.
11333         (add-file-local-variable, delete-file-local-variable)
11334         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11335         (add-dir-local-variable, delete-dir-local-variable)
11336         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11337         (copy-dir-locals-to-file-locals-prop-line): New commands.
11339 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
11341         * abbrev.el (insert-abbrev-table-description): Prettify output.
11342         Suggested by Karl Chen.
11344 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
11346         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11347         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11348         (gdb-overlay-arrow-position, gdb-thread-position)
11349         (gdb-disassembly-position): Declare variables.
11350         (gdb-wait-for-pending): Function now.
11351         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11352         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11353         compilation goes smoothly.
11354         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11355         (gdb-non-stop-setting): New customization setting which replaces
11356         `gdb-non-stop' so changing it doesn't break active GDB session.
11357         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11358         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11359         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11360         (gdb-show-threads-by-default): New customization options.
11361         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11362         routines.
11363         (gdb-get-buffer-create): Send buffers update signal when they are
11364         created.
11365         (gdb-invalidate-locals, gdb-invalidate-registers)
11366         (gdb-invalidate-breakpoints)
11367         (gdb-invalidate-threads, gdb-invalidate-disassembly)
11368         (gdb-invalidate-memory): Accept update signal.
11369         (gdb-current-context-command): Use --frame option.
11370         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11371         Implement `gdb-frame-number' selection logic.
11372         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11373         whether to show GUD toolbar buttons.
11374         (gdb-thread-exited): Unselect current thread when it exits.
11375         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11376         (gdb-mark-line): Routine which sets overlay arrow or inverses
11377         video on fringeless displays.
11378         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11379         to build aligned columns of data in GDB buffers and set text
11380         properties line-by-line.
11381         (gdb-invalidate-breakpoints)
11382         (gdb-breakpoints-list-handler-custom)
11383         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11384         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11385         (gdb-registers-handler-custom): Align data columns.
11386         (gdb-locals-handler-custom): Now prints data like in variable
11387         declarations.
11388         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11389         Remove confusing buttons.
11390         (gdb-invalidate-threads): Append --frame.
11391         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11392         between breakpoints/threads buffers.
11393         (gdb-set-window-buffer): Now can ignore dedicated windows.
11394         (gdb-propertize-header): Use `gdb-set-window-buffer'.
11395         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11396         (def-gdb-thread-buffer-gud-command): Replaces
11397         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11398         for fine thread control.
11399         (gdb-preempt-existing-or-display-buffer): New function used to
11400         display bound buffers without breaking window layout.
11401         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11402         (gdb-select-frame): New version of `gdb-frames-select' which now
11403         sets `gdb-frame-number' so commands may use --frame option instead
11404         of inner debugger state.
11405         (gdb-frame-handler): Do not set `gdb-frame-number'.
11406         (gdb-threads-mode-map): Select threads with mouse.
11408         * progmodes/gud.el (gdb-gud-context-call): Declare function to
11409         avoid compilation warning.
11410         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11411         `gdb-show-stop-p`.
11413         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11414         Argument `key' renamed to `buffer-type'.
11415         (gdb-current-context-buffer-name): Do not add thread info to
11416         buffer name when no thread is selected.
11417         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11418         command (bug 3794).
11419         (gdb-thread-selected): Handle `=thread-selected' notification.
11420         (gdb-wait-for-pending): New macro to deal with congestion problems.
11421         (gdb-breakpoints-list-handler-custom): Don't fail on pending
11422         breakpoints.
11423         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11424         This fixes problem similar to one described in bug 3947.
11425         (gud-menu-map): More menu items.
11426         (gdb-init-1): Reset `gdb-thread-number' to nil.
11428         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11429         non-stop settings.
11431         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11432         (gdb-current-context-command): Do not append --thread if
11433         `gdb-thread-number' is nil.
11434         (gdb-running-threads-count, gdb-stopped-threads-count):
11435         New variables.
11436         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11437         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11438         New customization options.
11439         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11440         GUD commands.
11441         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11442         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11443         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11444         set `gdb-thread-number' and update `gud-running' properly.
11445         (gdb-running): Update threads list when new threads appear.
11446         (gdb-stopped): Support non-stop operation and new thread switching
11447         logic.
11448         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11449         (gdb-json-partial-output): New set of JSON routines.
11450         (def-gdb-auto-update-trigger): New `signal-list' optional
11451         argument.
11452         (gdb-thread-list-handler-custom): Update `gud-running',
11453         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11454         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11455         (gdb-continue-thread, gdb-step-thread): New commands for fine
11456         thread execution control.
11457         (gud-menu-map): New menu items to switch non-stop options.
11458         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11459         (gdb-send): Mimic RET properly (bug 3794).
11461         * progmodes/gdb-mi.el (gdb-rules-name-maker)
11462         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11463         gdb-buffer-rules.
11464         (def-gdb-auto-update-handler): New nopreserve optional argument.
11465         (gdb-stack-list-frames-custom): Print stack from top to bottom.
11467         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11468         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11469         (gdb-parent-mode): New mode to derive other GDB modes from.
11470         (gdb-display-disassembly-for-thread)
11471         (gdb-frame-disassembly-for-thread): New commands for threads
11472         buffer.
11474         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11475         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11476         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11477         (gdb-update): We now store all GDB buffers in a list so that they
11478         can be updated by traversing a list instead of calling invalidate
11479         triggers explicitly.
11480         (def-gdb-trigger-and-handler): New macro to define trigger-handler
11481         pair for GDB buffer.
11482         (gdb-stack-buffer-name): Add thread information.
11483         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11484         handle pending triggers.
11485         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11486         (def-gdb-thread-buffer-simple-command)
11487         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11488         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11489         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11490         New commands which show buffers bound to thread.
11491         (gdb-stack-list-locals-regexp): Remove unused regexp.
11493         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11494         (gdb-locals-buffer-name, gdb-registers-buffer-name)
11495         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11496         to (gud-comint-buffer) in *-buffer-name functions
11497         because (gdb-get-target-string) already does that.
11498         (gdb-locals-handler-custom, gdb-registers-handler-custom)
11499         (gdb-changed-registers-handler): Rewritten without regexps.
11501         * progmodes/gdb-mi.el: Basic thread selection support.
11502         (gdb-thread-number): New variable.
11503         (gdb-current-context-command): New macro which adds --thread
11504         option to command.
11505         (gdb-threads-mode-map): Select thread with SPC.
11506         (gdb-thread-list-handler-custom): Mark current thread with overlay
11507         arrow.  Synchronize GDB thread and Emacs thread.
11508         (gdb-select-thread): New command which selects current thread.
11509         (gdb-invalidate-frames, gdb-invalidate-locals)
11510         (gdb-invalidate-registers): Use --thread option.
11512 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
11514         * net/tramp.el (top): Make check for tramp-gvfs loading more
11515         robust.  (Bug#3977)
11516         (tramp-handle-insert-file-contents): `unwind-protect' must be
11517         inside `with-parsed-tramp-file-name'.
11519         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11520         fails.
11522 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11524         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11525         directory if CLASSPATH is not set.
11527 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11529         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11530         New defconst.
11531         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11533 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11535         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11536         Update freshmeat link.  Delete newsforge.com as it seems gone.
11538 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11540         * select.el (x-set-selection): Doc fix (Bug#4021).
11542         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11544         * help-fns.el (describe-variable): Treat list return values from
11545         dir-locals-find-file properly (Bug#4005).
11547 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11549         * net/tramp.el (tramp-debug-message): Print also microseconds.
11551 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11553         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11554         or END is non-nil.
11555         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11556         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11557         format.
11559         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11560         (tramp-get-file-property): Use it.
11562         * autorevert.el (auto-revert-handler):
11563         Allow `auto-revert-tail-mode' for remote files.
11565 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11567         * minibuffer.el (read-file-name): Treat confirm options to
11568         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11570 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11572         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11573         (font-lock-variable-name-face, font-lock-constant-face):
11574         Darken the colors for light backgrounds.
11576 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11578         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11579         month names.  (Bug#3987)
11581 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11583         * simple.el (line-move-finish): Pass whole number to
11584         line-move-to-column.
11585         (line-move-visual): Perform hscroll to the recorded position.
11587 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11589         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11591 2009-07-29  Alan Mackenzie  <acm@muc.de>
11593         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11595 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11597         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11598         (gdb-place-breakpoints): Use full path when setting breakpoints.
11600 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11602         * calc/calc.el (calc-mode-map): Add keybinding for
11603         `calc-transpose-lines'.
11605 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11607         * calc/calc-misc.el (calc-transpose-lines): New function.
11609 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11611         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11612         Simplify check for out-of-band methods.
11613         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11614         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11616 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11618         * vc-git.el (vc-git-checkin): Fix typo.
11620 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11622         * progmodes/js2-mode.el: New file.
11624 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11626         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11627         (gud-menu-map): Adjust tooltip accordingly.
11629 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11631         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11632         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11634         * add-log.el (change-log-mode-map): Add a menu.
11636 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11638         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11639         function returns nil.
11640         (dbus-handle-event): Handle special return value :ignore.
11641         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11643 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11645         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11646         it's not needed.
11648 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11650         Fix Bug#3888:
11652         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11654         * term/pc-win.el (x-display-name, x-colors)
11655         (x-select-enable-clipboard, x-select-text): Doc fix.
11657         * term/common-win.el (x-display-name, x-colors): Doc fix.
11659         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11660         (xw-defined-colors): Doc fix.
11662         * w32-fns.el (x-select-text, x-setup-function-keys)
11663         (x-get-selection, x-set-selection): Doc fix.
11665         * term/x-win.el (x-select-text, x-setup-function-keys)
11666         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11668         * select.el (x-set-selection): Doc fix.
11670 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11672         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11673         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11674         "IsNSSSupportAvailable" method is not available.
11675         Reported by Steve Youngs <steve@sxemacs.org>.
11677 2009-07-24  Kenichi Handa  <handa@m17n.org>
11679         * international/characters.el: Fix setting of category ?C, ?|, ?K,
11680         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
11681         (build-unicode-category-table): Fix range checks.
11683 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
11685         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11686         the buffer we try to sync is current when calling
11687         vc-resynch-buffer.
11689         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11690         not show up to date files.
11692 2009-07-24  Glenn Morris  <rgm@gnu.org>
11694         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11695         Add autoload cookies.  If necessary, initialize.
11696         (elint-log): Handle non-file buffers.
11697         (elint-initialize): Add optional argument to reinitialize.
11698         (elint-find-builtin-variables): Save excursion.
11700 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11702         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11703         for Lint.
11705 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11707         * vc.el (vc-print-log-internal): New function, split out from ...
11708         (vc-print-log): ... here.
11709         (vc-dir-move-to-goal-column): Declare.
11711         * vc-git.el (vc-git-add-signoff): New variable.
11712         (vc-git-checkin): Use it.
11713         (vc-git-toggle-signoff): New function.
11714         (vc-git-extra-menu-map): Bind it to menu.
11715         (vc-git--run-command-string): Accept a nil FILE argument.
11716         (vc-git-stash-list): New function.
11717         (vc-git-dir-extra-headers): Use it.
11719 2009-07-23  Glenn Morris  <rgm@gnu.org>
11721         * help-fns.el (describe-variable): Describe ignored and risky local
11722         variables in a similar way to that in which we describe safe ones.
11724         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11725         (byte-compile-output-file-form, byte-compile-output-docform)
11726         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11727         Give some more local variables with common names a "bytecomp-" prefix,
11728         so as not to shadow things during compilation.
11729         * emacs-lisp/cl-macs.el (load-time-value)
11730         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11731         `outbuffer' to `bytecomp-outbuffer'.
11733         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11734         since the next two variables cover them automatically now.
11735         (elint-builtin-variables, elint-autoloaded-variables): New.
11736         (elint-unknown-builtin-args): Remove all members, since they can be
11737         parsed automatically now.
11738         (elint-extra-errors): New.
11739         (elint-env-add-env, elint-env-add-macro): Use cadr.
11740         (elint-current-buffer): Use or.  Change final message.
11741         (elint-get-top-forms): Use line-end-position.
11742         (elint-init-env): Use cadr.  Handle autoload, declare-function,
11743         and defalias.
11744         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
11745         (regexp-assoc): Remove unused function.
11746         (elint-top-form): Set elint-current-pos, to record the start of the
11747         top-level form, for compilation-mode.
11748         (elint-form): Trap errors in macro expansion.  Use dolist.
11749         (elint-unbound-variable): Use elint-builtin-variables and
11750         elint-autoloaded-variables.
11751         (elint-get-args): Use cadr, or.
11752         (elint-check-cond-form): Use dolist, cadr.
11753         (elint-check-condition-case-form): Doc fix.  Use cadr.
11754         Use elint-extra-errors.
11755         (elint-log): New function.
11756         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11757         Distinguish errors and warnings.
11758         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
11759         Use a bytecomp-style format.
11760         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
11761         (elint-get-log-buffer): Use compilation mode.  Disable undo.
11762         Don't truncate lines.
11763         (elint-initialize): Set builtin and autoloaded variable lists.
11764         Only process elint-unknown-builtin-args if non-nil.
11765         (elint-find-builtin-variables, elint-find-autoloaded-variables):
11766         New functions.
11767         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
11769 2009-07-22  Kevin Ryde  <user42@zip.com.au>
11771         * net/newst-backend.el (newsticker--parse-atom-1.0)
11772         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11773         (newsticker--parse-rss-1.0):
11774         * progmodes/idlwave.el (idlwave-mode):
11775         * progmodes/idlw-shell.el (idlwave-shell-mode):
11776         * progmodes/vera-mode.el (vera-mode):
11777         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11778         * progmodes/vhdl-mode.el (vhdl-mode):
11779         * textmodes/table.el (table-generate-source)
11780         (table--warn-incompatibility):
11781         Hyperlink urls in docstrings with URL `...'.
11783 2009-07-22  Glenn Morris  <rgm@gnu.org>
11785         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11786         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11787         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11788         Remove leading * from defcustom docs.
11790         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
11792         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11793         defcustom doc.
11794         (list-load-path-shadows): Optionally, just return shadows as a string.
11796         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11798 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11800         * mail/rmailedit.el (rmail-edit-mode):
11801         Use auto-save-include-big-deletions.
11803         * mail/rmail.el (rmail-variables):
11804         Use auto-save-include-big-deletions.
11806         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11807         changes.
11809 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11811         * calc/calc.el (calc-undo-length): New variable.
11812         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11814 2009-07-21  Richard Stallman  <rms@gnu.org>
11816         * files.el (auto-save-mode): Handle buffer-save-size = -2
11817         for toggling mode.
11819 2009-07-21  Glenn Morris  <rgm@gnu.org>
11821         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11823         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11825         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11826         silence compiler.  Instead...
11827         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11828         (ps-print-ensure-fontified): Update for above function name changes.
11830         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11831         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11832         silence compiler.  Instead...
11833         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11834         (mh-show-buffer): Only define for compiler.
11835         (pr-mh-current-message): Update for above function name changes.
11837         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11838         as an argument.
11839         (find-file-noselect, insert-file-1): Update for above change.
11841         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11843         * mail/mailclient.el (mailclient-send-it): Fix message.
11845         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11846         (edebug-eval): Check cl-debug-env is bound.
11847         (print-level, print-circle): Don't redefine built-in variables.
11849         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11850         (custom-print-vectors): Remove old comments from doc.
11852         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11853         (emerge-version): Make the variable an obsolete alias for the
11854         emacs-version variable.  Make the function obsolete.
11855         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11856         Emerge options, rather than merging in into the main Options menu.
11857         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11858         and auto advance modes.  Disable edit/fast items when not relevant.
11860 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11862         * term/vt420.el (terminal-init-vt420): Fix typo.
11864 2009-07-20  Sam Steingold  <sds@gnu.org>
11866         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11867         variable (removed from compile.el on 2004-03-11).
11869 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11871         * files.el (hack-local-variables-filter): Fix last change.
11873 2009-07-19  Juri Linkov  <juri@jurta.org>
11875         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11876         (dir-local-variables-alist): New buffer-local variable.
11877         (hack-local-variables-filter): If variable is not dir-local,
11878         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11879         because file-local overrides dir-local.
11880         (c-postprocess-file-styles) <declare-function>:
11881         Remove obsolete declaration.
11882         (hack-dir-local-variables): Add dir-local variable/value pair to
11883         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11885         * help-fns.el (describe-variable): Add information about
11886         file-local and dir-local variables.
11888 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11890         * files.el (hack-local-variables-filter): Rewrite.
11892 2009-07-19  Glenn Morris  <rgm@gnu.org>
11894         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11895         Silence compiler by only defining on XEmacs.
11897         * international/mule.el (auto-coding-regexp-alist): Only match
11898         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11900         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11901         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11902         (cal-menu-context-mouse-menu): Doc fix.
11904         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11906         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11908 2009-07-18  Juri Linkov  <juri@jurta.org>
11910         * info.el: Virtual Info keyword finder.
11911         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11912         (Info-finder-file): New variable.
11913         (Info-finder-find-file): New function.
11914         (finder-known-keywords, finder-package-info)
11915         (find-library-name, lm-commentary): Use defvar and
11916         declare-function to silence compiler warnings.
11917         (Info-finder-find-node): New function.
11918         (info-finder): New command.
11920         * subr.el (process-kill-buffer-query-function): New function.
11921         (add-hook)<kill-buffer-query-functions>: Add hook
11922         `process-kill-buffer-query-function'.
11924 2009-07-18  Alan Mackenzie  <acm@muc.de>
11926         * progmodes/cc-mode.el (c-before-hack-hook)
11927         (c-postprocess-file-styles): Give invocation of `c-set-style'
11928         DONT-OVERRIDE parameter of t.  Already set style variables will
11929         thus not be overridden by style settings given by `c-file-syle'.
11931         * files.el (hack-local-variables-filter): Remove entries with
11932         duplicate keys from `file-local-variables-alist'.
11934 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11936         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11937         x-set-selection if display-selections-p returns nil for the
11938         current frame.
11940 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11942         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11944 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11946         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11947         Accept nil in addition to a regexp.
11948         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11949         Accept nil in addition to a regexp.
11950         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11951         buffers that have an associated file.  Handle nil values of
11952         desktop-buffers-not-to-save and desktop-files-not-to-save.
11953         (Bug#3833)
11955         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11956         (x-disown-selection-internal): New functions.
11958 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11960         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11961         warning.
11962         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11963         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11965 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11967         * simple.el (set-mark): Revert last change.
11969 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11971         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11972         rendering of pngs is not possible instead of messaging a long
11973         description.
11975 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11977         * w32-fns.el (x-selection-owner-p): New function.
11979         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11980         (mouse-yank-at-click, mouse-yank-primary):
11981         If select-active-regions is non-nil, deactivate the mark before
11982         insertion.
11984         * simple.el (deactivate-mark, set-mark): Only save selection if we
11985         own it.
11987 2009-07-17  Kenichi Handa  <handa@m17n.org>
11989         * case-table.el (describe-buffer-case-table): Fix for the case
11990         that KEY is a cons.
11992 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11994         * vc-rcs.el (vc-rcs-find-file-hook):
11995         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11997 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11999         * net/tramp.el (tramp-wait-for-output): Handle the case when
12000         commands do not return a newline but a null byte before the shell
12001         prompt.  (Bug#3858)
12003 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12005         * term/ns-win.el (ns-set-alpha): Don't declare.
12006         (ns-set-background-alpha): Remove function.
12008 2009-07-16  Kevin Ryde  <user42@zip.com.au>
12010         * emacs-lisp/copyright.el (copyright-update): Save match-data across
12011         y-or-n-p, for safety.
12013 2009-07-16  Richard Stallman  <rms@gnu.org>
12015         * files.el (auto-save-mode): If buffer-saved-size is -2,
12016         don't clobber it.
12018         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12019         (rmail-retry-ignored-headers): Add more uninteresting fields.
12021 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
12023         * net/rcirc.el (rcirc): Use history variables.
12024         (rcirc-server-name-history, rcirc-nick-name-history)
12025         (rcirc-server-port-history): New variables.
12027 2009-07-15  Kenichi Handa  <handa@m17n.org>
12029         * international/mule-cmds.el (set-language-environment-charset):
12030         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12031         ignore them.
12033         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12034         Delete unibyte-display.
12036 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12038         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12040 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12042         * simple.el (deactivate-mark): Optional argument FORCE.
12043         (set-mark): Use deactivate-mark.
12045         * info.el (Info-search): No need to check transient-mark-mode
12046         before calling deactivate-mark.
12048         * select.el (x-set-selection): Doc fix.
12049         (x-valid-simple-selection-p): Allow buffer values.
12050         (xselect--selection-bounds): Handle buffer values.
12051         Suggested by David De La Harpe Golden.
12053         * mouse.el (mouse-set-region, mouse-drag-track):
12054         Call copy-region-as-kill before setting the mark, to let
12055         select-active-regions work.
12057 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
12059         * simple.el (deactivate-mark): If select-active-regions is
12060         non-nil, copy the selection data into a string.
12061         (activate-mark): If select-active-regions is non-nil, set the
12062         selection to the current buffer.
12063         (set-mark): Update selection if select-active-regions is non-nil.
12065         * select.el (x-valid-simple-selection-p): Allow buffer values.
12067 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12069         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12070         and more featureful message-mode.
12072 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
12074         * select.el (x-set-selection): Doc fix.
12075         (x-valid-simple-selection-p): Disallow selection data consisting
12076         of a list or cons of integers, since that is not used.
12077         (xselect--selection-bounds, xselect--int-to-cons): New functions.
12078         (xselect-convert-to-string, xselect-convert-to-length)
12079         (xselect-convert-to-filename, xselect-convert-to-charpos)
12080         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12082 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
12084         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12085         output in -break-info command (Emacs bug #3794).
12087 2009-07-14  Glenn Morris  <rgm@gnu.org>
12089         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12090         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12091         (edebug-print-length, edebug-print-level, edebug-print-circle)
12092         (edebug-sit-for-seconds, edebug-view-outside)
12093         (edebug-bounce-point, edebug-set-global-break-condition)
12094         (edebug-Go-nonstop-mode, edebug-trace-mode)
12095         (edebug-Trace-fast-mode, edebug-continue-mode)
12096         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12097         (edebug-visit-eval-list): Doc fixes.
12099         * subr.el (def-edebug-spec): Doc fix.
12101 2009-07-14  Kenichi Handa  <handa@m17n.org>
12103         * international/characters.el: Fix setting of category ?C.
12105 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
12107         * term/ns-win.el (x-select-font): defalias x-select-font to
12108         ns-popup-font-panel instead of generate-fontset-menu.
12110 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
12112         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
12114 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
12116         * arc-mode.el (archive-find-type): Allow for a PK00 string before
12117         the PK\003\004 header (Bug#3770).
12119 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
12121         * pcomplete.el (pcomplete-comint-setup): Check for
12122         shell-dynamic-complete-filename too.
12124 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
12126         * simple.el (temporary-goal-column): Change the value for
12127         line-move-visual to a cons cell.
12128         (line-move-visual): Record or set the window hscroll, if
12129         necessary (Bug#3494).
12130         (line-move-1): Handle cons value of temporary-goal-column.
12132 2009-07-11  Kenichi Handa  <handa@m17n.org>
12134         * international/mule-diag.el (describe-character-set): Don't show
12135         width.
12137 2009-07-10  Sam Steingold  <sds@gnu.org>
12139         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12140         Omake sometimes indents the errors it prints, so allow all
12141         regexps to start with spaces.
12143 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
12145         * cus-edit.el (customize-changed-options-previous-release):
12146         Bump value to 22.1.  (Bug#3804)
12148 2009-07-08  Sam Steingold  <sds@gnu.org>
12150         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12151         to be a cons cell (test . ignored-directory) to selectively ignore
12152         some directories depending on the location of the search.
12154 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
12156         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12157         remote user is root, on the local host.
12158         (tramp-local-host-p): Either the local user or the remote user
12159         must be root.  (Bug#3771)
12161 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12163         * progmodes/gdb-mi.el (gdb): Remove description of
12164         gdb-use-separate-io-buffer.
12165         (menu): Don't allow toggling of or enable
12166         gdb-use-separate-io-buffer from menubar.
12168 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12170         * mail/unrmail.el (unrmail): Make sure the message ends with two
12171         newlines (Bug#3769).
12173 2009-07-08  Glenn Morris  <rgm@gnu.org>
12175         * calendar/calendar.el (calendar-current-date): Rework previous change.
12177 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
12179         * calendar/calendar.el (calendar-current-date):
12180         Add an optional argument giving an offset from today.
12182 2009-07-08  Glenn Morris  <rgm@gnu.org>
12184         * tutorial.el (tutorial--describe-nonstandard-key):
12185         Adjust the message for when a key has been unbound.
12186         (help-with-tutorial): Hide the arch-tag.
12188 2009-07-08  Kenichi Handa  <handa@m17n.org>
12190         * international/fontset.el (setup-default-fontset): For each
12191         script, append (not set) font-specs.
12193         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12194         docstring.
12196 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12198         * progmodes/gdb-mi.el (gdb-init-1): Move sending
12199         -data-list-register-names to ...
12200         (gdb-starting): ... here because GDB 7.0 requires execution to
12201         have started when using this MI command.
12202         (gdb-set-header): New function to distinguish select and
12203         unselected tabs in gdb buffers.
12204         (gdb-propertize-header): New macro that uses gdb-set-header.
12205         (gdb-breakpoints-header, gdb-locals-header): Use it.
12206         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12208 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
12210         * Makefile.in (ELCFILES): Remove fadr.elc.
12212 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
12214         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12215         may contain frame information, so `string-match' should be used.
12216         (gdb-update): Disassembly is invalidated through
12217         `gdb-get-selected-frame'.
12218         (gdb-pad-string): New function to pad string with spaces.
12219         (gdb-invalidate-disassembly): Invalidate only if the buffer
12220         exists.
12221         (gdb-disassembly-handler-custom): Column alignment.
12222         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12223         placing new ones.
12224         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12225         end of line, too.
12226         (gdb-frame-handler): Match convention to for disassembly buffer
12227         mode name.
12228         (gdb-stack-list-frames-handler): Rewritten without regexps.
12229         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12230         not highlight breakpoints without line information.
12231         (gdb-input): Add trailing newline to command.
12233         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12234         buffer properly.
12235         (gdb-breakpoints-list-handler-custom): Replacement for
12236         `gdb-break-list-handler'.  Using real parser instead of regexps
12237         now.
12238         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12239         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12240         to place breakpoints.
12241         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12242         functions.
12243         (gdb-disassembly-handler-custom): Show overlay arrow.
12244         (gdb-disassembly-place-breakpoints): Show breakpoints in
12245         disassembly buffer.
12246         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12247         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12248         instead of parsing breakpoints buffer.  Fixed old menu references
12249         in `gud-menu-map'.
12251         * fadr.el: Remove.
12253         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12254         (gdb-memory-address): New variable which holds top address of
12255         memory page shown in memory buffer.
12256         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12257         New customization variables.
12258         New functions:
12259         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12260         display the memory buffer.
12261         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12262         buffer display parameters.
12263         (def-gdb-memory-format, gdb-memory-format-binary)
12264         (gdb-memory-format-octal, gdb-memory-format-unsigned)
12265         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12266         Functions for setting memory buffer format.
12267         (gdb-memory-unit-word, gdb-memory-unit-halfword)
12268         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12269         unit size used in memory buffer.
12270         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12271         Switch to next/previous page of memory buffer.
12272         Now using (bindat-get-field) instead of fadr functions.
12274 2009-07-07  Sam Steingold  <sds@gnu.org>
12276         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12277         non-top-level files.
12279 2009-07-07  Kenichi Handa  <handa@m17n.org>
12281         * international/mule-cmds.el (reset-language-environment):
12282         Put the highset priority to the charset iso-8859-1.
12284 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12286         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12287         to the end of the line when locating the block (Bug#700).
12289 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
12291         * net/tramp.el (tramp-handle-write-region): Flush file properties
12292         in case of short track.
12294 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
12296         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12297         Coded custom representation of verilog error regular expressions
12298         to work with Emacs-22's new format.
12299         (verilog-error-regexp-xemacs-alist): Coded custom representation
12300         of verilog error regular expressions to work with XEmacs format.
12301         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12302         error recognition into XEmacs.
12303         (verilog-error-regexp-add-emacs): Hook routine to install verilog
12304         error recognition into Emacs-22.
12306 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12308         * woman.el: Remove stand-alone closing parentheses.
12309         (woman-file-name, woman2-format-paragraphs)
12310         (woman-leave-blank-lines): Code cleanup.
12311         (woman-use-own-frame): Change default to nil.
12312         (woman-italic, woman-bold, woman-unknown, woman-addition):
12313         Change defaults to inherit from default faces.
12314         (woman2-process-escapes): Consume the newline after a stand-alone
12315         filler character (Bug#3651).
12317 2009-07-06  Glenn Morris  <rgm@gnu.org>
12319         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12320         (top-level): Move provide to the end.
12321         (ffap): Remove defunct URL from custom group.
12323         * subr.el (eval-after-load): Doc fix.
12325 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
12327         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12328         `calc-embedded-word' is called twice.
12330 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12332         * files.el (find-alternate-file-other-window, find-alternate-file):
12333         Obey confirm-nonexistent-file-or-buffer.
12335 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
12337         * dired-aux.el (dired-show-file-type): Handle remote files.
12339 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
12341         * desktop.el (desktop-globals-to-save):
12342         Add file-name-history (Bug#2750).
12344 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
12346         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12348 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
12350         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12351         property on entire argument since this is what eshell-lisp-command
12352         expects.
12354 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
12356         * net/tramp-gvfs.el (tramp-gvfs-methods)
12357         (tramp-gvfs-zeroconf-domain)
12358         (tramp-bluez-discover-devices-timeout): Add version flag.
12359         (tramp-gvfs-handler-mounted-unmounted)
12360         (tramp-gvfs-connection-mounted-p): Polish handling of
12361         incompatibilities between GVFS 0.2 and 1.0.
12363 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
12365         * cus-start.el (all): Add make-pointer-invisible.
12367 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12369         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12370         formatted correctly.
12372 2009-07-02  Juri Linkov  <juri@jurta.org>
12374         * info.el: Virtual Info files and nodes.
12375         (Info-virtual-files, Info-virtual-nodes): New variables.
12376         (Info-current-node-virtual): New variable.
12377         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12378         New functions.
12379         (Info-file-supports-index-cookies): Use Info-virtual-file-p
12380         to check for a virtual file instead of checking a fixed list
12381         of node names.
12382         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12383         instead of ad-hoc processing of "dir" and (apropos history toc).
12384         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12385         instead of ad-hoc processing of "dir" and (apropos history toc).
12386         Reread a file when moving from a virtual node.
12387         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12388         (Info-directory-toc-nodes, Info-directory-find-file)
12389         (Info-directory-find-node): New functions.
12390         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12391         (Info-history): Move part of code to
12392         `Info-history-find-node'.
12393         (Info-history-toc-nodes, Info-history-find-file)
12394         (Info-history-find-node): New functions.
12395         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12396         (Info-toc): Move part of code to `Info-toc-find-node'.
12397         (Info-toc-find-node): New function.
12398         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
12399         the current Info file name to references because now the node
12400         "*TOC*" belongs to the same Info manual.
12401         (Info-toc-build): Rename from `Info-build-toc'.
12402         (Info-toc-nodes): Rename input argument `file' to `filename'.
12403         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12404         instead of ad-hoc processing of ("dir" apropos history toc).
12405         (Info-index-nodes): Use Info-virtual-file-p
12406         to check for a virtual file instead of checking a fixed list
12407         of node names.
12408         (Info-index-node): Add check for `Info-current-node-virtual'.
12409         Raise `save-match-data' higher up the tree to contain
12410         `search-forward' too (bug fix).
12411         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12412         (Info-virtual-index-nodes): New variable.
12413         (Info-virtual-index-find-node, Info-virtual-index): New functions.
12414         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12415         (Info-apropos-file, Info-apropos-nodes): New variables.
12416         (Info-apropos-toc-nodes, Info-apropos-find-file)
12417         (Info-apropos-find-node, Info-apropos-matches): New functions.
12418         (info-apropos): Move part of code to `Info-apropos-find-node' and
12419         `Info-apropos-matches'.
12420         (Info-mode-map): Bind "I" to `Info-virtual-index'.
12421         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12422         for a virtual file instead of checking a fixed list of node names.
12424         * simple.el (async-shell-command): New command.
12426         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12428         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12429         instead of `mount-info'.
12431 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
12433         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12434         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12436 2009-07-02  Kenichi Handa  <handa@m17n.org>
12438         * international/mule.el (set-keyboard-coding-system): Force *-unix
12439         coding-system to avoid eol conversion.
12441 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
12443         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12444         Add handler for `process-file', `shell-command' and
12445         `start-file-process'.
12446         (tramp-gvfs-handle-shell-command)
12447         (tramp-gvfs-handle-start-file-process)
12448         (tramp-gvfs-handle-process-file): New defuns.
12449         (tramp-synce-list-devices): Simplify check for existence of property.
12451 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
12453         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12455 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
12457         * language/korean.el (set-language-info-alist): Add korean-cp949,
12458         cp949 to spec.
12460 2009-07-01  Kenichi Handa  <handa@m17n.org>
12462         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12464         * international/encoded-kb.el: Deleted.
12466         * international/mule.el (set-keyboard-coding-system): Perform the
12467         necessary setup here instead of calling encoded-kbd-setup-display.
12469 2009-07-01  Glenn Morris  <rgm@gnu.org>
12471         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12473 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
12475         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
12477 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
12479         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12480         Handle also the 'rename case, when setting file modes.  (Bug#3712)
12481         (tramp-default-file-modes): Remove execute permissions.
12483         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12484         (top): Add a default for "synce" in `tramp-default-user-alist'.
12485         Add completion function for "synce" method.
12486         (tramp-hal-service, tramp-hal-path-manager)
12487         (tramp-hal-interface-manager, tramp-hal-interface-device):
12488         New defconst.
12489         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12490         (tramp-synce-list-devices, tramp-synce-parse-device-names):
12491         New defuns.
12493         * net/trampver.el: Update release number.
12495 2009-06-30  Kenichi Handa  <handa@m17n.org>
12497         * international/fontset.el (setup-default-fontset): Add CJK fonts
12498         for symbols and the other miscellaneous characters.
12500         * language/korea-util.el (setup-korean-environment-internal):
12501         Make char-width-table suitable for Korean environments.
12502         (exit-korean-environment): Cancel above.
12504         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12505         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12506         setup-function to make char-width-table suitable for respective
12507         environments, and an exit-function to cancel that.
12509         * language/japan-util.el (setup-japanese-environment-internal):
12510         Call use-cjk-char-width-table with arg `ja_JP'.
12512         * international/characters.el (cjk-char-width-table): Delete it.
12513         (cjk-char-width-table-list): New variable.
12514         (use-cjk-char-width-table): New arg local-name.
12515         (use-default-char-width-table): Fix for the case that Emacs is
12516         already using the default char-width-table.
12518 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12520         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12521         modes mandatory.  (Bug#3712)
12523 2009-06-29  Alan Mackenzie  <acm@muc.de>
12525         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12526         correction between the visible width of TABs and their number of bytes.
12528 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12530         * server.el (server-buffer-done): Prevent kill-buffer from
12531         prompting by clearing the buffer modification flag (Bug#3696).
12533 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12535         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12536         (verilog-endcomment-reason-re): Support unique case and priority case.
12537         (verilog-basic-complete-re): Support localparam lineup.
12538         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12539         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12540         commenting.
12541         (verilog-leap-to-case-head): Now support *nested* unique &
12542         priority case statements.
12543         (verilog-auto-lineup): Make just declarations the default (as it
12544         had been).
12545         (verilog-leap-to-case-head): Support priority/unique case statements.
12546         (verilog-auto-lineup): Rework to give users radio buttons to
12547         select the various styles of automatic lineup.
12548         (verilog-error-regexp-alist): Rework to support the XEmacs style
12549         of error regular expressions from compilers, lint tools &
12550         simulators.  Note that GNU Emacs has made it impossible for a mode
12551         to load such things.
12552         (electric-verilog-terminate-line, verilog-indent-declaration)
12553         (verilog-auto-wiure): Rework for radio button selection of
12554         auto-lineup selection of specification of auto lineup.
12555         (verilog-beg-of-statement-1): Redesign to support proper operation
12556         in additional code, based on testing with auto-lineup.
12557         (verilog-calculate-indent, assignments & declarations)
12558         (verilog-backward-token): Enhance to support auto-lineup of
12559         assignments & declarations.
12560         (verilog-in-directive-p, verilog-at-struct-p): New function for
12561         easy test of whether we are.
12562         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12563         to support safe execution at almost anyline.
12564         (verilog-calc-1): Properly support indenting deep inside generate
12565         blocks.
12566         (verilog-init-font): Remove definition & use of verilog-init-font,
12567         as it is redundant with font-lock-defaults.
12568         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12569         to avoid circular calls if syntax-ppss is a function (as is the
12570         case now in 22.x GNU Emacs) as that function would sometimes call
12571         itself, leading to (nearly) infinite recursion.
12572         (verilog-ovm-begin-re, verilog-ovm-end-re)
12573         (verilog-ovm-statement-re, verilog-leap-to-head)
12574         (verilog-backward-token): Add support for OVM macros.  Some are
12575         complete statements, and others open and close scopes like begin
12576         and end.
12577         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12578         (verilog-defun-level-generate-only-re): Really fix the defun-list
12579         compilation issue.
12580         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12581         coverpoint, constraint and cross statements.
12582         (verilog-defun-level-list, verilog-generate-defun-level-list)
12583         (verilog-all-defun-level-list): Redo these specifications - it is
12584         too hard to support eval-when compile aggregation of lists also
12585         built at when-compile time.
12586         (verilog-defun-level-list): Place defconsts of variables used in
12587         building regular expressions which are built in eval-when-compile
12588         bodies in the same eval-when-compile body to facilitate compile
12589         without load.
12590         (verilog-beg-block-re-ordered): Support indenting
12591         virtual/protected tasks and functions.
12592         (verilog-defun-level-list, verilog-in-generate-region-p)
12593         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12594         indentation of some module items (generate items).
12595         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12596         across virtual/protected tasks and functions.
12598 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12600         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12601         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12602         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12603         in concatenations.  Reported by Yishay Belkind.
12604         (verilog-auto-ascii-enum): Support one-hot state machines in
12605         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12606         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12607         modport in AUTOINST and add vl-modport for users.
12608         Reported by David Rogoff.
12609         (verilog-auto-inout-module, verilog-auto-inst)
12610         (verilog-decls-get-interfaces, verilog-insert-definition)
12611         (verilog-insert-one-definition, verilog-read-decls)
12612         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12613         (verilog-sig-modport, verilog-signals-combine-bus)
12614         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12615         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12616         Suggested by David Rogoff.
12617         (verilog-repair-open-comma): Fix non-insertion of comma when
12618         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12619         (verilog-make-width-expression): Simplify [A-1:0] expression
12620         widths to just {A{1'b0}}.
12621         (verilog-mode): Cleanup checkdoc warnings.
12622         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12623         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12624         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12625         (next-error-last-buffer): Fix byte-compiler warning.
12626         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12627         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12628         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12629         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12630         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12631         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12632         in AUTOINOUT.  Reported by Matthew Lovell.
12633         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12634         causing use of <= assignments.  Reported by Alex Reed.
12635         (verilog-read-decls): Fix triand, trior, wand, wor to be
12636         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12637         (verilog-extended-complete-re): Support import "DPI-C" functions.
12638         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12639         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12640         (verilog-insert-date, verilog-insert-year)
12641         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12642         Windows systems.  Reported by Michael Potts.
12643         (verilog-read-module-name): Fix AUTOINST when the child module
12644         declaration's name is a tick define.  Reported by Elliot Mednick.
12645         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12646         passed to next parameter's definition.  Reported by Bruce T.
12647         (verilog-read-decls): Fix detecting "parameter int" when using
12648         AUTOINSTPARAM.  Reported by Bruce T.
12649         (verilog-goto-defun): Fix goto not finding modules unless first
12650         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12651         (verilog-mode): Expand -f flag arguments on entry to mode so
12652         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12653         (verilog-getopt): Expand environment variables in -f file
12654         arguments.  Suggested by Lawrence Butcher.
12655         (verilog-set-define): Fix "Symbol's value as variable is void"
12656         when reading enumerations.
12657         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12658         Suggested by Stephen Peltan.
12659         (verilog-read-defines): Fix reading of enumerations in include
12660         files.  Reported by Steve Peltan.
12662 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12664         * files.el (trash-directory): Fix defcustom type.
12666 2009-06-28  Juri Linkov  <juri@jurta.org>
12668         * help-fns.el (describe-function-1): Correctly locate adviced
12669         functions in hyperlink (Bug#2438).
12671 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12673         * files.el (trash-directory): Change default to nil.
12674         (move-file-to-trash): If trash-directory is nil and
12675         system-move-file-to-trash is unbound, perform freedesktop-style
12676         trashing.
12678 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12680         * files.el (move-file-to-trash): Add freedesktop trash
12681         support (Bug#973).
12683 2009-06-28  Glenn Morris  <rgm@gnu.org>
12685         * autorevert.el (global-auto-revert-non-file-buffers)
12686         (global-auto-revert-mode): Doc fixes.
12688 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
12690         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12692 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
12694         * faces.el (x-handle-named-frame-geometry): Ensure that we have
12695         opened an X connection before calling x-get-resource (Bug#3194).
12697         * play/doctor.el: Remove reference to obsolete website.
12698         (make-doctor-variables): Correct grammar mistake (Bug#2633).
12700 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
12702         Remove find-file-not-found-hook VC method.  (Bug#2757)
12703         * vc-hooks.el (vc-file-not-found-hook)
12704         (vc-default-find-file-not-found-hook): Remove functions.
12705         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12706         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12707         * vc.el:
12708         * vc-hg.el:
12709         * vc-git.el: Do not mention find-file-not-found-hook VC method.
12711 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
12713         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12714         compatibility function for `looking-back'.
12716         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12717         Use `ispell-looking-back'.
12719 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
12721         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12722         rather than `filename'.
12724 2009-06-23  Miles Bader  <miles@gnu.org>
12726         * face-remap.el (text-scale-set): New function.
12728 2009-06-23  Glenn Morris  <rgm@gnu.org>
12730         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12732         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12734         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12736         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12738         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12739         Simplify Persian conditionals.
12741         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12742         variable `filename'.
12744         * comint.el (comint-insert-input): Doc fix.
12746         * Makefile.in (ELCFILES): Fix typo in previous change.
12748 2009-06-23  Miles Bader  <miles@gnu.org>
12750         * cus-start.el: Add entry for `recenter-redisplay'.
12752 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12754         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12755         Add an optional argument for the backend, use it instead of
12756         calling vc-backend.
12757         (vc-mode-line): Add an optional argument for the backend.
12758         Pass the backend to vc-state and vc-working-revision.  Move code for
12759         special handling for vc-state being a buffer to ...
12761         * vc-rcs.el (vc-rcs-find-file-hook):
12762         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
12764         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12765         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12766         vc-stay-local-p and vc-mode-line calls.
12768         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12769         (vc-cvs-diff, vc-cvs-annotate-command)
12770         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12771         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12772         vc-mode-line calls.
12774         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12775         direct comparison.
12776         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12777         backend when calling vc-mode-line.
12778         (vc-register): Do not create a closure for calling the vc register
12779         function, call it directly.
12781 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12783         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12784         to make it obvious item can be clicked.
12786         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12788 2009-06-23  Kenichi Handa  <handa@m17n.org>
12790         * language/korea-util.el (korean-key-bindings): Change the binding
12791         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
12792         same command.
12794 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12796         Sync with Tramp 2.1.16.
12798         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12800         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12801         when a loading of a package fails.  Completion function for rsync
12802         is `tramp-completion-function-alist-ssh'.
12803         (all): Replace all calls of `split-string' and
12804         `tramp-split-string' by `tramp-compat-split-string'.
12805         (tramp-default-method): Use `tramp-compat-process-running-p'.
12806         (tramp-default-proxies-alist): Allow also Lisp forms.
12807         (tramp-remote-path): Add choice "Private Directories".
12808         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12809         (tramp-domain-regexp): Allow also "-", "_" and ".".
12810         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12811         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12812         (tramp-debug-message): Insert header line in debug buffer.
12813         (tramp-handle-directory-files-and-attributes-with-stat):
12814         Care about filenames with spaces, or starting with "-".
12815         (tramp-handle-dired-uncache): New defun.
12816         (tramp-handle-insert-directory): Don't flush the directory from
12817         cache, this is handled by `dired-uncache' now.
12818         (tramp-handle-insert-file-contents): Improve error handling.
12819         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12820         Quote `tramp-end-of-output'.
12821         (tramp-action-password): Improve trace message.
12822         (tramp-check-for-regexp): Both echoes must be present, before removing.
12823         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12824         (tramp-compute-multi-hops): Eval cons cells of
12825         `tramp-default-proxies-alist'.
12826         (tramp-maybe-open-connection): Use the same command pattern for
12827         first hop and further hops.
12828         (tramp-wait-for-output): Remove handling of newlines.
12829         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12830         (tramp-split-string): Remove function.  It is handled in
12831         tramp-compat now.
12833         * net/tramp-cmds.el (tramp-bug):
12834         Recommend `tramp-cleanup-all-connections' in the bug mail.
12836         * net/tramp-compat.el (tramp-compat-split-string)
12837         (tramp-compat-process-running-p): New defuns.
12839         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12840         for `dired-uncache'.
12842         * net/tramp-gvfs.el: New package.
12844         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12845         Add handler for `dired-uncache'.
12846         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12848         * net/trampver.el: Update release number.  Make version check fit
12849         for SXEmacs 22.
12851 2009-06-22  Jim Meyering  <meyering@redhat.com>
12853         Automatically handle .xz suffix (XZ-compressed files), too.
12854         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12855         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12857 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12858             Nick Roberts  <nickrob@snap.net.nz>
12860         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12861         repository (http://sphinx.net.ru/hg/gdb-mi/).
12863 2009-06-22  Glenn Morris  <rgm@gnu.org>
12865         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12866         `mode' and `eval' entries.  (Bug#3430)
12868         * Makefile.in (ELCFILES): Add fadr.elc.
12870         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12871         differing behavior of \n and ^ in strings.  (Bug#3385)
12873         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12875         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12876         property.
12877         (lisp-indent-function): Make it a defcustom.
12879 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12881         * progmodes/gdb-ui.el: Replace with ...
12882         * progmodes/gdb-mi.el: ... this file.
12883         * progmodes/gud.el: Modify for gdb-mi.el.
12885 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12887         * fadr.el: New file.
12889 See ChangeLog.14 for earlier changes.
12891 ;; Local Variables:
12892 ;; coding: utf-8
12893 ;; End:
12895   Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
12897   This file is part of GNU Emacs.
12899   GNU Emacs is free software: you can redistribute it and/or modify
12900   it under the terms of the GNU General Public License as published by
12901   the Free Software Foundation, either version 3 of the License, or
12902   (at your option) any later version.
12904   GNU Emacs is distributed in the hope that it will be useful,
12905   but WITHOUT ANY WARRANTY; without even the implied warranty of
12906   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12907   GNU General Public License for more details.
12909   You should have received a copy of the GNU General Public License
12910   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.