* net/ldap.el (ldap-search-internal): Discard stderr output.
[emacs.git] / lisp / ChangeLog
blob2ba9a86ea80e0ef20d970eb00a22f490468a4234
1 2011-01-08  Eric Hanchrow  <eric.hanchrow@gmail.com>
3         * net/ldap.el (ldap-search-internal): Discard stderr output.
5 2011-01-07  Eli Zaretskii  <eliz@gnu.org>
7         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
9 2011-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11         * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
12         Author names can have spaces (bug#7792).
14 2011-01-04  Kenichi Handa  <handa@m17n.org>
16         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
17         part as a plain text.
18         (rmail-mime-process-multipart): Set the default content-type to
19         nil for unknown multipart subtypes (bug#7651).
21 2011-01-03  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
23         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
24         table, get the value before switching to the output buffer.  (Bug#7733)
26 2011-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
30 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32         * files.el (file-local-variables-alist):
33         Make permanent-local (bug#7767).
35 2011-01-02  Glenn Morris  <rgm@gnu.org>
37         * version.el (emacs-copyright): Set short copyright year to 2011.
39 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
41         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
42         an existing temp buffer.  (Bug#7746)
44 2011-01-02  Glenn Morris  <rgm@gnu.org>
46         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
47         multiple addresses.  (Bug#7760)
49 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
51         * net/tramp.el (tramp-methods): Add recursive options to "scpc",
52         "scpx", "pscp" and "psftp".
54 2010-12-31  Eli Zaretskii  <eliz@gnu.org>
56         * term/w32-win.el (image-library-alist): Set up correctly for
57         libpng versions both before and after 1.4.0.  (Bug#7716)
59 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
61         * time.el (display-time-mode): Mention display-time-interval in
62         the doc string.  (Bug#7713)
64         * simple.el (select-active-regions): Doc fix.  (Bug#7702)
66 2010-12-24  Kenichi Handa  <handa@m17n.org>
68         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
69         condition-case and return an error message string if something
70         goes wrong.
71         (rmail-show-mime): Adjust for the above change.  Insert the
72         header by rmail-mime-insert-header.
74 2010-12-24  Kenichi Handa  <handa@m17n.org>
76         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
77         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
78         (rmail-mime-mbox-buffer)
79         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
80         (rmail-mime-entity): Argument changed.  All codes handling an
81         entity object are changed.
82         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
83         the above change.
84         (rmail-mime-entity-children, rmail-mime-entity-handler)
85         (rmail-mime-entity-tagline): New functions.
86         (rmail-mime-message-p): New function.
87         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
88         (rmail-mime-entity-segment, rmail-mime-next-item)
89         (rmail-mime-previous-item, rmail-mime-shown-mode)
90         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
91         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
92         (rmail-mime-insert-tagline, rmail-mime-insert-header):
93         New functions.
94         (rmail-mime-text-handler): Call rmail-mime-insert-text.
95         (rmail-mime-insert-decoded-text): New function.
96         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
97         (rmail-mime-insert-image): Argument changed.  Caller changed.
98         (rmail-mime-image): Call rmail-mime-toggle-hidden.
99         (rmail-mime-set-bulk-data): New funciton.
100         (rmail-mime-insert-bulk): Argument changed.
101         (rmail-mime-multipart-handler): Return t.
102         (rmail-mime-process-multipart): Argument changed.
103         Handle "multipart/alternative" here.
104         (rmail-mime-process): Argument changed.
105         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
106         (rmail-mime-insert): Argument changed.  Handle raw display mode.
107         (rmail-mime): Argument changed.  Handle toggling of raw display
108         mode.
109         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
110         rmail-mime-view-buffer.
111         (rmail-insert-mime-forwarded-message): Likewise.
112         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
114         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
115         non-nil, handle the header in rmail-show-mime-function.
117 2010-12-20  Leo  <sdl.web@gmail.com>
119         * help-fns.el (describe-variable): Fix 2010-12-17 change.
121 2010-12-20  Juri Linkov  <juri@jurta.org>
123         * isearch.el (isearch-lazy-highlight-error): New variable.
124         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
125         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
126         to the current value of `isearch-error' (Bug#7468).
128 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
130         * help-fns.el (describe-variable): Don't emit trailing whitespace
131         (Bug#7511).
133 2010-12-17  Leo  <sdl.web@gmail.com>
135         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
136         if point is not behind eshell-last-output-end (Bug#7585).
138 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
140         * textmodes/rst.el (rst-compile-pdf-preview)
141         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
143 2010-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
145         * emulation/edt-mapper.el: Override mapping of function keys so
146         that the later call to read-key-sequence works.
148 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
150         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
151         Unix EOLs.  (Bug#7589)
153 2010-12-12  Eli Zaretskii  <eliz@gnu.org>
155         * subr.el (posn-col-row): Evaluate header-line-format in the
156         context of the POSITION window's buffer.
158 2010-12-11  Glenn Morris  <rgm@gnu.org>
160         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
161         (with-silent-modifications): Doc fixes.
163 2010-12-10  Michael Albinus  <michael.albinus@gmx.de>
165         * net/tramp.el (tramp-action-password, tramp-process-actions):
166         Revert patch from 2010-12-08.  Use `save-restriction'.
168 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
170         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
171         New functions.
172         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
173         them instead of `nil' and `>', respectively.  (Bug#1077)
175 2010-12-09  Stephen Berman  <stephen.berman@gmx.net>
177         * calendar/diary-lib.el (diary-list-sexp-entries):
178         Handle case of no newline at end of file.  (Bug#7536)
180 2010-12-09  Glenn Morris  <rgm@gnu.org>
182         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
184 2010-12-08  Michael Albinus  <michael.albinus@gmx.de>
186         * net/tramp.el (tramp-handle-start-file-process):
187         Protect buffer-modified value.  (Bug#7557)
188         (tramp-action-password): Delete region, do not narrow.
189         (tramp-process-actions): Do not widen.
191 2010-12-08   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
193         * log-edit.el (log-edit-changelog-entries):
194         Regexp quote filename.  (Bug#7505)
196 2010-12-08  Tom Breton  <tehom@panix.com>
198         * cus-edit.el (custom-save-all):
199         Bind print-length and print-level to nil.  (Bug#7581)
201 2010-12-08  Glenn Morris  <rgm@gnu.org>
203         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
204         Run hooks to update menu contents.  (Bug#7586)
206         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
207         file names, for the sake of MS Windows.  (Bug#7588)
209 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
211         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
212         empty lines without a leading space.
214 2010-12-06  Leo  <sdl.web@gmail.com>
216         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
217         while mapping over marks (Bug#6810).
219 2010-12-06  Chong Yidong  <cyd@stupidchicken.com>
221         * image-dired.el (image-dired-db-file)
222         (image-dired-temp-image-file, image-dired-gallery-dir)
223         (image-dired-temp-rotate-image-file): Set default values relative
224         to image-dired-dir (Bug#7518).
226 2010-12-06  Lawrence Mitchell  <wence@gmx.li>
228         * format.el (format-decode-run-method): Pass args FROM and TO, not
229         point-min and point-max, to shell-command-on-region (Bug#7488).
231 2010-12-06  Jan Djärv  <jan.h.d@swipnet.se>
233         * frame.el (blink-cursor-mode): Make default t for ns.
235 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
237         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
239 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
241         * comint.el (comint-dynamic-list-input-ring)
242         (comint-dynamic-complete-filename)
243         (comint-replace-by-expanded-filename)
244         (comint-dynamic-simple-complete)
245         (comint-dynamic-list-filename-completions)
246         (comint-dynamic-list-completions): Doc fix (Bug#7499).
248         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
249         Doc fix (Bug#7471).
251 2010-12-04  Martin Rudalics  <rudalics@gmx.at>
253         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
254         (Bug#7533).
256 2010-12-04  W. Martin Borgert <debacle@debian.org>  (tiny change)
258         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
259         (Bug#7491).
261 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
263         * simple.el (transient-mark-mode): Doc fix (Bug#7465).
265 2010-12-04  Eli Zaretskii  <eliz@gnu.org>
267         * files.el (file-relative-name): Handle UNC file names on
268         DOS/Windows.  (Bug#4674)
270 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
272         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
273         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
274         (epg-context-set-passphrase-callback): Mention that the callback
275         is not called when used with GnuPG 2.x.
277 2010-12-02  Glenn Morris  <rgm@gnu.org>
279         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
280         Ensure ps-footer-font-size-internal is initialized.
281         Call ps-get-page-dimensions before trying to use ps-font-for-text.
283 2010-12-01  Kenichi Handa  <handa@m17n.org>
285         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
286         within condition-case.
287         (rmail-show-mime): Don't use condition-case.
288         (rmail-search-mime-message): New function.
289         (rmail-search-mime-message-function): Set to
290         rmail-search-mime-message.
292 2010-12-01  Leo  <sdl.web@gmail.com>
294         * ido.el (ido-common-initialization): New function.  (bug#3274)
295         (ido-mode): Use it.
296         (ido-completing-read): Call it.
298 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
300         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
301         stand-alone lines, since that is handled by log-edit-match-to-eoh
302         (Bug#6465).
304 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
306         * dired.el (dired-get-filename): Replace backslashes with slashes
307         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
308         * locate.el (locate-default-make-command-line): Don't consider
309         drive letter and root directory part of
310         `directory-listing-before-filename-regexp'.  (Bug#7308)
311         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
313 2010-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
315         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
316         of :smie-open/close-alist.
317         (smie-next-sexp): Make it accept a "start token" as argument.
318         (smie-indent-keyword): Be careful not to misidentify tokens that span
319         more than one line, as empty lines.  Add argument `token'.
321 2010-11-26  Kenichi Handa  <handa@m17n.org>
323         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
324         multipart subtypes, insert all as usual.
326         * mail/rmail.el: Require rfc2047.
328 2010-11-26  Kenichi Handa  <handa@m17n.org>
330         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
331         (rmail-mime-entity-disposition)
332         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
333         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
334         (rmail-mime-save): Handle the case that the button's `data' is a
335         MIME entity.
336         (rmail-mime-insert-text): New function.
337         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
338         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
339         (rmail-mime-insert-bulk): New function mostly copied from the old
340         rmail-mime-bulk-handler.
341         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
342         (rmail-mime-process-multipart): New function mostly copied from
343         the old rmail-mime-multipart-handler.
344         (rmail-mime-show): Just call rmail-mime-process.
345         (rmail-mime-process): New function mostly copied from the old
346         rmail-mime-show.
347         (rmail-mime-insert-multipart, rmail-mime-parse)
348         (rmail-mime-insert, rmail-show-mime)
349         (rmail-insert-mime-forwarded-message)
350         (rmail-insert-mime-resent-message): New functions.
351         (rmail-insert-mime-forwarded-message-function): Set to
352         rmail-insert-mime-forwarded-message.
353         (rmail-insert-mime-resent-message-function): Set to
354         rmail-insert-mime-resent-message.
356         * mail/rmailsum.el: Require rfc2047.
357         (rmail-header-summary): Handle multiline Subject: field.
358         (rmail-summary-line-decoder): Change the default to
359         rfc2047-decode-string.
361         * mail/rmail.el (rmail-enable-mime): Change the default to t.
362         (rmail-mime-feature): Change the default to `rmailmm'.
363         (rmail-quit): Delete the specifal code for rmail-enable-mime.
364         (rmail-display-labels): Likewise.
365         (rmail-show-message-1): Check rmail-enable-mime, and use
366         rmail-show-mime-function for a MIME message.  Decode the headers
367         according to RFC2047.
369 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * progmodes/which-func.el (which-func-imenu-joiner-function):
372         Return a string, as expected.
373         (which-function-mode): Make sure we stop any previous timer before
374         starting a new one.
376 2010-11-23  Michael Albinus  <michael.albinus@gmx.de>
378         * net/tramp.el (tramp-default-method-alist)
379         (tramp-default-user-alist, tramp-default-proxies-alist):
380         Adapt custom options type.  (Bug#7445)
382 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
384         * progmodes/python.el: Add Ipython support (Bug#5390).
385         (python-shell-prompt-alist)
386         (python-shell-continuation-prompt-alist): New options.
387         (python--set-prompt-regexp): New function.
388         (inferior-python-mode, run-python, python-shell):
389         Require ansi-color.  Use python--set-prompt-regexp to set the comint
390         prompt based on the Python interpreter.
391         (python--prompt-regexp): New var.
392         (python-check-comint-prompt)
393         (python-comint-output-filter-function): Use it.
394         (run-python): Use a pipe (Bug#5694).
396 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
398         * progmodes/python.el (run-python): Doc fix.
399         (python-keep-current-directory-in-path): New var (Bug#7454).
401 2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
403         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
404         Prompt user before actually printing.
406 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
408         * simple.el (kill-new, kill-append, kill-region):
409         * comint.el (comint-kill-region): Make the yank-handler argument
410         obsolete.
412 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
414         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
415         that are both openers (resp. closers) and something else.
416         (smie-grammar): Loosen definition of valid values.
417         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
418         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
419         (smie-indent-after-keyword): Adjust users.
420         (smie-indent-keyword): Don't indent empty lines.
422         * vc-hg.el (vc-hg-program): New var.
423         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
424         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
426 2010-11-17  Glenn Morris  <rgm@gnu.org>
428         * emacs-lisp/autoload.el (autoload-find-destination): The function
429         coding-system-eol-type may return non-numeric values.  (Bug#7414)
431 2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
433         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
435 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
437         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
439 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
441         * textmodes/picture.el (picture-mouse-set-point): Don't use
442         posn-col-row; explicitly compute the motion based on the posn at
443         the window-start (Bug#7390).
445 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
447         * net/tramp.el (tramp-remote-coding-commands): Add an alternative
448         using "base64 -d -i".  This is needed for older base64 versions
449         from GNU coreutils.  Reported by Klaus Reichl
450         <Klaus.Reichl@thalesgroup.com>.
452 2010-11-13  Glenn Morris  <rgm@gnu.org>
454         * novice.el (disabled-command-function):
455         Fix 2009-11-15 change.  (Bug#7384)
457 2010-11-12  Glenn Morris  <rgm@gnu.org>
459         * calendar/calendar.el (diary-iso-date-forms): Make elements
460         mutually exclusive.  (Bug#7377)
462 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
464         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
465         when filling the remaining "unconstrained" values.
467 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
469         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
470         safety predicate.
472         * files.el (safe-local-variable-p): Gracefully handle errors.
474         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
475         Use smie-indent-virtual when indenting relative to an opener.
476         (smie-rule-separator): Use smie-rule-parent.
477         (smie-indent-keyword): Consult rules, even for openers at bol.
478         (smie-indent-comment-close): Try to align closer's content.
480 2010-11-11  Glenn Morris  <rgm@gnu.org>
482         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
484 2010-11-10  Glenn Morris  <rgm@gnu.org>
486         * printing.el (pr-menu-bind): Doc fix.
488         * speedbar.el (speedbar-toggle-images): Doc fix.
490         * progmodes/python.el (python-shell): Doc fix.
492         * wid-edit.el (widget-field-use-before-change)
493         (widget-use-overlay-change): Doc fixes.
495 2010-11-09  Glenn Morris  <rgm@gnu.org>
497         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
499 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
501         * minibuffer.el (minibuffer-completion-help): Specify the end of the
502         completion field (bug#7211).
504         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
505         Fix handling of backslash escapes.
506         (python-quote-syntax): Adjust accordingly.
508 2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
510         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
511         (vc-mtn-workfile-branch): Adjust to new output format.
513 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
515         * international/mule-cmds.el (princ-list): Mark as obsolete.
517 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
519         * emacs-lisp/smie.el: New package.
521 2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
523         * files.el (backup-by-copying-when-mismatch):
524         Set `permanent-local' property.
526         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
527         `permanent-local' property for `backup-by-copying-when-mismatch'.
529 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
531         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
532         (ls-lisp-classify-file): New function.
533         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
534         (ls-lisp-classify): Call ls-lisp-classify-file.
535         (insert-directory): Remove blanks from switches.
537 2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
539         * progmodes/verilog-mode.el (verilog-insert-one-definition)
540         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
541         AUTOINOUT for SV style multidimensional arrays, bug294.
542         Reported by Eric Mastromarchi.
543         (verilog-preprocess): Use with-current-buffer and
544         font-lock-fontify-buffer to cleanup style issues.
546 2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
548         * net/trampver.el: Update release number.
550 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
552         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
553         beginning of the string.  Use `string-match-p'.  (Bug#6765)
555 2010-11-01  Glenn Morris  <rgm@gnu.org>
557         * locate.el (locate, locate-mode): Doc fixes.
559 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
561         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
562         user for confirmation.
563         (server-force-stop): Use it.
564         (server-start): Use server-force-stop for kill-emacs-hook, to
565         avoid user interaction while killing Emacs.
567 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
569         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
570         (log-edit-author): New dynamic var.
571         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
572         Use it to return the author if different from committer.
573         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
575 2010-10-31  Eli Zaretskii  <eliz@gnu.org>
577         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
579 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
581         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
582         (vc-root-diff, vc-print-root-log, vc-log-incoming)
583         (vc-log-outgoing): Use it.
584         (vc-diff-internal): Set diff-vc-backend.
586         * vc/diff-mode.el (diff-vc-backend): New var.
588 2010-10-31  Juri Linkov  <juri@jurta.org>
590         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
591         buffer-locally to lambda that re-runs the vc diff command.
592         (Bug#6447)
594 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
596         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
598         Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
599         log-outgoing commands.
600         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
601         to create a buffer local revert-buffer-function variable.
602         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
603         revert-buffer-function lambda.
605         Improve VC create/retrieve tag/branch.
606         * vc.el (vc-create-tag): Do not read the directory name for VCs
607         with repository revision granularity.  Adjust the tag/branch
608         prompt.  Reset VC properties.
609         (vc-retrieve-tag): Do not read the directory name for VCs
610         with repository revision granularity.  Reset VC properties.
612         Add optional support for resetting VC properties.
613         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
614         call vc-file-clearprops when true.
615         (vc-resynch-buffer): Add new optional argument, pass it down.
616         (vc-resynch-buffers-in-directory): Likewise.
618         Improve support for special markup in the VC commit message.
619         * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
620         * vc-hg.el (vc-hg-checkin): Add support for Date:.
621         * vc-git.el (vc-git-checkin):
622         * vc-bzr.el (vc-bzr-checkin): Likewise.
624         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
625         * vc-git.el (vc-git-log-view-mode): Fix font lock for
626         incoming/outgoing logs.
627         (vc-git-log-outgoing, vc-git-log-incoming): New functions.
629         * vc-git.el (vc-git-log-outgoing): Use the same format as the
630         short log.
631         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
632         command
634         Add bindings for vc-log-incoming and vc-log-outgoing.
635         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
636         and vc-log-outgoing.
637         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
638         and vc-log-outgoing.
640         Improve state updating for VC tag commands.
641         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
642         to update the state of all buffers in the directory.
644 2010-05-19  Glenn Morris  <rgm@gnu.org>
646         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
648 2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
650         * vc.el (vc-checkin, vc-modify-change-comment):
651         Adjust to new vc-start/finish-logentry.
652         (vc-find-conflicted-file): New command.
653         (vc-transfer-file): Adjust to new vc-checkin.
654         (vc-next-action): Improve scoping.
656         * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
657         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
659         * vc-dispatcher.el (vc-log-edit): Shorten names for
660         log-edit-show-files.
662         * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
663         (vc-bzr-conflicted-files): New function.
665         * log-edit.el (log-edit-summary, log-edit-header)
666         (log-edit-unknown-header): New faces.
667         (log-edit-headers-alist): New var.
668         (log-edit-header-contents-regexp): New const.
669         (log-edit-match-to-eoh): New function.
670         (log-edit-font-lock-keywords): Use them.
671         (log-edit): Insert a "Summary:" header as default.
672         (log-edit-mode): Mark font-lock rules as case-insensitive.
673         (log-edit-done): Cleanup headers.
674         (log-edit-extract-headers): New function to replace it.
676         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
677         the windows/frames.
679         * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
681         * vc-dir.el (vc-dir-kill-line): New command.
682         (vc-dir-mode-map): Bind it to C-k.
683         (vc-dir-headers): Abbreviate the working dir.
685         * vc-git.el (vc-git-revision-table): Include remote branches.
687 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
689         New VC methods: vc-log-incoming and vc-log-outgoing.
690         * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
691         (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
692         New functions.
693         (vc-print-log-internal): Just call vc-log-internal-common.
694         (vc-log-view-type): New permanent local variable.
696         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
698         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
699         of the dynamic bound vc-short-log.
700         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
702         * vc-git.el (vc-git-log-outgoing): New function.
703         (vc-git-log-view-mode): Use vc-log-view-type instead
704         of the dynamic bound vc-short-log.
706         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
707         the dynamic bound vc-short-log.  Highlight the tag.
708         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
709         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
710         (vc-hg-incoming-mode): Remove.
711         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
713         Fix default-directory for vc-root-diff.
714         * vc.el (vc-root-diff): Bind default-directory to the root
715         directory for the diff command.
717 2010-10-31  Sam Steingold  <sds@gnu.org>
719         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
720         `vc-hg-command' with a list of flags.
722 2010-10-31  Glenn Morris  <rgm@gnu.org>
724         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
725         log-edit-before-checkin-process.
727         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
729         * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
731         * vc-dispatcher.el (vc-start-logentry): Doc fix.
732         (log-view-process-buffer, log-edit-extra-flags): Declare.
734 2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
736         Add special markup processing for commit logs.
737         * log-edit.el (log-edit): Add new argument MODE.  Use that mode
738         when non-nil instead of the log-view-mode.
740         * vc.el (vc-default-log-edit-mode): New function.
742         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
743         log-edit.
745         Support for shelving snapshots and for showing shelves.
746         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
747         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
748         New functions.
749         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
750         (vc-bzr-extra-menu-map): Map them.
752 2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
754         * net/tramp.el (tramp-handle-insert-file-contents): For root,
755         preserve owner and group when editing files.  (Bug#7289)
757 2010-10-29  Glenn Morris  <rgm@gnu.org>
759         * speedbar.el (speedbar-mode):
760         * play/fortune.el (fortune-in-buffer, fortune):
761         * play/gomoku.el (gomoku-mode):
762         * play/landmark.el (lm-mode):
763         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
764         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
766 2010-10-28  Glenn Morris  <rgm@gnu.org>
768         * select.el (x-selection): Mark it as an obsolete alias.
770 2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
772         * add-log.el (find-change-log): Use derived-mode-p rather than
773         major-mode (bug#7284).
775 2010-10-27  Glenn Morris  <rgm@gnu.org>
777         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
778         rather than just an unused variable that inherits from the real one.
780 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
782         * verilog-mode.el (verilog-directive-re): Make this variable
783         auto-built for efficiency of execution and updating.
784         (verilog-extended-complete-re): Support 'pure' fucntion & task
785         declarations (these have no bodies).
786         (verilog-beg-of-statement): General cleanup to enable support of
787         'pure' fucntion & task declarations (these have no bodies).
788         These efforts together fix Verilog bug210 from veripool; which was also
789         noticed by Steve Pearlmutter.
790         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
791         (verilog-directive-nest-re, verilog-set-auto-endcomments):
792         Support `elsif.  Reported by Shankar Giri.
793         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
794         attribute handling for lining up declarations and assignments.
795         (verilog-beg-of-statement-1): Fix issue where continued declaration
796         is indented differently if it is after a begin..end clock.
797         (verilog-in-attribute-p, verilog-skip-backward-comments)
798         (verilog-skip-forward-comment-p): Support proper treatment of
799         attributes by indent code. Reported by Jeff Steele.
800         (verilog-in-directive-p): Fix comment to correctly describe function.
801         (verilog-backward-up-list, verilog-in-struct-region-p)
802         (verilog-backward-token, verilog-in-struct-p)
803         (verilog-in-coverage-p, verilog-do-indent)
804         (verilog-pretty-declarations): Use verilog-backward-up-list as
805         wrapper around backward-up-list inorder to properly skip comments.
806         Reported by David Rogoff.
807         (verilog-property-re, verilog-endcomment-reason-re)
808         (verilog-beg-of-statement, verilog-set-auto-endcomments)
809         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
810         of if). Reported by Max Bjurling and
811         (verilog-calc-1): Fix for clocking block in modport
812         declaration. Reported by Brian Hunter.
814 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
816         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
817         (verilog-gate-keywords, verilog-read-sub-decls)
818         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
819         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
820         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
821         (verilog-read-decls): Fix spaces in V2K module parameters causing
822         mis-identification as interfaces, bug287.
823         (verilog-read-decls): Fix not treating "parameter string" as a
824         parameter in AUTOINSTPARAM.
825         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
826         treating `elsif similar to `endif inside AUTOSENSE.
827         (verilog-do-indent): Implement correct automatic or static task or
828         function end comment highlight. Reported by Steve Pearlmutter.
829         (verilog-font-lock-keywords-2): Fix highlighting of single
830         character pins, bug264.  Reported by Michael Laajanen.
831         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
832         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
833         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
834         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
835         (verilog-pretty-expr): Fix interactive arguments, bug272.
836         Reported by Mark Johnson.
837         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
838         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
839         bug269. Suggested by Gary Delp.
840         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
841         (verilog-preprocessor, verilog-set-compile-command):
842         Create verilog-preprocess and verilog-preprocessor to show
843         preprocessed output.
844         (verilog-get-beg-of-line, verilog-get-end-of-line)
845         (verilog-modi-file-or-buffer, verilog-modi-name)
846         (verilog-modi-point, verilog-within-string): Move defmacro's
847         before first use to avoid warning. Reported by Steve Pearlmutter.
848         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
849         (verilog-colorize-region, verilog-highlight-buffer)
850         (verilog-highlight-includes, verilog-highlight-modules)
851         (verilog-highlight-region, verilog-mode): Rename colorize to
852         highlight to match other packages.  Disable module highlighting,
853         as received speed complaints, reenable for experimentation only
854         using new verilog-highlight-modules.
855         (verilog-read-decls): Fix regexp stack overflow in very large
856         AUTO_TEMPLATEs, bug250.
857         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
858         (verilog-scan): Create verilog-save-buffer-state to standardize
859         making insignificant changes that shouldn't call hooks.
860         (verilog-save-no-change-functions, verilog-save-scan-cache)
861         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
862         Create verilog-save-no-change-functions to wrap verilog-scan
863         preservation, and fix to work with nested preserved calls.
864         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
865         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
866         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
867         (verilog-submit-bug-report): Update variable list to be complete.
868         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
869         breaking on-the-fly font-locking.
870         (verilog-colorize-buffer, verilog-colorize-include-files)
871         (verilog-colorize-include-files-buffer, verilog-colorize-region)
872         (verilog-load-file-at-mouse, verilog-load-file-at-point)
873         (verilog-mode, verilog-read-inst-module-matcher): With point on a
874         AUTOINST cell instance name, middle mouse button now finds-file on
875         it.  Suggested by Brad Dobbie.
876         (verilog-alw-get-temps, verilog-auto-reset)
877         (verilog-auto-sense-sigs, verilog-read-always-signals)
878         (verilog-read-always-signals-recurse): Fix loop indexes being
879         AUTORESET. AUTORESET now assumes any variables in the
880         initialization section of a for() should be ignored.
881         Reported by Dan Dever.
882         (verilog-error-font-lock-keywords)
883         (verilog-error-regexp-emacs-alist)
884         (verilog-error-regexp-xemacs-alist): Fix error detection of
885         Cadence HAL, reported by David Asher.  Repair drift between the
886         three similar error variables.
887         (verilog-modi-lookup, verilog-modi-lookup-cache)
888         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
889         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
890         Fix slow verilog-auto expansion on very large files.
891         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
892         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
893         "{1*2{...".  Broke in last revision.
894         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
895         submodule connections with replications "{#{a},#{b}}".
897 2010-10-23  Glenn Morris  <rgm@gnu.org>
899         * comint.el (comint-password-prompt-regexp):
900         Match "enter the password".  (Bug#7224)
902 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
904         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
905         Fix typo in docstring.
907 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
909         * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
910         errors.
912         * net/trampver.el: Update release number.
914 2010-10-20  Kenichi Handa  <handa@m17n.org>
916         * face-remap.el (text-scale-adjust): Call read-event with a proper
917         prompt.
919 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
921         * net/tramp.el (tramp-do-file-attributes-with-stat)
922         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
923         order to make stat results a float.  Patch by Andreas Schwab
924         <schwab@linux-m68k.org>.
926 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
928         * repeat.el (repeat): Use read-key (bug#6256).
930 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
932         * emacs-lisp/unsafep.el: Don't mark functions that display
933         messages as safe.  Suggested by Johan Bockgård.
935 2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
937         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
938         Turn comments into docstrings.
940         * minibuffer.el (completion--replace): Move point where it belongs
941         when there's a common suffix (bug#7215).
943 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
945         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
946         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
947         <dale@codefu.org>.
949 2010-10-15  Kenichi Handa  <handa@m17n.org>
951         * international/characters.el: Add category '|' (word breakable)
952         to fullwidth characters.
954 2010-10-14  Kenichi Handa  <handa@m17n.org>
956         * mail/rmail.el (rmail-show-message-1): Catch an error of
957         base64-decode-region and just show an error message (bug#7165).
959         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
960         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
961         a font-spec (bug#7197).
963 2010-10-13  Glenn Morris  <rgm@gnu.org>
965         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
967 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
969         * international/mule.el (define-coding-system):
970         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
971         * composite.el (compose-region): Fix typo in docstring.
973 2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
975         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
976         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
977         (mac-right-option-modifier): New alias for ns-right-option-modifier.
979         * cus-start.el (all): ns-right-alternate-modifier is new.
981 2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
983         * Makefile.in (ELCFILES): Update.
985 2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
987         * emacs-lisp/lisp.el (lisp-completion-at-point):
988         Use emacs-lisp-mode-syntax-table for the whole function.
990 2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
992         * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
993         (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
994         work when breakpoint number exceeds nine.
996 2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
998         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
999         instead of font-lock-mode before adding keywords.
1000         Remove hi-lock-mode off code.  Remove inhibit hack.
1001         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1002         non-nil; removed hook inhibit hack.
1004 2010-10-09  Glenn Morris  <rgm@gnu.org>
1006         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1007         (load-path-shadows-find): ... to this.
1008         (list-load-path-shadows): Update for above change.
1010         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1012 2010-10-08  Glenn Morris  <rgm@gnu.org>
1014         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1016         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1017         (shadows-compare-text-p): Make it an obsolete alias for...
1018         (load-path-shadows-compare-text): ... new name.
1019         (find-emacs-lisp-shadows): Update for above name change.
1020         (load-path-shadows-same-file-or-nonexistent): New name for the old
1021         shadow-same-file-or-nonexistent.
1023 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1025         * minibuffer.el (completion--some, completion--do-completion)
1026         (minibuffer-complete-and-exit, minibuffer-completion-help)
1027         (completion-basic-try-completion)
1028         (completion-basic-all-completions)
1029         (completion-pcm--find-all-completions): Use lexical-let to
1030         avoid some false matches in variable completion (Bug#7056)
1032 2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
1034         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
1036 2010-10-03  Leo  <sdl.web@gmail.com>
1038         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1039         return non-nil if the file exists (Bug#7090).
1041 2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1043         * minibuffer.el (completion--replace):
1044         Better preserve markers (bug#7138).
1046 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
1048         * server.el (server-process-filter): Doc fix.
1050 2010-09-27  Drew Adams  <drew.adams@oracle.com>
1052         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
1054 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1056         * Makefile.in (ELCFILES): Update.
1058         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1059         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1061 2010-09-27  Kenichi Handa  <handa@m17n.org>
1063         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1064         "ustar" format.
1066 2010-09-27  Kenichi Handa  <handa@m17n.org>
1068         * international/mule.el (define-coding-system): Docstring fixed.
1070         * international/mule-diag.el (describe-character-set): Use princ
1071         with proper print-length and print-level instead of insert.
1073 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
1075         * window.el (walk-windows): Doc fix (bug#7105).
1077 2010-09-23  Glenn Morris  <rgm@gnu.org>
1079         * isearch.el (isearch-lazy-highlight-cleanup)
1080         (isearch-lazy-highlight-initial-delay)
1081         (isearch-lazy-highlight-interval)
1082         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1083         * net/net-utils.el (ipconfig-program-options):
1084         Move aliases to options before the associated definitions.
1086 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1088         * newcomment.el (comment-normalize-vars): Better test validity of
1089         comment-end-skip.
1091 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1093         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1094         (float-e): New name for `e'.
1095         (degrees-to-radians, radians-to-degrees):
1096         * calendar/solar.el (solar-longitude):
1097         * calculator.el (calculator-registers, calculator-funcall):
1098         * textmodes/artist.el (artist-spray-random-points):
1099         * play/bubbles.el (bubbles--initialize-images): Use new names.
1101 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
1103         Update to CEDET 1.0's version of EIEIO.
1105         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1106         New function.
1107         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1108         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1109         (class-precedence-list): If class is nil, return nil.
1110         (eieio-generic-call): If class of first input arg is nil, don't
1111         look up static methods, and do check for primary methods.
1112         (initialize-instance): See if the default needs to be evaluated
1113         during the constructor.
1114         (eieio-perform-slot-validation-for-default): Don't do the check
1115         for values that will eventually be evaluated.
1116         (eieio-eval-default-p): New function.
1117         (eieio-default-eval-maybe): Use it.
1119 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1121         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1122         method-invocation-order.
1123         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1124         (eieio-class-precedence-dfs): Compute class precedence list using
1125         dfs algorithm.
1126         (eieio-class-precedence-bfs): Compute class precedence list using
1127         bfs algorithm.
1128         (eieio-class-precedence-c3): Compute class precedence list using
1129         c3 algorithm.
1130         (class-precedence-list): New function.
1131         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1132         (inconsistent-class-hierarchy): New error symbol.
1133         (call-next-method): Stow the replacement argument list for future
1134         call-next-method invocations.
1136 2010-09-15  Glenn Morris  <rgm@gnu.org>
1138         * calendar/appt.el (appt-check): If not displaying the diary,
1139         use (diary 1) to only get the entries we need.
1140         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1141         that it is in day order.  (Bug#7019)
1143         * calendar/appt.el (appt-check): Rather than showing the diary,
1144         just turn off invisible display, and only if needed.
1146         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1148 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1150         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1151         Add `when' argument.  Update callers.
1153         * subr.el (unintern): Declare the obarray arg mandatory.
1155 2010-09-14  Glenn Morris  <rgm@gnu.org>
1157         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1158         Doc fixes.
1160         * calendar/diary-lib.el (diary-included-files): New variable.
1161         (diary-list-entries): Maybe initialize diary-included-files.
1162         (diary-include-other-diary-files): Append to diary-included-files.
1163         * calendar/appt.el (appt-update-list): Also check the members of
1164         diary-included-files.  (Bug#6999)
1165         (appt-check): Doc fix.
1167 2010-09-12  David Reitter  <david.reitter@gmail.com>
1169         * simple.el (line-move-visual): Do not truncate goal column to
1170         integer size.  (Bug#7020)
1172 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1174         * repeat.el (repeat): Allow repeating when the last event is a click.
1175         Suggested by Drew Adams (bug#6256).
1177 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
1179         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1180         Replace setting HGRCPATH to "" by some less invasive --config options.
1182 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1184         * font-lock.el (font-lock-beginning-of-syntax-function):
1185         Mark as obsolete.
1187 2010-09-10  Glenn Morris  <rgm@gnu.org>
1189         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1190         and tool-bar modes.  (Bug#6211)
1191         (menu-bar-mode): Move setting of standard-value after the
1192         minor-mode definition, otherwise it seems to have no effect.
1194 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
1196         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1197         Fix typo.  (Bug#6976)
1199 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1201         * whitespace.el: Allow cleaning up blanks without blank
1202         visualization (Bug#6651).  Adjust help window for
1203         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1204         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1205         (whitespace-style): Add new value 'face.  Adjust docstring.
1206         (whitespace-space, whitespace-hspace, whitespace-tab):
1207         Adjust foreground property face.
1208         (whitespace-line-column): Adjust docstring and type declaration.
1209         (whitespace-style-value-list, whitespace-toggle-option-alist)
1210         (whitespace-help-text): Adjust const initialization.
1211         (whitespace-toggle-options, global-whitespace-toggle-options):
1212         Adjust docstring.
1213         (whitespace-display-window, whitespace-interactive-char)
1214         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1215         (whitespace-help-scroll): New fun.
1217 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1219         * files.el (directory-abbrev-alist): Use \` as default regexp.
1221         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1222         chars like - or ] (bug#6984).
1223         (rx-any-condense-range): Explode 2-char ranges.
1225 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1227         * textmodes/bibtex.el:
1228         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1230 2010-09-02  Glenn Morris  <rgm@gnu.org>
1232         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1234 2010-08-31  Kenichi Handa  <handa@m17n.org>
1236         * international/mule-cmds.el (standard-display-european-internal):
1237         Setup standard-display-table for 8-bit characters by storing 8-bit
1238         characters in the element vector.
1240         * disp-table.el (standard-display-8bit):
1241         Setup standard-display-table for 8-bit characters by storing 8-bit
1242         characters in the element vector.
1243         (standard-display-european): Likewise.
1245 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1247         Sync with Tramp 2.1.19.
1249         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1250         (tramp-reporter-dump-variable, tramp-load-report-modules)
1251         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1252         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1254         * net/tramp-compat.el (top): Do not autoload
1255         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1256         only when `start-file-process' is not bound.
1257         (byte-compile-not-obsolete-vars): Define if not bound.
1258         (tramp-compat-funcall): New defmacro.
1259         (tramp-compat-line-beginning-position)
1260         (tramp-compat-line-end-position)
1261         (tramp-compat-temporary-file-directory)
1262         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1263         (tramp-compat-copy-file, tramp-compat-copy-directory)
1264         (tramp-compat-delete-file, tramp-compat-delete-directory)
1265         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1266         Use it.
1267         (tramp-advice-file-expand-wildcards): Do not use
1268         `tramp-handle-file-remote-p'.
1269         (tramp-compat-make-temp-file): Simplify fallback implementation.
1270         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1271         (tramp-compat-copy-tree): Remove function.
1272         (tramp-compat-delete-file): New defun.
1273         (tramp-compat-delete-directory): Provide implementation for older
1274         Emacsen.
1275         (tramp-compat-file-attributes): Handle only
1276         `wrong-number-of-arguments' error.
1278         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1279         Add PRESERVE_SELINUX_CONTEXT.
1280         (tramp-fish-handle-delete-file): Add TRASH arg.
1281         (tramp-fish-handle-directory-files-and-attributes):
1282         Do not use `tramp-fish-handle-file-attributes.
1283         (tramp-fish-handle-file-local-copy)
1284         (tramp-fish-handle-insert-file-contents)
1285         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1287         * net/tramp-gvfs.el (top): Require url-util.
1288         (tramp-gvfs-mount-point): Remove.
1289         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1290         and `set-file-selinux-context'.
1291         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1292         (tramp-gvfs-handle-file-selinux-context)
1293         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1294         (with-tramp-dbus-call-method): Format trace message.
1295         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1296         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1297         Implement backup call, when operation on local files fails.
1298         Use progress reporter.  Flush properties of changed files.
1299         (tramp-gvfs-handle-delete-file): Add TRASH arg.
1300         Use `tramp-compat-delete-file'.
1301         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1302         (tramp-gvfs-handle-make-directory): Make more traces.
1303         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1304         (tramp-gvfs-url-file-name): Hexify file name in url.
1305         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1306         into account for the resulting file name.
1307         (tramp-gvfs-handler-askquestion): Preserve current message, in
1308         order to let progress reporter continue afterwards.  (Bug#6257)
1309         Return dummy mountpoint, when the answer is "no".
1310         See `tramp-gvfs-maybe-open-connection'.
1311         (tramp-gvfs-handler-mounted-unmounted)
1312         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1313         attribute "default_location".  Set "prefix" property.
1314         Handle default-location.
1315         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1316         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1317         exists.  Raise an error, if not (due to a corresponding answer
1318         "no" in interactive questions, for example).
1319         Use `tramp-compat-funcall'.
1321         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1322         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1323         (tramp-imap-do-copy-or-rename-file)
1324         (tramp-imap-handle-insert-file-contents)
1325         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1326         (tramp-imap-handle-delete-file): Add TRASH arg.
1328         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1329         Add PRESERVE-SELINUX-CONTEXT.
1330         (tramp-smb-handle-copy-file)
1331         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1332         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1333         Use `with-progress-reporter'.
1334         (tramp-smb-handle-delete-file): Add TRASH arg.
1336         * net/tramp.el (tramp-methods): Move hostname to the end in all
1337         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1338         appropriate.
1339         (tramp-verbose): Describe verbose level 9.
1340         (tramp-completion-function-alist)
1341         (tramp-file-name-regexp, tramp-chunksize)
1342         (tramp-local-coding-commands, tramp-remote-coding-commands)
1343         (with-connection-property, tramp-completion-mode-p)
1344         (tramp-action-process-alive, tramp-action-out-of-band)
1345         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1346         (tramp-exists-file-name-handler): Fix docstring.
1347         (tramp-remote-process-environment): Use `format' instead of
1348         `concat'.  Protect version string by apostroph.
1349         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1350         XEmacs.
1351         (tramp-file-name-regexp-unified)
1352         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1353         not regard the volume letter as remote filename.  (Bug#5447)
1354         (tramp-perl-file-attributes)
1355         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1356         (tramp-vc-registered-read-file-names): Read input as
1357         here-document, otherwise the command could exceed maximum length
1358         of command line.
1359         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1360         `set-file-selinux-context'.
1361         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1362         backtrace functions.
1363         (tramp-error-with-buffer): Don't show the connection buffer when
1364         we are in completion mode.
1365         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1366         (tramp-handle-file-selinux-context)
1367         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1368         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1369         New defuns.
1370         (with-progress-reporter): New defmacro.
1371         (tramp-debug-outline-regexp): New defconst.
1372         (top, tramp-rfn-eshadow-setup-minibuffer)
1373         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1374         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1375         (tramp-completion-mode-p, tramp-check-for-regexp)
1376         (tramp-open-connection-setup-interactive-shell)
1377         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1378         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1379         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1380         Use `tramp-compat-funcall'.
1381         (tramp-handle-make-symbolic-link): Flush file properties.
1382         (tramp-handle-load, tramp-handle-file-local-copy)
1383         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1384         (tramp-handle-vc-registered, tramp-maybe-send-script)
1385         (tramp-find-shell): Use `with-progress-reporter'.
1386         (tramp-do-file-attributes-with-stat): Add space in format string,
1387         in order to work around a bug in pdksh.  Reported by Gilles Pion
1388         <gpion@lfdj.com>.
1389         (tramp-handle-verify-visited-file-modtime): Do not send a command
1390         when the connection is not established.
1391         (tramp-handle-set-file-times): Simplify the check for utc.
1392         (tramp-handle-directory-files-and-attributes)
1393         (tramp-get-remote-path): Use `copy-tree'.
1394         (tramp-completion-handle-file-name-all-completions): Ensure, that
1395         non remote files are still checked.  Oops.
1396         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1397         Handle PRESERVE-SELINUX-CONTEXT.
1398         (tramp-do-copy-or-rename-file): Add progress reporter.
1399         (tramp-do-copy-or-rename-file-directly): Do not use
1400         `tramp-handle-file-remote-p'.
1401         (tramp-do-copy-or-rename-file-out-of-band):
1402         Use `tramp-compat-delete-directory'.
1403         (tramp-do-copy-or-rename-file-out-of-band)
1404         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1405         Use `format-spec-make'.
1406         (tramp-handle-delete-file): Add TRASH arg.
1407         (tramp-handle-dired-uncache): Flush directory cache, not only file
1408         cache.
1409         (tramp-handle-expand-file-name)
1410         (tramp-completion-handle-file-name-all-completions)
1411         (tramp-completion-handle-file-name-completion):
1412         Use `tramp-connectable-p'.
1413         (tramp-handle-start-file-process): Set connection property "vec".
1414         Use it, in order to invalidate file caches.  Check only for
1415         `remote-tty' process property.
1416         Implement tty setting.  (Bug#4604, Bug#6360)
1417         (tramp-file-name-for-operation): Add `call-process-region' and
1418         `set-file-selinux-context'.
1419         (tramp-find-foreign-file-name-handler)
1420         (tramp-advice-make-auto-save-file-name)
1421         (tramp-set-auto-save-file-modes): Remove superfluous check for
1422         `stringp'.  This is done inside `tramp-tramp-file-p'.
1423         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1424         operations when we are in completion mode.  This gives the user
1425         the chance to correct the file name in the minibuffer.
1426         (tramp-completion-mode-p): Use `non-essential'.
1427         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1428         compatibility: Use `completion-ignore-case' if
1429         `read-file-name-completion-ignore-case' does not exist.
1430         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1431         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1432         `tramp-open-shell'.
1433         (tramp-action-password): Hide password prompt before next run.
1434         (tramp-process-actions): Widen connection buffer for the trace.
1435         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1436         process property.  Trace stty settings if `tramp-verbose' >= 9.
1437         Apply workaround for IRIX64 bug.  Move argument of last
1438         `tramp-send-command' where it belongs to.
1439         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1440         front of `login-args'.
1441         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1442         on "/dev/null" instead of "/".
1443         (tramp-get-ls-command-with-dired): Make test for "--dired"
1444         stronger.
1445         (tramp-set-auto-save-file-modes): Adapt version check.
1446         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1447         (tramp-handle-process-file): Call the program in a subshell, in
1448         order to preserve working directory.
1449         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1450         `tramp-remote-sh' from `tramp-methods'.
1451         (tramp-get-ls-command): Make test for "--color=never" stronger.
1452         (tramp-check-for-regexp): Use (forward-line 1).
1454         * net/trampver.el: Update release number.
1456 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1458         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1459         empty argument to gvfs-copy.
1461 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1463         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1464         handle new TRASH arg of `delete-file'.
1466 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1468         * net/tramp.el (tramp-handle-insert-directory): Don't use
1469         `forward-word', its default syntax could be changed.
1471 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1472             Michael Albinus  <michael.albinus@gmx.de>
1474         Implement compression for inline methods.
1476         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1477         (tramp-copy-size-limit): Allow also nil.
1478         (tramp-inline-compress-commands): New defconst.
1479         (tramp-find-inline-compress, tramp-get-inline-compress)
1480         (tramp-get-inline-coding): New defuns.
1481         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1482         replaced by `tramp-get-inline-coding'.
1483         (tramp-handle-file-local-copy, tramp-handle-write-region)
1484         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1486 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1488         Detect ssh 'ControlMaster' argument automatically in some cases.
1490         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1491         (tramp-default-method): Use it.
1493 2010-08-26  Karel Klíč  <kklic@redhat.com>
1495         * net/tramp.el (tramp-file-name-for-operation):
1496         Add file-selinux-context.
1498 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1500         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1502 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1504         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1505         (Bug#6907).
1507 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
1509         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1510         with "else" (Bug#3991).
1512 2010-08-22  Leo  <sdl.web@gmail.com>
1514         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1515         (ignore, bright, dim, keyword): Split list of nicknames before
1516         passing to rcirc-add-or-remove (Bug#6894).
1518 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1520         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1522 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1524         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1525         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1526         New version 13.0.
1527         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1528         Adjust initialization.
1529         (whitespace-bob-marker, whitespace-eob-marker)
1530         (whitespace-buffer-changed): New vars.
1531         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1532         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1533         (whitespace-post-command-hook, whitespace-display-char-on):
1534         Adjust code.
1535         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1536         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1538 2010-08-21  Leo  <sdl.web@gmail.com>
1540         Fix buffer-list rename&refresh after killing a buffer in ido.
1541         * lisp/ido.el: Revert Óscar's.
1542         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1543         Remember the buffers at head, rather than their name.
1544         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1546 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1547             Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1550         extra backslash added to each line (bug#6890).
1552 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1554         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1556 2010-08-21  Glenn Morris  <rgm@gnu.org>
1558         * menu-bar.el (menu-bar-games-menu): Add landmark.
1560 2010-08-20  Glenn Morris  <rgm@gnu.org>
1562         * align.el (align-regexp): Make group and spacing arguments
1563         use the interactive defaults when non-interactive.  (Bug#6698)
1565         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1566         expansion, so as not to need sendmail.
1567         (mail-text-start): Remove declaration.
1568         (rmail-retry-failure): Require sendmail.
1570 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1574 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
1576         * progmodes/flymake.el (flymake-start-syntax-check-process):
1577         Use `start-file-process' in order to let it run also on remote hosts.
1579 2010-08-18  Kenichi Handa  <handa@m17n.org>
1581         * files.el: Add `word-wrap' as safe local variable.
1583 2010-08-18  Glenn Morris  <rgm@gnu.org>
1585         * woman.el (woman-translate): Case matters.  (Bug#6849)
1587 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
1589         * simple.el (kill-region): Doc fix (Bug#6787).
1591 2010-08-14  Glenn Morris  <rgm@gnu.org>
1593         * calendar/diary-lib.el (diary-header-line-format):
1594         Fit it to the window, not the frame.
1596 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
1598         * subr.el (ignore-errors): Add debug declaration.
1600 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1602         * whitespace.el (whitespace-color-off): Remove post-command-hook
1603         locally.
1605 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1607         * replace.el (replace-highlight): Bind isearch-forward and
1608         isearch-error, ensuring that highlighting is updated if the user
1609         switches the search direction (Bug#6808).
1611         * isearch.el (isearch-lazy-highlight-forward): New var.
1612         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1613         (isearch-lazy-highlight-update): Use it.
1615 2010-08-06  Kenichi Handa  <handa@m17n.org>
1617         * international/mule.el (define-charset): Store NAME as :base property.
1618         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1619         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1620         current priority.  Force using the designation of the specific
1621         charset by adding `charset' text property.  Improve the whole
1622         algorithm.
1624 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
1626         * emulation/pc-select.el (pc-selection-mode-hook)
1627         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1628         (pc-selection-mode): Fix typos in docstrings.
1630 2010-08-04  Kenichi Handa  <handa@m17n.org>
1632         * language/cyrillic.el: Don't add "microsoft-cp1251" to
1633         ctext-non-standard-encodings-alist here.
1635         * international/mule.el (ctext-non-standard-encodings-alist):
1636         Add "koi8-r" and "microsoft-cp1251".
1637         (ctext-standard-encodings): New variable.
1638         (ctext-non-standard-encodings-table): List only elements for
1639         non-standard encodings.
1640         (ctext-pre-write-conversion): Adjust for the above change.
1641         Check ctext-standard-encodings.
1643         * international/mule-conf.el (compound-text): Doc fix.
1644         (ctext-no-compositions): Doc fix.
1645         (compound-text-with-extensions): Doc fix.
1647 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1649         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1651 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
1653         * progmodes/which-func.el (which-func-format): Split help-echo text
1654         into lines, like other mode-line tooltips.
1656         * server.el (server-start): When using TCP sockets, force IPv4
1657         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
1659 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1661         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1663 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1665         * term.el (term-delimiter-argument-list): Reflow docstring.
1666         (term-read-input-ring, term-write-input-ring, term-send-input)
1667         (term-bol, term-erase-in-display, serial-supported-or-barf):
1668         Fix typos in docstrings.
1670 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1672         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1674 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
1676         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1678 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
1680         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1681         Fix typo in docstring (bug#6747).
1683 2010-07-30  Leo  <sdl.web@gmail.com>
1685         * eshell/esh-io.el (eshell-get-target): Better detection of
1686         read-only file (Bug#6762).
1688 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
1690         * align.el (align-default-spacing): Doc fix.
1691         (align-region-heuristic, align-regexp): Fix typos in docstrings.
1693 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
1695         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1697 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
1699         * time.el (display-time-day-and-date): Remove spurious * in docstring.
1700         (display-time-world-buffer-name, display-time-world-mode-map):
1701         Fix typos in docstrings.
1703 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
1705         * image-mode.el (image-display-size): New function.
1706         (image-forward-hscroll, image-next-line, image-eol, image-eob)
1707         (image-mode-fit-frame): Use it (Bug#6639).
1709 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
1711         * dired.el (dired-buffers-for-dir): Handle list values of
1712         dired-directory (Bug#6636).
1714 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
1716         * vc.el (vc-coding-system-inherit-eol): New defvar.
1717         (vc-coding-system-for-diff): Use it to decide whether to inherit
1718         from the file the EOL format for reading the diffs of that file.
1719         (Bug#4451)
1721 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
1723         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1724         unibyte, so compressed attachments are not compressed again.
1726 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
1728         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1729         now that unicode is used (Bug#6594).
1731 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
1733         * simple.el (push-mark-command): Set the selection if
1734         select-active-regions is non-nil.
1736 2010-07-10  Glenn Morris  <rgm@gnu.org>
1738         * calendar/calendar.el (calendar-week-end-day): New function.
1739         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1740         Respect calendar-week-start-day.  (Bug#6606)
1741         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1742         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1743         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1744         respect calendar-week-start-day.
1746 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
1748         * simple.el (use-region-p): Doc fix (Bug#6607).
1750 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
1752         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1753         builtins (BufferError, BytesWarning, WindowsError; callables
1754         bin, bytearray, bytes, format, memoryview, next, print; __package__).
1756 2010-07-07  Glenn Morris  <rgm@gnu.org>
1758         * play/zone.el (zone-fall-through-ws): Fix next-line ->
1759         forward-line fallout.
1761 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
1763         * mouse.el (mouse-appearance-menu): Add docstring.
1765         * help.el (describe-key): Print up-event using key-description.
1767 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
1769         * net/zeroconf.el (zeroconf-resolve-service)
1770         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1771         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1773 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1775         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1777 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
1779         Avoid displaying files with a nil state in vc-dir.
1780         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1781         cases that cause insertion.
1782         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1783         with a nil state.
1785 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
1787         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1789 2010-06-29  Leo  <sdl.web@gmail.com>
1791         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
1793 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
1795         * generic-x.el (bat-generic-mode): Fix regexp for command line
1796         switches (Bug#5719).
1798 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
1800         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1801         of nconc to avoid pure storage error (Bug#6239).
1803 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
1805         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1806         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1807         bindings of bookmark-automatically-show-annotations (Bug#6515).
1809 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
1811         * arc-mode.el (archive-zip-extract): Don't quote the file name on
1812         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
1814 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1816         * comint.el (make-comint, make-comint-in-buffer): Mention return
1817         value in the docstrings.  (Bug#6498)
1819 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
1821         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1822         since it is not present when using some non-default switches.
1824 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
1826         * simple.el (compose-mail): Fix doc string to refer to
1827         `compose-mail-user-agent-warnings', instead of to the
1828         nonexistent `compose-mail-check-user-agent'.
1830 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1832         Fix vc-annotate for renamed files when using Git.
1833         * vc-git.el (vc-git-find-revision): Deal with empty results from
1834         ls-files.  Doe not pass the object as a file name to cat-file, it
1835         is not a file name.
1836         (vc-git-annotate-command): Pass the file name using -- to avoid
1837         ambiguity with the revision.
1838         (vc-git-previous-revision): Pass a relative file name.
1840 2010-06-22  Glenn Morris  <rgm@gnu.org>
1842         * progmodes/js.el (js-mode-map): Use standard capitalization and
1843         ellipses for menu entries.
1845         * wid-edit.el (widget-complete): Doc fix.
1847 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
1849         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1851 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1853         Fix annotating other revisions for renamed files in vc-annotate.
1854         * vc-annotate.el (vc-annotate): Add an optional argument for the
1855         VC backend.  Use it when non-nil.
1856         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
1857         (Bug#6487).
1859         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1860         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1861         Do not pass the file name to the 'previous-revision call when we
1862         don't want a file diff.  (Bug#6489)
1864 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1866         Fix finding revisions for renamed files in vc-annotate.
1867         * vc.el (vc-find-revision): Add an optional argument for
1868         the VC backend.  Use it when non-nil.
1869         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1870         backend to vc-find-revision.  (Bug#6487)
1872 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1874         Fix reading file names in Git annotate buffers.
1875         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1876         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
1878 2010-06-20  Alan Mackenzie  <acm@muc.de>
1880         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1881         in file local variables, set it first.
1883 2010-06-19  Glenn Morris  <rgm@gnu.org>
1885         * descr-text.el (describe-char-unicode-data): Insert separating
1886         space when needed.  (Bug#6422)
1888         * progmodes/idlwave.el (idlwave-action-and-binding):
1889         Fix typo in 2009-12-03 change.  (Bug#6450)
1891 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1893         * subr.el (read-quoted-char): Fix up last change (bug#6290).
1895 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1897         * font-lock.el (font-lock-major-mode): Rename from
1898         font-lock-mode-major-mode to distinguish it from
1899         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1900         (font-lock-set-defaults):
1901         * font-core.el (font-lock-default-function): Adjust users.
1902         (font-lock-mode): Don't set it at all.
1904 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1906         * vc-annotate.el (vc-annotate): Use vc-read-revision.
1908 2010-06-15  Glenn Morris  <rgm@gnu.org>
1910         * calendar/appt.el (appt-time-msg-list): Doc fix.
1911         (appt-check): Let-bind appt-warn-time.
1912         (appt-add): Make the 3rd argument optional.
1913         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
1914         Only add WARNTIME to the output list if non-nil.
1916 2010-06-15  Ivan Kanis  <apple@kanis.eu>
1918         * calendar/appt.el (appt-check): Let the 3rd element of
1919         appt-time-msg-list specify the warning time.
1920         (appt-add): Add new argument with the warning time.  (Bug#5176)
1922 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1924         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1925         older than version 1.6.  (Bug#6361)
1927 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
1929         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1930         used by cl-do-arglist.  (Bug#6408)
1932 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * emacs-lisp/advice.el (ad-compile-function):
1935         Define warning-suppress-types before we let-bind it (bug#6275).
1937         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1938         declare it, make it buffer-local and permanent-local (bug#6324).
1939         (vc-resynch-window): Adjust name.
1940         * vc-hooks.el (vc-find-file-hook): Adjust name.
1942 2010-06-07  Jonathan Rockway  <jon@jrock.us>
1944         * net/rcirc.el: Add support for password authentication.
1945         (rcirc-server-alist): Add :password keyword.
1946         (rcirc): Ask for a password, or get it from the server's alist.
1947         (rcirc-connect): Add password argument.  Pass it to server.
1949 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1951         * net/dbus.el (dbus-register-method): Declare function.
1952         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1953         (dbus-introspect): Doc fix.
1954         (dbus-event-bus-name, dbus-introspect-get-interface)
1955         (dbus-introspect-get-argument): Reflow docstrings.
1957 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1959         * term/common-win.el (x-colors): Add "dark green" and "dark
1960         turquoise" (Bug#6332).
1962 2010-06-03  Glenn Morris  <rgm@gnu.org>
1964         * desktop.el (desktop-clear-preserve-buffers):
1965         Add "*Warnings*" buffer.  (Bug#6336)
1967 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1969         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1971 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1973         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1974         `file-directory-p' to the filename part rather than to the whole text.
1976 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1978         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1980 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1982         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1984 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1986         * subr.el (momentary-string-display): Just use read-event to read
1987         the exit event (Bug#6238).
1989 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1991         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1992         (ansi-color-drop-regexp): New constant.
1993         (ansi-color-apply, ansi-color-filter-region)
1994         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1995         (ansi-color-apply): Build string list before calling concat.
1997 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1999         * progmodes/verilog-mode.el (verilog-type-font-keywords):
2000         Use font-lock-constant-face, not obsolete font-lock-reference-face.
2002 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
2004         * htmlfontify.el (hfy-face-resolve-face): New function.
2005         (hfy-face-to-style): Use it (Bug#6279).
2007 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2009         * epa.el (epa--select-keys): Don't explicitly delete the window since
2010         that can fail (e.g. sole window in frame).  Use dedication instead.
2012 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2014         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2016 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2018         * subr.el (read-quoted-char): Resolve modifiers after key
2019         remapping (bug#6212).
2021 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2023         * tmm.el (tmm-prompt): Don't try to precompute bindings.
2024         (tmm-get-keymap): Compute shortcuts (bug#6171).
2026 2010-05-10  Glenn Morris  <rgm@gnu.org>
2028         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2029         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
2031 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2033         * Version 23.2 released.
2035 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2037         * international/mule.el (auto-coding-alist): Only purecopy
2038         car of each item, not the whole list (Bug#6083).
2040 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
2042         * progmodes/js.el (js-mode): Make paragraph variables local before
2043         calling c-setup-paragraph-variables (Bug#6071).
2045 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
2047         * composite.el (compose-region, reference-point-alist): Fix typos
2048         in the doc strings.
2050 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2052         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2053         gnuplot's "set" command.
2055 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
2057         * abbrev.el (last-abbrev-text): Doc fix.
2058         (abbrev-prefix-mark): Don't escape parenthesis.
2060 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
2062         * composite.el (find-composition): Doc fix.
2064 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
2066         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2067         (sql-oracle-program, sql-sqlite-options)
2068         (sql-query-placeholders-and-send): Doc fixes.
2069         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2070         (sql-imenu-generic-expression, sql-buffer)
2071         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2072         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2073         (sql-mode-sybase-font-lock-keywords)
2074         (sql-mode-informix-font-lock-keywords)
2075         (sql-mode-interbase-font-lock-keywords)
2076         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2077         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2078         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2079         (sql-product-feature, sql-highlight-product)
2080         (comint-line-beginning-position, sql-rename-buffer)
2081         (sql-toggle-pop-to-buffer-after-send-region)
2082         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2083         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2084         Fix typos in docstrings.
2086 2010-04-23  Juri Linkov  <juri@jurta.org>
2088         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2089         property instead of `invisible' and `after-string' (bug#5998).
2091 2010-04-23  Juri Linkov  <juri@jurta.org>
2093         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2095 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
2097         * filecache.el (file-cache-add-directory-list)
2098         (file-cache-add-directory-recursively): Fix typos in docstrings.
2100 2010-04-22  Kenichi Handa  <handa@m17n.org>
2102         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2103         (gujarati-composable-pattern): Fix typo.
2105 2010-04-20  Kenichi Handa  <handa@m17n.org>
2107         * language/indian.el (oriya-composable-pattern)
2108         (tamil-composable-pattern, malayalam-composable-pattern):
2109         Add two-part vowels to "v" (vowel sign).
2111 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
2113         * files.el (copy-directory): Handle symlinks (Bug#5982).
2115         * progmodes/compile.el (compilation-next-error-function):
2116         Revert 2009-10-12 change (Bug#5983).
2118 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2120         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2121         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2122         (Bug#5846).
2124 2010-04-20  Glenn Morris  <rgm@gnu.org>
2126         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2128         * minibuffer.el (completion-at-point): Doc fix.
2130 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
2132         Fix the version number for added files.
2133         * vc-hg.el (vc-hg-working-revision): Check if the file is
2134         registered after hg parent fails (Bug#5961).
2136 2010-04-17  Glenn Morris  <rgm@gnu.org>
2138         * htmlfontify.el (htmlfontify-buffer)
2139         (htmlfontify-copy-and-link-dir): Autoload entry points.
2141 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
2143         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2144         name relative to the project root (Bug#5960).
2146 2010-04-16  Glenn Morris  <rgm@gnu.org>
2148         * vc-git.el (vc-git-print-log): Doc fix.
2150 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
2152         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2154 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
2156         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2157         default settings (Bug#5928).
2159 2010-04-10  Glenn Morris  <rgm@gnu.org>
2161         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2162         New function.
2163         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2165 2010-04-07  Kenichi Handa  <handa@m17n.org>
2167         * language/indian.el (malayalam-composable-pattern): Fix previous
2168         change (add U+0D4D "SIGN VIRAMA").
2169         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2170         (tamil-composable-pattern): Fix typo in the regexp.
2171         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2172         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2173         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2175 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
2177         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2178         paragraph-separate (Bug#5821).
2180 2010-04-05  Juri Linkov  <juri@jurta.org>
2182         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2184         * info.el (Info-find-node-2): Comment out code that skips
2185         breadcrumbs line.
2186         (Info-mouse-follow-link): New command.
2187         (Info-link-keymap): New keymap.
2188         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2189         Return a string with links instead of inserting breadcrumbs
2190         to the Info buffer.
2191         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2192         Instead of putting the `invisible' text property over the Info
2193         header, make an overlay over the Info header with the `invisible'
2194         property and `after-string' set to the string returned by
2195         `Info-breadcrumbs'.
2197 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
2199         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2200         Reported by monkey@sandpframing.com.
2202 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
2204         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2205         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2207 2010-03-30  Kenichi Handa  <handa@m17n.org>
2209         * language/sinhala.el (composition-function-table): Fix regexp for
2210         the new Unicode specification.
2212         * language/indian.el (devanagari-composable-pattern)
2213         (tamil-composable-pattern, kannada-composable-pattern)
2214         (malayalam-composable-pattern): Adjust for the new Unicode
2215         specification.
2216         (bengali-composable-pattern, gurmukhi-composable-pattern)
2217         (gujarati-composable-pattern, oriya-composable-pattern)
2218         (telugu-composable-pattern): New variables to cope with the new
2219         Unicode specification.  Use them in composition-function-table.
2221 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2223         Make tmm-menubar work for the Buffers menu again (bug#5726).
2224         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2225         vectors rather than cons cells, as used in menu-bar-update-buffers.
2227 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2229         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2230         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2231         electric punctuation for "{}();,:" (Bug#5586).
2233         * mail/sendmail.el (mail-default-directory): Doc fix.
2235 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
2237         * mail/sendmail.el (mail-default-directory): Doc fix.
2239 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
2241         * subr.el (version-regexp-alist, version-to-list)
2242         (version-list-<, version-list-=, version-list-<=)
2243         (version-list-not-zero, version<, version<=, version=): Doc fix.
2244         (Bug#5744).
2246 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2247             Nick Roberts  <nickrob@snap.net.nz>
2249         * progmodes/gdb-ui.el (gdb-apple-test): New function.
2250         (gdb-init-1): Use it.
2252 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2254         * vc.el (vc-root-diff): Doc fix.
2256 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
2258         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2260         * simple.el (append-to-buffer): Fix last change.
2262 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2264         * simple.el (append-to-buffer): Ensure that point is preserved if
2265         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2266         (Bug#5749)
2268 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2270         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2271         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2272         not be present any more.
2274 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2276         * faces.el (set-face-attribute): Fix typo in docstring.
2277         (face-valid-attribute-values): Reflow docstring.
2279 2010-03-23  Glenn Morris  <rgm@gnu.org>
2281         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2283 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
2285         * indent.el (indent-for-tab-command): Doc fix.
2287 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
2289         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2290         (image-dired-read-comment): Doc fix.
2292         * json.el (json-object-type, json-array-type, json-key-type)
2293         (json-false, json-null, json-read-number):
2294         * minibuffer.el (completion-in-region-functions):
2295         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2296         (cal-tex-cursor-week):
2297         * emacs-lisp/trace.el (trace-function):
2298         * eshell/em-basic.el (eshell/printnl):
2299         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2300         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2301         * obsolete/levents.el (allocate-event, event-key, event-object)
2302         (event-point, event-process, event-timestamp, event-to-character)
2303         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2304         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2305         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2306         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2307         (reftex-highlight-selection): Fix typos in docstrings.
2309 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2311         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2313 2010-03-18  Glenn Morris  <rgm@gnu.org>
2315         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2316         2008-02-13 without comment; mark it obsolete.
2317         (rmail-highlight-headers): Use rmail-highlight-face once more.
2319 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
2321         * woman.el (woman2-process-escapes): Only consume the newline if
2322         the filler character is on a line by itself (Bug#5729).
2324 2010-03-16  Kenichi Handa  <handa@m17n.org>
2326         * language/indian.el (devanagari-composable-pattern): Add more
2327         consonants.
2329 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
2331         * net/trampver.el: Update release number.
2333 2010-03-13  Glenn Morris  <rgm@gnu.org>
2335         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2337 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2339         * net/tramp.el (tramp-find-executable):
2340         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2341         output of "wc -l" more robust.
2342         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2343         (tramp-open-connection-setup-interactive-shell): Remove workaround
2344         for OpenSolaris bug, it is not needed anymore.
2346 2010-03-12  Glenn Morris  <rgm@gnu.org>
2348         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2350 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
2352         * files.el (auto-mode-alist): Accept more verilog file patterns.
2354 2010-03-09  Miles Bader  <miles@gnu.org>
2356         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2357         instead of "format:"; this ensures that the output is
2358         newline-terminated.
2360 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2362         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2363         that all errors are caught, and that the return value is always a
2364         list (Bug#5692).
2366 2010-03-08  Kenichi Handa  <handa@m17n.org>
2368         * language/misc-lang.el (windows-1256): New coding system.
2369         (cp1256): New alias of windows-1256 (bug#5690).
2371 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2373         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2374         call to rfc822-bad-address.  (Bug#5692)
2376 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2378         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2379         Use vc-git-root as default directory for revision path (Bug#5657).
2381 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2383         * calculator.el (calculator): Don't bind split-window-keep-point
2384         (Bug#5674).
2386 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * vc-git.el: Re-flow to fit into 80 columns.
2389         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2390         Remove spurious `quote' element in each case alternative.
2391         (vc-git-show-log-entry): Use prog1.
2392         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2394 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2396         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2398 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2400         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2401         definition, not the name (Bug#5481).
2403 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2405         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2406         argument with a local variable.  (Bug#5670)
2408 2010-03-02  Juri Linkov  <juri@jurta.org>
2410         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2412 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2414         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2415         error when FILENAME and NEWNAME are existing remote directories.
2417         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2418         parameter DIR-FLAG.
2420 2010-03-02  Glenn Morris  <rgm@gnu.org>
2422         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2423         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2425 2010-03-01  Kenichi Handa  <handa@m17n.org>
2427         * language/burmese.el (burmese-composable-pattern): Rename from
2428         myanmar-composable-pattern.
2430         * international/characters.el (script-list):
2431         * international/fontset.el (script-representative-chars):
2432         Change myanmar to burmese.
2433         (otf-script-alist): Likewise.
2434         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2436 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2438         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2440 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2442         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2444 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2446         * net/tramp.el (tramp-handle-write-region): START can be a string.
2447         Take care in the checks.  Reported by Dan Davison
2448         <davison@stats.ox.ac.uk>.
2450 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2452         * net/dbus.el (dbus-introspect, dbus-get-property)
2453         (dbus-set-property, dbus-get-all-properties):
2454         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2456 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2458         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2459         * emacs-lisp/elint.el (elint-add-required-env):
2460         * calendar/icalendar.el (icalendar--add-diary-entry):
2461         * calc/calcalg2.el (math-tracing-integral):
2462         * files.el (recover-session-finish): Use with-current-buffer
2463         instead of save-excursion.
2465 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2467         Fix in-buffer completion when after-change-functions modify the buffer.
2468         * minibuffer.el (completion--replace): New function.
2469         (completion--do-completion): Use it and use relative movement.
2471 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2473         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2475 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2477         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2478         Allow the characters _<> in the stack entry (Bug#5653).
2480 2010-02-26  Kenichi Handa  <handa@m17n.org>
2482         * language/burmese.el: Fix entries in composition-function-table.
2483         (myanmar-composable-pattern): New variable.
2485         * international/fontset.el (setup-default-fontset): Add an entry
2486         for myanmar.
2488         * international/characters.el (script-list): Add Myanmar
2489         Extended-A.
2491 2010-02-26  Glenn Morris  <rgm@gnu.org>
2493         * custom.el (custom-initialize-delay): Doc fix.
2495         * mail/sendmail.el (send-mail-function): Autoload the call
2496         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2498 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2500         * files.el (hack-local-variables-filter): For eval forms, also
2501         check safe-local-variable-p (Bug#5636).
2503 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
2505         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2506         and use c(ad)r of cddr (Bug#5640).
2508 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2510         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2511         setting the modes by `ignore-errors'.  It might fail, for example
2512         if the file is not owned by the user but the group.
2513         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2515 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2517         * files.el (directory-listing-before-filename-regexp):
2518         Use stricter matching for iso-style dates, to avoid false matches with
2519         date-like filenames (Bug#5597).
2521         * htmlfontify.el (htmlfontify): Doc fix.
2523         * eshell/eshell.el (eshell): Doc fix.
2525         * startup.el (fancy-about-screen): In mode-line, apply
2526         mode-line-buffer-id face only to the buffer name (Bug#5613).
2528 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2530         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2531         In `watcom' anchor regexp to start of line, to avoid slowness
2532         (Bug#5599).
2534 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2536         * subr.el (remove-yank-excluded-properties): Explain in a comment
2537         why `category' property is removed.
2539 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2541         * isearch.el (isearch-update-post-hook, isearch-update):
2542         Revert 2010-02-17 change.
2544 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2546         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2547         (icalendar--convert-weekly-to-ical)
2548         (icalendar--convert-yearly-to-ical)
2549         (icalendar--convert-block-to-ical)
2550         (icalendar--convert-cyclic-to-ical)
2551         (icalendar--convert-anniversary-to-ical): Take care of time
2552         specifications where hour has 1-digit only (Bug#5549).
2554 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2556         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2557         of disassemble output in GDB 7.1.
2559 2010-02-19  Glenn Morris  <rgm@gnu.org>
2561         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2562         property.  (Bug#5593)
2564 2010-02-18  Sam Steingold  <sds@gnu.org>
2566         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2568 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2570         Use abbreviated file names in bookmarks (bug#5591).
2571         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2572         calls to expand-file-name.
2573         (bookmark-relocate): Use abbreviated file names in bookmarks.
2574         (bookmark-load): Use abbreviated file names in messages.
2576 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2578         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2579         expand "." and "..".  Reported by Thierry Volpiatto
2580         <thierry.volpiatto@gmail.com>.
2582 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2584         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2585         permissions of the temporary file to "0600".  In case the remote
2586         file has no read permissions for the owner, there might be
2587         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
2589 22010-02-18  Glenn Morris  <rgm@gnu.org>
2591         * emacs-lisp/authors.el (authors-renamed-files-alist):
2592         Add entries for INSTALL.CVS.
2594 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
2596         * vc-bzr.el: Fix typo in Known Bugs section.
2598         * isearch.el (isearch-update-post-hook): New hook.
2599         (isearch-update): Use the new hook.
2601 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
2603         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2604         Fix errors in copying directories.
2605         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2606         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2607         (tramp-handle-delete-file)
2608         (tramp-handle-dired-recursive-delete-directory)
2609         (tramp-handle-write-region): Flush also the cache for the upper
2610         directory.
2612 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
2614         * simple.el (save-interprogram-paste-before-kill): Doc fix.
2616         * cus-edit.el (hardware): Doc fix.
2618         * man.el (man): Add to external custom group.
2620         * delim-col.el (columns): Move to wp custom group.
2622         * doc-view.el (doc-view): Add to data custom group.
2624         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2626         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2627         by ispell-parse-output (Bug#5575).
2629 2010-02-16  Kenichi Handa  <handa@m17n.org>
2631         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2632         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2633         (skkdic-convert): Use `euc-japan' coding system for writing.
2635 2010-02-16  Glenn Morris  <rgm@gnu.org>
2637         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2638         tex-main-file before using it.  (Bug#5562)
2640 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2642         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2643         warnings, since it is annoying for the user to see them each time he
2644         runs the code.
2646 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
2648         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2649         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2650         instead of PROC for caching "first-password-request".  Otherwise,
2651         new processes would not profit from passwords already entered.
2653         * net/tramp-cache.el (tramp-dump-connection-properties):
2654         Don't save "first-password-request" property.
2656 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
2658         * outline.el (outline-head-from-level):
2659         * simple.el (with-wrapper-hook):
2660         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2661         (elint-defun, elint-buffer-env, elint-top-form-logged)
2662         (elint-unbound-variable):
2663         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2664         Fix typos in docstrings.
2666 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
2668         * files.el (insert-directory): When WILDCARD-REGEXP and
2669         FULL-DIRECTORY-P are nil, insert the file entry instead of the
2670         whole directory.  (Bug#5551)
2672         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
2673         dired's alignment sanity.  (Bug#5516)
2675 2010-02-14  Juri Linkov  <juri@jurta.org>
2677         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2678         Remove remaining ^H with their preceding chars.  (Bug#5566)
2680 2010-02-13  Glenn Morris  <rgm@gnu.org>
2682         * simple.el (transpose-subr): Give it a doc-string.
2684         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2685         Doc fixes.
2687 2010-02-12  Juri Linkov  <juri@jurta.org>
2689         * arc-mode.el (archive-unique-fname): Make directories for nested
2690         archives.  (Bug#5540)
2692 2010-02-12  Juri Linkov  <juri@jurta.org>
2694         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
2696 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2698         * subr.el (copy-overlay): Handle deleted overlays.
2700         * man.el (Man-completion-table): Don't signal an error if we can't run
2701         manual-program (bug#4056).
2703 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
2705         * textmodes/artist.el (artist-mt): Fix typos in docstring.
2707 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2709         * info.el (Info-bookmark-jump): Simplify.
2711         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2712         (bookmark-default-handler): Accept new bookmark field `buffer'.
2714 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
2716         * iswitchb.el (iswitchb-completions): Revert last change.
2718 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
2720         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2721         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2722         This prevents file names like "~/" being listed literally.
2724 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2726         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2727         Remove dead code.  (Bug#5546)
2729 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
2731         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2732         correctly (Bug#5548).
2734 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
2736         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2737         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2739 2010-02-08  Kenichi Handa  <handa@m17n.org>
2741         * international/mule-util.el (with-coding-priority): Add autoload
2742         cookie for putting `lisp-indent-function'.
2744 2010-02-07  Glenn Morris  <rgm@gnu.org>
2746         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2747         Move F2003 named interfaces from keywords-2 to keywords-1, and
2748         use function-name-face rather than constant-face.
2749         Simplify "abstract interface" regexp.
2751 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2753         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2754         ID-FORMAT.  Pass it to `file-attributes'.
2756         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2758 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2760         * faces.el (set-face-attribute): Allow calling
2761         internal-set-lisp-face-attribute with 'unspecified family and
2762         foundry argument (Bug#5536).
2764 2010-02-07  Glenn Morris  <rgm@gnu.org>
2766         * progmodes/f90.el (f90-font-lock-keywords-2)
2767         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2768         Handle F2003 named interfaces.
2770 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2772         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2773         beg and end before calling c-get-state-before-change-functions.
2775 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2777         * vc-bzr.el (vc-bzr-dir-extra-headers):
2778         Disable the pending merges header.
2780 2010-02-05  Juri Linkov  <juri@jurta.org>
2782         * doc-view.el (doc-view-mode):
2783         * image-mode.el (image-mode): Put property mode-class=special.
2784         (Bug#4896)
2786 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2788         * vc-svn.el (vc-svn-revision-table): New function.
2790 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
2792         * net/ange-ftp.el (ange-ftp-insert-directory):
2793         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2794         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2795         Handle also directories.  (Bug#5478)
2797 2010-02-05  Glenn Morris  <rgm@gnu.org>
2799         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2801 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
2803         * startup.el (command-line-1): Convert options beginning with a
2804         single dash as well (Bug#5519).
2806 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2808         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2809         * minibuffer.el (completion-initials-expand): Only check the presence
2810         of delims *within* the boundaries, since otherwise the / delim is
2811         always found for files.
2813         Fix up various corner case problems.
2814         * doc-view.el (doc-view-last-page-number): New function.
2815         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2816         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2817         (doc-view-kill-proc): Avoid inf-loop in freak cases.
2818         (doc-view-reconvert-doc): Use the new recursive delete-directory.
2819         (doc-view-convert-current-doc): Don't create the resolution.el file
2820         here any more.
2821         (doc-view-pdf/ps->png): Do it here instead.
2822         (doc-view-already-converted-p): Check that resolution.el is present.
2823         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2824         windows that are not yet showing images.
2826 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
2828         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2829         `dired-uncache' for every elemnt which is an absolute file name.
2831         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2832         directory, handle its directory component.
2833         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2834         function is called permanently and creates noise, otherwise.
2836         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2837         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2838         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
2840 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
2842         * macros.el (apply-macro-to-region-lines):
2843         Minor simplification.  (Bug#5485)
2845 2010-02-04  Glenn Morris  <rgm@gnu.org>
2847         * mail/rmail.el (rmail-show-message-1): Handle malformed
2848         quoted-printable text.  (Bug#5441)
2850         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2852         * simple.el (visual-line-mode): Capitalize lighter.
2854 2010-02-03  John Wiegley  <jwiegley@gmail.com>
2856         * iswitchb.el (iswitchb-completions): Add bookmark files to the
2857         list of files considered for "virtual buffer" completions.
2859 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
2861         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2862         also in case of (and (not full) (not wildcard)). This is needed,
2863         when dired is called with a list of files, which are not in
2864         `default-directory'.  (Bug#5478)
2866 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2868         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2870 2010-02-02  Juri Linkov  <juri@jurta.org>
2872         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2873         from unidiff to allow function-line after @@.
2875 2010-02-02  Juri Linkov  <juri@jurta.org>
2877         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2878         '(RCS SCCS) with inverted condition.
2880 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
2882         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2883         messages.
2885 2010-02-01  Juri Linkov  <juri@jurta.org>
2887         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2888         compare with "pkunzip" and "pkzip" instead of only "pkzip".
2889         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2890         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
2892 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2894         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2895         (doc-view-revert-buffer): New command.
2896         (doc-view-mode-map): Use it.
2898 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
2900         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2901         pending merge is detected.
2903 2010-01-31  Juri Linkov  <juri@jurta.org>
2905         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2906         beginning of interactive spec like all other grep commands do.
2907         Put "all" in front of "gz".  (Bug#5260)
2909 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
2911         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2913 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
2915         * dirtrack.el (dirtrack): Warn instead of signalling error if the
2916         regexp is incorrect (Bug#5476).
2918 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
2920         * net/tramp.el (tramp-handle-insert-directory): Handle also
2921         symlinks, when FILENAME is not in `default-directory'.
2923 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2925         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2926         FILE is not in `default-directory'.  (Bug#5478)
2928         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2929         of SWITCHES.  Handle the case, FILENAME is not in
2930         `default-directory'.  (Bug#5478)
2931         (tramp-register-file-name-handlers): Add safe-magic property.
2933 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
2935         * arc-mode.el (archive-zip-extract): Quote the argument passed to
2936         unzip (Bug#5475).
2938 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
2940         * progmodes/flymake.el (flymake-allowed-file-name-masks)
2941         (flymake-master-make-header-init): Add other C++ filename masks.
2942         (flymake-find-possible-master-files)
2943         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2945 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2947         Fix some busybox annoyances.
2949         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2950         not responding." string.
2951         (tramp-open-connection-setup-interactive-shell): Dump stty
2952         settings.  Enable "neveropen" arg for all `tramp-send-command'
2953         calls.  Handle "=" in variable values properly.
2954         (tramp-find-inline-encoding): Raise an error, when no encoding is
2955         found.
2956         (tramp-wait-for-output): Check, whether PROC buffer is available.
2957         Remove spurious " ^H" sequences, sent by busybox.
2958         (tramp-get-ls-command): Suppress coloring, if possible.
2960 2010-01-28  Glenn Morris  <rgm@gnu.org>
2962         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
2964         * log-edit.el (log-edit-strip-single-file-name): Add missing
2965         :safe, :group, and :version tags.
2967 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
2969         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2970         buffers.  (Bug#5477)
2972 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
2974         * files.el (delete-directory): Handle moving to trash without
2975         first doing recursion (Bug#5436).
2977 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
2979         * vc-hooks.el (vc-path): Mark as obsolete.
2981 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
2983         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2984         names too.
2986         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2987         for the short log.
2988         (vc-bzr-log-view-mode): Adjust regexp for the above change.
2990 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
2992         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2994         * vc-bzr.el (vc-bzr-revision-table): New function.
2996 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
2998         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2999         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3001 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3003         Remove support for adding --signoff on commit.
3004         Future support will use an incompatible generic mechanism.
3005         * vc-git.el (vc-git-add-signoff): Remove variable.
3006         (vc-git-toggle-signoff): Remove function.
3007         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3009         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3010         Rename from xterm-set-background-mode.  Return t if the background mode
3011         was set.
3012         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3013         earlier, call it again in case the background mode has changed.
3015 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3017         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3018         (Bug#3541).
3020 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3022         * emacs-lisp/assoc.el (aelement): Doc fix.
3023         (aput, adelete, amake): Use lexical-let (Bug#5450).
3025 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3027         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3028         is the same as subprogram call, not declaration.  (Bug#5435).
3030 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3032         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3033         (tramp-smb-maybe-open-connection): Use it.
3035 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3037         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3039 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3041         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3042         just because we see "encoding: 8bit".
3043         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3045 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3047         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3049 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3051         * jka-compr.el (jka-compr-load): If load-file is not in
3052         load-history, try its file-truename version.  (bug#5447)
3054 2010-01-21  Alan Mackenzie  <acm@muc.de>
3056         Fix a situation where deletion of a cpp construct throws an error.
3057         * progmodes/cc-engine.el (c-invalidate-state-cache):
3058         Before invoking c-with-all-but-one-cpps-commented-out, check that the
3059         special cpp construct is still in the buffer.
3060         (c-parse-state): Record the special cpp with markers, not numbers.
3062 2010-01-21  Kenichi Handa  <handa@m17n.org>
3064         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3065         process last-command-event, as it is now decoded first (Bug#5380).
3067 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3069         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3071 2010-01-20  Glenn Morris  <rgm@gnu.org>
3073         * indent.el (tab-always-indent): Fix custom-type.
3075 2010-01-19  Alan Mackenzie  <acm@muc.de>
3077         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3078         buffer throws "args out of range".
3079         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3080         playing the role of delimiter.
3082 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3084         * progmodes/ada-mode.el: Fix bug#5400.
3085         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3086         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3087         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3088         Improve comments in "is" portion.  Handle null procedure declaration.
3089         (ada-move-to-end): Improve doc string.
3091 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3093         * ido.el (ido-cur-list): Initialize to nil.
3094         Remove obsolete information from commentary.
3095         (ido-choice-list): Initialize to nil.
3096         (ido-get-bufname): Reject minibuffers.
3097         (ido-make-buffer-list): If "default" is a nonexistent
3098         buffer, ignore it, as per the function's comment.
3099         (ido-kill-buffer-internal): New function.
3100         (ido-kill-buffer-at-head): Use it.
3101         (ido-visit-buffer): Likewise.
3103 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3105         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3107 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3109         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3110         Fix typos in chart titles.
3112         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3113         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3114         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3115         (describe-class, eieio-describe-generic, describe-generic):
3116         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3117         (eieio-speedbar-expand):
3118         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3119         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3120         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3121         (viper-del-backward-char-in-replace, viper-backward-indent)
3122         (viper-brac-function, viper-register-to-point, viper-submit-report):
3123         * net/tramp.el (tramp-remote-coding-commands):
3124         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3125         Fix typos in docstrings.
3127 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3129         * mail/sendmail.el (mail-yank-original): Set the mark if the
3130         specified function for yanking does not do it.
3132 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3134         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3136         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3137         resyncing a directory.
3139 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3141         * progmodes/ada-mode.el: Fix bug#1920.
3142         (ada-ident-re): Delete ., allow multibyte characters.
3143         (ada-goto-label-re): New; matches goto labels.
3144         (ada-block-label-re): New; matches block labels.
3145         (ada-label-re): New; matches both.
3146         (ada-named-block-re): Deleted; callers changed to use
3147         `ada-block-label-re' instead.
3148         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3149         Use `ada-block-label-re'.
3150         (ada-indent-on-previous-lines): Improve handling of goto labels.
3151         (ada-get-indent-block-start): Special-case block label.
3152         (ada-get-indent-label): Split into `ada-indent-block-label' and
3153         `ada-indent-goto-label'.
3154         (ada-goto-stmt-start, ada-goto-next-non-ws):
3155         Optionally ignore goto labels.
3156         (ada-goto-next-word): Simplify.
3157         (ada-indent-newline-indent-conditional): Insert newline before
3158         trying to fix indentation; doc fix.
3160 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3162         * calc/calc.el (calc-command-flags): Give it an initial value.
3164 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3166         * files.el (minibuffer-with-setup-hook):
3167         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3168         (artist-key-draw-continously, artist-key-do-continously-continously)
3169         (artist-key-set-point-continously, artist-mouse-draw-continously):
3170         Fix typos in docstrings.
3172 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3174         * nxml/nxml-mode.el (nxml-extend-after-change-region):
3175         Never return t (Bug#3898).
3177 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3179         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3180         can parse the output of the external commands (Bug#5279).
3182 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3184         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3186 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3188         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3190         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3192         * startup.el (command-line): Remove unused --icon-type arg.
3193         Handle --display arg, passing it to command-line-1 (Bug#5392).
3195 2010-01-16  Mario Lang  <mlang@delysid.org>
3197         * emacs-lisp/chart.el (chart-translate-namezone):
3198         * textmodes/artist.el (artist-compute-popup-menu-table):
3199         Remove duplicated words in doc-strings.
3201 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3203         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3204         to mairix-search to suppress threading (Bug#5342).
3206 2010-01-15  Kenichi Handa  <handa@m17n.org>
3208         * international/mule-cmds.el (canonicalize-coding-system-name):
3209         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3211 2010-01-15  Glenn Morris  <rgm@gnu.org>
3213         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3215         * wid-edit.el (widget-keymap): Doc fix.
3217         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3218         former seems to be more widely accepted by various svn versions.
3220 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3222         * find-cmd.el (find-constituents):
3223         * vc-arch.el (vc-arch-root):
3224         * window.el (window-body-height, pop-up-frames):
3225         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3226         * progmodes/ada-stmt.el (ada-if):
3227         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3228         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3229         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3230         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3232         * progmodes/flymake.el (flymake-post-syntax-check):
3233         Fix typo in error message.
3235 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3237         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3238         which is always a string.  (Bug#5313)
3240 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3242         * progmodes/ada-xref.el (ada-default-prj-properties):
3243         Simplify previous change.
3245 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3247         * progmodes/ada-xref.el (ada-default-prj-properties):
3248         Default ada_project_path to $ADA_PROJECT_PATH.
3250 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3252         * progmodes/ada-mode.el (ada-create-keymap):
3253         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3255 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3257         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3258         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3259         (ada-get-current-indent, ada-imenu-generic-expression)
3260         (ada-which-function): Check for it.
3262 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3264         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3265         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3267 2010-01-14  Glenn Morris  <rgm@gnu.org>
3269         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3271 2010-01-14  Kenichi Handa  <handa@m17n.org>
3273         * composite.el (auto-composition-mode): Make it a buffer local
3274         variable (permanent-local).
3275         (auto-composition-function): Set the default value to
3276         auto-compose-chars.
3277         (auto-composition-mode): Make it a simple function, not a minor mode.
3278         (global-auto-composition-mode): Likewise.
3279         (turn-on-auto-composition-if-enabled): Delete it.
3281 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3283         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3285 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3287         * files.el (copy-directory): Compute target for recursive
3288         directories with identical names.  (Bug#5343)
3290 2010-01-12  Glenn Morris  <rgm@gnu.org>
3292         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3293         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3295 2010-01-11  Sam Steingold  <sds@gnu.org>
3297         * imenu.el (imenu-default-create-index-function): Detect infinite
3298         loops caused by imenu-prev-index-position-function.
3300 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3302         * htmlfontify.el (htmlfontify-load-rgb-file)
3303         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3304         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3305         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3306         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3307         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3308         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3309         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3310         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3311         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3312         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3313         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3314         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3315         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3316         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3317         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3318         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3319         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3320         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3321         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3322         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3323         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3324         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3325         backslash-quoting from parentheses, etc.
3327 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3329         * progmodes/js.el: Autoload javascript-mode alias.
3331 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3333         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3334         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3335         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3336         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3337         Fix typos in docstrings.
3338         (ffap-url-regexp): Doc fix.
3339         (ffap-at-mouse): Fix typo in message.
3341 2010-01-11  Glenn Morris  <rgm@gnu.org>
3343         * version.el (emacs-copyright): Set copyright year to 2010.
3345 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3347         * format.el (format-annotate-function): Only set
3348         write-region-post-annotation-function after running to-fn so as not to
3349         affect nested write-region calls (bug#5273).
3351 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3353         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3354         wisent/python.el.
3356 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3358         * man.el (Man-goto-section): Signal error if the section is not
3359         found (Bug#5317).
3361 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3363         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3364         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3366 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3368         * progmodes/compile.el: Don't treat compile-command as safe if
3369         compilation-read-command might be nil (Bug#4218).
3371 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3373         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3374         NS options.
3376 2010-01-08  Kenichi Handa  <handa@m17n.org>
3378         * international/fontset.el (build-default-fontset-data):
3379         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3381 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3383         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3384         to `create-file-buffer' as it expects, not just a buffer name.
3385         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3386         to help uniquify.  (Bug#3224)
3388 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3390         * font-setting.el (font-setting-change-default-font): Use user-spec
3391         instead of name.
3393 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3395         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3397 2010-01-05  Tom Tromey  <tromey@redhat.com>
3399         * progmodes/python.el (python-font-lock-keywords):
3400         Handle qualified decorators (Bug#881).
3402 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3404         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3405         in a lightweight checkout.
3407 2010-01-05  Kenichi Handa  <handa@m17n.org>
3409         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3411 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3413         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3415 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3417         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3418         checkouts.  (Bug#618)
3419         (vc-bzr-log-view-mode): Also highlight the author.
3420         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3421         (vc-bzr-shelve-menu-map):
3422         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3423         (vc-bzr-shelve-apply): Make prompt more explicit.
3425 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3427         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3428         They are valid characters in URL paths (rfc3986), and at least
3429         Firefox does not understand the encoded version (Bug#3166).
3431 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3433         * progmodes/octave-mod.el (octave-end-keywords)
3434         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3435         Add "end" keyword (Bug#3061).
3436         (octave-end-as-array-index-p): New function.
3437         (calculate-octave-indent): Use it.
3439 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3441         * bookmark.el: Consistently put the text property on the bookmark name.
3442         (bookmark-bmenu-marks-width): Bump back to 2, to include
3443         annotation marks.
3444         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3445         property on the bookmark name, instead of not putting it at all.
3446         (bookmark-bmenu-list): Fix where we put the text property.
3448 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3450         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3451         for showing buffer modified state (as added in the previous change).
3453 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3455         * bookmark.el: Show modified state of bookmark buffer more accurately.
3456         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3457         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3458         (with-buffer-modified-unmodified): New macro.
3459         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3460         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3461         Use new macro to preserve the buffer modified state.
3463 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3465         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3466         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3467         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3468         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3469         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3470         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3471         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3473 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3475         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3476         Make the lines in the generated doc string shorter.  (Bug#4668)
3478 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3480         * net/rcirc.el: Add follow-link binding (Bug#4738).
3482 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3484         * Makefile.in (bzr-update): Rename from cvs-update.
3485         (cvs-update): New target for backward compatibility.
3487         * makefile.w32-in (bzr-update): Rename from cvs-update.
3488         (cvs-update): New target for backward compatibility.
3490 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3492         * bookmark.el: Remove gratuitous gratitude.
3494 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3496         * bookmark.el (bookmark-bmenu-any-marks): New function
3497         (bookmark-bmenu-save): Clear buffer modification if no marks.
3499 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3501         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3502         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3503         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3504         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3506         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3507         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3508         To: emacs-devel {_AT_} gnu.org
3509         Subject: bookmark.el bug report
3510         Date: Mon, 28 Dec 2009 14:19:16 +0800
3511         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3513 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3515         * bookmark.el: Improvements suggested by Drew Adams:
3516         (bookmark-bmenu-ensure-position): New name for
3517         `bookmark-bmenu-check-position'.  Just ensure the position,
3518         don't return any meaningful value.
3519         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3520         New constants.
3522 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3524         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3525         (bookmark-yank-point, bookmark-bmenu-check-position):
3526         Fix typos in docstrings.
3527         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3528         (bookmark-name-from-full-record, bookmark-get-position)
3529         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3530         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3531         Remove useless quoting of parenthesis, etc. in docstrings.
3533         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3534         (ediff-append-custom-diff): Fix typo in error message.
3535         (ediff-meta-mark-equal-files): Fix typos in messages.
3537         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3539         * net/imap-hash.el (imap-hash-make): Doc fix.
3540         (imap-hash-test): Fix typo in error message; reflow docstring.
3541         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3542         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3543         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3544         Fix typos in docstrings.
3545         (imap-hash-open-connection): Fix typo in error message.
3547         * play/gomoku.el (gomoku): Fix typos in docstring.
3549         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3550         (gdb-jsonify-buffer): Fix typos in docstring.
3551         (gdb-goto-breakpoint): Fix typo in error message.
3552         ("Display Other Windows"): Fix typo in help message.
3553         (gdb-speedbar-expand-node): Fix typo in question.
3555         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3556         (idlwave-html-system-help-location, idlwave-html-help-location)
3557         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3558         (idlwave-help-browser-generic-args, idlwave-help-directory)
3559         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3560         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3561         (idlwave-online-help, idlwave-help-html-link)
3562         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3563         Fix typos in docstrings.
3564         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3565         Reflow docstrings.
3566         (idlwave-help-assistant-start): Fix typo in error message.
3568         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3569         (octave-electric-space): Fix typos in docstrings.
3571 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3573         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3575 2010-01-01  Juri Linkov  <juri@jurta.org>
3577         * comint.el (comint-input-ring-size): Make it a defcustom and
3578         increase the default to 500 (Bug#5148).
3580 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
3582         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3583         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3584         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3586 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
3588         Show working revision correctly for mercurial.
3589         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3590         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3592 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
3594         Declare some functions for the byte-compiler.
3595         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3596         (speedbar-timer-fn, speedbar-change-expand-button-char)
3597         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3599 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
3601         This changeset reverts GDB Graphical Interface to use annotations.
3602         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3604 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3606         Make vc-dir work on subdirectories of the bzr root.
3607         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3608         Return file names relative to it.
3609         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3610         relative directory to vc-bzr-after-dir-status.
3612 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
3614         * font-lock.el (font-lock-refresh-defaults): New function, which
3615         can be used to let font-lock react to external changes in
3616         variables like font-lock-defaults and keywords.
3617         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3619 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
3621         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3623         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3625 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3627         Supersede color.diff settings in git log (bug#5211).
3629         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3630         escape chars in its output when the user has color.diff set to `always'.
3631         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3633 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3635         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3636         node.  Keep previous "Index" name to work with past coreutils too.
3638         * man.el (man): Revise docstring a bit to show -a and -l as
3639         examples.  Add -k description since support for it has otherwise
3640         been a secret.  (Further to bug#3717.)
3641         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3642         "no matches" rather than "Can't find manpage", as the latter reads
3643         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3645 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3647         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3648         switches.  Check also for //SUBDIRED// line.
3650 2009-12-25  Kenichi Handa  <handa@m17n.org>
3652         * language/indian.el (devanagari-composable-pattern): Fix to
3653         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3654         Devanagari.
3655         (malayalam-composable-pattern): Fix previous change.
3657 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3659         * ps-print.el (ps-face-attributes): It was not returning the
3660         attribute face for faces specified as string.  Reported by harven
3661         <harven@free.fr>.  (Bug#5254)
3662         (ps-print-version): New version 7.3.5.
3664 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3666         * calendar/icalendar.el (icalendar--convert-tz-offset):
3667         Fix timezone names.
3668         (icalendar--convert-tz-offset): Fix the "last-day-problem".
3669         (icalendar--add-diary-entry): Remove the trailing blank that
3670         diary-make-entry inserts.
3672 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3674         Make `file-expand-wildcards' work for remote files.
3676         * files.el (file-expand-wildcards): In case of remote files, check
3677         only local file name part for wildcards.  Provide feature 'files
3678         and subfeature 'remote-wildcards.  (Bug#5198)
3680         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3681         if there is already an established connection.
3682         (tramp-advice-file-expand-wildcards): Remove it.
3684         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3685         (tramp-advice-file-expand-wildcards): Move from tramp.el.
3686         Activate advice for older GNU Emacs versions.  (Bug#5237)
3688 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3690         Some doc fixes (more needed).
3692         * find-cmd.el (find-constituents): Reflow docstring.
3693         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3694         (find-generic): Doc fix.
3696 2009-12-17  Juri Linkov  <juri@jurta.org>
3698         Fix regression from 23.1 to allow multiple modes in Local Variables.
3700         * files.el (hack-local-variables-filter): While ignoring duplicates,
3701         don't take `mode' into account.
3702         (hack-local-variables-filter, hack-dir-local-variables):
3703         Don't remove duplicate `mode' from local-variables-alist (like `eval').
3705 2009-12-17  Juri Linkov  <juri@jurta.org>
3707         Make `dired-diff' more safe.  (Bug#5225)
3709         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3710         `current' or when `file' is a directory of the `current' file.
3712 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3714         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3715         unconditionally preloaded files.
3717 2009-12-16  Juri Linkov  <juri@jurta.org>
3719         Revert to old 23.1 logic of using the file at the mark as default.
3720         * dired-aux.el (dired-diff): Use the file at the mark as default
3721         if it's not the same as the current file, and the target dir is
3722         the current dir or the mark is active.  Add the current file
3723         as the arg of `dired-dwim-target-defaults'.  Use the default file
3724         in the prompt.  (Bug#5225)
3726 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3728         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3729         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3730         (tramp-check-for-regexp): Check also, when an echoing shell stops
3731         to echo sent commands.
3733 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3735         * Makefile.in: Revert last change (Bug#5191).
3737 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3739         * vc-hg.el (vc-hg-print-log): Fix argument order.
3740         (vc-hg-working-revision): Make sure the command is executed in a
3741         known environment so that we can parse the output.  (Bug#4417)
3743 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3745         * progmodes/python.el (python-symbol-completions): Remove text
3746         properties from symbol string before calling python-send-receive.
3748 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3750         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3751         when there are values for both file and line.  (Bug#5060)
3753 2009-12-14  Juri Linkov  <juri@jurta.org>
3755         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3756         whitespace after the file name of the first line of unified format,
3757         because git-diff doesn't output whitespace and file modification time
3758         after the file name.
3760 2009-12-14  David Kastrup  <dak@gnu.org>
3762         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3763         check if it already has the `display' property added by
3764         `Info-display-images-node', and not put the `invisible' property
3765         in this case.
3767 2009-12-13  Glenn Morris  <rgm@gnu.org>
3769         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3770         (report-emacs-bug): In message-mode, sort manually before storing
3771         original report text.  (Bug#5178)
3772         Remove superfluous save-excursion.
3774 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3776         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3777         when responding to "GetAll" properties.
3779 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3781         * simple.el (compose-mail): Remove mail-setup-with-from from
3782         customization checks.
3784 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3786         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3787         RAR archives created on Unix systems.
3789 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3791         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3792         the varalias that was accidentally removed by the 2009-11-19 change
3793         (bug#5186).
3795 2009-12-12  Kenichi Handa  <handa@m17n.org>
3797         * language/indian.el (indian-compose-regexp): New function.
3798         (malayalam-composable-pattern): Fix the pattern.
3799         (composition-function-table): Set malayalam-composable-pattern for
3800         Malayalam characters.
3802 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
3804         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3805         rather than down-mouse-1, based on follow-link conventions.
3807         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3808         are compiled.
3810 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
3812         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3813         (verilog-vmm-statement-re, verilog-ovm-statement-re)
3814         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3815         (verilog-leap-to-head, verilog-backward-token):
3816         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
3818 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
3820         * progmodes/verilog-mode.el (verilog-auto-lineup)
3821         (verilog-nameable-item-re): Cleanup user-visible spelling and
3822         documentation errors.  One reported by Gary Delp.
3823         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3824         (verilog-read-decls): Fix AUTOWIRE with types declared in a
3825         package, bug195.  Reported by Pierre-David Pfister.
3827 2009-12-11  Glenn Morris  <rgm@gnu.org>
3829         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3831         * mail/emacsbug.el: No longer require sendmail.
3832         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
3833         (report-emacs-bug-orig-text): Doc fix.
3834         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3835         New local variables, to adapt to different mail-user-agents.
3836         (report-emacs-bug): Fix test for a gnu.org address.
3837         Use overlays for emphasis, since font-lock defeats 'face property.
3838         Pretest bugs also end up at the newsgroup these days.
3839         Stop message-mode stripping text properties.
3840         Set and use the new buffer-local variables.
3841         (report-emacs-bug-hook): Add doc-string.
3842         Remove some unnecessary save-excursions and simplify.
3843         Use the appropriate hook and send-command.
3845         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3846         capitalization of some menu entries.
3848 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3850         * whitespace.el (whitespace-display-char-on):
3851         Ensure `buffer-display-table' is unique when two or more windows are
3852         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3853         New version 12.1.
3855 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
3857         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3858         characters in the Attribute field.
3860 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3862         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
3864 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3866         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3867         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3868         Disregard autoload-excludes.
3869         (update-directory-autoloads): Obey autoload-excludes here instead.
3870         But don't store its contents in no-autoloads and remove entries that
3871         refer to excludes files.
3873 2009-12-10  Glenn Morris  <rgm@gnu.org>
3875         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3876         (expand-mail-aliases): Define for compiler.
3878         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3879         Define for compiler.
3881         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3882         appropriate for the mail-user-agent in use.
3884 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3886         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3888 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
3890         Fix short log parsing and fontification.
3891         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3892         Fix fontification for the [merge] label.
3894 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
3896         Drop some properties to avoid surprises.
3897         * htmlfontify.el (hfy-ignored-properties): New defcustom.
3898         (hfy-fontify-buffer): Use it.
3900 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3902         Minor cleanup.
3903         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3904         Adjust all callers.
3905         (ffap-locate-file): Remove unused arg `dir-ok' and make other
3906         args compulsory.  Adjust callers.
3907         (ffap-gopher-at-point): Remove unused var `name'.
3909         Get rid of the ELCFILES abomination.
3910         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3911         (compile-elcfiles): New phony target.
3912         (compile-main): Compute ELCFILES dynamically.
3913         (compile-clean): New target to remove left-over elc files.
3914         (compile, all): Use it.
3916 2009-12-09  Kenichi Handa  <handa@etlken>
3918         * international/mule-diag.el: Require help-mode instead of help-fns.
3920 2009-12-09  Kenichi Handa  <handa@m17n.org>
3922         * international/mule-cmds.el (ucs-names): Supply sufficiently
3923         fine ranges instead of pre-calculating accurate ranges.
3924         Iterate with bigger gc-cons-threshold.
3926 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
3928         Add support for stashing a snapshot of the current tree.
3929         * vc-git.el (vc-git-stash-snapshot): New function.
3930         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3932 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
3934         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3935         instead of `(beginning|end)-of-line'.
3937 2009-12-08  Glenn Morris  <rgm@gnu.org>
3939         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3941         * Makefile.in (ELCFILES): Regenerate.
3943 2009-12-07  Juri Linkov  <juri@jurta.org>
3945         Don't lazy-highlight the comint output in history Isearch mode.
3947         * comint.el (comint-history-isearch-search): Instead of
3948         `comint-line-beginning-position', use `comint-after-pmark-p'
3949         to check if point if before the process mark, and go to
3950         `process-mark' in this case.
3952 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3954         * textmodes/tex-mode.el (latex-complete)
3955         (latex-indent-or-complete): Remove.
3956         (latex-mode): Set completion-at-point-functions instead.
3958         Provide a standard completion command and hook it into TAB.
3959         * minibuffer.el (completion-at-point-functions): New var.
3960         (completion-at-point): New command.
3961         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3962         * progmodes/python.el (python-mode-map): Use completion-at-point.
3963         (python-completion-at-point): Rename from python-partial-symbol and
3964         adjust for use in completion-at-point-functions.
3965         (python-mode): Setup completion-at-point for Python completion.
3966         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3967         extracted from lisp-complete-symbol.
3968         (lisp-complete-symbol): Use it.
3969         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3970         setup completion-at-point for Elisp completion.
3971         (emacs-lisp-mode-map, lisp-interaction-mode-map):
3972         Use completion-at-point.
3973         * ielm.el (ielm-map): Use completion-at-point.
3974         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3975         * progmodes/sym-comp.el: Move to...
3976         * obsolete/sym-comp.el: Move from progmodes.
3978 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
3980         Prevent save-buffer in Rmail buffers from using the coding-system
3981         of the current message, and from clobbering the encoding mnemonics
3982         in the mode line (Bug#4623).
3984         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3985         flag, too.
3986         (rmail-message-encoding): New variable.
3987         (rmail-write-region-annotate): Record the encoding of the current
3988         message in rmail-message-encoding.
3989         (rmail-after-save-hook): New function, restores the encoding of
3990         the current message after the message collection is saved.
3992 2009-12-07  Juri Linkov  <juri@jurta.org>
3994         * progmodes/grep.el (grep-read-files): Use `completing-read'
3995         instead of `read-string'.  Set its `collection' arg to
3996         `read-file-name-internal'.  (Bug#4301)
3998 2009-12-07  Juri Linkov  <juri@jurta.org>
4000         Correctly restore original Isearch point.  (Bug#4994)
4002         * isearch.el (isearch-mode): Move `isearch-push-state' after
4003         `(run-hooks 'isearch-mode-hook)'.
4004         (isearch-cancel): When `isearch-push-state-function' is defined,
4005         let-bind `isearch-cmds' to the first state (the last element of
4006         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4007         function and restores the original point).  Otherwise, move point
4008         to `isearch-opoint'.
4010 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4012         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4013         chars that don't have names, so the table can be built much faster at
4014         run-time.
4016 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4018         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4019         change.  Suggested by David Kastrup.
4021         * simple.el (compose-mail): Check for incompatibilities and warn.
4022         (compose-mail-user-agent-warnings): New option.
4024 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4026         Support showing a single log entry from vc-annotate.
4027         * vc.el (print-log): Add a new argument: START-REVISION.
4028         (vc-print-log-internal): Add a new optional argument and
4029         pass it to the backend.
4030         (vc-print-log, vc-print-root-log): Adjust callers.
4031         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4032         buffer already displays the requested log entry, use it.
4033         Otherwise display only the log entry in question.
4034         * vc-svn.el (vc-svn-print-log):
4035         * vc-mtn.el (vc-mtn-print-log):
4036         * vc-hg.el (vc-hg-state):
4037         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4038         (vc-git-show-log-entry): Return t on success.
4039         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4040         (vc-bzr-show-log-entry): Return t on success.
4041         * vc-rcs.el (vc-rcs-print-log):
4042         * vc-sccs.el (vc-sccs-print-log):
4043         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4045 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4047         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4048         Add menus to the meta mode.  (Bug#5043)
4050 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4052         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4053         event-key.
4055         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4057 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4059         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4060         Berbain <raphael.berbain@gmail.com>.
4062         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4063         characters.
4064         (tramp-initial-end-of-output): New defconst.
4065         (tramp-methods, tramp-find-shell)
4066         (tramp-open-connection-setup-interactive-shell)
4067         (tramp-maybe-open-connection): Use it.
4068         (tramp-shell-prompt-pattern, tramp-wait-for-output):
4069         Handle existence of `#' and `$'.
4071         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4072         Use `tramp-initial-end-of-output'.
4074 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4076         Get the background mode from the terminal for xterm, and set
4077         faces accordingly.
4078         * term/xterm.el (xterm-set-background-mode): New function.
4079         (terminal-init-xterm): Use it in case xterm supports background
4080         color queries.  Recompute faces after getting the background
4081         color.
4083 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4085         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4086         number comment back on its own line, for easier parsing.
4088 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4090         Make it work for non-file buffers (bug#5102).
4091         * doc-view.el (doc-view-current-cache-dir):
4092         Use doc-view-buffer-file-name rather than buffer-file-name.
4093         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4095 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4097         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4098         author field is too short.
4100 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4102         * vc-git.el (vc-git-print-log): Handle a limit argument.
4103         Display the short log in graph form and with labels.
4104         (vc-git-log-view-mode): Handle labels.
4106         Make vc-revert change VC state from 'added to 'unregistered.
4107         * vc-git.el (vc-git-revert): Call git reset first.
4109 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4111         * net/newst-backend.el, net/newst-plainview.el:
4112         * net/newst-reader.el, net/newst-ticker.el:
4113         * net/newst-treeview.el, net/newsticker.el:
4114         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4116 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4118         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4120         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4121         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4122         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4123         Update annotation regexp.
4125         * simple.el (beginning-of-visual-line): Constrain to field
4126         boundaries (Bug#5106).
4128 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4130         * xml.el (xml-substitute-numeric-entities):
4131         Move newsticker--decode-numeric-entities in newst-backend.el to
4132         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4133         * net/newst-backend.el (newsticker--parse-generic-feed)
4134         (newsticker--parse-generic-items)
4135         (newsticker--decode-numeric-entities):
4136         Move newsticker--decode-numeric-entities in newst-backend.el to
4137         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4139 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4141         * progmodes/js.el (js--js-not): Add null to the list of values.
4143 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4145         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4147 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4149         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4150         delimiter if it is at the end of the current line.
4151         (bibtex-generate-url-list): Fix docstring.
4153 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4155         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4156         minibuffer's content with itself.
4157         Fold the confirm-after-completion case into the `confirm' case.
4158         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4160 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4162         * ffap.el (ffap-rfc-path): Make this a defcustom since
4163         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4165         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4166         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4168 2009-12-05  Juri Linkov  <juri@jurta.org>
4170         Save and restore dired buffer's point positions too.  (Bug#4880)
4172         * dired.el (dired-save-positions): Return in the first element
4173         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4174         Doc fix.
4175         (dired-restore-positions): First restore buffer's position.
4176         While restoring window's positions, check if window still displays
4177         the original buffer.
4179 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4181         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4182         if possible.
4184         * shell.el (shell): Require ansi-color (Bug#5113).
4186         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4188         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4190 2009-12-05  Alan Mackenzie  <acm@muc.de>
4192         * progmodes/cc-mode.el (c-before-hack-hook)
4193         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4194         `c-file-style' to work again.  This reversion restores the current
4195         software to its state in Emacs 23.1.  (Bug#4146)
4197 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4199         * textmodes/sgml-mode.el (sgml-lexical-context):
4200         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4202 2009-12-05  Juri Linkov  <juri@jurta.org>
4204         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4205         for virtual nodes.  (Bug#4147)
4206         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4207         when moving from a virtual node.
4208         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4209         (Info-mode): Add `Info-virtual-index' to the docstring.
4211 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4213         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4214         track of the buffer position of the end of a BibTeX entry as this
4215         position may change during reformatting.
4216         (bibtex-format-entry): Remove whitespace before processing
4217         numerical fields so that we recognize the latter properly.
4218         (bibtex-reformat): Do not use push which changes the global value
4219         of bibtex-entry-format.
4220         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4221         (bibtex-field-re-init): Replace only space characters by regexp
4222         for whitespace.
4223         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4224         (bibtex-initialize): Also update bibtex-strings.
4225         (bibtex-kill-field): Preserve white space at end of entry.
4226         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4227         Update bibtex-reference-keys.
4229 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4231         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4232         point after a star, if that's the only place where modifications can
4233         make progress.
4235 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4237         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4238         in docstrings.
4240 2009-12-04  Juri Linkov  <juri@jurta.org>
4242         * proced.el (proced): Call `(proced-update t)' to update process
4243         information instead of only running proced-post-display-hook.
4244         (proced-send-signal): Add a leading space to the buffer name
4245         " *Marked Processes*" to make this buffer ephemeral.
4247 2009-12-04  Juri Linkov  <juri@jurta.org>
4249         * dired.el (dired-auto-revert-buffer): New defcustom.
4250         (dired-internal-noselect): Use it.
4252 2009-12-04  Juri Linkov  <juri@jurta.org>
4254         Change roles of modes and functions in image-mode.el (Bug#5062).
4256         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4257         in `auto-mode-alist'.
4258         (image-mode-previous-major-mode): New variable.
4259         (image-minor-mode-map): Rename from `image-mode-text-map'.
4260         (image-mode): Move graceful error-handling code from
4261         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4262         (image-minor-mode): Remove all image-handling code.
4263         Replace `image-mode-text-map' with `image-minor-mode-map'.
4264         Check for `image-type' in mode-line format string.
4265         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4266         (image-mode-as-text): New function with most code from
4267         `image-mode-maybe'.
4268         (image-toggle-display-text): Move code that removes image
4269         properties from `image-toggle-display' to here.
4270         (image-toggle-display-image): New function with code that adds
4271         image properties copied from `image-toggle-display'.
4272         (image-toggle-display): Remove most code with leaving only code
4273         that toggles between `image-mode-as-text' and `image-mode'.
4275 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4277         * net/newst-treeview.el
4278         (newsticker--treeview-list-highlight-start): Restored call to
4279         save-excursion: Selected item was stuck.
4280         (newsticker--treeview-list-select): New.
4281         (newsticker--treeview-item-show-text)
4282         (newsticker--treeview-item-show)
4283         (newsticker--treeview-item-update): Use new
4284         newsticker-treeview-item-mode.
4285         (newsticker-treeview-update): Keep current item.
4286         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4287         (newsticker--treeview-first-feed): Doc change.
4288         (newsticker-treeview-list-menu)
4289         (newsticker-treeview-item-menu): Add menu entries.
4290         (newsticker-treeview-item-mode): New.
4292         * net/newst-backend.el (newsticker-customize): Delete other
4293         windows.
4295 2009-12-04  Sam Steingold  <sds@gnu.org>
4297         * log-view.el (log-view-mode-map): "q" calls quit-window,
4298         like in all the other non-self-insert buffers.
4300 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4302         Minor cleanup.
4303         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4304         key decoding rather than do it manually via last-input-event +
4305         ascii-character.
4306         (term-exec): Use delete-and-extract-region.
4307         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4308         (term-process-pager): Remove unused var `i'.
4309         (term-dynamic-simple-complete): Make obsolete.
4310         (serial-update-config-menu): Remove unused vars `y' and `str'.
4311         (term-update-mode-line): Remove unused var `temp'.
4313 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4315         Limit the number of log entries displayed by default.
4316         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4317         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4318         using a prefix argument.
4320 2009-12-03  Glenn Morris  <rgm@gnu.org>
4322         * progmodes/idlwave.el (class): Restore still useful declaration.
4324 2009-12-03  Alan Mackenzie  <acm@muc.de>
4326         Enhance `c-parse-state' to run efficiently in "brace deserts".
4328         * progmodes/cc-mode.el (c-basic-common-init):
4329         Call c-state-cache-init.
4330         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4331         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4332         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4334         * progmodes/cc-langs.el (c-before-font-lock-function):
4335         c-extend-and-neutralize-syntax-in-CPP has been renamed
4336         c-neutralize-syntax-in-and-mark-CPP.
4338         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4339         with `category' properties now, not `syntax-table' ones.
4341         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4342         enhanced (but slower) version of c-end-of-macro that won't land
4343         inside a literal or on another awkward character.
4344         (c-state-cache-too-far, c-state-cache-start)
4345         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4346         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4347         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4348         (c-state-min-scan-pos, c-state-brace-pair-desert)
4349         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4350         buffer local variables.
4351         (c-state-literal-at, c-state-lit-beg)
4352         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4353         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4354         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4355         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4356         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4357         (c-renarrow-state-cache)
4358         (c-append-lower-brace-pair-to-state-cache)
4359         (c-state-push-any-brace-pair, c-append-to-state-cache)
4360         (c-remove-stale-state-cache)
4361         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4362         (c-invalidate-state-cache-1, c-parse-state-1)
4363         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4364         (c-parse-state): Enhance and refactor.
4365         (c-debug-parse-state): Amend to deal with all the new variables.
4367         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4368         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4369         modify to use category text properties rather than syntax-table ones.
4370         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4371         to switch off/on the syntactic paren property of C++ template
4372         delimiters using the category property.
4373         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4374         template delims suppressed.
4375         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4376         New constant/macros which apply category properties to the start
4377         and end of preprocessor constructs.
4378         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4379         "comment out" the syntactic value of characters in preprocessor
4380         constructs.
4381         (c-with-cpps-commented-out)
4382         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4383         with characters in all or all but one preprocessor constructs
4384         "commented out".
4386 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4388         * proced.el (proced-filter-alist): Use regexp-quote.
4390 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4392         Cleanup.
4393         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4394         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4395         arguments.  Expand `default-directory'.
4397         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4398         the benefit of returning an expanded localname.
4399         (tramp-tramp-file-p): Handle the case NAME is not a string.
4401 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4403         Add support for bzr shelve/unshelve.
4404         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4405         (vc-bzr-extra-menu-map): New variables.
4406         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4407         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4408         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4409         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4410         (vc-bzr-dir-extra-headers): Display shelves.
4412         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4414 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4416         * textmodes/bibtex.el (bibtex-complete-internal):
4417         Use completion-in-region.
4418         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4420 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4422         Support applying stashes.  Improve UI.
4423         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4424         (vc-git-stash-apply, vc-git-stash-pop)
4425         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4426         (vc-git-stash-menu): New functions.
4427         (vc-git-stash-menu-map): New variable.
4428         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4430 2009-12-03  Glenn Morris  <rgm@gnu.org>
4432         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4433         (vc-print-log-internal): Fix previous change.
4434         (vc-revert): Correct pluralization.
4436 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4438         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4439         it to be an alist any more.
4440         (makefile-complete): Use completion-in-region.
4442         * progmodes/octave-mod.el (octave-complete-symbol):
4443         Use completion-in-region.
4445         Misc cleanup.
4446         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4447         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4448         (idlwave-complete-class): Don't quote lambda.
4449         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4450         (idlwave-mode-map): Move initialization into declaration.
4451         (idlwave-action-and-binding): Use backquotes.
4452         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4453         Simplify.
4454         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4455         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4456         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4457         `parts', and `all-parts'.
4458         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4459         (idlwave-convert-xml-system-routine-info): Remove unused string
4460         `version-string'.
4461         (idlwave-display-user-catalog-widget): Use dolist.
4462         (idlwave-scanning-lib): Declare dynamically-scoped var.
4463         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4464         (completion-highlight-first-word-only): Declare to silence bytecomp.
4465         (idlwave-popup-select): Tighten scope of `resp'.
4466         (idlwave-find-struct-tag): Remove unused var `beg'.
4467         (idlwave-after-load-rinfo-hook): Declare.
4468         (idlwave-sintern-class-info): Remove unused var `taglist'.
4469         (idlwave-find-class-definition): Remove unused var `list'.
4470         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4471         (idlwave-what-module-find-class): Remove unused var `classes'.
4473 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4475         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4477 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4479         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4480         buffers visited.  Remove redundant current-buffer-saving.
4482 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4484         Use completion-in-buffer and remove uses of dynamic scoping.
4485         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4486         (pascal-buffer-to-use, pascal-flag): Don't declare.
4487         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4488         (pascal-get-completion-decl, pascal-keyword-completion):
4489         Add `pascal-str' argument, save-excursion,
4490         return the found completions, and don't filter with pascal-pred.
4491         (pascal-completion-cache): New var.
4492         (pascal-completion): Don't switch buffer any more (it was never
4493         necessary).  Don't save-excursion any more (it's done by the called
4494         subroutines).  Use a cache to avoid redundant computations.
4495         Use complete-with-action rather than pascal-completion-response and
4496         let it apply the predicate as well.
4497         (pascal-complete-word): Use completion-in-buffer when
4498         pascal-toggle-completions is nil.
4499         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4500         not used any more.
4501         (pascal-comp-defun): Don't change buffer any more.
4502         Use complete-with-action rather than pascal-completion-response and
4503         let it apply the predicate as well.
4504         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4505         when neded.
4507 2009-12-02  Kenichi Handa  <handa@m17n.org>
4509         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4510         shape for all Indic scripts.
4512 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4514         Use completion-in-buffer.
4515         * wid-edit.el (widget-field-text-end): New function.
4516         (widget-field-value-get): Use it.
4517         (widget-string-complete, widget-file-complete)
4518         (widget-color-complete): Use it and completion-in-region.
4519         (widget-complete): Don't narrow the buffer.
4521 2009-12-02  Glenn Morris  <rgm@gnu.org>
4523         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4524         (rmail-select-summary): Use rmail-pop-to-buffer.
4525         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4526         rmail-pop-to-buffer, to prevent horizontal splits.
4528         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4529         save-excursion with save-current-buffer.
4530         Widen before searching.  (Bug#5093)
4531         (diary-list-sexp-entries): Remove superfluous save-excursion.
4533 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4535         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4536         name.  (Bug#5038)
4538 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4540         * ido.el (ido-file-internal): Handle filenames at point that do
4541         not have a directory part.  (Bug#5049)
4543 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4545         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4546         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4548 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4550         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4551         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4552         any more.
4554 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4556         * comint.el (comint-insert-input): Ignore clicks to the right of
4557         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4559         * vc.el (vc-print-log-internal): Don't wait for the process to
4560         terminate before setting up the major mode.
4562         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4563         in case.
4565         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4566         the last element.
4568         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4570 2009-12-01  Glenn Morris  <rgm@gnu.org>
4572         * window.el (window--display-buffer-2): Fix previous changes.
4574 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4576         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4578 2009-12-01  Glenn Morris  <rgm@gnu.org>
4580         * Makefile.in (ELCFILES): Add mpc.elc.
4582 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4584         * mpc.el: New file.
4586 2009-12-01  Glenn Morris  <rgm@gnu.org>
4588         * window.el (window-to-use): Define for compiler.
4590         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4591         consistent with others (no final period).
4593         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4594         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4596 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4598         Make vc-print-log buttons work.
4599         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4601 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4603         * savehist.el (savehist-autosave-interval): Allow setting to nil
4604         through customize.  (Bug#5056)
4606 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4608         Fix references to jit-lock properties.
4609         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4610         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4611         (perl-font-lock-special-syntactic-constructs):
4612         Quote jit-lock-defer-multiline property.
4614 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4616         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4618 2009-11-30  Juri Linkov  <juri@jurta.org>
4620         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4621         value `buffer' of `multi-isearch-next-buffer-current-function'.
4622         Use `(current-buffer)' when `buffer' is nil.
4623         (multi-isearch-next-buffer-from-list): Don't fallback to
4624         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4626 2009-11-30  Juri Linkov  <juri@jurta.org>
4628         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4629         of buffers with `get-buffer' to `multi-isearch-buffers'.
4630         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4631         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4632         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4633         FILES with `expand-file-name' converting relative file names
4634         to absolute.  Doc fix.  (Bug#4727)
4636 2009-11-30  Juri Linkov  <juri@jurta.org>
4638         * misearch.el (multi-isearch-read-buffers)
4639         (multi-isearch-read-matching-buffers): New functions.
4640         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4641         Use them in the `interactive' spec.  Doc fix.
4642         (multi-isearch-read-files, multi-isearch-read-matching-files):
4643         New functions.
4644         (multi-isearch-files, multi-isearch-files-regexp):
4645         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4647 2009-11-30  Juri Linkov  <juri@jurta.org>
4649         * doc-view.el (doc-view-continuous):
4650         Rename from `doc-view-continuous-mode'.
4651         (doc-view-menu): Move "Toggle display" to the top.
4652         Add submenu "Continuous" with radio buttons "Off"/"On"
4653         and "Save as Default".
4654         (doc-view-scroll-up-or-next-page)
4655         (doc-view-scroll-down-or-previous-page)
4656         (doc-view-next-line-or-next-page)
4657         (doc-view-previous-line-or-previous-page):
4658         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4660 2009-11-30  Juri Linkov  <juri@jurta.org>
4662         * comint.el (comint-mode-map): Rebind `M-r' from
4663         `comint-previous-matching-input' to
4664         `comint-history-isearch-backward-regexp'.
4665         Unbind `M-s' to allow global key binding `M-s'.
4666         Add menu items for `comint-history-isearch-backward' and
4667         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4669 2009-11-30  Juri Linkov  <juri@jurta.org>
4671         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4672         For def=recenter, replace `recenter' with `recenter-top-bottom'
4673         that is called with `this-command' and `last-command' let-bound
4674         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4675         set `recenter-last-op' to nil.  (Bug#4981)
4677 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4679         Minor cleanup and simplification.
4680         * filecache.el (file-cache-add-directory)
4681         (file-cache-add-directory-recursively)
4682         (file-cache-add-from-file-cache-buffer)
4683         (file-cache-delete-file-regexp, file-cache-delete-directory)
4684         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4685         (file-cache-temp-minibuffer-message): Delete function.
4686         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4688         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4689         Don't signal an error when bumping into EOB in tr, s, or y.
4691 2009-11-29  Juri Linkov  <juri@jurta.org>
4693         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4694         (Bug#4960)
4696         * descr-text.el (describe-char-unidata-list): Use lowercase name
4697         for "Unicode name" like in other tags.
4699 2009-11-29  Juri Linkov  <juri@jurta.org>
4701         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4702         New compatibility macro.
4703         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4705 2009-11-29  Juri Linkov  <juri@jurta.org>
4707         Add defcustom to define the cycling order of `recenter-top-bottom'.
4708         (Bug#4981)
4710         * window.el (recenter-last-op): Doc fix.
4711         (recenter-positions): New defcustom.
4712         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4713         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4715 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4717         Improve integration of Tramp and ange-ftp in eshell.
4719         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4720         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4721         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4723         * eshell/esh-util.el (top): Require also Tramp when compiling.
4724         (eshell-directory-files-and-attributes): Check for FTP remote
4725         connection.
4726         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4727         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4728         (eshell-file-attributes): Handle ".".  Return `entry'.
4730         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4731         (ange-ftp-directory-files-and-attributes)
4732         (ange-ftp-real-directory-files-and-attributes): New defuns.
4734         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4735         shell with "exec" when possible.  This prevents trailing prompts
4736         in `start-file-process'.
4738 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4740         Try and remove assumptions about point-min==1.
4741         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4742         (rng-compute-mode-line-string): Show the validation percentage in
4743         terms of the narrowed text, not the widened text.
4744         (rng-do-some-validation): Don't catch internal errors when debugging.
4745         (rng-first-error): Simplify.
4746         (rng-after-change-function): Remove work around.  AFAIK the bug has
4747         been fixed a while ago.
4749         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4750         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4752         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4754         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4755         `cd' doesn't always do it for us (bug#5067).
4757         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4758         on 2009-10-25 as part of some other change (bug#5067).
4760 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4762         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4763         `suspicious'.
4764         (byte-compile-warnings): Use byte-compile-warning-types.
4765         (byte-compile-save-excursion): Warn about use of set-buffer right
4766         after save-excursion.
4768         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4769         the excursion as well.
4771 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4773         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4774         providing a Tramp related implementation of "su" and "sudo".
4775         (eshell-unix-initialize): Add "su" and "sudo".
4777 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4779         * net/socks.el (socks-send-command): Convert binary request to
4780         unibyte before sending.  This fixes mishandling of some port
4781         numbers such as 129.
4783 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * help.el (describe-bindings-internal): Remove `interactive'.
4787         * man.el (Man-completion-table): Trim a terminating "(".
4788         Remove the space between name page a section.
4789         Add the command's description on the `help-echo' property.
4790         Remove `process-connection-type' binding since it's unused by
4791         call-process.
4792         Provide completion for the "<section> <name>" format as well.
4793         (Man-default-man-entry): Remove spurious var shadowing the argument.
4795 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4797         * log-view.el: Add "Keywords: tools", since its other keywords
4798         aren't in finder-known-keywords, and following vc.el.
4800         * sha1.el (sha1-string-external): default-directory "/" in case
4801         otherwise non-existent.  process-connection-type pipe for touch of
4802         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4804 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4806         Misc coding convention cleanups.
4807         * htmlfontify.el (hfy-init-kludge-hook): Rename from
4808         hfy-init-kludge-hooks.
4809         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4810         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4811         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4812         and push.
4813         (hfy-slant, hfy-weight): Use tables rather than code.
4814         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4815         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4816         (hfy-face-attr-for-class): Initialize `face-spec' directly.
4817         (hfy-face-to-css): Remove `nconc' with single arg.
4818         (hfy-p-to-face-lennart): Use `or'.
4819         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
4820         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4821         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4822         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4823         (hfy-force-fontification): Use run-hooks.
4825 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
4827         Various minor fixes.
4828         * htmlfontify.el (hfy-default-header): Add toggle_invis since
4829         Javascript belongs in the header, not the body.
4830         (hfy-javascript): Remove.
4831         (hfy-fontify-buffer): Don't insert it any more.
4832         (hfy-face-at): Handle (face0 face1 face2) style face properties.
4833         Fix bug in invis handling when there were no invis props in a chunk.
4835 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4837         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4839 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
4841         * finder.el (finder-mode-map): Add a menu.
4843 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
4845         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4846         "unsigned" structs.
4848         (verilog-leap-to-head, verilog-backward-token): Handle "disable
4849         fork" statement better.
4851 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
4853         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4854         (verilog-delete-auto, verilog-delete-empty-auto-pair)
4855         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4856         Reported by Clay Douglass.
4858         (verilog-auto-inst, verilog-auto-star-safe)
4859         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4860         Fix removing "// Interfaces" when saving .* expansions.
4861         Reported by Pierre-David Pfister.
4863 2009-11-26  Glenn Morris  <rgm@gnu.org>
4865         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4866         the scope.
4868 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
4870         * vc-annotate.el (vc-annotate-revision-previous-to-line):
4871         Really use previous revision.
4873 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4875         * man.el (Man-completion-table): default-directory "/" in case
4876         doesn't otherwise exist.  process-environment COLUMNS=999 so as
4877         not to truncate long names.  process-connection-type pipe to avoid
4878         any chance of hitting the pseudo-tty TIOCGWINSZ.
4879         (man): completion-ignore-case t for friendliness and since man
4880         itself is case-insensitive on the command line.
4881         Further to Bug#3717.
4883         * arc-mode.el: Add "Keywords: files", so the details in its
4884         commentary can be reached from finder-by-keyword.
4885         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
4886         editing mode, but it's comms related and sgml-mode.el has "comm"
4887         on that basis too.
4888         * textmodes/bibtex-style.el: Add "Keywords: tex".
4889         * international/isearch-x.el, international/ja-dic-cnv.el:
4890         * international/ja-dic-utl.el, international/kkc.el:
4891         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4893 2009-11-25  Juri Linkov  <juri@jurta.org>
4895         * man.el (Man-completion-table): Modify regexp to include
4896         section names to completion strings.  (Bug#3717)
4898 2009-11-25  Juri Linkov  <juri@jurta.org>
4900         Search recursively in gzipped files.  (Bug#4982)
4902         * progmodes/grep.el (grep-highlight-matches): Add new options
4903         `always' and `auto'.  Doc fix.
4904         (grep-process-setup): Check `grep-highlight-matches' for
4905         `auto-detect' to determine the need to compute grep defaults.
4906         Move Windows/DOS specific --colors settings handling
4907         to `grep-compute-defaults'.  Check `grep-highlight-matches'
4908         to get the value of "--color=".
4909         (grep-compute-defaults): Compute `grep-highlight-matches' when it
4910         has the value `auto-detect'.  Move Windows/DOS specific settings
4911         from `grep-process-setup'.
4912         (zrgrep): New command with alias `rzgrep'.
4914 2009-11-25  Juri Linkov  <juri@jurta.org>
4916         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4917         to nil instead of switching off view-mode.  (Bug#4896)
4919 2009-11-25  Juri Linkov  <juri@jurta.org>
4921         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
4923         * mwheel.el (mwheel-scroll-up-function)
4924         (mwheel-scroll-down-function): New defvars.
4925         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4926         `scroll-up', and `mwheel-scroll-down-function' instead of
4927         `scroll-down'.
4929         * doc-view.el (doc-view-scroll-up-or-next-page)
4930         (doc-view-scroll-down-or-previous-page): Add optional ARG.
4931         Use this ARG in the call to image-scroll-up/image-scroll-down.
4932         Change `interactive' spec to "P".  Goto next/previous page only
4933         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4934         SPC/DEL case).  Doc fix.
4935         (doc-view-next-line-or-next-page)
4936         (doc-view-previous-line-or-previous-page): Rename arg to ARG
4937         for consistency.
4938         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4939         `doc-view-scroll-up-or-next-page', and buffer-local
4940         `mwheel-scroll-down-function' to
4941         `doc-view-scroll-down-or-previous-page'.
4943 2009-11-25  Juri Linkov  <juri@jurta.org>
4945         Provide additional default values (directories at other Dired
4946         windows) via M-n in the minibuffer of some Dired commands.
4948         * dired-aux.el (dired-diff, dired-compare-directories)
4949         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4950         `minibuffer-default' in `minibuffer-with-setup-hook'.
4951         (dired-dwim-target-directory): Find a window that displays Dired
4952         buffer instead of failing when the next window is not Dired.
4953         Use `get-window-with-predicate' to find for the next Dired window.
4954         (dired-dwim-target-defaults): New function.
4956         * ediff-util.el (ediff-read-file-name):
4957         Use `dired-dwim-target-defaults' to set `minibuffer-default'
4958         in `minibuffer-with-setup-hook'.
4960 2009-11-25  Juri Linkov  <juri@jurta.org>
4962         Provide additional default values (file name at point or at the
4963         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
4965         * minibuffer.el (read-file-name-defaults): New function.
4966         (read-file-name): Reset `minibuffer-default' to nil when
4967         it duplicates initial input `insdef'.
4968         Bind `minibuffer-default-add-function' to lambda that
4969         calls `read-file-name-defaults' in `minibuffer-selected-window'.
4970         (minibuffer-insert-file-name-at-point): New command.
4972         * files.el (file-name-at-point-functions): New defcustom.
4973         (find-file-default): Remove defvar.
4974         (find-file-read-args): Don't use `find-file-default'.
4975         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4976         to `read-file-name'.
4977         (find-file-literally): Use `read-file-name' with
4978         `confirm-nonexistent-file-or-buffer'.
4980         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4982         * dired.el (dired-read-dir-and-switches):
4983         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4984         to `read-file-name'.
4985         (dired-file-name-at-point): New function.
4986         (dired-mode): Add hook `dired-file-name-at-point' to
4987         `file-name-at-point-functions'.
4989 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4991         Really make the *Completions* window soft-dedicated (bug#5030).
4992         * window.el (window--display-buffer-2): Add `dedicated' argument.
4993         (display-buffer): Pass it when needed so the dedicated flag is set
4994         after calling set-window-buffer, which would otherwise reset it.
4996 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4998         * progmodes/meta-mode.el (meta-complete-symbol):
4999         * progmodes/etags.el (complete-tag):
5000         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5001         Use completion-in-region.
5003         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5004         (dabbrev-completion): Use completion-in-region.
5005         (dabbrev--abbrev-at-point): Simplify regexp.
5007         * abbrev.el (abbrev--before-point): Use word-motion functions
5008         if :regexp is not specified (bug#5031).
5010         * subr.el (string-prefix-p): New function.
5012         * man.el (Man-completion-cache): New var.
5013         (Man-completion-table): Use it.
5015         * vc.el (vc-print-log-internal): Make `limit' optional for better
5016         compatibility (e.g. with vc-annotate.el).
5018 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5020         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5021         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5023         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5024         when .el source file not found or other error.
5026 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5028         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5030 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5032         Handle the [back] button properly (bug#4979).
5033         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5034         Use help-setup-xref, help-buffer, and with-help-window.
5035         (describe-char): Add `buffer' argument.
5036         Pass proper command to help-setup-xref.  Don't meddle with
5037         help-xref-stack-item directly.
5038         (describe-text-category): Use with-help-window and help-buffer.
5040         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5041         for the displayed buffer (bug#4887).
5043         * man.el (Man-completion-table): New function.
5044         (man): Use it.
5046 2009-11-24  David Reitter  <david.reitter@gmail.com>
5048         * vc-git.el (vc-git-registered): Use checkout directory (where
5049         .git is) rather than the file's directory and a relative path spec
5050         to work around a bug in git.
5052 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5054         Improve handling of processes on remote hosts.
5056         * eshell/esh-util.el (eshell-path-env): New defvar.
5057         (eshell-parse-colon-path): New defun.
5058         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5060         * eshell/esh-ext.el (eshell-search-path):
5061         Use `eshell-parse-colon-path'.
5062         (eshell-remote-command): Remove argument HANDLER.
5063         (eshell-external-command): Check for FTP remote connection.
5065         * eshell/esh-proc.el (eshell-gather-process-output):
5066         Use `file-truename', in order to start also symlinked files.
5067         Apply `start-file-process' instead of `start-process'.
5068         Shorten `command' to the local file name part.
5070         * eshell/em-cmpl.el (eshell-complete-commands-list):
5071         Use `eshell-parse-colon-path'.
5073         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5075         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5076         to `eshell-directory-change-hook'.
5078 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5080         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5081         because it could be enabled automatically if view-read-only is non-nil.
5083 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5085         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5086         made on 2009-11-22.
5088 2009-11-24  Glenn Morris  <rgm@gnu.org>
5090         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5091         deleted variable bookmark-bmenu-bookmark-column.
5093 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5095         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5097 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5099         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5100         two slashes to the "file:" prefix.
5101         (browse-url-file-url): De-munge Cygwin filenames before passing
5102         them to Windows browser.
5103         (browse-url-default-windows-browser): Use call-process.
5105 2009-11-23  Juri Linkov  <juri@jurta.org>
5107         Implement DocView Continuous mode.  (Bug#4896)
5108         * doc-view.el (doc-view-continuous-mode): New defcustom.
5109         (doc-view-mode-map): Bind C-n/<down> to
5110         `doc-view-next-line-or-next-page', C-p/<up> to
5111         `doc-view-previous-line-or-previous-page'.
5112         (doc-view-next-line-or-next-page)
5113         (doc-view-previous-line-or-previous-page): New commands.
5115 2009-11-23  Juri Linkov  <juri@jurta.org>
5117         Implement Isearch in comint input history.  (Bug#3746)
5118         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5119         `isearch-mode-hook'.
5120         (comint-history-isearch): New defcustom.
5121         (comint-history-isearch-backward)
5122         (comint-history-isearch-backward-regexp): New commands.
5123         (comint-history-isearch-message-overlay): New buffer-local variable.
5124         (comint-history-isearch-setup, comint-history-isearch-end)
5125         (comint-goto-input, comint-history-isearch-search)
5126         (comint-history-isearch-message, comint-history-isearch-wrap)
5127         (comint-history-isearch-push-state)
5128         (comint-history-isearch-pop-state): New functions.
5130 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5132         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5133         return.
5134         (tramp-handle-make-symbolic-link)
5135         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5136         Quote file names.
5137         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5138         (tramp-handle-process-file): Use it.
5140 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5142         * window.el (move-to-window-line-last-op): Remove.
5143         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5145 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5147         Make M-r mirror the new cycling behavior of C-l.
5148         * window.el (move-to-window-line-last-op): New var.
5149         (move-to-window-line-top-bottom): New command.
5150         (global-map): Bind M-r move-to-window-line-top-bottom.
5152 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5154         * dired-x.el (dired-guess-shell-alist-default):
5155         Support xz format.  (Bug#4953)
5157 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5159         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5160         last-command-char/last-command-event.
5161         (viper-prefix-arg-value): Do correct conversion of event-char for
5162         XEmacs.
5164         * emulation/viper-util.el, emulation/viper.el:
5165         Use viper-last-command-char instead of
5166         last-command-char/last-command-event.
5168         * ediff-init.el, ediff-mult.el, ediff-util.el:
5169         Replace last-command-char and last-command-event
5170         with (ediff-last-command-char) everywhere.
5172         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5173         created in fundamental mode.
5175         * ediff.el (ediff-version): Revert the change of interactive-p to
5176         called-interactively-p.
5178 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5180         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5181         generation from word-movement command names.
5183 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5185         * cus-start.el (all): Add native condition for font-use-system-font.
5187 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5189         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5190         Correct the patch from 2009-11-18.  (Bug#3910)
5192 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5194         * progmodes/subword.el: Rename from lisp/subword.el.
5196         * subword.el: Rename to progmodes/subword.el.
5198         * Makefile.in (ELCFILES): Adapt to subword.el move.
5200 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5201             Stefan Monnier  <monnier@iro.umontreal.ca>
5203         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5204         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5205         (bookmark-bmenu-show-filenames): Use push.
5206         (bookmark-bmenu-hide-filenames): Use local var instead of
5207         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5208         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5209         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5210         filenames now that the bookmark names are always available.
5212 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5214         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5215         (bookmark-search-pattern): Move and leave unbound.
5216         (bookmark-bmenu-mode-map): Change binding.
5217         (bookmark-read-search-input): Simplify.
5218         Don't use text-char-description.  Don't error on non-char events.
5219         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5220         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5221         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5222         Use a local var for the timer.
5223         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5224         (i.e. bookmark-bmenu-search).
5226 2009-11-21  Glenn Morris  <rgm@gnu.org>
5228         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5230 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5232         * net/browse-url.el (browse-url-default-windows-browser):
5233         Use cygstart for cygwin.
5235 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5237         * bookmark.el: Formatting and doc fixes only:
5238         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5239         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5240         Minor grammar and punctuation fixes in doc string.
5241         (bookmark-read-search-input): Adjust to fit within 80 columns.
5243 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5245         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5246         (c-backward-into-nomenclature): Adapt to subword renaming.
5248         * subword.el (subword-forward, subword-backward, subword-mark)
5249         (subword-kill, subword-backward-kill, subword-transpose)
5250         (subword-downcase, subword-upcase, subword-capitalize)
5251         (subword-forward-internal, subword-backward-internal):
5252         Rename from forward-subword, backward-subword, mark-subword,
5253         kill-subword, backward-kill-subword, transpose-subwords,
5254         downcase-subword, upcase-subword, capitalize-subword,
5255         forward-subword-internal, backward-subword-internal.
5257 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5259         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5260         New options.
5261         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5262         New vars.
5263         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5264         (bookmark-bmenu-filter-alist-by-regexp)
5265         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5266         (bookmark-bmenu-search): New command.
5267         (bookmark-bmenu-mode-map): Bind it.
5269 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5271         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5272         backward-subword to quit the byte-compiler.
5274         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5276         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5278         * progmodes/cc-cmds.el (c-update-modeline)
5279         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5280         Refer to subword.el functions instead of cc-subword.el.
5282         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5283         subword.el functions instead of cc-subword.el.
5285         * progmodes/cc-subword.el: Rename to subword.el.
5286         * subword.el: Rename from progmodes/cc-subword.el.
5287         (subword-mode-map): Rename from c-subword-mode-map.
5288         (subword-mode): Rename from c-subword-mode.
5289         (global-subword-mode): New global minor mode.
5290         (forward-subword): Rename from c-forward-subword.
5291         (backward-subword): Rename from c-backward-subword.
5292         (mark-subword): Rename from c-mark-subword.
5293         (kill-subword): Rename from c-kill-subword.
5294         (backward-kill-subword): Rename from c-backward-kill-subword.
5295         (transpose-subwords): Rename from c-tranpose-subword.
5296         (downcase-subword): Rename from c-downcase-subword.
5297         (capitalize-subword): Rename from c-capitalize-subword.
5298         (forward-subword-internal): Rename from c-forward-subword-internal.
5299         (backward-subword-internal): Rename from c-backward-subword-internal.
5301 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5303         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5304         from a dired buffer.
5305         (vc-dired-deduce-fileset): New function.
5306         (vc-root-diff, vc-print-root-log): Use it.
5308         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5309         nil LIMIT argument to vc-print-log-internal.
5311 2009-11-20  Glenn Morris  <rgm@gnu.org>
5313         * Makefile.in (ELCFILES): Regenerate.
5315 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5317         * calc/calc.el (calc-set-mode-line):
5318         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5319         (math-format-number): Rename `math-format-complement-signed' to
5320         `math-format-twos-complement'.
5322         * calc/calc-bin.el (math-format-twos-complement): Rename from
5323         math-format-complement-signed.
5324         (calc-radix): Rename `calc-complement-signed-mode' to
5325         `calc-twos-complement-mode'.
5326         (calc-octal-radix, calc-hex-radix): Add an argument for
5327         two's complement.
5329         * calc/calc-embed.el (calc-embedded-mode-vars):
5330         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5332         * calc/calc-ext.el (calc-init-extensions):
5333         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5334         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5336         * calc/calc-units.el (math-build-units-table-buffer):
5337         Let `calc-twos-complement-mode' be nil.
5339         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5340         entries.
5342         * calc/calc-vec.el (calcFunc-vunpack):
5343         * calc/calc-aent.el (calc-do-calc-eval):
5344         * calc/calc-forms.el (math-format-date):
5345         * calc/calc-graph.el (calc-graph-plot):
5346         * calc/calc-math.el (math-use-emacs-fn):
5347         * calc/calccomp.el (math-compose-expr):
5348         Let `calc-twos-complement-mode' be nil.
5350 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5352         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5353         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5354         * minibuffer.el (completion-in-region-functions): New hook.
5355         (completion-in-region): New function.
5356         * emacs-lisp/lisp.el (lisp-complete-symbol):
5357         * pcomplete.el (pcomplete-std-complete): Use it.
5359 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5361         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5362         (latex-complete-alist): New vars.
5363         (latex-string-prefix-p, latex-complete-bibtex-keys)
5364         (latex-complete-envnames, latex-complete-refkeys)
5365         (latex-complete-data): New functions.
5366         (latex-complete, latex-indent-or-complete): New commands.
5368         * window.el (display-buffer-mark-dedicated): New var.
5369         (display-buffer): Obey it.
5370         * minibuffer.el (minibuffer-completion-help): Use it.
5372         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5374         * filecache.el (file-cache-add-file): Use push and cons.
5375         (file-cache-delete-file-regexp): Use push.
5376         (file-cache-complete): Use completion-in-region.
5378         * simple.el (with-wrapper-hook): Fix thinko.
5380         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5381         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5382         Use with-current-buffer and string-to-number.
5383         (hfy-fallback-colour-values): Use assoc-string.
5384         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5385         (hfy-face-at): Remove unused var `found-face'.
5386         (hfy-compile-stylesheet): Remove unused var `css'.
5387         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5388         and `orig-buffer'.
5389         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5390         Use with-current-buffer.
5391         (hfy-text-p): Use expand-file-name and fewer setq.
5393 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5395         * htmlfontify.el, hfy-cmap.el: New files.
5397 2009-11-19  Juri Linkov  <juri@jurta.org>
5399         * minibuffer.el (completions-format): New defcustom.
5400         (completion--insert-strings): Implement vertical format.
5402         * simple.el (switch-to-completions): Move point to the first
5403         completion when point was at the beginning of the buffer.
5405 2009-11-19  Juri Linkov  <juri@jurta.org>
5407         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5409         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5411 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5413         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5414         (mail-signature): Change default to t.
5415         (mail-from-style): Deprecate `system-default' value.
5416         (mail-insert-from-field): For default value of mail-from-style,
5417         default to `angles' unless `angles' needs quoting and `parens'
5418         does not.
5419         (mail-citation-prefix-regexp): Use citation regexp from
5420         message-mode.
5422 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5424         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5425         Set variables for computing the prompt for reading password.
5427 2009-11-19  Glenn Morris  <rgm@gnu.org>
5429         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5431         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5433         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5434         (newsticker-treeview-listwindow-height): Fix custom type.
5436 2009-11-19  Kenichi Handa  <handa@m17n.org>
5438         * descr-text.el (describe-char-padded-string): Compose with TAB
5439         only if there's a font for CH.
5440         (describe-char): Fix the condition for detecting a trivial composition.
5442 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5444         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5445         more accurate version of the regexp.  (Bug#3910)
5447 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5449         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5451 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5453         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5454         (font-setting-change-default-font): Fix typo in docstring.
5456 2009-11-18  Alan Mackenzie  <acm@muc.de>
5458         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5460 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5462         * font-setting.el (font-use-system-font): Move ...
5464         * cus-start.el (all): ... to here.
5466 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5468         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5469         Don't set `ad-return-value' if `ad-do-it' doesn't.
5471         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5472         modification time.
5474 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5476         * menu-bar.el: Put "Use system font" in Option-menu.
5477         (menu-bar-options-save): Add font-use-system-font.
5479         * loadup.el: If feature system-font-setting or font-render-setting is
5480         there, load font-setting.
5482         * Makefile.in (ELCFILES): Add font-settings.el.
5483         * font-setting.el: New file.
5485 2009-11-17  Glenn Morris  <rgm@gnu.org>
5487         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5489         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5490         Preserve point in the list buffer.  (Bug#4939)
5491         Use point-at-eol.
5492         (newsticker--treeview-list-update-highlight)
5493         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5495 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5497         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5498         Remove.
5500         * calc/calc-ext.el (calc-init-extensions): Remove references to
5501         symclip.
5503         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5505         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5506         * calc/calc-help.el (calc-b-prefix-help): Remove references to
5507         `calc-symclip'.
5509 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5511         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5512         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5514         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5515         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5516         Ignore trailing spaces by omit-nulls to split-string (fixing
5517         regression from Emacs 21 due to the incompatible split-string
5518         change).  (Bug #4928.)
5520 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5522         * vc.el (vc-log-show-limit): Default to 2000.
5523         (vc-print-log-internal): Insert buttons to request more entries
5524         when limiting the output.
5526         * vc-sccs.el (vc-sccs-print-log):
5527         * vc-rcs.el (vc-rcs-print-log):
5528         * vc-cvs.el (vc-cvs-print-log):
5529         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5530         LIMIT is non-nil.
5532 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5534         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5535         error when `tramp-gvfs-dbus-event-vector' is set.
5536         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5538 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5540         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5542 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5544         * net/dbus.el (dbus-unregister-service): New defun.
5545         (dbus-register-property): Register the handlers of
5546         "org.freedesktop.DBus.Properties" for SERVICE.
5547         (dbus-property-handler): Fix docstring.
5549 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5551         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5552         Quote doc string reference in defvaralias as it is not in special form.
5553         (byte-compile-output-docform): Doc fix.
5555 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5557         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5558         (calc-complement-signed-mode): New variables.
5559         (calc-set-mode-line): Add indicator for twos-complements.
5560         (math-format-number): Format twos-complement notation.
5562         * calc/calc-bin.el (calc-word-size): Reset the variables
5563         `math-2-word-size' and `math-half-2-word-size'.
5564         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5565         (calc-symclip): New functions.
5567         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5569         * calc/calc-embed.el (calc-embedded-mode-vars):
5570         Add `calc-complement-signed-mode' to the list of modes.
5572         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5573         (calc-b-oper-keys): Add `calc-symclip' to list.
5575         * calc/calc-ext.el (math-read-number-fancy): Read complement
5576         signed numbers.
5577         (calc-init-extensions): Add binding for `calc-symclip'.
5578         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5580         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5581         `calc-symclip'.
5582         (calc-modes-menu): Add item for twos complement mode.
5584         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5586 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5588         * register.el (jump-to-register, insert-register): Handle Semantic
5589         tags.  From commented-out advice in semantic/senator.el.
5591 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5593         * vc.el (vc-log-show-limit): New variable.
5594         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5595         when using a prefix argument.
5596         (vc-print-log-internal): Add new argument LIMIT.
5598         * vc-svn.el (vc-svn-print-log):
5599         * vc-mtn.el (vc-mtn-print-log):
5600         * vc-hg.el (vc-hg-print-log):
5601         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5602         pass it to the log command when set.  Make the BUFFER argument
5603         non-optional.
5605         * vc-sccs.el (vc-sccs-print-log):
5606         * vc-rcs.el (vc-rcs-print-log):
5607         * vc-git.el (vc-git-print-log):
5608         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5609         ignore it.  Make the BUFFER argument non-optional
5611         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5613 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5615         * dired.el (dired-mode-map): Move encryption items to "Operate"
5616         menu (Bug#4703).
5618         * strokes.el (strokes-update-window-configuration): Make strokes
5619         buffer current before erasing (Bug#4906).
5621 2009-11-15  Juri Linkov  <juri@jurta.org>
5623         * simple.el (set-mark-default-inactive): Add :type, :group
5624         and :version.  (Bug#4876)
5626 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5628         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5629         (archive-unique-fname): ... here.  (Bug#4929)
5631 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5633         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5634         with a real fix.
5636         * novice.el (disabled-command-function): Add useful args.
5637         Setup the help buffer so that [back] works.
5638         Remove redundant call to help-mode.
5639         (disabled-command-function): Use `case'.
5640         (en/disable-command): New function extracted from enable-command.
5641         (enable-command, disable-command): Use it.
5643 2009-11-14  Glenn Morris  <rgm@gnu.org>
5645         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5646         constants.  (Bug#4913)
5648         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5650 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5652         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5653         defined in C that have no doc-strings.  (Bug#1063)
5655 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5657         * cus-edit.el (data, files):
5658         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5660 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5662         * simple.el (shell-command): Doc fix (Bug#4891).
5664         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5666 2009-11-14  Glenn Morris  <rgm@gnu.org>
5668         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5669         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5670         If they are already loaded, eval-after-load will do the right thing.
5672         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5673         compiling.
5675         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5677         * simple.el (x-selection-owner-p): Declare.
5678         (read-mail-command): Use custom radio type rather than choice.
5679         (completion-no-auto-exit): Doc fix.
5681         * custom.el (defgroup):
5682         * epg-config.el (epg): Doc fixes.
5684 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5686         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5687         * international/ccl.el (define-ccl-program): Do not purecopy the
5688         docstring, defconst does it anyway.
5690 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5692         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5693         a second time.
5695         * x-dnd.el (x-dnd-maybe-call-test-function):
5696         * window.el (split-window-vertically):
5697         * whitespace.el (whitespace-help-on):
5698         * vc-rcs.el (vc-rcs-consult-headers):
5699         * userlock.el (ask-user-about-lock-help)
5700         (ask-user-about-supersession-help):
5701         * type-break.el (type-break-force-mode-line-update):
5702         * time-stamp.el (time-stamp-conv-warn):
5703         * terminal.el (te-set-output-log, te-more-break, te-filter)
5704         (te-sentinel, terminal-emulator):
5705         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5706         (term-write-input-ring, term-check-source, term-start-output-log):
5707         (term-display-buffer-line, term-dynamic-list-completions):
5708         (term-ansi-make-term, serial-term):
5709         * subr.el (selective-display):
5710         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5711         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5712         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5713         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5714         (speedbar-remove-localized-speedbar-support)
5715         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5716         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5717         (speedbar-buffers-line-directory):
5718         * simple.el (shell-command-on-region, append-to-buffer)
5719         (prepend-to-buffer):
5720         * shadowfile.el (shadow-save-todo-file):
5721         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5722         (scroll-bar-maybe-set-window-start):
5723         * sb-image.el (speedbar-image-dump):
5724         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5725         (load-save-place-alist-from-file):
5726         * ps-samp.el (ps-print-message-from-summary):
5727         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5728         (ps-background-image, ps-begin-job, ps-do-despool):
5729         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5730         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5731         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5732         (pr-call-process, pr-file-list, pr-interface-save):
5733         * novice.el (disabled-command-function)
5734         (enable-command, disable-command):
5735         * mouse.el (mouse-buffer-menu-alist):
5736         * mouse-copy.el (mouse-kill-preserving-secondary):
5737         * macros.el (kbd-macro-query):
5738         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5739         * informat.el (batch-info-validate):
5740         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5741         * hippie-exp.el (try-expand-dabbrev-visible):
5742         * help-mode.el (help-make-xrefs):
5743         * help-fns.el (describe-variable):
5744         * generic-x.el (bat-generic-mode-run-as-comint):
5745         * finder.el (finder-mouse-select):
5746         * find-dired.el (find-dired-sentinel):
5747         * filesets.el (filesets-file-close):
5748         * files.el (list-directory):
5749         * faces.el (list-faces-display, describe-face):
5750         * facemenu.el (list-colors-display):
5751         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5752         * epg.el (epg--process-filter, epg-cancel):
5753         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5754         (epa--read-signature-type):
5755         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5756         (emerge-file-names):
5757         * ehelp.el (electric-helpify):
5758         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5759         * ediff-vers.el (rcs-ediff-view-revision):
5760         * ediff-util.el (ediff-setup):
5761         * ediff-mult.el (ediff-append-custom-diff):
5762         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5763         (ediff-wordify):
5764         * echistory.el (Electric-command-history-redo-expression):
5765         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5766         * disp-table.el (describe-display-table):
5767         * dired.el (dired-find-buffer-nocreate):
5768         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5769         * dabbrev.el (dabbrev--same-major-mode-p):
5770         * chistory.el (list-command-history):
5771         * apropos.el (apropos-documentation):
5772         * allout.el (allout-obtain-passphrase):
5773         (allout-copy-exposed-to-buffer):
5774         (allout-verify-passphrase): Use with-current-buffer.
5776 2009-11-13  Glenn Morris  <rgm@gnu.org>
5778         * Makefile.in (ELCFILES): Regenerate.
5780 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
5782         * net/dbus.el (dbus-registered-objects-table): Rename from
5783         `dbus-registered-functions-table', because it contains also properties.
5784         (dbus-unregister-object): Unregister also properties.
5785         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5786         Use a timeout of 500 msec, in order to not block.
5787         (dbus-register-property, dbus-property-handler): New defuns.
5789 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5791         * simple.el (minibuffer-default-add-completions): Drop deprecated
5792         4th arg.
5794 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
5796         * textmodes/artist.el (artist-mouse-choose-operation):
5797         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5798         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5799         (artist-compute-up-event-key): New function.
5800         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5802 2009-11-13  Kenichi Handa  <handa@m17n.org>
5804         * language/japan-util.el: Make sure that the value of jisx0208
5805         property is jisx0208 character.
5807 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
5809         * international/mule.el (auto-coding-regexp-alist): Only purecopy
5810         car or each item, not the whole list.
5812 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5814         * minibuffer.el (minibuffer-completion-help):
5815         Use minibuffer-hide-completions.
5817 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
5819         * dired.el (dired-save-positions, dired-restore-positions): New funs.
5820         (dired-revert): Use them (bug#4880).
5822 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5824         * tooltip.el (tooltip-frame-parameters): Undo previous change.
5826 2009-11-12  Juri Linkov  <juri@jurta.org>
5828         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5829         New functions.
5830         (find-file-literally-at-point): Alias of `ffap-literally'.
5832 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5834         * textmodes/ispell.el (ispell-skip-region-alist):
5835         * textmodes/css-mode.el (auto-mode-alist):
5836         * progmodes/compile.el (auto-mode-alist):
5837         * international/mule.el (ctext-non-standard-encodings-alist)
5838         (ctext-non-standard-encodings-regexp):
5839         * simple.el (shell-command-switch, text-read-only):
5840         * replace.el (occur-mode-map):
5841         * paths.el (rmail-file-name):
5842         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5843         * find-file.el (ff-special-constructs):
5844         * files.el (file-name-handler-alist):
5845         * composite.el: Purecopy strings.
5847         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5849 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5851         * widget.el (define-widget): Purecopy the docstring.
5852         * international/mule-cmds.el (charset): Do not purecopy the
5853         docstring here, define-widget does it.
5855         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5856         * textmodes/bibtex-style.el (auto-mode-alist):
5857         * progmodes/inf-lisp.el (inferior-lisp-prompt):
5858         * progmodes/compile.el (compile-command):
5859         * language/korea-util.el (default-korean-keyboard):
5860         * international/mule-conf.el (file-coding-system-alist):
5861         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5862         * tooltip.el (tooltip-frame-parameters):
5863         * newcomment.el (comment-end, comment-padding):
5864         * dired.el (dired-trivial-filenames):
5865         * comint.el (comint-file-name-prefix): Purecopy initial values.
5867 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
5869         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5870         (tramp-advice-minibuffer-electric-tilde): Unload advices via
5871         `tramp-unload'.
5872         (tramp-advice-make-auto-save-file-name)
5873         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5874         after removing the advice.
5876 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5878         * progmodes/grep.el (grep-regexp-alist):
5879         * international/mule-cmds.el (iso-2022-control-alist):
5880         * emacs-lisp/timer.el (timer-duration-words):
5881         * subr.el (version-separator, version-regexp-alist):
5882         * minibuffer.el (completion-styles-alist):
5883         * faces.el (face-attribute-name-alist, list-faces-sample-text):
5884         Change defvars to defconsts.
5886         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5887         * loadup.el ("international/mule-conf"): Load the byte compiled version.
5888         * international/mule-conf.el: Allow to be byte compiled.
5890         * international/mule.el (define-charset): Purecopy props.
5891         (load-with-code-conversion): Purecopy doc string and file name.
5892         (put-charset-property): Purecopy strings.
5893         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5895         * international/mule-cmds.el (register-input-method): Purecopy arguments.
5896         (define-char-code-property): Correctly purecopy the table.
5898         * international/ccl.el (define-ccl-program): Purecopy the docstring.
5900         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5902         * subr.el (add-hook): Purecopy strings.
5903         (eval-after-load): Purecopy load-history-regexp and the form.
5905         * custom.el (custom-declare-group): Purecopy load-file-name.
5907         * subr.el (menu-bar-separator): New defconst.
5908         * net/eudc.el (eudc-tools-menu):
5909         * international/mule-cmds.el (set-coding-system-map)
5910         (mule-menu-keymap):
5911         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5912         * vc-hooks.el (vc-menu-map):
5913         * replace.el (occur-mode-map):
5914         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5915         (menu-bar-edit-menu, menu-bar-goto-menu)
5916         (menu-bar-custom-menu, menu-bar-showhide-menu)
5917         (menu-bar-options-menu, menu-bar-tools-menu)
5918         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5919         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5920         (menu-bar-help-menu):
5921         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5922         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5924         * term/x-win.el (x-gtk-stock-map):
5925         * progmodes/vera-mode.el (auto-mode-alist):
5926         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5927         (inferior-lisp-program, inferior-lisp-load-command):
5928         * progmodes/hideshow.el (hs-special-modes-alist):
5929         * progmodes/gud.el (same-window-regexps):
5930         * progmodes/grep.el (grep-program, find-program, xargs-program):
5931         * net/telnet.el (same-window-regexps):
5932         * net/rlogin.el (same-window-regexps):
5933         * language/ethiopic.el (font-ccl-encoder-alist):
5934         * vc-sccs.el (vc-sccs-master-templates):
5935         * vc-rcs.el (vc-rcs-master-templates):
5936         * subr.el (cl-assertion-failed):
5937         * simple.el (next-error-overlay-arrow-position):
5938         * lpr.el (lpr-command):
5939         * locate.el (locate-ls-subdir-switches):
5940         * info.el (same-window-regexps, info)
5941         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5942         * image-mode.el (image-mode, auto-mode-alist):
5943         * hippie-exp.el (hippie-expand-ignore-buffers):
5944         * format.el (format-alist):
5945         * find-dired.el (find-ls-subdir-switches, find-grep-options)
5946         (find-name-arg):
5947         * facemenu.el (facemenu-keybindings):
5948         * dired.el (dired-listing-switches, dired-chown-program):
5949         * diff.el (diff-switches, diff-command):
5950         * cus-edit.el (same-window-regexps):
5951         * bindings.el (mode-line-mule-info)
5952         (mode-line-buffer-identification): Purecopy strings.
5954 2009-11-11  Juri Linkov  <juri@jurta.org>
5956         * simple.el (dired-get-filename) <declare-function>:
5957         Tell the byte-compiler about dired-get-filename.
5958         (shell-command): In Dired mode, get filename from the current line
5959         as the default value.
5961 2009-11-10  Glenn Morris  <rgm@gnu.org>
5963         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5964         * calendar/holidays.el, progmodes/cperl-mode.el:
5965         Update x-popup-menu declarations.
5967         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5968         (list-load-path-shadows): Use dolist.
5969         (list-load-path-shadows): Use with-current-buffer.
5971 2009-11-10  Juri Linkov  <juri@jurta.org>
5973         * minibuffer.el (read-file-name): Support a list of default values
5974         in `default-filename'.  Use the first file name where only one
5975         element is required.  Doc fix.
5977 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
5979         * net/dbus.el (dbus-unregister-object): Release service, if no
5980         other method is registered for it.
5982 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5984         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5985         bookmark-sort-flag is non-nil (Bug#4653).
5987 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5989         * emulation/cua-base.el: Add CUA property to some CC mode commands
5990         (Bug#4100).
5992 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5994         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5995         at end of sentence (Bug#4818).
5997 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5999         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6000         Handle "see declaration of" MSFT statements (Bug#4100).
6002 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6004         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6005         (tramp-advice-file-expand-wildcards): Unload via
6006         `ad-remove-advice'.
6008         * net/trampver.el: Update release number.
6010 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6012         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6013         `ad-do-it'.
6015 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6017         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6018         in order to keep context in SELinux.
6020 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6022         * dired-aux.el (dired-query): Place cursor in echo area and allow
6023         C-g.
6025         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6026         menu item if not on a directory (Bug#4701).
6028 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6030         Sync with Tramp 2.1.17.
6032         * net/tramp.el (tramp-handle-copy-directory): Don't use
6033         `file-remote-p' (due to compatibility).
6035         * net/tramp-compat.el (tramp-compat-copy-directory)
6036         (tramp-compat-delete-directory): New defuns.
6038         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6039         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6040         Use `tramp-compat-delete-directory'.
6042         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6043         (tramp-smb-handle-delete-directory):
6044         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6046         * net/trampver.el: Update release number.
6048 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6050         * tar-mode.el (tar-copy): Call write-region on the right buffer
6051         (Bug#4857).
6053         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6054         by hand, if necessary (Bug#4878).
6056 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6058         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6059         align size column (Bug#4839).
6061         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6062         statement.
6064 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6066         * progmodes/ld-script.el (auto-mode-alist):
6067         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6069         * cus-face.el (custom-declare-face): Purecopy face spec.
6071 2009-11-06  Kenichi Handa  <handa@m17n.org>
6073         * international/uni-bidi.el: Re-generated.
6074         * international/uni-category.el: Re-generated.
6075         * international/uni-combining.el: Re-generated.
6076         * international/uni-mirrored.el: Re-generated.
6078 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6080         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6081         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6082         (tex-start-options, slitex-run-command, latex-run-command)
6083         (tex-run-command, tex-directory):
6084         * textmodes/ispell.el (ispell-html-skip-alists)
6085         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6086         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6087         (adaptive-fill-regexp):
6088         * textmodes/dns-mode.el (auto-mode-alist):
6089         * progmodes/python.el (interpreter-mode-alist):
6090         * progmodes/etags.el (tags-compression-info-list):
6091         * progmodes/etags.el (tags-file-name):
6092         * net/browse-url.el (browse-url-galeon-program)
6093         (browse-url-firefox-program):
6094         * mail/sendmail.el (mail-signature-file)
6095         (mail-citation-prefix-regexp):
6096         * international/mule-conf.el (eight-bit):
6097         * international/latexenc.el (latex-inputenc-coding-alist):
6098         * international/fontset.el (x-pixel-size-width-font-regexp):
6099         * emacs-lisp/warnings.el (warning-type-format):
6100         * emacs-lisp/trace.el (trace-buffer):
6101         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6102         (emacs-lisp-mode-map):
6103         * calendar/holidays.el (holiday-solar-holidays)
6104         (holiday-bahai-holidays, holiday-islamic-holidays)
6105         (holiday-christian-holidays, holiday-hebrew-holidays)
6106         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6107         (hebrew-holidays-1, holiday-oriental-holidays)
6108         (holiday-general-holidays):
6109         * x-dnd.el (x-dnd-known-types):
6110         * tool-bar.el (tool-bar):
6111         * startup.el (site-run-file):
6112         * shell.el (shell-dumb-shell-regexp):
6113         * rfn-eshadow.el (file-name-shadow-tty-properties)
6114         (file-name-shadow-properties):
6115         * paths.el (remote-shell-program, news-directory):
6116         * mouse.el ([C-down-mouse-3]):
6117         * menu-bar.el (menu-bar-tools-menu):
6118         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6119         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6120         (jka-compr-compression-info-list):
6121         * isearch.el (search-whitespace-regexp):
6122         * image-file.el (image-file-name-extensions):
6123         * find-dired.el (find-ls-option):
6124         * files.el (directory-listing-before-filename-regexp)
6125         (directory-free-space-args, insert-directory-program)
6126         (list-directory-brief-switches, magic-fallback-mode-alist)
6127         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6128         (automount-dir-prefix):
6129         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6130         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6131         (face-font-registry-alternatives, face-font-registry-alternatives)
6132         (face-font-family-alternatives):
6133         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6134         (facemenu-foreground-menu, facemenu-face-menu):
6135         * epa-hook.el (epa-file-name-regexp):
6136         * dnd.el (dnd-protocol-alist):
6137         * textmodes/rst.el (auto-mode-alist):
6138         * button.el (default-button): Purecopy strings.
6140 2009-11-06  Glenn Morris  <rgm@gnu.org>
6142         * Makefile.in (ELCFILES): Update.
6144 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6146         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6147         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6149         * nxml/xsd-regexp.el (xsdre-gen-categories):
6150         * nxml/xmltok.el (xmltok-parse-entity):
6151         * nxml/rng-parse.el (rng-parse-validate-file):
6152         * nxml/rng-maint.el (rng-format-manual)
6153         (rng-manual-output-force-new-line):
6154         * nxml/rng-loc.el (rng-save-schema-location-1):
6155         * nxml/rng-cmpct.el (rng-c-parse-file):
6156         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6157         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6159 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6161         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6162         Remove extra save-excursions and make-variable-buffer-local's.
6163         Suggested by Stefan Monnier.
6165         (verilog-getopt-file, verilog-module-inside-filename-p)
6166         (verilog-set-define): Merge GNU 1.35 and repair changes from
6167         switching to using with-current-buffer.
6169         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6170         being treated as a number and confusing AUTORESET.
6171         Reported by Dan Dever.
6173         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6174         Add verilog-auto-ignore-concat to fix backward compatibility with
6175         older verilog-modes.  Reported by Dan Katz.
6177         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6178         containing closing anchors "...$".
6180         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6181         Reported by Wade Smith.
6183         (verilog-batch-execute-func): Comment on function usage.
6185 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6187         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6188         for labels.
6190         (verilog-label-re, verilog-calc-1): Support proper indent of named
6191         asserts.
6193         (verilog-backward-token, verilog-basic-complete-re)
6194         (verilog-beg-of-statement, verilog-indent-re): Support proper
6195         indent of the assert statement at the beginning of a block of text.
6197         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6198         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6199         tokens as begins.
6201 2009-11-05  Glenn Morris  <rgm@gnu.org>
6203         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6204         Emacs 19.  (Bug#1531)
6205         (byte-compile-fix-header): Update for the above change.
6206         Drop test for epoch::version.
6208         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6209         * cus-dep.el (custom-make-dependencies):
6210         * finder.el (finder-compile-keywords):
6211         Use autoload-rubric's feature argument.
6213         * calendar/diary-lib.el (top-level): Make load behave more like require.
6215         * vc-git.el (vc-git-stash-map): Move definition before use.
6217 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6219         * custom.el (custom-declare-group): Purecopy standard-value.
6220         (custom-declare-group): Purecopy custom-prefix.
6222         * international/mule.el (load-with-code-conversion):
6223         Call do-after-load-evaluation unconditionally.
6225         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6227 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6229         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6231 2009-11-04  Glenn Morris  <rgm@gnu.org>
6233         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6234         (byte-compile-compatibility): Remove option.
6235         (byte-compile-close-variables, byte-compile-fix-header)
6236         (byte-compile-insert-header, byte-compile-output-docform)
6237         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6238         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6239         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6240         (byte-compile-insert, byte-compile-defun):
6241         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6242         (byte-defop-compiler19): Remove.
6243         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6244         used by anything.  Replace all calls with byte-defop-compiler.
6246 2009-11-04  Juri Linkov  <juri@jurta.org>
6248         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6249         (menu-bar-options-menu): Don't quote the `prop' arg of
6250         `menu-bar-make-mm-toggle'.
6252 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6254         * calendar/calendar.el (cal-loaddefs):
6255         * calendar/diary-lib.el (diary-loaddefs):
6256         * calendar/holidays.el (hol-loaddefs):
6257         * eshell/esh-module.el (esh-groups): Load rather than require.
6259 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6261         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6262         point-min==1.
6263         (todo-top-priorities): Only display-buffer when called interactively.
6264         (todo-item-start): Don't save excursion point.
6265         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6266         (todo-insert-item-here, todo-file-item, todo-remove-item):
6267         Adjust uses of todo-item-start and todo-item-end.
6269         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6270         (autoload-rubric): Don't use any more.
6272         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6273         and only put a prop if it is non-nil.
6275 2009-11-03  Juri Linkov  <juri@jurta.org>
6277         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6278         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6280         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6281         and "Menu" to make top-level menu item visually one unit (like
6282         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6283         multi-word menu items).  Fix :help string for quit-window.
6285 2009-11-03  Glenn Morris  <rgm@gnu.org>
6287         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6288         (byte-compile-file-form-define-abbrev-table)
6289         (byte-compile-file-form-custom-declare-variable)
6290         (byte-compile-variable-ref, byte-compile-defvar):
6291         Whether or not a warning is enabled should only affect whether we issue
6292         the warning, not whether or not we collect the relevant data.
6293         Eg warnings can be turned on and off throughout the course of a file.
6295         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6296         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6298 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6300         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6301         * play/mpuz.el (mpuz-create-buffer):
6302         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6303         (lm-print-y,s,noise, lm-print-w0, lm-init):
6304         * play/gomoku.el (gomoku-prompt-for-move):
6305         * play/fortune.el (fortune-in-buffer):
6306         * play/dissociate.el (dissociated-press):
6307         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6308         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6309         * mail/supercite.el (sc-eref-show):
6310         * mail/smtpmail.el (smtpmail-send-it):
6311         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6312         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6313         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6314         (rmail-summary-goto-msg, rmail-summary-expunge)
6315         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6316         (rmail-summary-add-label, rmail-summary-output-menu)
6317         (rmail-summary-output-body):
6318         * mail/rfc822.el (rfc822-addresses):
6319         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6320         * mail/mailpost.el (post-mail-send-it):
6321         * mail/hashcash.el (hashcash-generate-payment):
6322         * mail/feedmail.el (feedmail-run-the-queue)
6323         (feedmail-queue-send-edit-prompt-help-first)
6324         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6325         (feedmail-deduce-address-list):
6326         * eshell/esh-ext.el (eshell-remote-command):
6327         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6328         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6329         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6330         (viper-save-string-in-file, viper-valid-marker):
6331         * emulation/viper-keym.el (viper-toggle-key):
6332         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6333         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6334         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6335         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6336         (viper-exec-form-in-emacs, viper-brac-function):
6337         * emulation/viper.el (viper-delocalize-var):
6338         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6339         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6340         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6341         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6342         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6343         * emulation/edt.el (edt-electric-helpify):
6344         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6345         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6346         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6347         (cua-indent-to-global-mark-column):
6348         * calendar/diary-lib.el (calendar-mark-1):
6349         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6350         Use with-current-buffer.
6351         * emulation/viper.el (viper-delocalize-var): Use dolist.
6353 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6355         * comint.el (comint-replace-by-expanded-history-before-point):
6356         Replace !! with the previous input string literally (Bug#1795).
6358 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6360         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6361         to be made up of whitespace.
6363 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6365         * minibuffer.el (read-file-name): Don't use file dialogs for
6366         remote directories (Bug#99).
6368 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6370         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6372 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6374         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6375         instead of deleting the window or frame.
6377 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6379         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6380         Support face colors.
6382         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6383         New function.  Support face colors (Bug#1168).
6384         (tex-common-initialization): Use it.
6386         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6387         mode allows it (Bug#1168).
6389 2009-10-31  Juri Linkov  <juri@jurta.org>
6391         * facemenu.el (list-colors-display): Don't mark buffer as
6392         modified (Bug#3948).
6394 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6396         * international/mule-diag.el (list-character-sets-1):
6397         Minor message fix (Bug#3526).
6399         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6400         Fix face property (Bug#4834).
6401         (etags-list-tags, etags-tags-apropos-additional)
6402         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6403         property.
6405         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6406         items.
6408 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6410         * textmodes/two-column.el (2C-split):
6411         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6412         * textmodes/tex-mode.el (tex-set-buffer-directory):
6413         * textmodes/spell.el (spell-region, spell-string):
6414         * textmodes/reftex.el (reftex-erase-buffer):
6415         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6416         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6417         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6418         (reftex-select-item):
6419         * textmodes/reftex-ref.el (reftex-label-info-update)
6420         (reftex-offer-label-menu):
6421         * textmodes/reftex-index.el (reftex-index-change-entry)
6422         (reftex-index-phrases-info):
6423         * textmodes/reftex-global.el (reftex-create-tags-file)
6424         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6425         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6426         (reftex-view-crossref-from-bibtex):
6427         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6428         (reftex-extract-bib-entries-from-thebibliography)
6429         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6430         * textmodes/refbib.el (r2b-capitalize-title):
6431         (r2b-convert-buffer, r2b-help):
6432         * textmodes/page-ext.el (pages-directory)
6433         (pages-directory-goto-with-mouse):
6434         * textmodes/bibtex.el (bibtex-validate-globally):
6435         * textmodes/bib-mode.el (bib-capitalize-title):
6436         * textmodes/artist.el (artist-clear-buffer, artist-system):
6437         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6438         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6439         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6440         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6441         (xscheme-send-control-g-interrupt, xscheme-start-process)
6442         (xscheme-process-sentinel, xscheme-cd):
6443         * progmodes/verilog-mode.el (verilog-read-always-signals)
6444         (verilog-set-define, verilog-getopt-file)
6445         (verilog-module-inside-filename-p):
6446         * progmodes/sh-script.el:
6447         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6448         (python-pdbtrack-grub-for-buffer, python-execute-file):
6449         * progmodes/octave-inf.el (inferior-octave):
6450         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6451         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6452         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6453         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6454         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6455         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6456         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6457         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6458         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6459         (idlwave-shell-examine-display, idlwave-shell-run-region)
6460         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6461         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6462         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6463         (idlwave-help-get-help-buffer):
6464         * progmodes/gud.el (gud-basic-call, gud-find-class)
6465         (gud-tooltip-activate-mouse-motions-if-enabled):
6466         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6467         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6468         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6469         (ebrowse-tags-next-file):
6470         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6471         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6472         (ebnf-eps-finish-and-write):
6473         * progmodes/cpp.el (cpp-edit-save):
6474         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6475         * progmodes/cc-defs.el (c-emacs-features):
6476         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6477         (antlr-directory-dependencies):
6478         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6479         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6480         (ada-find-any-references, ada-make-filename-from-adaname)
6481         (ada-make-body-gnatstub):
6482         * obsolete/rnews.el (news-list-news-groups):
6483         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6484         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6485         * net/rcirc.el (rcirc-debug):
6486         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6487         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6488         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6489         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6490         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6491         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6492         (newsticker--treeview-list-clear-highlight)
6493         (newsticker--treeview-list-update-highlight)
6494         (newsticker--treeview-list-highlight-start)
6495         (newsticker--treeview-tree-update-highlight)
6496         (newsticker--treeview-get-selected-item)
6497         (newsticker-treeview-mark-list-items-old)
6498         (newsticker--treeview-set-current-node):
6499         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6500         * net/newst-backend.el (newsticker--get-news-by-funcall)
6501         (newsticker--get-news-by-wget, newsticker--image-get)
6502         (newsticker--image-sentinel):
6503         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6504         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6505         (eudc-ph-close-session):
6506         * net/eudc.el (eudc-save-options):
6507         * language/thai-word.el (thai-update-word-table):
6508         * language/japan-util.el (japanese-string-conversion):
6509         * international/titdic-cnv.el (tsang-quick-converter)
6510         (ziranma-converter, ctlau-converter):
6511         * international/mule-cmds.el (describe-language-environment):
6512         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6513         (skkdic-convert-postfix, skkdic-convert-prefix):
6514         (skkdic-convert-okuri-nasi, skkdic-convert):
6515         * emacs-lisp/re-builder.el (reb-update-overlays):
6516         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6517         * emacs-lisp/gulp.el (gulp-send-requests):
6518         * emacs-lisp/find-gc.el (trace-call-tree):
6519         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6520         (eieio-describe-generic):
6521         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6522         * emacs-lisp/edebug.el (edebug-outside-excursion):
6523         * emacs-lisp/debug.el (debugger-make-xrefs):
6524         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6525         * emacs-lisp/chart.el (chart-new-buffer):
6526         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6527         Use with-current-buffer.
6528         * textmodes/artist.el (artist-system): Don't call
6529         copy-sequence on a fresh string.
6530         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6532 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6534         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6535         is no item to edit.  (Bug#4820)
6536         (todo-top-priorities): Restore point and restore narrowing in Todo
6537         buffer.  (Bug#4820)
6539 2009-10-31  Glenn Morris  <rgm@gnu.org>
6541         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6542         (comint-last-output-start, comint-last-input-start)
6543         (comint-last-input-end): Don't defvar when compiling.
6544         (ange-ftp-process-file): Use bound-and-true-p.
6546         * pcmpl-rpm.el (top-level): Move provide statement to end.
6547         (pcmpl-rpm): Remove unused custom group.
6549         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6551         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6553         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6554         (byte-compile-warnings): Add `constants' as an option.
6555         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6556         (display-call-tree): Update for byte-compile-fdefinition possibly
6557         returning `(macro lambda ...)'.  (Bug#4778)
6558         (byte-compile-variable-ref, byte-compile-setq-default):
6559         Respect `constants' member of byte-compile-warnings.
6561 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6563         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6564         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6565         to "submit:".
6567 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6569         * textmodes/ispell.el (ispell-skip-region-alist):
6570         * international/mule-conf.el (eight-bit):
6571         * international/fontset.el (font-encoding-alist):
6572         * startup.el (pure-space-overflow-message):
6573         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6574         * paths.el (gnus-nntp-service, rmail-spool-directory)
6575         (term-file-prefix):
6576         * files.el (save-some-buffers-action-alist):
6577         * cmuscheme.el (same-window-buffer-names):
6578         * ielm.el (same-window-buffer-names):
6579         * shell.el (same-window-buffer-names):
6580         * mail/sendmail.el (same-window-buffer-names):
6581         * progmodes/inf-lisp.el (same-window-buffer-names):
6582         * bindings.el (mode-line-client)
6583         (mode-line-column-line-number-mode-map):
6584         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6585         (tibetan-precomposed-regexp): Purecopy string arguments.
6587 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6589         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6590         (calcDigit-nondigit):
6591         * calc/calc-yank.el (calc-copy-to-buffer):
6592         * calc/calc-units.el (calc-invalidate-units-table):
6593         * calc/calc-trail.el (calc-trail-yank):
6594         * calc/calc-store.el (calc-insert-variables):
6595         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6596         * calc/calc-prog.el (calc-read-parse-table):
6597         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6598         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6599         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6600         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6601         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6602         (calc-graph-name, calc-graph-find-command, calc-graph-view)
6603         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6604         * calc/calc-ext.el (calc-realign):
6605         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6606         (calc-embedded-finish-edit, calc-embedded-make-info)
6607         (calc-embedded-finish-command, calc-embedded-stack-change):
6608         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6610         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6611         shell-dynamic-complete-filename in preference to
6612         comint-dynamic-complete-filename.
6614         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6615         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6616         Don't consider whether the display supports colors.
6617         (bookmark-import-new-list): Use dolist.
6618         (bookmark-bmenu-mode-map): Move initialization into declaration.
6619         (bookmark-bmenu-list): Use dolist, simplify.
6620         (bookmark-show-all-annotations): Use save-selected-window and dolist.
6621         (menu-bar-final-items): Use push.
6623 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6625         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6626         it works on remote files.
6627         (vc-hg-diff): Don't pass any `--cwd' argument.
6629 2009-10-27  Kevin Ryde  <user42@zip.com.au>
6631         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6632         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6633         (Further to Bug#3921).
6635 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
6637         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6638         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6639         calling `tramp-imap-put-file'.  Add file size to the call.
6640         (tramp-imap-get-file-entries): Compute also user name, file size,
6641         and date.
6642         (tramp-imap-handle-insert-directory): Insert uid and gid.
6643         (tramp-imap-handle-file-attributes): Transform uid and gid
6644         according to `id-format'.
6645         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
6646         size in header X-Size.
6648 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
6650         * simple.el (transpose-subr): Give clearer error when the mark
6651         is not set.  (Bug#4807)
6653 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
6655         * net/tramp.el (tramp-perl-file-truename): New defconst.
6656         Perl code contributed by yary <not.com@gmail.com> (tiny change).
6657         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6658         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6659         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6661         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6662         Ignore `dired-call-process'.
6663         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6665 2009-10-26  Julian Scheid  <julians37@gmail.com>
6667         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6668         (tramp-get-remote-readlink): New defun.
6669         (tramp-handle-file-truename): Use it.
6670         (tramp-handle-file-exists-p): Check file-attributes cache, assume
6671         file exists if cache value present.
6672         (tramp-check-cached-permissions): New defun.
6673         (tramp-handle-file-readable-p): Use it.
6674         (tramp-handle-file-writable-p): Likewise.
6675         (tramp-handle-file-executable-p): Likewise.
6676         (tramp-handle-file-name-all-completions): Try using Perl to get
6677         partial completions.  When perl not available, combine `cd' and
6678         `ls' into single remote operation and use shell expansion to get
6679         partial remote directory contents.  Set `file-exists-p' cache for
6680         directory and any files returned by ls.  Change cache handling to
6681         support partial directory contents.  Use error message emitted by
6682         remote `cd' or Perl code for local tramp-error.
6683         (tramp-do-copy-or-rename-file-directly): Avoid separate
6684         tramp-send-command-and-check call.
6685         (tramp-handle-process-file): Merge three remote ops into one.
6686         Do not flush all caches when `process-file-side-effects' is set.
6687         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6688         file-attributes shows uid/gid to be set already.
6690 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6692         * textmodes/tex-mode.el (tex-dvi-view-command)
6693         (tex-show-queue-command, tex-open-quote):
6694         * progmodes/ruby-mode.el (auto-mode-alist)
6695         (interpreter-mode-alist): Purecopy strings.
6697         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6699         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6700         string for the hook, keymap and abbrev table.
6702         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6704         * x-dnd.el (x-dnd-xdnd-to-action):
6705         * startup.el (fancy-startup-text, fancy-about-text): Change to
6706         defconst from defvar.
6708         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6710         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6711         Purecopy initialization strings.
6713         * mail/sendmail.el (mail-header-separator)
6714         (mail-personal-alias-file):
6715         * mail/rmail.el (rmail-default-dont-reply-to-names)
6716         (rmail-ignored-headers, rmail-retry-ignored-headers)
6717         (rmail-highlighted-headers, rmail-secondary-file-directory)
6718         (rmail-secondary-file-regexp):
6719         * files.el (null-device, file-name-invalid-regexp)
6720         (locate-dominating-stop-dir-regexp)
6721         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6722         (interpreter-mode-alist): Use mapcar instead of mapc.
6724         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6726         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6727         (completion-ignored-extensions):
6728         (debug-ignored-errors): Purecopy strings.
6730 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6732         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6733         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6734         (pcomplete--here): Use push.
6736         * subr.el (all-completions): Declare the 4th arg obsolete.
6738 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6740         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6741         (pcomplete-unquote-argument): New function.
6742         (pcomplete--common-suffix): Always pay attention to case.
6743         (pcomplete--table-subvert): Quote and unquote the text.
6744         (pcomplete--common-quoted-suffix): New function.
6745         (pcomplete-std-complete): Use it and pcomplete-begin.
6747         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6748         we're inside a dedicated or minibuffer window.
6750 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6752         * bookmark.el: Update documentation, especially documentation
6753         of `bookmark-alist' and of the bookmark file format.
6754         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6756 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6758         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6759         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6760         window to buffer.
6762         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6763         (global-whitespace-mode, global-whitespace-newline-mode)
6764         (whitespace-toggle-options, global-whitespace-toggle-options):
6765         Doc fix (Bug#3660).
6767         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6768         of xmltok-start before the end tag was inserted (Bug#2840).
6770         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6771         patterns that are preceded by an open-paren (Bug#1320).
6773 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6775         * files.el (delete-directory): Delete symlinks to directories with
6776         delete-file (Bug#4739).
6778 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6780         * vc.el (vc-backend-for-registration): Rename from
6781         vc-get-backend-for-registration.  Update callers.
6783         * international/mule-cmds.el (set-language-info-alist):
6784         Purecopy lang-env.
6785         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6786         (charset): Purecopy the name.
6787         (define-char-code-property): Purecopy string arguments.
6789         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6790         Purecopy string arguments.
6792         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6793         * ediff-hook.el (menu-bar-ediff-menu):
6794         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6795         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6797 2009-10-24  Glenn Morris  <rgm@gnu.org>
6799         * comint.el (comint-dynamic-list-completions):
6800         * term.el (term-dynamic-list-completions): Use choose-completion rather
6801         than obsolete alias mouse-choose-completion.
6803         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6804         file-cache-choose-completion.
6805         (file-cache-choose-completion): Handle an optional event argument.
6806         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6808         * progmodes/octave-mod.el (octave-complete-symbol):
6809         Use choose-completion if mouse-choose-completion is ever removed.
6811         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6812         use.
6814         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6815         compiler.
6817         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6819 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6821         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6822         Ignore `pred' now that we receive one.
6823         Handle test-completion specially.
6825 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6827         * vc.el (vc-responsible-backend): Throw an error if not backend is
6828         found.  Remove the REGISTER argument.  Move the code dealing with
6829         REGISTER ...
6830         (vc-get-backend-for-registration): ... here.  New function.
6831         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6832         of vc-responsible-backend, pass the file name instead of the
6833         directory name.
6835 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6837         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6838         New funs.
6839         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6840         (pcomplete-comint-setup): Don't modify a global var via
6841         accidental side-effects.
6842         (pcomplete-shell-setup): Adjust call accordingly.
6843         (pcomplete-parse-comint-arguments): Use push.
6845 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
6847         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6848         Allow uncapitalized info node names (Bug#3921).
6850         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6851         to the DEBUG file (Bug#3781).
6853 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
6855         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6856         dictionary entry (Bug#4579).
6858 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
6860         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6861         from `rfn-eshadow-update-overlay-hook' when unloading.
6862         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6863         "rsyncc".  Adjust doc string.
6864         (tramp-temp-buffer-file-name): New buffer-local defvar.
6865         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6866         Keep temporary file when indicated by method ("rsync" and
6867         "rsyncc").
6868         (tramp-handle-write-region): Handle APPEND.
6869         (tramp-delete-temp-file-function): New defun.  Added to
6870         `kill-buffer-hook'.
6872 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
6874         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6876 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6878         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6879         (color-name-rgb-alist, tty-standard-colors)
6880         (tty-color-mode-alist): Change to defconst.
6882         * simple.el (mark-inactive): Purecopy message.
6884         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6885         (global-map, yank-menu):
6886         * textmodes/ispell.el (ispell-menu-map):
6887         * net/eudc.el (eudc-tools-menu):
6888         * international/mule-cmds.el (describe-language-environment-map)
6889         (setup-language-environment-map, set-coding-system-map)
6890         (mule-menu-keymap):
6891         * vc-hooks.el (vc-menu-entry, vc-menu-map):
6892         * replace.el (occur-mode-map):
6893         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6895 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
6897         * calc/calc.el (math-read-number, math-read-number-simple):
6898         Use `save-match-data'.
6900 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6902         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6903         rather than fiddling with global-map bindings, since it should only
6904         affect per-terminal settings.
6905         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6907         * minibuffer.el (completion-table-with-terminator): Allow to specify
6908         the terminator-regexp.
6910         * simple.el (switch-to-completions): Look for *Completions* in other
6911         frames as well.
6913         * pcomplete.el: Allow the use of completion-tables.
6914         (pcomplete-std-complete): New command.
6915         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6916         (pcomplete--here): Use a function for `form' rather than an expression,
6917         so it can be byte-compiled.
6918         (pcomplete-here, pcomplete-here*): Adjust accordingly.
6919         Add edebug declaration.
6920         (pcomplete-show-completions): Remove unused var `curbuf'.
6921         (pcomplete-do-complete, pcomplete-stub):
6922         Don't assume `completions' is a list of strings any more.
6924 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
6926         * find-dired.el (find-name-arg): Fix typo in docstring.
6928 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6930         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6931         (pcmpl-linux-fs-types): Same, and update to new modules layout.
6933         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6934         pcomplete-entries.
6936         * comint.el (comint-read-input-ring, comint-write-input-ring)
6937         (comint-substitute-in-file-name)
6938         (comint-dynamic-complete-as-filename)
6939         (comint-dynamic-simple-complete)
6940         (comint-dynamic-list-filename-completions)
6941         (comint-dynamic-list-completions)
6942         (comint-redirect-results-list-from-process): Minor simplifications.
6944 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6946         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6947         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6948         the first form.  And insert a blank line after ";;; Code" since
6949         that's usual style.  (Bug#4612)
6951         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6953 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6955         * minibuffer.el (completion-table-with-terminator): Properly implement
6956         boundaries, in case `terminator' appears in the suffix.
6957         (completion--embedded-envvar-table): Don't return boundaries if
6958         there's no valid completion.  Simplify.
6959         (completion-file-name-table): New completion table extracted from
6960         completion--file-name-table.
6961         (completion--file-name-table): Use it.
6962         (read-file-name-predicate): Declare obsolete.
6963         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6964         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6965         completion-file-name-table, and use the `pred' argument.
6966         * files.el (locate-file-completion-table): Use the `pred' arg rather
6967         than read-file-name-predicate.
6968         (abbreviate-file-name): Use \` rather than ^ for BOS.
6970 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6972         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6973         vc-responsible-backend to register, it causes problems.
6975 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6977         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6979 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6981         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6982         (tramp-smb-handle-file-attributes): Use it.
6983         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6984         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6985         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6986         Add `dired-filename' text properties.
6987         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6988         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6989         version.
6991 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6993         * subr.el (read-key-delay): Reduce to 0.01.
6994         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6995         (bug#4751).
6997 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6999         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7001         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7002         (Info-menu): Remove unused vars `last' and `completions'.
7003         (Info-index-nodes): Remove unused var `node'.
7005         * info.el (Info-complete-menu-item): Use complete-with-action.
7007 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7009         Make vc-annotate work through copies and renames.
7010         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7011         Return the file name too.
7012         (vc-annotate-revision-at-line)
7013         (vc-annotate-find-revision-at-line)
7014         (vc-annotate-revision-previous-to-line)
7015         (vc-annotate-show-log-revision-at-line): Update to get the file
7016         name from vc-annotate-extract-revision-at-line.
7017         (vc-annotate-show-diff-revision-at-line-internal): Change the
7018         argument to mean whether to show a file diff or not.  Get the file
7019         name from vc-annotate-extract-revision-at-line.
7020         (vc-annotate-show-diff-revision-at-line):
7021         Update vc-annotate-show-diff-revision-at-line call.
7022         (vc-annotate-warp-revision): Add an optional file argument.
7024         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7025         (vc-git-annotate-extract-revision-at-line): Also return the file
7026         name if found.
7028         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7029         command.  Remove unused code.
7030         (vc-hg-annotate-re): Update to match --follow output.
7031         (vc-hg-annotate-extract-revision-at-line): Also return the file
7032         name if found.
7034         * vc.el: Update annotate-extract-revision-at-line documentation.
7036 2009-10-18  Kevin Ryde  <user42@zip.com.au>
7038         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7039         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7041         * net/browse-url.el (browse-url): Identify alist with "consp and
7042         not functionp" and let all other things go down the `apply' leg,
7043         as suggested by Stefan.  (Further to bug#4531.)
7045 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
7047         * minibuffer.el (read-file-name): Check for repeat before putting
7048         a default argument in file-name-history (Bug#4657).
7050         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7051         read syntax (Bug#4737).
7053         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7055 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7057         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7058         (html-tag-alist, html-tag-help): Add descriptions for undocumented
7059         entries and make note of obsolete tags.
7061 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7063         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7065 2009-10-18  Glenn Morris  <rgm@gnu.org>
7067         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7068         grep, so that binary files (eg international/uni-bidi.el) can match.
7069         Remove test for "UnicodeData" files, since it is hopefully unnecessary
7070         now, and in any case the file header format has changed.
7072 2009-10-17  Glenn Morris  <rgm@gnu.org>
7074         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7075         (flyspell-get-word, flyspell-large-region)
7076         (flyspell-auto-correct-previous-word): Doc/error message fixes.
7078 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7080         * Makefile.in (ELCFILES): Add ede/shell.
7082 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7084         * term/common-win.el (x-colors): Purecopy it.
7086 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7088         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7089         permissive for when the buffer is empty.
7090         (tar-header-block-tokenize): Decode the username and groupname.
7091         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7093 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7095         * international/mule-cmds.el (select-safe-coding-system): If the file
7096         has a coding cookie, use it regardless of any other setting (bug#4712).
7098 2009-10-17  Glenn Morris  <rgm@gnu.org>
7100         * foldout.el (foldout-mouse-swallow-events):
7101         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7103         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7104         (dired-keep-marker-copy, dired-keep-marker-hardlink)
7105         (dired-keep-marker-symlink, dired-dwim-target)
7106         (dired-copy-preserve-time): Do not autoload these defcustoms.
7108         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7109         messages from messing up the file coding.  (Bug#4623)
7111 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
7113         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7114         if no match is found for the current dictionary.  (Bug#4578)
7116         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7117         optional, since that is how it is documented, and this is often called
7118         with a nil argument.  (Bug#4577)
7119         (flyspell-external-point-words, flyspell-auto-correct-word)
7120         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7121         (flyspell-word-search-backward): Remove nil argument in calls to
7122         flyspell-get-word, since it is not needed now.
7124 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7126         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7128 2009-10-16  Glenn Morris  <rgm@gnu.org>
7130         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7132 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7134         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7135         (ange-ftp-file-size): New function.
7136         (ange-ftp-file-attributes): Use it.
7138 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7140         * net/tramp-smb.el (tramp-smb-version): New defvar.
7141         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7142         repeated checks.
7144 2009-10-16  Glenn Morris  <rgm@gnu.org>
7146         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7147         Maybe copy some custom properties from old to new name.  (Bug#4706)
7149 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7151         * subr.el (error, sit-for, start-process-shell-command)
7152         (start-file-process-shell-command): Set the calling convention
7153         after the function definition.
7155 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7157         * subr.el (error, sit-for, start-process-shell-command)
7158         (start-file-process-shell-command): Use the new
7159         set-advertised-calling-convention feature.
7161 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7163         * international/ucs-normalize.el (ucs-normalize-version):
7164         Change to 1.2.
7165         (check-range): Adjust for Unicode 5.2.
7167 2009-10-15  Juri Linkov  <juri@jurta.org>
7169         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7170         to the `menu-item' format.
7172 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7174         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7175         if the environment variable does not exist.
7177         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7178         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7179         parameter.
7180         (tramp-smb-handle-add-name-to-file)
7181         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7182         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7183         (tramp-smb-handle-file-attributes)
7184         (tramp-smb-do-file-attributes-with-stat)
7185         (tramp-smb-handle-file-local-copy)
7186         (tramp-smb-handle-insert-directory)
7187         (tramp-smb-handle-make-directory)
7188         (tramp-smb-handle-make-directory-internal)
7189         (tramp-smb-handle-make-symbolic-link)
7190         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7191         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7192         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7193         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7194         Handle long file names.
7195         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7196         process is running.
7197         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7198         Read share names with "-g" option.
7200 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7202         * net/rcirc.el (rcirc-view-log-file): New command.
7203         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7204         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7205         specified.
7207 2009-10-15  Glenn Morris  <rgm@gnu.org>
7209         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7210         from the second command-line argument.
7211         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7212         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7213         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7214         w32-batch-update-autoloads.
7215         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7216         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7218         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7219         the headers cannot be located.  Simplify, subtracting superflous
7220         save-excursions.
7222 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7224         Replace completion-base-size by completion-base-position to fix bugs
7225         such as (bug#4699).
7226         * simple.el (completion-base-position): New var.
7227         (completion-base-size): Mark as obsolete.
7228         (choose-completion): Make it work for mouse events as well.
7229         Pass the new base-position to choose-completion-string.
7230         (choose-completion-guess-base-position): New function, extracted from
7231         choose-completion-delete-max-match.
7232         (choose-completion-delete-max-match): Use it.  Make obsolete.
7233         (choose-completion-string): Use the new base-position info.
7234         (completion-root-regexp): Delete.
7235         (completion-setup-function): Preserve completion-base-position.
7236         Eliminate obsolete base-size manipulation.
7237         * minibuffer.el (display-completion-list): Don't mess with base-size.
7238         (minibuffer-completion-help): Set completion-base-position instead.
7239         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7240         choose-completion.
7241         * textmodes/bibtex.el (bibtex-complete):
7242         * emacs-lisp/crm.el (crm--choose-completion-string):
7243         Adjust to new calling convention.
7244         * complete.el (partial-completion-mode): Use minibufferp to avoid
7245         bumping into incompatible change to choose-completion-string-functions.
7246         * ido.el (ido-choose-completion-string): Make its calling convention
7247         more permissive.
7248         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7249         base-size manipulation.
7250         (comint-dynamic-list-input-ring): Use dotimes and push.
7251         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7252         fundamental-mode.  Use `or'.
7254 2009-10-14  Juri Linkov  <juri@jurta.org>
7256         * misearch.el (multi-isearch-next-buffer-from-list)
7257         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7259 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7261         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7262         `bytecomp.el'.
7264         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7265         string we return is all made up of text from the completions rather
7266         than part from the completions and part from the input (bug#4219).
7268         * ido.el (ido-everywhere): Use define-minor-mode.
7270         * buff-menu.el (list-buffers, ctl-x-map):
7271         Mark the entry points with ;;;###autoload cookies.
7273 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7275         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7276         correctly in the detached head case.
7277         (vc-git-print-log): Remove unused binding.
7279         * vc.el (vc-responsible-backend): When a directory is passed for
7280         for registration create a VC repository if no backend is
7281         responsible for the directory argument.
7282         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7284         * vc.el: Move comments about RCS and SCCS ...
7285         * vc-rcs.el:
7286         * vc-sccs.el: ... here, respectively.
7288 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7290         * minibuffer.el (completion--file-name-table): Return nil if there's
7291         no file completion, even if substitute-in-file-name changed
7292         the string (bug#4708).
7294 2009-10-13  Juri Linkov  <juri@jurta.org>
7296         * files-x.el (read-file-local-variable-value): Don't filter out
7297         minor modes from mode name completion (bug#4664).
7299 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7301         * international/mule-cmds.el (ucs-names): Remove exclusion of
7302         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7304 2009-10-13  Kenichi Handa  <handa@m17n.org>
7306         * international/uni-name.el: Regenerated.
7308 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7310         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7311         should be automatically buffer-local, but isn't.)
7313 2009-10-12  Sam Steingold  <sds@gnu.org>
7315         * progmodes/compile.el (compilation-next-error-function): Fix the
7316         timestamps if the buffer has been visited before.
7317         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7318         non-anchored patterns, like the perl one (bug#3928).
7320 2009-10-12  Glenn Morris  <rgm@gnu.org>
7322         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7323         Let-bind `size'.
7325 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7327         * proced.el (proced-unload-function): New function.
7329         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7330         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7331         Doc fix.
7333         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7335 2009-10-11  Juri Linkov  <juri@jurta.org>
7337         * files-x.el (read-file-local-variable-value):
7338         Provide default value only for bound variables (bug#4664).
7340 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7342         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7343         connection methods like smb.
7345         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7346         can be empty.
7348         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7349         (tramp-smb-file-name-handler-alist): Add handlers for
7350         `add-name-to-file', `make-symbolic-link'.
7351         (tramp-smb-handle-add-name-to-file)
7352         (tramp-smb-do-file-attributes-with-stat)
7353         (tramp-smb-handle-make-symbolic-link)
7354         (tramp-smb-get-cifs-capabilities): New defuns.
7355         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7356         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7357         (tramp-smb-handle-file-local-copy)
7358         (tramp-smb-handle-make-directory-internal)
7359         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7360         The file name syntax depends on cifs capabilities.
7361         (tramp-smb-handle-file-attributes):
7362         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7363         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7364         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7366 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7368         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7369         (eieio-defclass): Apply deftype handler and setf-method properties
7370         directly.
7371         (eieio-add-new-slot): Avoid union function from cl library.
7372         (eieio--typep): New function.
7373         (eieio-perform-slot-validation): Use it.
7375 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7377         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7378         Update documentation to refer to the variables documented in r1.135.
7379         (Bug#4188)
7381 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7383         * bookmark.el (Info-suffix-list): Remove this unused variable.
7384         (bookmark-current-point): Remove this obsolete variable.
7385         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7386         Adjust for removal of bookmark-current-point.
7388         (bookmarks-already-loaded, bookmark-current-buffer)
7389         (bookmark-yank-point): Document.  (Bug#4188)
7391 2009-10-10  Glenn Morris  <rgm@gnu.org>
7393         * frame.el (frame-height): Doc fix.
7395         * calendar/calendar.el (calendar-split-width-threshold): New option.
7396         (calendar-basic-setup): Use calendar-split-width-threshold.
7398 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7400         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7401         Ideographic Supplement" range (U+1F200..U+1F2FF).
7403 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7405         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7406         since the list will have been rebuilt anyway.  (Bug#4349)
7408 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7410         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7411         (bookmark-bmenu-execute-deletions): Don't save here, as
7412         bookmark-delete will now do so if necessary.
7413         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7414         (Bug#4348)
7416 2009-10-09  Glenn Morris  <rgm@gnu.org>
7418         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7420 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7422         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7423         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7424         argument now, so the two function's behaviors will match.  (Bug#3645)
7426 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7428         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7429         (tramp-file-name-real-host, tramp-file-name-port):
7430         Apply `save-match-data'.
7432         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7433         case both directories are remote.
7434         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7435         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7437 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7439         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7441 2009-10-07  Glenn Morris  <rgm@gnu.org>
7443         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7444         of concat.
7446 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7448         * files-x.el (read-file-local-variable): Include some
7449         non-user-variables in the completion table (bug#4664).
7451 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7453         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7454         message.
7456         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7457         (tramp-smb-file-name-handler-alist): Add handler for
7458         `copy-directory', `expand-file-name', `set-file-modes'.
7459         (tramp-smb-handle-copy-directory)
7460         (tramp-smb-handle-expand-file-name)
7461         (tramp-smb-handle-set-file-modes): New defuns.
7462         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7463         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7464         entry.
7465         (tramp-smb-handle-insert-directory): Don't flush the cache.
7466         (tramp-smb-maybe-open-connection): Check for samba client and
7467         server versions.
7469 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7471         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7472         to not error out of search for "^lisp=" fails.
7474 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7476         * makefile.w32-in (WINS_UPDATES): New macro.
7477         (custom-deps, finder-data, autoloads): Use it.
7479 2009-10-07  Glenn Morris  <rgm@gnu.org>
7481         * Makefile.in (autoloads): Revert previous change.
7482         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7483         the list of preloaded files passed on the command-line, get
7484         it from src/Makefile.
7486         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7487         show the original buffer rather than a random one.
7489 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
7491         * help.el (describe-no-warranty): Place point in a slightly better
7492         position in the GPLv3 text.
7494 2009-10-06  Sam Steingold  <sds@gnu.org>
7496         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7497         the comm attribute is present before calling regexp-quote.
7499 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
7501         * play/animate.el (animate-string): For good effect, make sure
7502         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7504         * play/animate.el (animate-sequence, animate-birthday-present):
7505         * misc.el (butterfly): Don't set `indent-tabs-mode'.
7507 2009-10-06  Glenn Morris  <rgm@gnu.org>
7509         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7511         * emacs-lisp/autoload.el (autoload-excludes): New variable.
7512         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7513         (batch-update-autoloads): Process a string value of autoload-excludes,
7514         set during the build process.
7515         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
7517         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7518         inside with-parsed...  macro so that `v' is defined.
7520         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7521         * progmodes/fortran.el (fortran-end-of-block)
7522         (fortran-beginning-of-block):
7523         Also push mark in the macro case.
7525         * emerge.el (emerge-show-file-name):
7526         * calc/calc.el (calc-quit):
7527         * calc/calc-misc.el (calc-big-or-small):
7528         * calc/calc-graph.el (calc-graph-view):
7529         * calc/calc-ext.el (calc-reset):
7530         * calendar/calendar.el (calendar-basic-setup):
7531         Use window-full-height-p.
7533         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7534         header we don't understand, don't insert another.  (Bug#4624)
7535         If changing mime charset, insert the new one in the right place.
7537 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
7539         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7540         (cal-tex-cursor-month): Correctly increment the end date for diary and
7541         holiday listing.  (Bug#4626)
7543 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7545         * help-fns.el (describe-function-1): Don't burp if the function is not
7546         a symbol.
7548 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
7550         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7551         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7552         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7553         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7555         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7556         (eieio-default-superclass): Reflow docstrings.
7557         (this, class-option-assoc, defclass, eieio-class-un-autoload)
7558         (eieio-unbind-method-implementations, defmethod)
7559         (eieio-validate-slot-value, eieio-validate-class-slot-value)
7560         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7561         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7562         (eieio-slot-originating-class-p, eieio-slot-name-index)
7563         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7564         (constructor, initialize-instance, no-next-method, object-print)
7565         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7566         Fix typos in docstrings.
7567         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7568         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7569         (next-method-p): Doc fixes.
7570         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7571         Fix typos in error messages.
7572         (eieio-defmethod): Fix typo in description of generic method.
7574         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7575         (eieio-persistent-save-interactive, slot-missing):
7576         Fix typos in docstrings.
7577         (eieio-instance-inheritor-slot-boundp): Doc fix.
7579         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7580         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7582         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7583         (eieio-custom-object-apply-reset):
7584         Fix typos in docstrings and error messages.
7586         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7587         Fix typo in docstring.
7589         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7590         (eieio-browse-tree): Doc fix.
7591         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7592         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7593         Fix typos in docstrings.
7595         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7596         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7597         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7598         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7599         Reflow docstrings.
7601 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7603         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7604         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7605         Set log-view-vc-backend so that diff can work.
7607         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7608         vc-version-diff.
7609         (vc-diff-internal): Autoload this instead of vc-version-diff.
7611 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7613         * simple.el (eval-expression): Doc fix.
7615         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7617 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7619         * files.el (directory-files-no-dot-files-regexp): New defconst.
7620         (delete-directory): Use it.
7621         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7623         * net/tramp.el (tramp-verbose): Fix docstring.
7624         (tramp-methods): Add recursive option to `tramp-copy-args'.
7625         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7626         "scp1_old", "scp2_old", "rsync", "rsyncc".
7627         (tramp-default-method): Check also for `auth-source-user-or-password'.
7628         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7629         Add handler for `copy-directory'.
7630         (tramp-handle-copy-directory): New defun.
7631         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7632         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7633         Optimize sent command.
7635 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7637         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7638         window if necessary.
7640         * calendar/calendar.el (calendar-basic-setup): Don't call
7641         switch-to-buffer in a dedicated window.
7643 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7645         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7646         don't do anything related to relocating, just return nil.
7647         (bookmark-error-no-filename): New error.
7648         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7649         bookmark has no file.  Don't even attempt to handle things that
7650         are not files; the whole point of custom handlers is to keep that
7651         knowledge elsewhere anyway.  Tighten some comments.
7652         (bookmark-file-or-variation-thereof): Remove now-unused function.
7653         (bookmark-location): Doc string fix.
7654         (Bug#4250)
7656 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7658         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7659         don't use a file dialog, because they usually don't know how to read
7660         a directory target from the user.  (Bug#4230)
7661         Also, make sure the prompt can display directories as well as files.
7663 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7665         * bookmark.el (bookmark-set, bookmark-buffer-name):
7666         Improve doc strings.  (Bug#1193)
7668 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7670         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7671         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7672         (bookmark-get-annotation, bookmark-set-annotation)
7673         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7674         (bookmark-set-position, bookmark-get-front-context-string)
7675         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7676         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7677         (bookmark-jump-other-window, bookmark-handle-bookmark)
7678         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7679         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7680         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7681         Improve doc strings to say whether bookmark can be a string or
7682         a record or both, and make other consistency and clarity fixes.
7683         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7684         (bookmark-default-annotation-text, bookmark-yank-word)
7685         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7686         (bookmark-import-new-list, bookmark-maybe-rename)
7687         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7688         (bookmark-bmenu-bookmark): Give these doc strings.
7689         (bookmark-bmenu-check-position): Give this a doc string, but also
7690         add a FIXME comment about how the function may be pointless.
7691         (bookmark-default-handler): Rework doc string and change a
7692         parameter name, to clarify that this takes a bookmark record
7693         not a bookmark name.
7694         (bookmark-set): Change a parameter name to indicate its meaning,
7695         and improve the doc string a bit.
7696         (Bug#4188)
7698 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7700         * bookmark.el (bookmark-alist): Document the new `handler' element
7701         in the param alist.
7702         (bookmark-make-record-function): Adjust documentation for above.
7703         (Bug#4193)
7705 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7707         * info.el (Info-bookmark-make-record): Document this function.
7708         (Info-bookmark-jump): Document with a doc string, not just a comment.
7709         (Bug#4203)
7711 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7713         * files.el (copy-directory): New defun.
7715         * dired-aux.el (dired-copy-file-recursive): Use it.
7717 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7719         * files-x.el (modify-dir-local-variable)
7720         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7721         docstrings.
7723         * recentf.el (recentf-unload-function): New function.
7725 2009-10-04  Glenn Morris  <rgm@gnu.org>
7727         * window.el (window-full-height-p): Add doc string.
7729 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7731         * window.el (window-full-height-p): New function.  (Bug#4543)
7733 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7735         * vc.el: Remove commented out code.
7736         (vc-derived-from-dir-mode): Remove, unused.
7737         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7739 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7741         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7742         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7743         there could be recursive loading when `default-directory' is a
7744         remote file name.  (Bug#4614)
7746 2009-10-03  Glenn Morris  <rgm@gnu.org>
7748         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7749         the frame is wide.
7750         (calendar-generate-window): Test for shrinkability rather than width.
7752         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7753         reusing existing buffers, in case we happen to visit two files with the
7754         same basename.  (Bug#4593)
7756 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7758         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7759         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7760         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7761         subdirs of cedet as well.
7762         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7764 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7766         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7767         Obey advertised-signature-table.
7769         * help-fns.el (help-function-arglist): Don't check
7770         advertised-signature-table.
7771         (describe-function-1): Do it here instead so it also applies to subrs.
7773 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7775         * simple.el (start-file-process): Say in the doc-string, that file
7776         handlers might not support pty association, if PROGRAM is nil.
7778         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7779         HOST and USER are strings.  They are nil, when there are
7780         incomplete entries in ~/.netrc, for example.
7781         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7782         root directory ("device busy" error otherwise).
7784         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7785         Flush file properties of created directory.
7787 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7789         * makefile.w32-in (WINS_BASIC): Remove cedet.
7790         (WINS_CEDET): Add cedet.
7791         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7793 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7795         * net/browse-url.el (browse-url): Pass any symbol in
7796         browse-url-browser-function to `apply', since if you've mistakenly put
7797         an unbound symbol then the error is clearer.  (Bug#4531)
7799 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7801         * allout.el (allout-init, allout-back-to-current-heading)
7802         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7803         (allout-ascend, allout-up-current-level, allout-end-of-level)
7804         (allout-previous-visible-heading, allout-forward-current-level)
7805         (allout-backward-current-level, allout-show-children):
7806         * apropos.el (apropos-describe-plist):
7807         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7808         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7809         * completion.el (add-completion, add-permanent-completion):
7810         * descr-text.el (describe-text-category, describe-char):
7811         * desktop.el (desktop-lazy-abort):
7812         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7813         * dired.el (dired-build-subdir-alist):
7814         * ediff.el (ediff-version):
7815         * elide-head.el (elide-head, elide-head-show):
7816         * emerge.el (emerge-version):
7817         * env.el (getenv):
7818         * face-remap.el (variable-pitch-mode):
7819         * faces.el (describe-face):
7820         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7821         (dired-at-point):
7822         * files.el (find-file-existing, auto-save-mode):
7823         * font-lock.el (font-lock-fontify-buffer):
7824         * help-fns.el (describe-function, describe-variable)
7825         (describe-syntax, describe-categories):
7826         * help.el (view-lossage, describe-bindings, describe-key)
7827         (describe-mode):
7828         * hexl.el (hexl-current-address):
7829         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7830         * info.el (Info-goto-emacs-key-command-node):
7831         * log-edit.el (log-edit-insert-cvs-template)
7832         (log-edit-insert-cvs-rcstemplate):
7833         * menu-bar.el (menu-bar-mode):
7834         * mouse.el (mouse-appearance-menu):
7835         * newcomment.el (comment-indent-new-line):
7836         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7837         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7838         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7839         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7840         * recentf.el (recentf-mode):
7841         * savehist.el (savehist-mode, savehist-save):
7842         * shadowfile.el (shadow-copy-files):
7843         * simple.el (kill-ring-save, next-line, previous-line)
7844         (normal-erase-is-backspace-mode):
7845         * strokes.el (strokes-update-window-configuration)
7846         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7847         (strokes-xpm-for-stroke):
7848         * time.el (emacs-uptime, emacs-init-time):
7849         * tutorial.el (tutorial--describe-nonstandard-key)
7850         (tutorial--detailed-help):
7851         * type-break.el (type-break-mode)
7852         (type-break-mode-line-message-mode, type-break-query-mode)
7853         (type-break-guesstimate-keystroke-threshold):
7854         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7855         * version.el (emacs-version):
7856         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7857         * winner.el (winner-mode):
7858         * calendar/timeclock.el (timeclock-in, timeclock-out)
7859         (timeclock-status-string, timeclock-change)
7860         (timeclock-workday-remaining-string)
7861         (timeclock-workday-elapsed-string)
7862         (timeclock-when-to-leave-string):
7863         * calendar/todo-mode.el (todo-add-category):
7864         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7865         * emacs-lisp/autoload.el (update-file-autoloads):
7866         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7867         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7868         (checkdoc-message-text, checkdoc-defun):
7869         * emacs-lisp/debug.el (debugger-list-functions):
7870         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7871         * emacs-lisp/eieio-opt.el (eieio-describe-class)
7872         (eieio-describe-generic):
7873         * emacs-lisp/lisp-mnt.el (lm-synopsis):
7874         * emacs-lisp/shadow.el (list-load-path-shadows):
7875         * emulation/cua-base.el (cua-mode):
7876         * emulation/edt.el (edt-set-scroll-margins):
7877         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7878         (tpu-toggle-regexp, tpu-toggle-search-direction)
7879         (tpu-toggle-rectangle, tpu-toggle-control-keys):
7880         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7881         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7882         (viper-set-parsing-style-toggling-macro)
7883         (viper-set-emacs-state-searchstyle-macros):
7884         * emulation/viper.el (viper-set-hooks):
7885         * eshell/esh-mode.el (eshell-truncate-buffer):
7886         * international/mule-cmds.el (prefer-coding-system)
7887         (describe-input-method, describe-language-environment):
7888         * international/mule-diag.el (list-character-sets)
7889         (describe-character-set, describe-coding-system)
7890         (describe-fontset, list-fontsets, list-input-methods):
7891         * mail/sendmail.el (mail-signature):
7892         * net/ange-ftp.el (ange-ftp-copy-file):
7893         * net/browse-url.el (browse-url):
7894         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7895         * net/quickurl.el (quickurl-add-url):
7896         * net/rcirc.el (names, topic):
7897         * net/xesam.el (xesam-mode):
7898         * play/5x5.el (5x5-new-game):
7899         * play/yow.el (apropos-zippy):
7900         * progmodes/ada-mode.el (ada-mode-version):
7901         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7902         (f90-end-of-block)
7903         (f90-beginning-of-block):
7904         * progmodes/fortran.el (fortran-end-of-block)
7905         (fortran-beginning-of-block):
7906         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7907         * progmodes/python.el (python-describe-symbol, python-shell):
7908         * term/ns-win.el (ns-print-buffer):
7909         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7910         * textmodes/flyspell.el (flyspell-mode-on):
7911         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7912         (pages-directory-for-addresses):
7913         * textmodes/table.el (table-recognize-cell)
7914         (table-query-dimension, table-generate-source)
7915         (table-insert-sequence, table--warn-incompatibility):
7916         * textmodes/tex-mode.el (tex-validate-buffer):
7917         * textmodes/texinfmt.el (texinfmt-version)
7918         (texinfo-format-buffer):
7919         Use `called-interactively-p' instead of `interactive-p'.
7921 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7923         * image-mode.el (image-toggle-display):
7924         * emacs-lisp/elp.el (elp-instrument-function):
7925         * emacs-lisp/advice.el (ad-make-advised-definition):
7926         * emacs-lisp/easy-mmode.el (define-minor-mode):
7927         * net/browse-url.el (browse-url-maybe-new-window):
7928         * progmodes/sh-script.el (sh-learn-buffer-indent):
7929         Pass new argument 'any to `called-interactively-p'.
7931 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7933         * international/uni-bidi.el:
7934         * international/uni-category.el:
7935         * international/uni-combining.el:
7936         * international/uni-comment.el:
7937         * international/uni-decimal.el:
7938         * international/uni-decomposition.el:
7939         * international/uni-digit.el:
7940         * international/uni-lowercase.el:
7941         * international/uni-mirrored.el:
7942         * international/uni-name.el:
7943         * international/uni-numeric.el:
7944         * international/uni-old-name.el:
7945         * international/uni-titlecase.el:
7946         * international/uni-uppercase.el:
7947         Regenerate from Unicode 5.2.0 data.
7949 2009-10-01  Glenn Morris  <rgm@gnu.org>
7951         * Makefile.in (ELCFILES): Regenerate.
7953 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7955         * subr.el (interactive-p): Mark obsolete.
7956         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7957         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7958         advertised-signature-table for subroutines as well.
7960         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7961         (set-advertised-calling-convention): New function.
7962         (make-obsolete, define-obsolete-function-alias)
7963         (make-obsolete-variable, define-obsolete-variable-alias):
7964         Make the optional-ness of `when' obsolete.
7965         (define-obsolete-face-alias): Make `when' non-optional.
7966         * help-fns.el (help-function-arglist):
7967         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7968         Use advertised-signature-table.
7970 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7972         * files.el (delete-directory): New defun.  The original function
7973         in fileio.c has been renamed to `delete-directory-internal'.
7975         * dired.el (dired-delete-file): Call `delete-directory' with
7976         RECURSIVE parameter.
7978         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7979         parameter RECURSIVE.  Implementation is missing.
7981         * net/tramp.el (tramp-handle-make-directory): Flush upper
7982         directory's file properties.
7983         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7984         (tramp-handle-dired-recursive-delete-directory): Flush directory
7985         properties after the remove command only.
7987         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7988         Handle optional parameter RECURSIVE.
7990         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7991         Handle optional parameter RECURSIVE.
7993         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7994         connection timeout.
7995         (tramp-smb-handle-delete-directory): Handle optional parameter
7996         RECURSIVE.
7998 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8001         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8002         (byte-compile-defmacro): Use backquotes.
8004         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8006         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8007         has no associated file.
8008         (vc-resynch-buffer): Use vc-dir-buffers.
8010 2009-10-01  Glenn Morris  <rgm@gnu.org>
8012         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8013         (chart-file-count):
8014         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8015         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8016         * emacs-lisp/eieio-opt.el (eieio-describe-class):
8017         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8018         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8019         (eieio-copy-parents-into-subclass, make-instance, class-children)
8020         (eieio-generic-form):
8022         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8023         match-data.  (Bug#4555).
8025         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8026         rather than parsing it as a regexp.  This relaxes the layout
8027         requirements and makes errors easier to detect.
8028         (check-declare-verify): Check file is regular.
8029         (check-declare-directory): Doc fix.
8030         * subr.el (declare-function): Doc fix.
8032         * ibuffer.el (ibuffer-format-qualifier):
8033         * isearch.el (hi-lock-regexp-okay):
8034         * calc/calc.el (math-zerop):
8035         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8036         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8037         Remove unused declarations.
8039 2009-09-30  Glenn Morris  <rgm@gnu.org>
8041         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8043         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8044         filename is not a string.
8046 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8048         * files.el (safe-local-eval-forms): Fix typo.
8050 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8052         * vc-hooks.el (vc-dir-buffers): New var.
8053         (vc-state-refresh): New function.
8054         (vc-state): Use it.
8055         (vc-after-save): Always ask the backend to recompute the new state.
8056         Always call vc-dir if necessary, using vc-dir-buffers.
8057         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8058         Use vc-dir-buffers.
8059         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8060         (vc-dir-prepare-status-buffer, vc-dir-update)
8061         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8062         Don't call expand-file-name on default-directory.
8064 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8066         * speedbar.el (speedbar-item-delete):
8067         * calc/calc-prog.el (calc-kbd-if):
8068         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8070         * epa.el (epa-key-list-mode-map):
8071         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8073         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8074         (hs-show-hook): Fix typo in docstring.
8076 2009-09-29  Glenn Morris  <rgm@gnu.org>
8078         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8079         file-name-nondirectory call preventing location of cedet files.
8080         (check-declare-verify): Use literal search rather than re-search.
8081         Add basic defmethod and defclass, and define-overloadable-function.
8083         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8084         Use tramp-compat-file-attributes rather than nonexistent
8085         tramp-compat-handle-file-attributes.
8087         * Makefile.in (lisptagsfiles4): New.
8088         (AUTOGENEL): Add cedet loaddefs files.
8089         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8090         (update-elclist, compile-always, backup-compiled-files)
8091         (bootstrap-clean): Add yet another directory level.
8092         (update-elclist): Use LC_COLLATE rather than COLLATE.
8093         (ELCFILES): Update, via `make update-elclist'.
8095 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8097         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8098         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8099         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8101 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8103         * Makefile.in (lisptagsfiles3): Define.
8104         (TAGS, TAGS-LISP): Use it.
8105         (update-elclist): Add third directory level to look for elc files.
8106         (compile-always): Likewise.
8107         (backup-compiled-files): Likewise.
8108         (bootstrap-clean): Likewise.
8109         (ELCFILES): Update.
8111 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8113         * Makefile.in (ELCFILES): Add CEDET files.
8115 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8117         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8119         * net/tramp.el (top): Require tramp-imap.
8121         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8122         Use `tramp-compat-handle-file-attributes'.
8124 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8126         * net/tramp-imap.el: New package.
8128 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8130         * whitespace.el (whitespace-trailing-regexp)
8131         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8132         Fix doc string.
8134 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8136         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8137         menu.
8139         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8140         menu-bar-ediff-menu.
8142         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8143         define-overloadable-function.
8145         * progmodes/autoconf.el: Provide autoconf as well, so that this
8146         file can be `require'd.
8148         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8150         * emacs-lisp/autoload.el (generated-autoload-feature)
8151         (generated-autoload-load-name): New vars.
8152         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8153         (make-autoload): Recognize define-overloadable-function and
8154         defclass forms (for EIEIO).
8156         * Makefile.in (update-subdirs): Exclude cedet directory.
8158 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8160         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
8162         * faces.el: Default light-background background for region face to
8163         ns_selection_color under NS.
8165 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8167         * net/imap-hash.el: New library, see NEWS.
8169         * Makefile.in (ELCFILES): Add imap-hash.el.
8171 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8173         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8174         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8175         * help-macro.el (make-help-screen): Avoid using an ambiguous function
8176         definition where the docstring could be taken for the return value.
8178 2009-09-26  Glenn Morris  <rgm@gnu.org>
8180         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8181         Add option to only show images below a certain size.
8182         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8183         save-excursion calls.
8185 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
8187         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8188         subdirectories) and eieio.
8190 2009-09-26  Alan Mackenzie  <acm@muc.de>
8192         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8193         Correct buggy bracketing.  (Bug#4289)
8195         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8196         character constants (as case labels).  (Bug#4289)
8198 2009-09-25  Juri Linkov  <juri@jurta.org>
8200         * files.el (safe-local-eval-forms): Allow time-stamp in
8201         before-save-hook (Bug#4554).
8203 2009-09-25  Drew Adams  <drew.adams@oracle.com>
8205         * menu-bar.el (list-buffers-directory): Doc fix.
8207 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8209         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8210         Try and avoid copying twice the same paragraph.
8211         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8212         Remove save-excursion.
8213         (log-edit-changelog-entry): Do it here instead.
8215 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
8217         * bs.el (bs--get-file-name): Use `list-buffers-directory'
8218         when available, instead of hardcoding mode names.  Doc fix.
8220         * menu-bar.el (list-buffers-directory): Add docstring.
8221         Make automatically buffer-local.
8223         * dired.el (dired-mode):
8224         * files.el (cd-absolute):
8225         * pcvs.el (cvs-temp-buffer):
8226         * pcvs-util.el (cvs-get-buffer-create):
8227         * shell.el (shell-mode):
8228         * vc-dir.el (vc-dir-mode):
8229         Don't make `list-buffers-directory' buffer local.
8231 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
8233         * comint.el (comint-exec, comint-run, make-comint):
8234         Doc fixes (Bug#4542).
8236 2009-09-25  Glenn Morris  <rgm@gnu.org>
8238         * mail/rmailmm.el (rmail-mime): New custom group.
8239         Move all defcustoms in this file into this group.
8240         (rmail-mime-media-type-handlers-alist): Revert previous change.
8241         (rmail-mime-show-images): New option.
8242         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8243         references to it, since it wasn't actually used for anything.
8244         (rmail-mime-insert-image): New function.
8245         (rmail-mime-image): Use rmail-mime-insert-image.
8246         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8247         obey the value of `rmail-mime-show-images' option.  Print the size of
8248         attachments.
8250 2009-09-25  David Engster  <deng@randomsample.de>
8252         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
8254 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8256         * whitespace.el: Does not highlight trailing spaces While point is
8257         at end of line.  Does not highligt spaces at beginning of buffer
8258         while point is at beginning of buffer.  Does not highlight spaces
8259         at end of buffer while point is at end of buffer.  (Bug#4177)
8260         New version 12.0.
8261         (whitespace-display-mappings): Adjust initialization.
8262         (whitespace-point, whitespace-font-lock-refontify): New vars.
8263         (whitespace-color-on, whitespace-color-off): Adjust code.
8264         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8265         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8266         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8268 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
8270         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8272         * textmodes/sgml-mode.el: Remove xml-mode alias.
8274         * files.el (auto-mode-alist, conf-mode-maybe)
8275         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8277 2009-09-24  Alan Mackenzie  <acm@muc.de>
8279         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8280         c-forward-conditionals, but it doesn't move point and doesn't set
8281         the mark.
8282         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8283         (c-down-conditional-with-else, c-backward-conditional)
8284         (c-forward-conditional): Refactor to use c-scan-conditionals.
8286 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8288         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8289         (help-default-arg-highlight): Remove.
8290         (help-highlight-arg): New function.
8291         (help-do-arg-highlight): Use it.
8292         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8294 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8296         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8297         Undo last change, which didn't fix the problem and introduced others.
8299 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8301         * progmodes/gdb-mi.el: Don't require speedbar.
8302         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8304 2009-09-24  Glenn Morris  <rgm@gnu.org>
8306         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8308         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8310         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8311         there is no newline after the final mime boundary.  (Bug#4539)
8312         Move markers on insertion so that any buttons inserted don't end up in
8313         the next part of a multipart message.
8314         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8315         (rmail-mime-bulk-handler): Optionally handle images.
8316         (rmail-mime-image): New button action.
8317         (rmail-mime-image-handler): New function.
8318         (rmail-mime-mode): New mode.
8319         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8321 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8323         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8324         than just dropping elements from it (bug#4504).
8326         * term.el (term-set-scroll-region): Don't move cursor any more.
8327         (term-handle-ansi-escape): Call term-goto here instead.
8328         Suggested by Ivan Kanis <apple@kanis.eu>.
8330         * term.el: Require CL.
8331         (term-ansi-reset): New function.
8332         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8333         (term-handle-colors-array): Simplify.
8335 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8337         * allout.el (allout-overlay-interior-modification-handler)
8338         (allout-obtain-passphrase):
8339         * epa-file.el (epa-file-write-region):
8340         * ps-print.el (ps-begin-job):
8341         * vc-hooks.el (vc-toggle-read-only):
8342         * vc-rcs.el (vc-rcs-rollback):
8343         * vc-sccs.el (vc-sccs-rollback):
8344         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8345         (vc-version-diff, vc-revert, vc-rollback):
8346         * wdired.el (wdired-check-kill-buffer):
8347         * emacs-lisp/authors.el (authors):
8348         * net/socks.el (socks-open-connection):
8349         * net/zeroconf.el (zeroconf-service-add-hook):
8350         * obsolete/vc-mcvs.el (vc-mcvs-register):
8351         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8352         (gdb-select-frame):
8353         * progmodes/grep.el (lgrep, rgrep):
8354         * progmodes/idlw-help.el (idlwave-help-check-locations)
8355         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8356         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8357         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8358         (reftex-toc-rename-label): Fix typos in error messages.
8360         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8361         (dired-copy-how-to-fn): Doc fix.
8362         (dired-files-attributes, dired-read-shell-command):
8363         Fix typos in docstrings.
8365         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8366         (dired-x-find-file-other-window): Reflow docstrings.
8367         (dired-omit-marker-char, dired-read-shell-command)
8368         (dired-x-submit-report): Fix typos in docstrings.
8370         * shell.el (shell-mode-hook):
8371         * view.el (View-scroll-line-forward):
8372         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8373         Fix typos in docstrings.
8375         * net/dig.el (dig-invoke): Fix typo in docstring.
8376         (query-dig): Reflow docstring.
8378         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8379         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8380         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8381         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8382         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8383         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8384         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8385         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8386         (idlwave-completion-map, idlwave-current-indent)
8387         (idlwave-custom-ampersand-surround, idlwave-customize)
8388         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8389         (idlwave-define-abbrev, idlwave-determine-class-special)
8390         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8391         (idlwave-end-block-reg, idlwave-end-of-statement)
8392         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8393         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8394         (idlwave-explicit-class-listed, idlwave-file-header)
8395         (idlwave-fill-paragraph, idlwave-find-class-definition)
8396         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8397         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8398         (idlwave-in-quote, idlwave-indent-action-table)
8399         (idlwave-indent-expand-table, idlwave-indent-line)
8400         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8401         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8402         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8403         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8404         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8405         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8406         (idlwave-outlawed-buffers, idlwave-popup-select)
8407         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8408         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8409         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8410         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8411         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8412         (idlwave-statement-type, idlwave-struct-skip)
8413         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8414         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8415         (idlwave-what-module-find-class): Fix typos in docstrings.
8416         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8417         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8418         (idlwave-find-module, idlwave-find-structure-definition)
8419         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8420         (idlwave-list-load-path-shadows, idlwave-next-statement)
8421         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8422         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8423         (idlwave-template): Reflow docstrings.
8425         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8426         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8427         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8428         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8429         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8430         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8431         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8432         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8433         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8434         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8435         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8436         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8437         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8438         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8439         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8440         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8441         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8442         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8443         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8444         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8445         Fix typos in docstrings.
8446         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8447         (idlwave-shell-hide-output, idlwave-shell-mode)
8448         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8449         Reflow docstrings.
8451         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8453 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8455         * term.el (term-bold-attribute): New var.
8456         (term-handle-colors-array): Use it.
8458 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8460         * progmodes/gdb-mi.el (gdb-version): New variable.
8461         (gdb-non-stop-handler): Set gdb-version.
8462         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8463         Condition "--thread" option on gdb-version.
8464         (gdb-invalidate-threads): Remove unused argument.
8466 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8468         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8469         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8471 2009-09-23  Glenn Morris  <rgm@gnu.org>
8473         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8474         replying to mail without References or Message-Id.  (Bug#4525)
8476 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8478         * term/ns-win.el (ns-reg-to-script): New variable.
8480 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8482         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8484 2009-09-22  Sam Steingold  <sds@gnu.org>
8486         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8487         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8488         to 1 because hg returns status 1 when nothing is found.
8489         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8491 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8493         * textmodes/fill.el: Convert to utf-8 encoding.
8494         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8495         pre-unicode days.
8497         * add-log.el (change-log-fill-forward-paragraph): New function.
8498         (change-log-mode): Use it so fill-region DTRT.
8499         Set fill-indent-according-to-mode here rather than in
8500         change-log-fill-paragraph.
8501         (change-log-fill-paragraph): Remove.
8503 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8505         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8506         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8508 2009-09-22  Glenn Morris  <rgm@gnu.org>
8510         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8511         the scroll-bar scroll the calendar window rather than the buffer.
8513         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8514         commands that move point (as opposed to scrolling).
8516         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8518         * emacs-lisp/elint.el (elint): New custom group.
8519         (elint-log-buffer): Make it a defcustom.
8520         (elint-scan-preloaded, elint-ignored-warnings)
8521         (elint-directory-skip-re): New options.
8522         (elint-builtin-variables): Doc fix.
8523         (elint-preloaded-env): New variable.
8524         (elint-unknown-builtin-args): Add an entry for encode-time.
8525         (elint-extra-errors): Make it a variable rather than a constant.
8526         (elint-preloaded-skip-re): New constant.
8527         (elint-directory): Skip files matching elint-directory-skip-re.
8528         (elint-features): New variable, local to linted buffers.
8529         (elint-update-env): Initialize elint-features.  Possibly add
8530         elint-preloaded-env to the buffer's environment.
8531         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8532         Skip quoted forms.
8533         (elint-init-form): New function, extracted from elint-init-env.
8534         Make non-list forms a warning rather than an error.
8535         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8536         easy-menu-define, put that adds an error-condition, and provide.
8537         When requiring cl, also require cl-macs.  Really require cl, to handle
8538         some cl macros.  Store required libraries in the list elint-features,
8539         so as not to re-load them.  Treat cc-require like require.
8540         (elint-init-env): Call elint-init-form to do the work.
8541         Handle eval-and-compile and such like.
8542         (elint-add-required-env): Do not clear messages.
8543         (elint-special-forms): Add handlers for function, defalias, if, when,
8544         unless, and, or.
8545         (elint-form): Add optional argument to ignore elint-special-forms,
8546         useful to prevent recursive calls from handlers.  Doc fix.
8547         Respect elint-ignored-warnings.
8548         (elint-form): Respect elint-ignored-warnings.
8549         (elint-bound-variable, elint-bound-function): New variables.
8550         (elint-unbound-variable): Respect elint-bound-variable.
8551         (elint-get-args): Respect elint-bound-function.
8552         (elint-check-cond-form): Add some simple handling for (f)boundp and
8553         featurep tests.
8554         (elint-check-defalias-form): New handler.
8555         (elint-check-let-form): Make an empty let a warning rather than an
8556         error.
8557         (elint-check-setq-form): Make an empty setq a warning rather than an
8558         error.  Respect elint-ignored-warnings.
8559         (elint-check-defvar-form): Accept null doc-strings.
8560         (elint-check-conditional-form): New handler.  Does some simple-minded
8561         checking of featurep and (f)boundp tests.
8562         (elint-put-function-args): New function.
8563         (elint-initialize): Use elint-scan-doc-file rather than
8564         elint-find-builtin-variables.  Use elint-put-function-args.
8565         Possibly scan preloaded-file-list.
8566         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8567         extend to handle functions as well.
8569 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8571         * linum.el (linum-delete-overlays, linum-update-window):
8572         Do not modify the right margin.  (Bug#3971)
8574 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8576         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8577         Use nxml-mode instead of xml-mode.
8579 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8581         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8583 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8585         * net/dig.el (dig-mode): Use define-derived-mode.
8587 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8589         * vc-dispatcher.el (vc-do-command): Return the process object in
8590         the asynchronous case.  Use when instead of if.  Do not run
8591         vc-exec-after to display a message if not enabled.  (Bug#4463)
8593         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8594         properties to the stash strings.
8595         (vc-git-stash-list): Return a list of strings.
8596         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8597         (vc-git-stash-show-at-point): New functions.
8598         (vc-git-stash-map): New keymap.
8600         * register.el (ctl-x-r-map): Define the keys here instead of
8601         using autoload.
8603 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8605         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8606         list, to workaround performance problem (bug#4485).
8608 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8610         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8612 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8614         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8615         Document that this option is not recommended to use.
8617 2009-09-19  Glenn Morris  <rgm@gnu.org>
8619         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8620         variable `var'.
8622         * calc/calc-alg.el (var):
8623         * calc/calcalg2.el (var): Define for compiler.
8625 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8627         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8628         Doc fix (Bug#3932).
8630         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8632         * time-stamp.el (time-stamp-month-dd-yyyy)
8633         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8634         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8635         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8636         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8637         Remove functions that have been obsolete since 1995 (Bug#4436).
8639         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8640         indent buffer only if called interactively (Bug#4452).
8642 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8643             Eli Zaretskii  <eliz@gnu.org>
8645         This fixes bug#4197 (merged to bug#865, though not identical).
8646         * server.el (server-auth-dir): Add docstring note about FAT32.
8647         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8648         but warn against using them.
8650 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8652         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8653         older GDB where there is no has_more field.
8655 2009-09-19  Glenn Morris  <rgm@gnu.org>
8657         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8659 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8661         * files.el (auto-mode-alist): Change default for XML files to nXML
8662         mode (Bug#4169).
8664 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8666         * server.el (server-ensure-safe-dir): Pass 'integer
8667         to `file-attributes', as suggested.
8669 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8671         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8672         (dired-query): Use read-key.
8674 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8676         * cus-start.el (ns-use-qd-smoothing): Remove.
8678 2009-09-18  Glenn Morris  <rgm@gnu.org>
8680         * allout.el (top-level): Remove unnecessary progn.
8682         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8684         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8685         definition of abbrev table.
8687         * speedbar.el (speedbar-track-mouse):
8688         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8689         * net/eudc.el (eudc-expand-inline):
8690         * net/newst-backend.el (newsticker--cache-read-feed):
8691         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8692         condition-case handlers.
8694 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8696         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8697         (gdb-var-list): Add an element for has_more field.
8698         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8699         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8700         (gdb-var-update-handler-1): Parse output of dynamic variable
8701         objects (STL containers).
8702         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8703         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8705         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8706         gdb-var-list.
8707         (gud-speedbar-buttons): Make node expandable if expression "has more"
8708         children.
8710 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8712         * startup.el (emacs-quick-startup): Remove variable and all uses.
8713         (command-line): Set `inhibit-x-resources' instead.
8714         (command-line-1): Use `inhibit-x-resources' instead.
8716 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8718         * subr.el: Fix last change to avoid using the `unless' macro,
8719         which breaks bootstrapping.
8721 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8723         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8724         extended definitions, in case we reload subr.el after having
8725         loaded CL.
8726         (eval-next-after-load): Mark as obsolete.
8728 2009-09-17  Juri Linkov  <juri@jurta.org>
8730         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8731         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8732         (menu-bar-showhide-menu, menu-bar-tools-menu)
8733         (menu-bar-describe-menu, menu-bar-help-menu)
8734         (minibuffer-local-completion-map, minibuffer-local-map):
8735         Fix list quoting.
8737 2009-09-17  Glenn Morris  <rgm@gnu.org>
8739         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8740         arguments, whether or not it has a handler.
8742         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8744         * simple.el (hard-newline): Give it a doc-string.
8746         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8747         (lisp-mode-syntax-table): Give them doc-strings.
8749 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8751         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8752         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8753         (menu-bar-options-menu, menu-bar-showhide-menu)
8754         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8755         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8756         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8757         (menu-bar-options-menu, menu-bar-tools-menu)
8758         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8759         (menu-bar-help-menu):
8760         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8761         string arguments.
8763         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8764         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8765         calls for the menu names and :help.
8767 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8769         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8770         to :minor-mode-function (bug#4455).
8772 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8774         * startup.el (command-line): Initialize the window-system after
8775         processing the command-line.
8777         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8778         page-delimiter matches the empty string.
8780 2009-09-16  Glenn Morris  <rgm@gnu.org>
8782         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8783         byte-compile-not-obsolete-var.  It's a list now.
8784         (byte-compile-not-obsolete-funcs): New variable.
8785         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8786         byte-compile-not-obsolete-funcs.
8787         (byte-compile-variable-ref, byte-compile-defvar): Update for
8788         byte-compile-not-obsolete-vars name-change and list nature.
8789         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8790         and variables behind (f)boundp tests.
8791         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8793 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8795         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8797 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8799         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8800         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8801         Don't autoload.
8803 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8805         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8806         the virtual-buffers, use the name of the buffer specified by
8807         find-file-noselect, as the match may be a symlink.  (This was a
8808         problem if the target and the symlink had different names.)
8810 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8812         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8814         * desktop.el (desktop-path): Check user-emacs-directory.
8816         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8818         * loadup.el: Use after-load-functions to GC after loading each file.
8819         Remove the explicit GC calls that used to be sprinkled around.
8821         * subr.el (after-load-functions): New hook.
8822         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8823         `obsolete' packages, rather than painfully extracting the relevant
8824         directory name.
8826 2009-09-15  Glenn Morris  <rgm@gnu.org>
8828         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8829         free variable `doc'.
8831         * dired.el (dired-mode-map): Add menu entry for async shell command.
8833         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8834         variables, also consider the .elc files, since the .el files are
8835         normally gzipped (subsequent code locates the .el.gz from the .elc).
8837         * calc/calc-prog.el (arglist): Define for compiler.
8839         * calendar/diary-lib.el (diary-display-function): Change the default to
8840         fancy display.
8841         (body): Define for compiler.
8843         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8844         (byte-compile-file-form, byte-compile-lambda)
8845         (byte-compile-top-level-body, byte-compile-form)
8846         (byte-compile-variable-ref, byte-compile-setq)
8847         (byte-compile-setq-default, byte-compile-body)
8848         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8849         (batch-byte-compile): Give some more local variables with common names
8850         a "bytecomp-" prefix to avoid masking warnings about free variables.
8852         * startup.el (command-line-1): Give local variables with common names a
8853         distinguishing prefix, so as not to hide free variable warnings during
8854         bootstrap.
8856         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8857         clever and add a suffix to make a unique name, just let the user decide
8858         whether or not to overwrite it.  If the input is a directory, write the
8859         default filename to that directory.  (Bug#4388)
8860         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8861         is a filename-as-a-directory.
8863 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         * textmodes/page.el (what-page): Don't move to beginning of line.
8866         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8868 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8870         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8872 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8874         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8875         * help.el (help-for-help-internal): Add purecopy calls for text.
8877         * vc.el (top): print-log method now takes an optional SHORTLOG
8878         argument.  Add a new method: root.
8879         (vc-root-diff, vc-print-root-log): New functions.
8880         (vc-log-short-style): New variable.
8881         (vc-print-log-internal): Add support for showing short logs.
8883         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8884         vc-print-root-log and vc-print-root-diff.
8886         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8887         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8888         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8889         short logs.
8891         * vc-cvs.el (vc-cvs-print-log):
8892         * vc-mtn.el (vc-mtn-print-log):
8893         * vc-rcs.el (vc-rcs-print-log):
8894         * vc-sccs.el (vc-sccs-print-log):
8895         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8896         that is ignored for now.
8898         * vc-mtn.el (vc-mtn-annotate-command):
8899         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8901 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8903         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8904         to function-key-map, and give them ascii-character property.
8905         * term/x-win.el (x-alternatives-map):
8906         * term/ns-win.el (ns-alternatives-map):
8907         * term/internal.el (msdos-key-remapping-map):
8908         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8910 2009-09-14  Glenn Morris  <rgm@gnu.org>
8912         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8913         temp-buffers (2009-09-12).
8915 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8917         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8918         the new read-key function.
8920 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8922         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8923         is defined (Bug#4405).
8925 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8927         * recentf.el (recentf-cleanup): Use a hash table to find
8928         duplicates (Bug#4407).
8930 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8932         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8933         kp-0 to ascii equivalents (Bug#4325).
8935 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8937         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8939         * eshell/em-hist.el:
8940         * eshell/em-dirs.el (eshell-complete-user-reference):
8941         Declare pcomplete functions and variables to avoid compiler warnings.
8943 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8945         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8946         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8947         * eshell/em-alias.el (eshell-aliases-file):
8948         * eshell/em-hist.el (eshell-history-file-name):
8949         Use expand-file-name instead of concat to make file names (Bug#4308).
8951 2009-09-13  Glenn Morris  <rgm@gnu.org>
8953         * ediff-merg.el (ediff-do-merge):
8954         * filesets.el (filesets-run-cmd):
8955         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8956         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8957         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8958         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8959         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8960         Replace empty `let's with `progn'.
8962 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8964         * mail/sendmail.el (send-mail-function):
8965         * tooltip.el (tooltip-mode):
8966         * simple.el (transient-mark-mode):
8967         * rfn-eshadow.el (file-name-shadow-mode):
8968         * frame.el (blink-cursor-mode):
8969         * font-core.el (global-font-lock-mode):
8970         * files.el (temporary-file-directory)
8971         (small-temporary-file-directory, auto-save-file-name-transforms):
8972         * epa-hook.el (auto-encryption-mode):
8973         * composite.el (global-auto-composition-mode):
8974         Use custom-initialize-delay.
8975         * startup.el (command-line): Don't explicitly call
8976         custom-reevaluate-setting for all the above vars.
8977         * custom.el (custom-initialize-safe-set)
8978         (custom-initialize-safe-default): Delete.
8980 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8982         * term/x-win.el (x-initialize-window-system):
8983         * term/w32-win.el (w32-initialize-window-system):
8984         * term/ns-win.el (ns-initialize-window-system): Don't call
8985         mouse-wheel-mode since it's enabled globally by default already.
8987         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8988         actually define the variable, but only silences the byte-compiler.
8989         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8990         before looking it up.
8991         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8992         is changed.
8994 2009-09-12  Glenn Morris  <rgm@gnu.org>
8996         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8997         1000.
8998         (elint-add-required-env): Don't beep on error.
8999         (elint-forms): In case of error, return ENV unchanged.
9000         (elint-init-env): Skip non-list forms.
9001         (elint-log): Handle unknown file positions.
9003 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9005         * epg.el (epg-make-context): Add autoload cookie.
9006         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9007         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9008         (epg-verify-string, epg-start-sign, epg-sign-file)
9009         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9010         (epg-encrypt-string, epg-start-export-keys)
9011         (epg-export-keys-to-file, epg-export-keys-to-string)
9012         (epg-start-import-keys, epg-import-keys-from-file)
9013         (epg-import-keys-from-string, epg-start-receive-keys)
9014         (epg-receive-keys, epg-import-keys-from-server)
9015         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9016         (epg-sign-keys, epg-start-generate-key)
9017         (epg-generate-key-from-file, epg-generate-key-from-string):
9018         Remove autoload cookie.
9020 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9022         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9023         reevaluation of trash-directory.
9025         * mwheel.el: Fix last change.
9026         (mouse-wheel-mode): New defvar.
9027         (mouse-wheel-mode): Remove autoload cookie.
9029 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9031         * mwheel.el (mwheel-installed-bindings): New var.
9032         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9033         the bindings we set last time.  Use custom-initialize-delay.
9034         * loadup.el: Load mwheel after term/*-win.el.
9035         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9036         and mouse-wheel-up-event now that their first evaluation is done
9037         sufficiently late to be correct.
9039         * startup.el (tutorial-directory): Make it a defcustom.
9040         Use custom-initialize-delay rather than eval-at-startup to set it.
9041         * image.el (image-load-path): Make it a defcustom.
9042         Use custom-initialize-delay rather than eval-at-startup to set it.
9043         * subr.el (eval-at-startup): Remove.
9044         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9046         * subr.el (do-after-load-evaluation): Warn the user after loading an
9047         obsolete package.
9049 2009-09-12  Glenn Morris  <rgm@gnu.org>
9051         * proced.el (proced-mark-alt): Remove alias.
9052         (proced-mode-map): Remove proced-mark-alt.
9054         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9055         Elint file and directory.  Remove initialization entry.
9057         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9058         commands.
9059         (elint-current-buffer): Set mode-line-process.
9060         (elint-init-env): Handle define-derived-mode.
9061         Fix declare-function with unspecified arglist.  Guard against odd
9062         defalias statements (eg iso-insert's 8859-1-map).
9063         (elint-add-required-env): Use a temp buffer.
9064         (elint-form): Just print the function/macro name, not the whole form.
9065         Return env unchanged if we fail to parse a macro.
9066         (elint-forms): Guard against parse errors.
9067         (elint-output): New function, to handle batch mode.
9068         (elint-log-message): Add optional argument.  Use elint-output.
9069         (elint-set-mode-line): New function.
9071 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9073         * emacs-lisp/elp.el (elp-not-profilable): Add more
9074         functions (Bug#4233).
9076 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9078         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9079         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9081 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9083         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9084         (gdb-var-list-children): Use json parsing.
9086 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9088         * progmodes/js.el (js--proper-indentation): Handle the case where
9089         char-before is null.  Reported by Deniz Dogan.
9091 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9093         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9095 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9097         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9098         (epg-digest-algorithm-alist): Add SHA224.
9099         (epg-context-set-passphrase-callback)
9100         (epg-context-set-progress-callback): Add description about
9101         callback function.
9103 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9105         * custom.el (custom-delayed-init-variables): New var.
9106         (custom-initialize-delay): New function.
9107         * startup.el (command-line): "Re"evaluate all vars in
9108         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9109         explicitly any more.
9110         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9111         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9113         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9115 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9117         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9118         (gdb-var-update-handler): Use json parsing.
9120 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9122         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9123         decode annotated text, regardless of language environment.  (Bug#2741)
9125 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9127         * Makefile.in (autoloads): Make rmail.el writable as well.
9129 2009-09-11  Glenn Morris  <rgm@gnu.org>
9131         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9132         loaddefs.el.
9133         * dired.el: Regenerate with extracted autoloads.
9134         * Makefile.in (autoloads): Make dired.el writable.
9136         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9137         * ibuffer.el: Regenerate with extracted autoloads.
9138         * Makefile.in (autoloads): Make ibuffer.el writable.
9140         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9141         * version.el (emacs-copyright, emacs-major-version)
9142         (emacs-minor-version): Reformat doc-strings for make-docfile.
9144         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9145         functions and variables, since they must be stuff specific to some other
9146         platform.
9147         (apropos-print): Make mouse-click message less specific about button.
9149         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9150         that records where a macro was defined.
9151         * help-fns.el (describe-function-1): Mention if a function has a
9152         compiler-macro.
9153         * help-mode.el (help-function-cmacro): New button.
9155         * locate.el (top-level): Always require dired.
9156         (locate-mode-map): Initialize inside the defvar.
9158         * net/ange-ftp.el (dired-compress-file): Declare.
9159         (ange-ftp-dired-compress-file): Add doc string.
9161         * term/ns-win.el (x-display-name, x-setup-function-keys):
9162         Unify doc-strings with X versions.
9164 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9166         * emulation/crisp.el (crisp-mode-map): Move initialization
9167         into declaration.
9168         (crisp-mode): Use define-minor-mode.
9170         * progmodes/xscheme.el (xscheme-evaluation-commands):
9171         Put a :advertised-binding property rather than using
9172         advertised-xscheme-send-previous-expression.
9173         (advertised-xscheme-send-previous-expression): Declare obsolete.
9174         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9175         `advertised-undo'.
9176         (crisp-mode): Add corresponding bindings to
9177         undo's :advertised-binding instead.
9178         * dired.el (dired-mode-map): Put a :advertised-binding property rather
9179         than using dired-advertised-find-file.
9180         (dired-advertised-find-file):
9181         * simple.el (advertised-undo):
9182         * wid-edit.el (advertised-widget-backward): Declare obsolete.
9183         (widget-keymap): Put a :advertised-binding property rather
9184         than using advertised-widget-backward.
9185         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9186         than using advertised-undo.
9187         * tutorial.el (tutorial--default-keys): Adjust accordingly.
9189 2009-09-10  Simon South  <ssouth@slowcomputing.org>
9191         * progmodes/delphi.el (delphi-tab): Indent region when Transient
9192         Mark mode is enabled and region is active; otherwise indent or
9193         insert TAB as usual.
9194         (delphi-mode): Update description of TAB-key binding.
9196 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9198         * subr.el (define-key-rebound-commands): Mark obsolete.
9199         * startup.el (precompute-menubar-bindings): Remove.
9200         (normal-top-level): Remove obsolete code that tried to precompute
9201         menubar bindings.
9202         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9203         define-key-rebound-commands and precompute-menubar-bindings.
9205 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9207         * net/imap.el (imap-interactive-login): Better messages.
9208         (imap-open): Fix bug with renamed buffer on reconnect.
9209         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9210         for easier debugging and cleaner code.  On successful (guessed based on
9211         server capabilities) secondary authentication, set imap-state
9212         correctly.
9213         (imap-last-authenticator): Define imap-last-authenticator as a variable
9214         to avoid warnings.
9216 2009-09-10  Glenn Morris  <rgm@gnu.org>
9218         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9220         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9221         (byte-compile-file-form-autoload): Don't warn about unknown functions
9222         where the autoload statement comes after the use.
9223         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9224         that any handlers inside the body (eg require) are in turn respected.
9226         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9227         effects.
9229         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9230         and syntax and abbrev tables basic docs, if they don't have any.
9232         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9234         * international/mule-cmds.el (top-level): Require cl when compiling.
9235         (view-hello-file): Use default-value rather than
9236         default-enable-multibyte-characters.
9238         * progmodes/fortran.el: Move all safe and risky properties into the
9239         defcustoms.
9241         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9242         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9243         * mail/undigest.el:
9244         Put autoloads in rmail.el rather than loaddefs.el.
9245         * mail/rmail.el: Regenerate with extracted autoloads.
9247         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9248         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9250 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
9252         Reported in thread for Bug#4375.
9253         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9254         "-data-evaluate-expression" instead of print.
9255         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9256         (gdb-tooltip-print): Parse output from above MI command.
9257         (gdb): Revert 2009-08-11 change.  User should detach inferior
9258         manually.
9260         Remove the word "separate" from IO functions as inferior
9261         output is now never displayed in the GUD buffer.
9263 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
9265         * startup.el (command-line-normalize-file-name): On Windows and
9266         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9268 2009-09-10  Juri Linkov  <juri@jurta.org>
9270         * isearch.el (isearch-text-char-description): Propertize escape
9271         character sequences with the `escape-glyph' face.  (Bug#4344)
9273         * simple.el (shell-command): Set asynchronous process filter to
9274         `comint-output-filter'.  (Bug#4343)
9276         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9277         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9278         the list.  Move "asm" to the bottom.
9279         (grep-find-ignored-directories): Add `choice' with nil value
9280         to empty the list easily.
9281         (grep-find-ignored-files): New option.
9282         (grep-files-history): Set to nil by default instead of '("ch" "el").
9283         (grep-compute-defaults): Add "<X>" to `grep-template'.
9284         (grep-read-files): Bind new local variables `default-alias' and
9285         `default-extension'.  Use a list of default values for the file prompt.
9286         (lgrep): Add `--exclude=' command line options composed from
9287         `grep-find-ignored-files'.
9288         (rgrep): Add `-name' command line options composed from
9289         `grep-find-ignored-files'.  (Bug#4301)
9291 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9293         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9294         (bug#4368).
9296 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9298         * calendar/time-date.el (autoload):
9299         Expand define-obsolete-function-alias into defalias and make-obsolete
9300         for old Emacsen that Gnus supports.
9301         (with-no-warnings): Define it for old Emacsen.
9302         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9303         is available.
9304         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9305         float-time is available; suppress compile warning for time-to-seconds.
9307 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9309         * net/imap.el (imap-message-map): Docstring fix.
9311 2009-09-09  Glenn Morris  <rgm@gnu.org>
9313         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9314         line numbers too.  (Bug#4374)
9316 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9318         * smerge-mode.el (smerge-remove-props, smerge-refine):
9319         Use with-silent-modifications (bug#4342).
9321         * subr.el (with-silent-modifications): New macro.
9323 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9325         * files.el (top-level): Require `cl' when compiling.
9327 2009-09-07  Glenn Morris  <rgm@gnu.org>
9329         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9331         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9332         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9334 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9336         * vc-git.el (vc-git-annotate-command): Use separator to parse
9337         arguments correctly.
9339 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9341         * proced.el (proced-mode): Doc fix.
9343 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9345         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9346         lstat fails.
9347         (tramp-do-file-attributes-with-ls): Check for file existence at
9348         remote end.
9349         (tramp-do-file-attributes-with-stat): Likewise.
9350         (tramp-convert-file-attributes): Return nil when attr is nil.
9352 2009-09-05  Glenn Morris  <rgm@gnu.org>
9354         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9355         properties to this button.
9356         (diary-fancy-display): Don't extend the button to the final newline.
9357         (diary-fancy-display-mode): Continue to define "q" as a local key.
9359         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9360         efficient.
9362         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9364         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9365         (byte-compile-dest-file-function): New option.
9366         (byte-compile-dest-file): Doc fix.
9367         Obey byte-compile-dest-file-function.
9368         (byte-compile-cl-file-p): New function.
9369         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9370         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9371         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9372         than for file being previously loaded.
9373         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9374         (byte-compile-file-form-require): Handle the case where requiring a file
9375         indirectly causes CL to be loaded.
9377 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9379         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9380         before killing the old buffer, since by the time `kill-buffer' is
9381         run so many buffer variables have been set to nil that it may not
9382         behave as expected.  (Bug#4061)
9384 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9386         * files.el (find-alternate-file): If the old buffer is modified
9387         and visiting a file, behave similarly to `kill-buffer' when
9388         killing it, thus reverting to the pre-1.878 behavior; see
9389         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9390         for discussion.  Also, consult `buffer-file-name' as a variable
9391         not as a function, for consistency with the rest of the code.
9393 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9395         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9396         also when adding a new directory.
9398         * net/tramp-compat.el (tramp-compat-line-beginning-position):
9399         New defun.
9401 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9403         * files.el (locate-file-completion-table): Make it provide boundary
9404         information, so partial-completion works better.
9406 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9408         * mail/footnote.el (Footnote-text-under-cursor):
9409         Check footnote-text-marker-alist before using it (bug#4324).
9411 2009-09-04  Glenn Morris  <rgm@gnu.org>
9413         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9414         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9415         * play/solitaire.el, play/tetris.el:
9416         Remove leading * from defcustom and defface docs.
9418         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9419         necessary.
9420         (diary-fancy-overriding-map): New variable.
9421         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9422         Use view-mode.
9424         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9425         goto-line.
9427 2009-09-03  Glenn Morris  <rgm@gnu.org>
9429         * arc-mode.el (archive-mode):
9430         * dos-fns.el (set-default-process-coding-system):
9431         * man.el (Man-getpage-in-background):
9432         * menu-bar.el (menu-bar-describe-menu):
9433         * server.el (server-process-filter):
9434         * startup.el (command-line):
9435         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9436         * w32-fns.el (set-default-process-coding-system):
9437         * x-dnd.el (x-dnd-handle-file-name):
9438         * international/mule-cmds.el (mule-menu-keymap)
9439         (set-default-coding-systems, language-info-alist, set-language-info)
9440         (set-language-environment, standard-display-european-internal)
9441         (set-locale-environment):
9442         * international/mule-diag.el (mule-diag):
9443         * mail/emacsbug.el (report-emacs-bug):
9444         * mail/rmail.el (rmail-mode):
9445         * mail/sendmail.el (mail-setup):
9446         Use default-value rather than default-enable-multibyte-characters.
9448         * progmodes/f90.el: Move all safe properties into the defcustoms.
9449         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9451         * calendar/appt.el (appt-check):
9452         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9453         (diary-check-diary-file, diary-list-entries)
9454         (diary-include-other-diary-files, diary-simple-display)
9455         (diary-fancy-display, diary-print-entries)
9456         (diary-mark-included-diary-files, diary-make-entry):
9457         Don't call substitute-in-file-name on diary-file.
9459 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9460             Stefan Monnier  <monnier@iro.umontreal.ca>
9462         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9463         (footnote-mode-map): Move initialization into the declaration.
9464         (footnote-minor-mode-map): Define it rather than changing global-map.
9465         (footnote-mode): Use define-minor-mode.
9467 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9469         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9470         (tramp-do-file-attributes-with-perl)
9471         (tramp-do-file-attributes-with-stat): Rename from
9472         `tramp-handle-file-attributes-with-*'.
9473         (tramp-handle-file-attributes): Use them.
9474         (tramp-do-directory-files-and-attributes-with-perl)
9475         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9476         `tramp-handle-directory-files-and-attributes-with-*'.
9477         (tramp-handle-directory-files-and-attributes): Use them.
9478         (tramp-method-out-of-band-p): Additional parameter SIZE.
9479         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9480         (tramp-handle-write-region): Use it.
9481         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9482         (tramp-handle-vc-registered): Check, whether the first run did
9483         return files to be tested.
9484         (tramp-advice-make-auto-save-file-name): Do not call directly
9485         `tramp-handle-make-auto-save-file-name', because this would bypass
9486         the locking mechanism.
9488         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9489         (file-remote-p, process-file, start-file-process, set-file-times)
9490         (tramp-compat-file-attributes): Compatibility functions shall not
9491         call directly `tramp-handle-*', because this would bypass the
9492         locking mechanism.
9493         (tramp-compat-number-sequence): New defun.
9495 2009-09-02  Glenn Morris  <rgm@gnu.org>
9497         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9498         alias for float-time.
9499         (time-to-number-of-days): In Emacs, use float-time.
9500         * net/newst-backend.el (time-add): Suppress warnings from compat
9501         function.
9502         * time.el (emacs-uptime, emacs-init-time):
9503         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9504         Use float-time rather than time-to-seconds.
9506         * minibuffer.el (completion-initials-expand): Fix typo.
9508         * faces.el (modeline, modeline-inactive, modeline-highlight)
9509         (modeline-buffer-id):
9510         * info.el (info-menu-5): Mark these face aliases as obsolete.
9512 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9514         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9515         space ...
9516         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9517         no "--thread" option.
9518         (gdb-stopped): Don't print "Switched to thread" message when it is
9519         unchanged.
9521 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9523         * minibuffer.el (completion-try-completion)
9524         (completion-all-completions): Remove ill-defined (and
9525         mistakenly installed and luckily never used nor documented)
9526         `completion-styles' property.
9527         (completion-initials-expand, completion-initials-all-completions)
9528         (completion-initials-try-completion): New functions.
9529         (completion-styles-alist): Add doc to each entry.
9530         Add new `initials' entry.
9532 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9534         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9535         MI command -var-evaluate-expression.
9536         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9537         and tweak for case of string child.
9538         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9540 2009-09-01  Glenn Morris  <rgm@gnu.org>
9542         * add-log.el (change-log-date-face, change-log-name-face)
9543         (change-log-email-face, change-log-file-face, change-log-list-face)
9544         (change-log-conditionals-face, change-log-function-face)
9545         (change-log-acknowledgement-face):
9546         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9547         (custom-modified-face, custom-set-face, custom-changed-face)
9548         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9549         (custom-documentation-face, custom-state-face, custom-comment-face)
9550         (custom-comment-tag-face, custom-variable-tag-face)
9551         (custom-variable-button-face, custom-face-tag-face)
9552         (custom-group-tag-face-1, custom-group-tag-face):
9553         * diff-mode.el (diff-header-face, diff-file-header-face)
9554         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9555         (diff-added-face, diff-changed-face, diff-function-face)
9556         (diff-context-face, diff-nonexistent-face):
9557         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9558         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9559         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9560         (Info-title-4-face):
9561         * isearch.el (isearch-lazy-highlight-face):
9562         * log-view.el (log-view-file-face, log-view-message-face):
9563         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9564         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9565         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9566         (cvs-msg-face):
9567         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9568         (smerge-base-face, smerge-markers-face):
9569         * wid-edit.el (widget-documentation-face, widget-button-face)
9570         (widget-field-face, widget-single-line-field-face)
9571         (widget-inactive-face, widget-button-pressed-face):
9572         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9573         (woman-addition-face):
9574         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9575         (eshell-ls-executable-face, eshell-ls-readonly-face)
9576         (eshell-ls-unreadable-face, eshell-ls-special-face)
9577         (eshell-ls-missing-face, eshell-ls-archive-face)
9578         (eshell-ls-backup-face, eshell-ls-product-face)
9579         (eshell-ls-clutter-face):
9580         * eshell/em-prompt.el (eshell-prompt-face):
9581         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9582         * obsolete/old-whitespace.el (whitespace-highlight-face):
9583         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9584         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9585         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9586         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9587         (antlr-font-lock-literal-face):
9588         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9589         (ebrowse-root-class-face, ebrowse-file-name-face)
9590         (ebrowse-default-face, ebrowse-member-attribute-face)
9591         (ebrowse-member-class-face, ebrowse-progress-face):
9592         * progmodes/make-mode.el (makefile-space-face):
9593         * progmodes/sh-script.el (sh-heredoc-face):
9594         * textmodes/flyspell.el (flyspell-incorrect-face)
9595         (flyspell-duplicate-face):
9596         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9597         * textmodes/texinfo.el (texinfo-heading-face):
9598         Mark face aliases with "-face" suffix as obsolete.
9600         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9601         compiler.
9603         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9604         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9605         easy-menu-define wants to modify these.
9607         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9609         * net/browse-url.el (browse-url-file-url):
9610         * term/internal.el (dos-codepage-setup):
9611         Use default-value rather than default-enable-multibyte-characters.
9613         * progmodes/etags.el (etags-goto-tag-location):
9614         * progmodes/flymake.el (flymake-highlight-line)
9615         (flymake-goto-file-and-line, flymake-goto-line):
9616         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9617         (gdb-goto-breakpoint):
9618         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9619         * progmodes/python.el (python-find-function)
9620         (python-pdbtrack-track-stack-file):
9621         * progmodes/verilog-mode.el (verilog-surelint-off):
9622         * term/ns-win.el (ns-open-file-select-line):
9623         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9624         Use forward-line rather than goto-line.
9626         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9627         * textmodes/reftex-index.el (reftex-display-index):
9628         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9629         * textmodes/reftex-toc.el (reftex-toc):
9630         Remove unnecessary bindings of default-major-mode (all are followed by
9631         major-mode check and possible mode switch).
9633 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9635         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9636         Handle watchpoints (bug#4282).
9637         (def-gdb-thread-buffer-command): Enable thread to be selected by
9638         clicking without selecting threads buffer first.
9639         (gdb-current-context-command): Use selected frame so that "up",
9640         "down" etc work in the GUD buffer.
9641         (gdb-update): Find selected frame before rendering stack buffer.
9642         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9644 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9646         * progmodes/sym-comp.el (displayed-completions): Remove.
9647         (symbol-complete): Use minibuffer-complete.
9649 2009-08-31  Glenn Morris  <rgm@gnu.org>
9651         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9653         * apropos.el (apropos-symbols-internal):
9654         Handle (obsolete) face aliases.
9656         * faces.el (describe-face): Adjust the output format to be more like
9657         describe-variable, and to mention (obsolete) face aliases.
9658         Adjust the whitespace so that help-setup-xref works.
9660         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9661         * calendar/diary-lib.el (diary-button-face):
9662         Mark these face aliases as obsolete.
9664         * calendar/calendar.el (calendar-today): Doc fix.
9666 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9668         * progmodes/gdb-mi.el (gdb-control-all-threads)
9669         (gdb-control-current-thread): Force tool bar update.
9670         (gdb-non-stop-handler): New function.
9671         (gdb-init-1): Use it to test if non-stop mode is supported.
9672         Remove unused gdbmi buffer type.
9674 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9676         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9677         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9679 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9681         * comint.el (comint-exec-1): Check command is non-null first.
9682         Part of gdb-mi.el change (2009-08-28).
9684 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9686         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9688 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9690         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9691         instead of `dolist' to avoid a recursive require when bootstrapping.
9693 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9695         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9697         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9699         * net/imap.el (imap-send-command): Simplify.
9700         (imap-wait-for-tag): point-max -> buffer-size.
9702         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9704         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9705         with constant argument.
9707         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9709         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9711         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9712         Change default, since most of our files don't have a history.
9713         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9714         the user.
9716         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9717         Add comint-run.
9719         * calc/calc.el: Improve commenting convention.
9720         (calc-digit-map, toplevel): Simplify.
9722         * comint.el (comint-insert-input): Be careful to only set point if we
9723         don't delegate to some other command.
9725         * proced.el (proced-signal-list): Make it an alist.
9726         (proced-grammar-alist): Capitalize names.
9727         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9728         Disable undo manually and make it read-only.
9729         Use completion-annotate-function.
9731         * minibuffer.el (minibuffer-message): If the current buffer is not
9732         a minibuffer, insert the message in the echo area rather than at the
9733         end of the buffer.
9734         (completion-annotate-function): New variable.
9735         (minibuffer-completion-help): Use it.
9736         (completion--embedded-envvar-table): Environment vars are
9737         always case-sensitive.
9739 2009-08-30  Glenn Morris  <rgm@gnu.org>
9741         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9742         from fortran-current-defun.
9743         (fortran-beginning-of-subprogram): Be more precise about finding the
9744         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9745         (fortran-end-of-subprogram): Simplify.
9746         (fortran-current-defun): Use fortran-start-prog-re.
9748 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9750         * subr.el (do-after-load-evaluation): Simplify.
9752 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9754         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9756         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9757         (vc-rcs-print-log): Use it.
9759         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9761 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9763         * paths.el (abbrev-file-name): Move to abbrev.el.
9764         * abbrev.el (abbrev-file-name): Move from paths.el.
9765         Obey user-emacs-directory.
9766         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9767         user-emacs-directory.
9768         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9769         abbrev-file-name and calc-settings-file any more.
9770         * startup.el (command-line): Recompute abbrev-file-name and
9771         abbreviated-home-dir.
9772         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9773         of the special code for when C-h bindings haven't been changed.
9774         (display-startup-echo-area-message): Use with-current-buffer.
9775         (command-line-1): Use a list of strings, rather than a list of lists
9776         of strings for longopts.
9778         * files.el (get-free-disk-space): Use / for default-directory.
9780         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9781         Use with-current-buffer.
9783         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9784         Recognize immutable variables like most-positive-fixnum.
9785         (byte-compile-setq-default): Check and warn if trying to assign
9786         to an immutable variable, or a non-variable.
9788         * progmodes/cc-vars.el (c-comment-continuation-stars):
9789         * progmodes/cc-engine.el (c-looking-at-bos):
9790         * progmodes/cc-cmds.el (c-toggle-auto-state)
9791         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9792         (c-comment-line-break-function): Add version of obsolescence.
9794 2009-08-28  Juri Linkov  <juri@jurta.org>
9796         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9797         associated with `archive-mode'.
9799         * image.el (image-type-header-regexps): Use only JPEG magic number
9800         to determine JPEG images, and don't use `image-jpeg-p' because
9801         Emacs can display non-JFIF non-Exif JPEG images.
9803 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9805         * arc-mode.el (archive-mode):
9806         * emacs-lisp/re-builder.el (re-builder-unload-function):
9807         Protect against the default value of `major-mode' being nil.
9809 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9811         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9812         Fix typos in docstrings.
9814         * progmodes/js.el (js--macro-decl-re): Doc fix.
9815         (js--plain-method-re, js--split-name): Refloc docstring.
9816         (js--class-styles, js--make-merged-item, js--splice-into-items):
9817         Fix typos in docstrings; reflow docstrings.
9818         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9819         (js--variable-decl-matcher, js--inside-pitem-p)
9820         (js--parse-state-at-point, js--get-all-known-symbols)
9821         (js--symbol-history, js-find-symbol, js--js-references)
9822         (js--moz-interactor, js--js-encode-value, js--read-tab):
9823         Fix typos in docstrings.
9825 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9827         * textmodes/reftex.el (reftex-get-file-buffer-force):
9828         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9829         * emulation/viper.el (viper-go-away, viper-set-hooks):
9830         * emacs-lisp/re-builder.el (re-builder-unload-function):
9831         * emacs-lisp/bytecomp.el (byte-compile-file):
9832         * ses.el (ses-unload-function):
9833         * hexl.el (hexl-find-file):
9834         * files.el (normal-mode):
9835         * ehelp.el (with-electric-help):
9836         * autoinsert.el (auto-insert-alist):
9837         * arc-mode.el (archive-mode):
9838         Use (default-value 'major-mode) instead of default-major-mode.
9840         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9841         * international/mule.el (load-with-code-conversion):
9842         * emacs-lisp/debug.el (debug):
9843         * ediff-vers.el (ediff-rcs-get-output-buffer):
9844         * dired.el (dired-internal-noselect): Don't let-bind
9845         default-major-mode around code that doesn't use it.
9846         E.g. buffer creation via get-buffer-create doesn't use it.
9848 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9850         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9851         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9852         when writing the temp file.  Otherwise, epa-file gets confused.
9853         (tramp-register-file-name-handlers): Make it a defun.  Move also
9854         `epa-file-handler' to the front of `file-name-handler-alist'.
9856 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9858         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9859         start right after a ^M.
9860         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9861         (tramp-completion-file-name-regexp-separate)
9862         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9863         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9864         Don't modify last-coding-system-used by accident.
9865         (tramp-completion-file-name-handler): Apply the checks here,
9866         instead during registration.
9867         (tramp-register-file-name-handlers): Rename from
9868         `tramp-register-file-name-handler'.  Register both
9869         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9870         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9872 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9874         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9875         Remove variable ...
9876         (gdb-init-1, gdb-display-separate-io-buffer)
9877         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9878         references to it.
9879         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9880         (gdb-inferior-filter): Use comint-output-filter to stop
9881         echoing and remove ^M characters.
9883 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9885         * emulation/viper-init.el (viper-restore-cursor-type):
9886         * emulation/cua-base.el (cua--update-indications):
9887         Replace default-cursor-type with (default-value 'cursor-type).
9889         * mail/sendmail.el (mail-recover-1):
9890         * international/mule-diag.el (describe-current-coding-system-briefly)
9891         (describe-current-coding-system):
9892         * international/mule-cmds.el (select-safe-coding-system)
9893         (select-message-coding-system)
9894         (set-language-environment-coding-systems, set-locale-environment):
9895         * hexl.el (hexl-insert-multibyte-char):
9896         * dos-w32.el (find-buffer-file-type-coding-system):
9897         * simple.el (what-cursor-position):
9898         Replace uses of default-buffer-file-coding-system
9899         with (default-value 'buffer-file-coding-system).
9901         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9902         Replace uses of default-cursor-in-non-selected-windows
9903         with (default-value 'cursor-in-non-selected-windows).
9904         Use with-current-buffer.
9906         * mail/feedmail.el: Use CL macros.
9907         (feedmail-run-the-queue, feedmail-send-it-immediately):
9908         * dos-w32.el (find-buffer-file-type): Replace uses of
9909         default-buffer-file-type with (default-value 'buffer-file-type).
9911 2009-08-28  Glenn Morris  <rgm@gnu.org>
9913         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9914         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9915         Use default-value of major-mode rather than default-major-mode.
9917 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9919         * Makefile.in (update-elcfiles): Report left over elc files.
9921         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9922         expand-file-name and with-current-buffer.
9923         (mail-get-names, mail-directory): Use with-current-buffer.
9925         * vc.el (vc-read-revision): New function.
9926         (vc-version-diff, vc-merge): Use it.
9928 2009-08-27  Sam Steingold  <sds@gnu.org>
9930         * simple.el (kill-do-not-save-duplicates): New user option.
9931         (kill-new): When it is non-nil, and the new string is the same as
9932         the latest kill, set replace to t to avoid duplicates in kill-ring.
9934 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9936         * net/tramp.el (tramp-handle-process-file): Do not flush all
9937         caches when `process-file-side-effects' is set.
9938         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9939         instead of `tramp-find-file-exists-command'.
9940         Unset `process-file-side-effects'.
9942 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9944         * net/tramp.el (tramp-methods): New method "rsyncc".
9945         (top): Add completion function for "rsyncc".
9946         (tramp-message-show-message): New defvar.
9947         (tramp-message, tramp-error): Use it.
9948         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9949         remote copying.
9950         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9951         `tramp-methods' entry `copy-env' of "rsyncc".
9952         (tramp-vc-registered-read-file-names): New defconst.
9953         (tramp-vc-registered-file-names): New defvar.
9954         (tramp-handle-vc-registered): Implement optimization strategy.
9955         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9956         (tramp-vc-file-name-handler): New defun.
9957         (tramp-get-ls-command, tramp-get-test-command)
9958         (tramp-get-file-exists-command, tramp-get-remote-ln)
9959         (tramp-get-remote-perl, tramp-get-remote-stat)
9960         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9962         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9963         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9964         timestamps.
9965         (tramp-get-file-property): Check for timestamps in
9966         `tramp-cache-inhibit-cache'.
9967         (tramp-set-file-property): Write timestamp.
9969 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9971         * language/japan-util.el (japanese-symbol-table): Add entries for
9972         cp932-2-byte.
9974         * international/characters.el: Add category `j' to cp932-2-byte.
9976 2009-08-27  Kenichi Handa  <handa@m17n.org>
9978         * international/fontset.el (build-default-fontset-data): New macro.
9979         (setup-default-fontset): Use build-default-fontset-data for CJK,
9980         tibetan, ethiopic, and ipa.
9982 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9984         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9985         (enable-multibyte-characters): Not customizable any more.
9987         * subr.el (default-mode-line-format, default-header-line-format)
9988         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9989         (default-direction-reversed, default-truncate-lines)
9990         (default-left-margin, default-tab-width, default-case-fold-search)
9991         (default-left-margin-width, default-right-margin-width)
9992         (default-left-fringe-width, default-right-fringe-width)
9993         (default-fringes-outside-margins, default-scroll-bar-width)
9994         (default-vertical-scroll-bar, default-indicate-empty-lines)
9995         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9996         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9997         (default-scroll-down-aggressively, default-fill-column)
9998         (default-cursor-type, default-buffer-file-type)
9999         (default-cursor-in-non-selected-windows)
10000         (default-buffer-file-coding-system, default-major-mode)
10001         (default-enable-multibyte-characters): Mark as obsolete.
10003 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10005         * vc-dir.el (vc-dir-update): Remove debug helper.
10007         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10009 2009-08-26  Sam Steingold  <sds@gnu.org>
10011         * simple.el (save-interprogram-paste-before-kill): New user option.
10012         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10013         save the interprogram-paste into kill-ring before overriding it
10014         with the Emacs kill.
10016 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10018         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10019         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10020         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10021         and move to vc-rcs.el.
10022         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10023         move to vc-rcs.el.
10024         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10025         (vc-rcs-update-changelog): Remove.
10026         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10027         and move to vc-rcs.el.
10029         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10030         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10031         renaming.
10032         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10033         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10034         vc.el, renamed to be RCS specific.
10036         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10037         New functions.
10038         (vc-cvs-update-changelog): Move here from vc.el.
10040         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10041         New functions.
10043 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10045         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10047 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10049         * vc-git.el (vc-git-register): Use "git add" for directories.
10050         (vc-git-stash, vc-git-stash-show): New functions.
10051         (vc-git-extra-menu-map): Bind them.
10053         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10054         directory correctly in case the item is a directory itself.
10056         * vc.el: Document the desired behavior for reverted files in the
10057         `added' state.
10058         (vc-default-prettify-state-info): Remove function, unused.
10060         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10062 2009-08-26  Glenn Morris  <rgm@gnu.org>
10064         * bindings.el (standard-mode-line-format): Reposition dashes in
10065         which-func entry.  (Bug#4217)
10067         * files.el (enable-local-variables, enable-local-eval)
10068         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10069         the defcustoms.
10070         (auto-mode-alist, ignored-local-variables)
10071         (save-some-buffers-action-alist): Move risky declarations to the
10072         definitions.
10073         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10074         (font-lock-defaults, format-alist, imenu--index-alist)
10075         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10076         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10077         (mode-line-modified, mode-line-mule-info, mode-line-position)
10078         (mode-line-process, mode-line-remote, outline-level)
10079         (parse-time-rules, rmail-output-file-alist)
10080         (special-display-buffer-names, vc-mode):
10081         Move risky declarations to the relevant files.
10082         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10083         (mode-line-modified, mode-line-process, mode-line-position)
10084         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10085         * font-core.el (font-lock-defaults):
10086         * format.el (format-alist):
10087         * vc-hooks.el (vc-mode):
10088         * window.el (special-display-buffer-names):
10089         * international/mule-cmds.el (input-method-alist):
10090         Define riskiness here (dumped file) rather than in files.el.
10091         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10092         * imenu.el (imenu-generic-expression, imenu--index-alist):
10093         * outline.el (outline-level):
10094         * time.el (display-time-string):
10095         * calendar/parse-time.el (parse-time-rules):
10096         * mail/rmailout.el (rmail-output-file-alist):
10097         Autoload riskiness here, rather than placing in files.el.
10099 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10101         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10103 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10105         * simple.el (process-file-side-effects): New defvar.
10107         * dired-aux.el (dired-show-file-type):
10108         * vc.el (vc-diff-internal):
10109         * vc-arch.el (vc-arch-diff):
10110         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10111         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10112         * vc-git.el (vc-git-registered, vc-git-working-revision)
10113         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10114         (vc-git--empty-db-p):
10115         * vc-hooks.el (vc-user-login-name):
10116         * vc-svn.el (vc-svn-registered, vc-svn-state)
10117         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10118         * progmodes/grep.el (grep-probe): Let-bind
10119         `process-file-side-effects' with nil.
10121         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10123         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10124         daemon.  Replace ping by checking for running service for bluez
10125         and zeroconf.  (Bug#4239)
10127 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10129         * net/dig.el (dig): Add autoload cookie.
10131 2009-08-25  Glenn Morris  <rgm@gnu.org>
10133         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10134         load-history for absolute file-names.
10135         (byte-compile-file-form-require): Warn about use of the cl package.
10137         * format.el (format-alist): Doc fix.
10139         * play/bubbles.el (top-level): Don't require cl at run-time.
10141         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10142         run-time cl).
10144 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10146         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10147         from cl package.
10148         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10150 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10152         * calc/calc-alg.el (math-trig-rewrite)
10153         (math-hyperbolic-trig-rewrite): New functions.
10154         (calc-simplify): Simplify trig functions when asked.
10156 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10158         * diff-mode.el (diff-find-source-location): Avoid goto-line.
10160 2009-08-24  Kenichi Handa  <handa@m17n.org>
10162         * language/ind-util.el (mapthread): Delete it.
10163         (combinatorial): New function.
10164         (indian--puthash-cv): Use combinatorial instead of mapthread.
10166 2009-08-22  Kevin Ryde  <user42@zip.com.au>
10168         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10169         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10170         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10171         Clarify docstring that the value is strings not symbols.
10172         (checkdoc-list-of-strings-p): New function.
10174 2009-08-22  Glenn Morris  <rgm@gnu.org>
10176         * files.el (auto-mode-alist):
10177         * hippie-exp.el (he-concat-directory-file-name):
10178         * lpr.el (lpr-windows-system, printer-name):
10179         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10180         * ps-print.el (ps-windows-system):
10181         * startup.el (command-line):
10182         * emulation/viper-ex.el (viper-glob-function):
10183         * international/mule-cmds.el (set-language-environment-coding-systems):
10184         * net/ange-ftp.el (ange-ftp-write-region):
10185         * obsolete/fast-lock.el (fast-lock-cache-name):
10186         Remove code for defunct system-types emx, macos, mswindows, next-mach,
10187         unisoft-unix, vax-vms, win32, w32.
10189         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10190         given name if the pattern is not more specific.
10192         * calendar/lunar.el (lunar-phase-names): New option.
10193         (lunar-phase): Doc fix.
10194         (lunar-cycles-per-year): New constant.
10195         (lunar-index): New function.
10196         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10197         (lunar-phase-name): Use lunar-phase-names.
10198         (calendar-lunar-phases): Use format.
10199         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10201         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10202         Copy imenu-example--name-and-position function here for own use.
10203         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10205         * bs.el (bs--redisplay):
10206         * cus-edit.el (custom-redraw):
10207         * ibuffer.el (ibuffer-bury-buffer):
10208         * server.el (server-goto-line-column):
10209         * startup.el (command-line-1):
10210         * strokes.el (strokes-xpm-for-stroke):
10211         * term.el (term-display-buffer-line):
10212         * view.el (View-goto-line):
10213         * calc/calc.el (calc-do, calc-trail-buffer):
10214         * play/gamegrid.el (gamegrid-add-score-insecure):
10215         * progmodes/ada-mode.el (ada-compile-goto-error):
10216         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10217         (ebrowse-select-1st-to-9nth):
10218         * progmodes/cperl-mode.el (cperl-time-fontification):
10219         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10220         * progmodes/gud.el (gud-display-line):
10221         (idlwave-shell-display-line):
10222         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10223         * progmodes/make-mode.el (makefile-browser-toggle):
10224         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10225         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10226         * textmodes/picture.el (picture-draw-rectangle):
10227         * textmodes/reftex-index.el (reftex-index-goto-letter):
10228         (reftex-select-jump-to-previous):
10229         * textmodes/reftex-sel.el (reftex-find-start-point)
10230         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10231         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10232         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10233         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10234         * textmodes/two-column.el (2C-associated-buffer):
10235         Use forward-line rather than goto-line.
10237         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10238         goto-line.
10240         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10241         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10242         (quick-check-list-to-regexp): Declare.
10244         * progmodes/make-mode.el (makefile-browser-insert-selection):
10245         Use goto-char rather than goto-line.
10247         * progmodes/prolog.el (compilation-error-regexp-alist)
10248         (compilation-forget-errors): Declare.
10250 2009-08-22  Juri Linkov  <juri@jurta.org>
10252         * progmodes/grep.el (lgrep, rgrep): At the beginning
10253         set `dir' to `default-directory' unless `dir' is a non-nil
10254         readable directory.  (Bug#4052)
10255         (lgrep, rgrep): Change a weird way to report an error
10256         from using `read-string' to using `error'.
10257         Instead of using interactive arguments in the function body,
10258         add new argument `confirm'.
10260 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         * textmodes/remember.el (remember-buffer):
10263         * progmodes/cperl-mode.el (cperl-vc-header-alist):
10264         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10265         (icalendar-extract-ical-from-buffer):
10266         * net/newst-treeview.el (newsticker-groups-filename):
10267         * net/newst-backend.el (newsticker-cache-filename):
10268         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10269         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10270         (speedbar-add-ignored-path-regexp, speedbar-line-path)
10271         (speedbar-buffers-line-path, speedbar-path-line)
10272         (speedbar-buffers-line-path):
10273         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10274         (epg-sign-keys):
10275         * epa.el (epa-display-verify-result):
10276         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10278 2009-08-21  Glenn Morris  <rgm@gnu.org>
10280         * progmodes/js.el (inferior-moz-process): Fix declaration.
10282         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10284         * obsolete/rnewspost.el (news-mail-reply):
10285         Use goto-char rather than goto-line.
10287         * term/ns-win.el (ns-open-file-select-line):
10288         Use line-beginning-position rather than goto-line.
10290         * apropos.el (apropos-command):
10291         * ehelp.el (electric-helpify):
10292         * printing.el (pr-show-setup):
10293         * strokes.el (strokes-help):
10294         * tutorial.el (tutorial--describe-nonstandard-key)
10295         (tutorial--detailed-help):
10296         * woman.el (woman-mini-help, woman-display-extended-fonts):
10297         * calc/calc-help.el (calc-describe-key):
10298         * emulation/edt.el (edt-electric-helpify):
10299         * international/mule-diag.el (mule-diag):
10300         * play/yow.el (apropos-zippy):
10301         * progmodes/python.el (python-describe-symbol):
10302         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10303         * textmodes/table.el (*table--cell-describe-mode)
10304         (*table--cell-describe-bindings):
10305         Use help-print-return-message rather than the now obsolete alias.
10307         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10308         (calendar-cursor-to-visible-date):
10309         * play/5x5.el (5x5-position-cursor):
10310         * play/decipher.el (decipher):
10311         * play/gomoku.el (gomoku-goto-xy):
10312         * play/landmark.el (lm-goto-xy):
10313         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10314         (mpuz-paint-digit):
10315         Use forward-line, not goto-line.
10317         * mail/rmail.el (rmail-obsolete): Delete custom group.
10318         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10319         (rmail-remote-password, rmail-remote-password-required):
10320         Remove unneeded :set-after and :set properties.
10322 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10324         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10326 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10328         * loadup.el: Remove leftover macos code.
10330         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10331         Explicitly pass the date format to git blame so that user local
10332         so that the output format can be parsed.
10334 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10336         * net/dbus.el (top): Don't check for (getenv
10337         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10339 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10341         * log-edit.el (log-edit-strip-single-file-name): New var.
10342         (log-edit-insert-changelog): Use it.  Bug#3571
10344 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10346         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10347         Bug#3287
10349         * help.el (help-print-return-message): Rename from
10350         print-help-return-message.
10352         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10353         cvs-mode-map parent hack.
10354         (log-view-mode): Derive from special-mode.
10356         * linum.el (linum-mode): window-size-change-functions is redundant.
10357         Adapt to new window-configuration-change-hook behavior.
10358         (linum-after-size, linum-after-config): Remove.
10360         * imenu.el (imenu-example--name-and-position)
10361         (imenu-example--lisp-extract-index-name)
10362         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10363         Mark as obsolete.
10365         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10366         (inferior-prolog-mode): Use it.
10367         (inferior-prolog-load-file): Reset list of errors.
10369 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10371         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10373         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10375 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10377         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10378         is running already.
10380 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10382         * subr.el (listify-key-sequence-1): Use normal syntax since those
10383         integers are nowadays always represented by the same (positive) number
10384         on all platforms.
10385         (read-key-empty-map): New const.
10386         (read-key-delay): New var.
10387         (read-key): New function.
10388         (force-mode-line-update): Use with-current-buffer.
10389         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10390         (start-process-shell-command, start-file-process-shell-command):
10391         Discourage the use of command-args.
10393 2009-08-19  Glenn Morris  <rgm@gnu.org>
10395         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10397 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10399         * simple.el (choose-completion-string): Don't rely on
10400         minibuffer-completing-file-name and ad-hoc checks to decide whether
10401         to continue completion or not.
10403         * minibuffer.el (minibuffer-hide-completions): New function.
10404         (completion--do-completion): Use it.
10405         (completions-annotations): New face.
10406         (completion--insert-strings): Use it.
10407         (completion-pcm--delim-wild-regex): Add docstring.
10408         (completion-pcm--string->pattern): Add support for 0-width delimiters
10409         in completion-pcm--delim-wild-regex.
10411 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10413         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10414         Remove unused var `buffer-modified-p'.
10416         * minibuffer.el (completion--do-completion): Move point for the #b001
10417         case as well (bug#4176).
10418         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10420 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10422         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10423         and :session buses.
10425 2009-08-18  Kenichi Handa  <handa@m17n.org>
10427         * international/ucs-normalize.el (ucs-normalize-version):
10428         Change to 1.1.
10429         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10430         (utf-8-hfs): Make it perform normalization on encoding too.
10432         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10433         (sentence-end-without-space): Delete duplicated chars.
10434         (sentence-end-base): Likewise.
10436         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10437         (html-mode): Delete duplicated chars from sentence-end-base.
10439         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10440         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10442 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10444         * files.el (hack-one-local-variable): If the mode function is for
10445         a minor mode, pass it an argument (Bug#4148).
10447 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10449         * net/tramp.el (tramp-register-completion-file-name-handler):
10450         Check also for (member 'partial-completion completion-styles).
10452 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10454         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10455         abbrev (Bug#3943).
10457 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10459         * progmodes/cperl-mode.el: Merge upstream 6.2.
10460         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10461         (cperl-forward-re): Check cperl-brace-recursing.
10462         (cperl-highlight-charclass): New function.
10463         (cperl-find-pods-heres): Use it.
10464         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10465         (cperl-beautify-regexp-piece): Fix column calculation.
10466         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10467         (cperl-beautify-level): Don't process entire regexp.
10468         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10469         calling man.
10470         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10471         (cperl-init-faces): Build a list in the normal way.
10473 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10475         * calendar/parse-time.el (parse-time-string-chars): Save match
10476         data.
10478 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10480         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10481         (sql-product): Use it.
10482         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10483         (sql-set-product): Add completion.
10484         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10485         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10486         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10487         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10488         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10489         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10490         (sql-highlight-db2-keywords): Remove.
10491         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10492         (sql-highlight-product): Use derived-mode-p.
10493         (sql-set-sqli-buffer): Use with-current-buffer.
10494         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10495         Simplify.
10497         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10499         * term.el: Fix commenting convention, turn comments into docstrings.
10501 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10503         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10505 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10507         * calendar/parse-time.el (parse-time-string-chars): Compute using
10508         character classes, to handle non-ascii characters (Bug#3190).
10510 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10512         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10513         another heredoc if the user adds another < (Bug#3226).
10515         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10516         Don't initialize based on window-system (Bug#4124).
10518         * facemenu.el (facemenu-read-color): Use a completion function
10519         that accepts any defined color, such as RGB triplets (Bug#3677).
10521         * files.el (get-free-disk-space): Change fallback default
10522         directory to /.  Expand DIR argument before switching to fallback.
10523         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10525 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10527         * files.el (load-library): Doc fix.
10529 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10531         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10532         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10533         incremental search string.
10535         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10536         XEmacs.
10538         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10539         (ediff-merge-region-is-non-clash)
10540         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10541         Also check if the job is really a merge job.
10543         * ediff.el (ediff-current-file): New function.
10545 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10547         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10548         conventions.
10549         (js-insert-and-indent): Delete function.
10550         (js-mode-map): Don't bind keys to js-insert-and-indent.
10551         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10552         (js-end-of-defun): Rename from js--end-of-defun.
10553         (js-auto-indent-flag): Delete variable.
10555 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10557         * progmodes/js.el: Remove proclaim statement.
10558         Defvar which-func-imenu-joiner-function to silence compiler.
10560         * files.el (auto-mode-alist): Use js-mode for .js files.
10562         * progmodes/js2-mode.el: Remove file.
10564         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10566         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10568         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10570 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10571             Karl Landstrom  <karl.landstrom@brgeight.se>
10573         * progmodes/js.el: New file.
10575 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10577         * timezone.el (timezone-parse-date): Add ability to understand ISO
10578         basic format (minimal separators) dates in addition to the
10579         already-supported extended format dates.
10581 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10583         * international/ucs-normalize.el: Add a `coding' file variable.
10585         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10587 2009-08-14  Sam Steingold  <sds@gnu.org>
10589         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10591 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10593         * faces.el (help-argument-name): Define it here instead of
10594         help-fns.el, because in daemon mode help-fns.el may be loaded when
10595         faces are still uninitialized (Bug#1078).
10597         * help-fns.el (help-argument-name): Move defface to faces.el.
10599 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10601         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10602         create buffer with a pty but no process so that GDB can make the
10603         inferior the controlling process.
10605 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10607         * international/ucs-normalize.el: New file.
10609 2009-08-13  Richard Stallman  <rms@gnu.org>
10611         * mail/rmail.el (rmail-get-attr-names):
10612         Accept an attribute header that is too short.
10614         * mail/rmail.el (rmail-forget-messages):
10615         Ignore nil elt in rmail-message-vector.  Use dotimes.
10617         * progmodes/compile.el (compilation-goto-locus):
10618         Use next-error-move-function.
10620         * simple.el (next-error-move-function): New variable.
10622 2009-08-12  Juri Linkov  <juri@jurta.org>
10624         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10625         always non-nil.  (Bug#4052)
10627         * replace.el (read-regexp): Return empty string when
10628         `default-value' is nil.
10629         (keep-lines-read-args): Don't use empty string as the
10630         default value for `read-regexp'.  (Bug#2495)
10632 2009-08-12  Juri Linkov  <juri@jurta.org>
10634         * international/mule-cmds.el (ucs-insert): Change arguments
10635         from `arg' to `character', `count', `inherit' to be the same
10636         as in `insert-char'.  Doc fix.  (Bug#4039)
10638         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10640 2009-08-12  Juri Linkov  <juri@jurta.org>
10642         * files-x.el: New file.
10644         * files.el: Move code that deals with adding/deleting
10645         file/directory-local variables to files-x.el.
10647         * Makefile.in (ELCFILES): Add files-x.elc.
10649 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10651         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10652         to use `goto-line'.
10653         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10654         `goto-line'.
10655         (gdb-invalidate-disassembly): Do not refresh upon receiving
10656         'update signal.  Instead, update all disassembly buffers only after
10657         threads list.
10658         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10659         (gdb-starting): Move -data-list-register-names...
10660         (gdb-stopped): ...here so it's sent when first thread stops.
10661         (gdb-registers-handler-custom): Do nothing if register names are
10662         unknown yet.
10664         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10665         from `gdb-mi.el' to avoid extra tangling.
10667         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10668         change which breaks `gud-def' definitions used in `gdb'.
10669         (gdb-update-gud-running): No extra fuss for updating frame number.
10671 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10673         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10674         (describe-language-environment-map, setup-language-environment-map)
10675         (set-coding-system-map): Move initialization into declaration.
10676         (set-language-info-alist): Last arg to define-key-after can be skipped.
10678         * international/quail.el (quail-completion-1): Simplify.
10679         (quail-define-rules): Use slightly more compact code.
10680         (quail-insert-decode-map): Propertize keys, compact columns.
10682         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10683         Add goto-line.
10685 2009-08-10  Miles Bader  <miles@gnu.org>
10687         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10688         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10689         (js2-instance-member, js2-private-member, js2-private-function-call)
10690         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10691         (js2-magic-paren, js2-external-variable):
10692         Remove "-face" suffix from face names.
10693         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10694         (js2-highlight-undeclared-vars, js2-peek-token)
10695         (js2-parse-function-params, js2-mode-show-errors)
10696         (js2-mode-show-warnings, js2-make-magic-delimiter)
10697         (js2-mode-highlight-magic-parens): Update to use new face names.
10699 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10701         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10702         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10704 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10706         * subr.el: Provide hashtable-print-readable.
10708         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10709         hs-c-like-adjust-block-beginning.
10710         (hs-hide-block-at-point): Stop hiding at the beginning of
10711         hs-block-end-regexp (Bug#700).
10713 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10715         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10716         a macro.
10717         (gdb-registers-handler-custom): Do not fail when register names
10718         are unavailable.
10720 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10722         * progmodes/gdb-mi.el (gdb-control-all-threads)
10723         (gdb-control-current-thread): Interactive setters for
10724         `gdb-gud-control-all-threads' to use in menu.
10725         (gdb-show-run-p): Show «Go» when process is not active.
10726         (gud-tool-bar-map): Add non-stop/A,T indicator.
10727         Uses gud/thread.xpm and gud/all.xpm.
10729 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10731         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10732         (nslookup-font-lock-keywords): Make it a variable.
10733         (net-utils-mode): New mode for viewing diagnostic network output.
10734         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10735         (net-utils-run-simple): New function.
10736         (ifconfig, iwconfig, netstat, arp, route): Use it.
10738 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10740         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10741         (gdb-memory-set-address, def-gdb-set-positive-number)
10742         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10743         after changing settings.
10744         (gdb-invalidate-disassembly): Update when first shown.
10745         (gdb-edit-locals-value): Fixed.
10746         (gdb-registers-handler-custom): Print registers in right order and
10747         allow changing register values (only for current thread yet).
10748         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10749         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10750         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10751         (gdb-locals-handler-custom, gdb-registers-handler-custom):
10752         Thread info in mode name.
10753         (gdb-registers-mode-map): TAB to switch to locals.
10755 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10757         * mail/rmail.el (rmail-add-mbox-headers)
10758         (rmail-set-message-counters-counter): Search for
10759         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10761 2009-08-08  Glenn Morris  <rgm@gnu.org>
10763         * Makefile.in (ELCFILES): Update.
10765 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10767         * mail/sendmail.el (mail-yank-original):
10768         Set buffer-file-coding-system from the one used by the message whose
10769         text is yanked.
10771         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10772         to "windows" when "pgnuplot" is used.
10773         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10774         Don't call accept-process-output if "pgnuplot" is used.
10775         (calc-graph-init): Don't send -display and -geometry to
10776         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10777         running "pgnuplot -V" with shell-command-to-string.
10779         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10780         the default.
10782 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10784         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10785         org/org-latex.elc.
10787 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10789         * vc-dispatcher.el (vc-resynch-window): Update comment.
10791         * term.el (term-handle-ansi-escape): Add comments with the
10792         terminfo capabilities implemented.
10794 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10796         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10797         (gdb-var-create-handler): Rewritten using JSON parser.
10798         (gdb-propertize-header): Move earlier.
10799         (gdb-set-header): Remove to avoid duplication.
10800         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10801         Refresh disassembly buffers only after threads list have been
10802         update.
10803         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10804         variables.
10806 2009-08-04  Juri Linkov  <juri@jurta.org>
10808         * files.el: Commands to add/delete file/directory-local variables.
10809         (read-file-local-variable, read-file-local-variable-value)
10810         (read-file-local-variable-mode, modify-file-local-variable)
10811         (modify-file-local-variable-prop-line)
10812         (modify-dir-local-variable): New functions.
10813         (add-file-local-variable, delete-file-local-variable)
10814         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10815         (add-dir-local-variable, delete-dir-local-variable)
10816         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10817         (copy-dir-locals-to-file-locals-prop-line): New commands.
10819 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10821         * abbrev.el (insert-abbrev-table-description): Prettify output.
10822         Suggested by Karl Chen.
10824 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10826         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10827         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10828         (gdb-overlay-arrow-position, gdb-thread-position)
10829         (gdb-disassembly-position): Declare variables.
10830         (gdb-wait-for-pending): Function now.
10831         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10832         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10833         compilation goes smoothly.
10834         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10835         (gdb-non-stop-setting): New customization setting which replaces
10836         `gdb-non-stop' so changing it doesn't break active GDB session.
10837         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10838         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10839         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10840         (gdb-show-threads-by-default): New customization options.
10841         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10842         routines.
10843         (gdb-get-buffer-create): Send buffers update signal when they are
10844         created.
10845         (gdb-invalidate-locals, gdb-invalidate-registers)
10846         (gdb-invalidate-breakpoints)
10847         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10848         (gdb-invalidate-memory): Accept update signal.
10849         (gdb-current-context-command): Use --frame option.
10850         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10851         Implement `gdb-frame-number' selection logic.
10852         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10853         whether to show GUD toolbar buttons.
10854         (gdb-thread-exited): Unselect current thread when it exits.
10855         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10856         (gdb-mark-line): Routine which sets overlay arrow or inverses
10857         video on fringeless displays.
10858         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10859         to build aligned columns of data in GDB buffers and set text
10860         properties line-by-line.
10861         (gdb-invalidate-breakpoints)
10862         (gdb-breakpoints-list-handler-custom)
10863         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10864         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10865         (gdb-registers-handler-custom): Align data columns.
10866         (gdb-locals-handler-custom): Now prints data like in variable
10867         declarations.
10868         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10869         Remove confusing buttons.
10870         (gdb-invalidate-threads): Append --frame.
10871         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10872         between breakpoints/threads buffers.
10873         (gdb-set-window-buffer): Now can ignore dedicated windows.
10874         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10875         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10876         (def-gdb-thread-buffer-gud-command): Replaces
10877         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10878         for fine thread control.
10879         (gdb-preempt-existing-or-display-buffer): New function used to
10880         display bound buffers without breaking window layout.
10881         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10882         (gdb-select-frame): New version of `gdb-frames-select' which now
10883         sets `gdb-frame-number' so commands may use --frame option instead
10884         of inner debugger state.
10885         (gdb-frame-handler): Do not set `gdb-frame-number'.
10886         (gdb-threads-mode-map): Select threads with mouse.
10888         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10889         avoid compilation warning.
10890         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10891         `gdb-show-stop-p`.
10893         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10894         Argument `key' renamed to `buffer-type'.
10895         (gdb-current-context-buffer-name): Do not add thread info to
10896         buffer name when no thread is selected.
10897         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10898         command (bug 3794).
10899         (gdb-thread-selected): Handle `=thread-selected' notification.
10900         (gdb-wait-for-pending): New macro to deal with congestion problems.
10901         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10902         breakpoints.
10903         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10904         This fixes problem similar to one described in bug 3947.
10905         (gud-menu-map): More menu items.
10906         (gdb-init-1): Reset `gdb-thread-number' to nil.
10908         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10909         non-stop settings.
10911         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10912         (gdb-current-context-command): Do not append --thread if
10913         `gdb-thread-number' is nil.
10914         (gdb-running-threads-count, gdb-stopped-threads-count):
10915         New variables.
10916         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10917         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
10918         New customization options.
10919         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10920         GUD commands.
10921         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10922         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10923         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10924         set `gdb-thread-number' and update `gud-running' properly.
10925         (gdb-running): Update threads list when new threads appear.
10926         (gdb-stopped): Support non-stop operation and new thread switching
10927         logic.
10928         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10929         (gdb-json-partial-output): New set of JSON routines.
10930         (def-gdb-auto-update-trigger): New `signal-list' optional
10931         argument.
10932         (gdb-thread-list-handler-custom): Update `gud-running',
10933         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10934         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10935         (gdb-continue-thread, gdb-step-thread): New commands for fine
10936         thread execution control.
10937         (gud-menu-map): New menu items to switch non-stop options.
10938         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10939         (gdb-send): Mimic RET properly (bug 3794).
10941         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10942         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10943         gdb-buffer-rules.
10944         (def-gdb-auto-update-handler): New nopreserve optional argument.
10945         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10947         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
10948         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10949         (gdb-parent-mode): New mode to derive other GDB modes from.
10950         (gdb-display-disassembly-for-thread)
10951         (gdb-frame-disassembly-for-thread): New commands for threads
10952         buffer.
10954         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10955         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10956         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10957         (gdb-update): We now store all GDB buffers in a list so that they
10958         can be updated by traversing a list instead of calling invalidate
10959         triggers explicitly.
10960         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10961         pair for GDB buffer.
10962         (gdb-stack-buffer-name): Add thread information.
10963         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10964         handle pending triggers.
10965         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10966         (def-gdb-thread-buffer-simple-command)
10967         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10968         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10969         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10970         New commands which show buffers bound to thread.
10971         (gdb-stack-list-locals-regexp): Remove unused regexp.
10973         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10974         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10975         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10976         to (gud-comint-buffer) in *-buffer-name functions
10977         because (gdb-get-target-string) already does that.
10978         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10979         (gdb-changed-registers-handler): Rewritten without regexps.
10981         * progmodes/gdb-mi.el: Basic thread selection support.
10982         (gdb-thread-number): New variable.
10983         (gdb-current-context-command): New macro which adds --thread
10984         option to command.
10985         (gdb-threads-mode-map): Select thread with SPC.
10986         (gdb-thread-list-handler-custom): Mark current thread with overlay
10987         arrow.  Synchronize GDB thread and Emacs thread.
10988         (gdb-select-thread): New command which selects current thread.
10989         (gdb-invalidate-frames, gdb-invalidate-locals)
10990         (gdb-invalidate-registers): Use --thread option.
10992 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10994         * net/tramp.el (top): Make check for tramp-gvfs loading more
10995         robust.  (Bug#3977)
10996         (tramp-handle-insert-file-contents): `unwind-protect' must be
10997         inside `with-parsed-tramp-file-name'.
10999         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11000         fails.
11002 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11004         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11005         directory if CLASSPATH is not set.
11007 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11009         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11010         New defconst.
11011         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11013 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11015         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11016         Update freshmeat link.  Delete newsforge.com as it seems gone.
11018 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11020         * select.el (x-set-selection): Doc fix (Bug#4021).
11022         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11024         * help-fns.el (describe-variable): Treat list return values from
11025         dir-locals-find-file properly (Bug#4005).
11027 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11029         * net/tramp.el (tramp-debug-message): Print also microseconds.
11031 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11033         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11034         or END is non-nil.
11035         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11036         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11037         format.
11039         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11040         (tramp-get-file-property): Use it.
11042         * autorevert.el (auto-revert-handler):
11043         Allow `auto-revert-tail-mode' for remote files.
11045 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11047         * minibuffer.el (read-file-name): Treat confirm options to
11048         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11050 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11052         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11053         (font-lock-variable-name-face, font-lock-constant-face):
11054         Darken the colors for light backgrounds.
11056 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11058         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11059         month names.  (Bug#3987)
11061 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11063         * simple.el (line-move-finish): Pass whole number to
11064         line-move-to-column.
11065         (line-move-visual): Perform hscroll to the recorded position.
11067 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11069         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11071 2009-07-29  Alan Mackenzie  <acm@muc.de>
11073         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11075 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11077         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11078         (gdb-place-breakpoints): Use full path when setting breakpoints.
11080 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11082         * calc/calc.el (calc-mode-map): Add keybinding for
11083         `calc-transpose-lines'.
11085 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11087         * calc/calc-misc.el (calc-transpose-lines): New function.
11089 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11091         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11092         Simplify check for out-of-band methods.
11093         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11094         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11096 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11098         * vc-git.el (vc-git-checkin): Fix typo.
11100 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11102         * progmodes/js2-mode.el: New file.
11104 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11106         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11107         (gud-menu-map): Adjust tooltip accordingly.
11109 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11111         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11112         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11114         * add-log.el (change-log-mode-map): Add a menu.
11116 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11118         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11119         function returns nil.
11120         (dbus-handle-event): Handle special return value :ignore.
11121         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11123 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11125         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11126         it's not needed.
11128 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11130         Fix Bug#3888:
11132         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11134         * term/pc-win.el (x-display-name, x-colors)
11135         (x-select-enable-clipboard, x-select-text): Doc fix.
11137         * term/common-win.el (x-display-name, x-colors): Doc fix.
11139         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11140         (xw-defined-colors): Doc fix.
11142         * w32-fns.el (x-select-text, x-setup-function-keys)
11143         (x-get-selection, x-set-selection): Doc fix.
11145         * term/x-win.el (x-select-text, x-setup-function-keys)
11146         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11148         * select.el (x-set-selection): Doc fix.
11150 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11152         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11153         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11154         "IsNSSSupportAvailable" method is not available.
11155         Reported by Steve Youngs <steve@sxemacs.org>.
11157 2009-07-24  Kenichi Handa  <handa@m17n.org>
11159         * international/characters.el: Fix setting of category ?C, ?|, ?K,
11160         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
11161         (build-unicode-category-table): Fix range checks.
11163 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
11165         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11166         the buffer we try to sync is current when calling
11167         vc-resynch-buffer.
11169         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11170         not show up to date files.
11172 2009-07-24  Glenn Morris  <rgm@gnu.org>
11174         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11175         Add autoload cookies.  If necessary, initialize.
11176         (elint-log): Handle non-file buffers.
11177         (elint-initialize): Add optional argument to reinitialize.
11178         (elint-find-builtin-variables): Save excursion.
11180 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11182         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11183         for Lint.
11185 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11187         * vc.el (vc-print-log-internal): New function, split out from ...
11188         (vc-print-log): ... here.
11189         (vc-dir-move-to-goal-column): Declare.
11191         * vc-git.el (vc-git-add-signoff): New variable.
11192         (vc-git-checkin): Use it.
11193         (vc-git-toggle-signoff): New function.
11194         (vc-git-extra-menu-map): Bind it to menu.
11195         (vc-git--run-command-string): Accept a nil FILE argument.
11196         (vc-git-stash-list): New function.
11197         (vc-git-dir-extra-headers): Use it.
11199 2009-07-23  Glenn Morris  <rgm@gnu.org>
11201         * help-fns.el (describe-variable): Describe ignored and risky local
11202         variables in a similar way to that in which we describe safe ones.
11204         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11205         (byte-compile-output-file-form, byte-compile-output-docform)
11206         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11207         Give some more local variables with common names a "bytecomp-" prefix,
11208         so as not to shadow things during compilation.
11209         * emacs-lisp/cl-macs.el (load-time-value)
11210         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11211         `outbuffer' to `bytecomp-outbuffer'.
11213         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11214         since the next two variables cover them automatically now.
11215         (elint-builtin-variables, elint-autoloaded-variables): New.
11216         (elint-unknown-builtin-args): Remove all members, since they can be
11217         parsed automatically now.
11218         (elint-extra-errors): New.
11219         (elint-env-add-env, elint-env-add-macro): Use cadr.
11220         (elint-current-buffer): Use or.  Change final message.
11221         (elint-get-top-forms): Use line-end-position.
11222         (elint-init-env): Use cadr.  Handle autoload, declare-function,
11223         and defalias.
11224         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
11225         (regexp-assoc): Remove unused function.
11226         (elint-top-form): Set elint-current-pos, to record the start of the
11227         top-level form, for compilation-mode.
11228         (elint-form): Trap errors in macro expansion.  Use dolist.
11229         (elint-unbound-variable): Use elint-builtin-variables and
11230         elint-autoloaded-variables.
11231         (elint-get-args): Use cadr, or.
11232         (elint-check-cond-form): Use dolist, cadr.
11233         (elint-check-condition-case-form): Doc fix.  Use cadr.
11234         Use elint-extra-errors.
11235         (elint-log): New function.
11236         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11237         Distinguish errors and warnings.
11238         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
11239         Use a bytecomp-style format.
11240         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
11241         (elint-get-log-buffer): Use compilation mode.  Disable undo.
11242         Don't truncate lines.
11243         (elint-initialize): Set builtin and autoloaded variable lists.
11244         Only process elint-unknown-builtin-args if non-nil.
11245         (elint-find-builtin-variables, elint-find-autoloaded-variables):
11246         New functions.
11247         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
11249 2009-07-22  Kevin Ryde  <user42@zip.com.au>
11251         * net/newst-backend.el (newsticker--parse-atom-1.0)
11252         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11253         (newsticker--parse-rss-1.0):
11254         * progmodes/idlwave.el (idlwave-mode):
11255         * progmodes/idlw-shell.el (idlwave-shell-mode):
11256         * progmodes/vera-mode.el (vera-mode):
11257         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11258         * progmodes/vhdl-mode.el (vhdl-mode):
11259         * textmodes/table.el (table-generate-source)
11260         (table--warn-incompatibility):
11261         Hyperlink urls in docstrings with URL `...'.
11263 2009-07-22  Glenn Morris  <rgm@gnu.org>
11265         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11266         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11267         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11268         Remove leading * from defcustom docs.
11270         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
11272         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11273         defcustom doc.
11274         (list-load-path-shadows): Optionally, just return shadows as a string.
11276         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11278 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11280         * mail/rmailedit.el (rmail-edit-mode):
11281         Use auto-save-include-big-deletions.
11283         * mail/rmail.el (rmail-variables):
11284         Use auto-save-include-big-deletions.
11286         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11287         changes.
11289 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11291         * calc/calc.el (calc-undo-length): New variable.
11292         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11294 2009-07-21  Richard Stallman  <rms@gnu.org>
11296         * files.el (auto-save-mode): Handle buffer-save-size = -2
11297         for toggling mode.
11299 2009-07-21  Glenn Morris  <rgm@gnu.org>
11301         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11303         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11305         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11306         silence compiler.  Instead...
11307         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11308         (ps-print-ensure-fontified): Update for above function name changes.
11310         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11311         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11312         silence compiler.  Instead...
11313         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11314         (mh-show-buffer): Only define for compiler.
11315         (pr-mh-current-message): Update for above function name changes.
11317         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11318         as an argument.
11319         (find-file-noselect, insert-file-1): Update for above change.
11321         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11323         * mail/mailclient.el (mailclient-send-it): Fix message.
11325         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11326         (edebug-eval): Check cl-debug-env is bound.
11327         (print-level, print-circle): Don't redefine built-in variables.
11329         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11330         (custom-print-vectors): Remove old comments from doc.
11332         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11333         (emerge-version): Make the variable an obsolete alias for the
11334         emacs-version variable.  Make the function obsolete.
11335         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11336         Emerge options, rather than merging in into the main Options menu.
11337         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11338         and auto advance modes.  Disable edit/fast items when not relevant.
11340 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11342         * term/vt420.el (terminal-init-vt420): Fix typo.
11344 2009-07-20  Sam Steingold  <sds@gnu.org>
11346         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11347         variable (removed from compile.el on 2004-03-11).
11349 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11351         * files.el (hack-local-variables-filter): Fix last change.
11353 2009-07-19  Juri Linkov  <juri@jurta.org>
11355         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11356         (dir-local-variables-alist): New buffer-local variable.
11357         (hack-local-variables-filter): If variable is not dir-local,
11358         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11359         because file-local overrides dir-local.
11360         (c-postprocess-file-styles) <declare-function>:
11361         Remove obsolete declaration.
11362         (hack-dir-local-variables): Add dir-local variable/value pair to
11363         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11365         * help-fns.el (describe-variable): Add information about
11366         file-local and dir-local variables.
11368 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11370         * files.el (hack-local-variables-filter): Rewrite.
11372 2009-07-19  Glenn Morris  <rgm@gnu.org>
11374         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11375         Silence compiler by only defining on XEmacs.
11377         * international/mule.el (auto-coding-regexp-alist): Only match
11378         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11380         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11381         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11382         (cal-menu-context-mouse-menu): Doc fix.
11384         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11386         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11388 2009-07-18  Juri Linkov  <juri@jurta.org>
11390         * info.el: Virtual Info keyword finder.
11391         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11392         (Info-finder-file): New variable.
11393         (Info-finder-find-file): New function.
11394         (finder-known-keywords, finder-package-info)
11395         (find-library-name, lm-commentary): Use defvar and
11396         declare-function to silence compiler warnings.
11397         (Info-finder-find-node): New function.
11398         (info-finder): New command.
11400         * subr.el (process-kill-buffer-query-function): New function.
11401         (add-hook)<kill-buffer-query-functions>: Add hook
11402         `process-kill-buffer-query-function'.
11404 2009-07-18  Alan Mackenzie  <acm@muc.de>
11406         * progmodes/cc-mode.el (c-before-hack-hook)
11407         (c-postprocess-file-styles): Give invocation of `c-set-style'
11408         DONT-OVERRIDE parameter of t.  Already set style variables will
11409         thus not be overridden by style settings given by `c-file-syle'.
11411         * files.el (hack-local-variables-filter): Remove entries with
11412         duplicate keys from `file-local-variables-alist'.
11414 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11416         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11417         x-set-selection if display-selections-p returns nil for the
11418         current frame.
11420 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11422         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11424 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11426         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11427         Accept nil in addition to a regexp.
11428         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11429         Accept nil in addition to a regexp.
11430         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11431         buffers that have an associated file.  Handle nil values of
11432         desktop-buffers-not-to-save and desktop-files-not-to-save.
11433         (Bug#3833)
11435         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11436         (x-disown-selection-internal): New functions.
11438 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11440         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11441         warning.
11442         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11443         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11445 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11447         * simple.el (set-mark): Revert last change.
11449 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11451         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11452         rendering of pngs is not possible instead of messaging a long
11453         description.
11455 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11457         * w32-fns.el (x-selection-owner-p): New function.
11459         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11460         (mouse-yank-at-click, mouse-yank-primary):
11461         If select-active-regions is non-nil, deactivate the mark before
11462         insertion.
11464         * simple.el (deactivate-mark, set-mark): Only save selection if we
11465         own it.
11467 2009-07-17  Kenichi Handa  <handa@m17n.org>
11469         * case-table.el (describe-buffer-case-table): Fix for the case
11470         that KEY is a cons.
11472 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11474         * vc-rcs.el (vc-rcs-find-file-hook):
11475         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11477 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11479         * net/tramp.el (tramp-wait-for-output): Handle the case when
11480         commands do not return a newline but a null byte before the shell
11481         prompt.  (Bug#3858)
11483 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11485         * term/ns-win.el (ns-set-alpha): Don't declare.
11486         (ns-set-background-alpha): Remove function.
11488 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11490         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11491         y-or-n-p, for safety.
11493 2009-07-16  Richard Stallman  <rms@gnu.org>
11495         * files.el (auto-save-mode): If buffer-saved-size is -2,
11496         don't clobber it.
11498         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11499         (rmail-retry-ignored-headers): Add more uninteresting fields.
11501 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11503         * net/rcirc.el (rcirc): Use history variables.
11504         (rcirc-server-name-history, rcirc-nick-name-history)
11505         (rcirc-server-port-history): New variables.
11507 2009-07-15  Kenichi Handa  <handa@m17n.org>
11509         * international/mule-cmds.el (set-language-environment-charset):
11510         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11511         ignore them.
11513         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11514         Delete unibyte-display.
11516 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11518         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11520 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11522         * simple.el (deactivate-mark): Optional argument FORCE.
11523         (set-mark): Use deactivate-mark.
11525         * info.el (Info-search): No need to check transient-mark-mode
11526         before calling deactivate-mark.
11528         * select.el (x-set-selection): Doc fix.
11529         (x-valid-simple-selection-p): Allow buffer values.
11530         (xselect--selection-bounds): Handle buffer values.
11531         Suggested by David De La Harpe Golden.
11533         * mouse.el (mouse-set-region, mouse-drag-track):
11534         Call copy-region-as-kill before setting the mark, to let
11535         select-active-regions work.
11537 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11539         * simple.el (deactivate-mark): If select-active-regions is
11540         non-nil, copy the selection data into a string.
11541         (activate-mark): If select-active-regions is non-nil, set the
11542         selection to the current buffer.
11543         (set-mark): Update selection if select-active-regions is non-nil.
11545         * select.el (x-valid-simple-selection-p): Allow buffer values.
11547 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11549         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11550         and more featureful message-mode.
11552 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11554         * select.el (x-set-selection): Doc fix.
11555         (x-valid-simple-selection-p): Disallow selection data consisting
11556         of a list or cons of integers, since that is not used.
11557         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11558         (xselect-convert-to-string, xselect-convert-to-length)
11559         (xselect-convert-to-filename, xselect-convert-to-charpos)
11560         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11562 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11564         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11565         output in -break-info command (Emacs bug #3794).
11567 2009-07-14  Glenn Morris  <rgm@gnu.org>
11569         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11570         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11571         (edebug-print-length, edebug-print-level, edebug-print-circle)
11572         (edebug-sit-for-seconds, edebug-view-outside)
11573         (edebug-bounce-point, edebug-set-global-break-condition)
11574         (edebug-Go-nonstop-mode, edebug-trace-mode)
11575         (edebug-Trace-fast-mode, edebug-continue-mode)
11576         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11577         (edebug-visit-eval-list): Doc fixes.
11579         * subr.el (def-edebug-spec): Doc fix.
11581 2009-07-14  Kenichi Handa  <handa@m17n.org>
11583         * international/characters.el: Fix setting of category ?C.
11585 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11587         * term/ns-win.el (x-select-font): defalias x-select-font to
11588         ns-popup-font-panel instead of generate-fontset-menu.
11590 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11592         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11594 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11596         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11597         the PK\003\004 header (Bug#3770).
11599 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11601         * pcomplete.el (pcomplete-comint-setup): Check for
11602         shell-dynamic-complete-filename too.
11604 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11606         * simple.el (temporary-goal-column): Change the value for
11607         line-move-visual to a cons cell.
11608         (line-move-visual): Record or set the window hscroll, if
11609         necessary (Bug#3494).
11610         (line-move-1): Handle cons value of temporary-goal-column.
11612 2009-07-11  Kenichi Handa  <handa@m17n.org>
11614         * international/mule-diag.el (describe-character-set): Don't show
11615         width.
11617 2009-07-10  Sam Steingold  <sds@gnu.org>
11619         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11620         Omake sometimes indents the errors it prints, so allow all
11621         regexps to start with spaces.
11623 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11625         * cus-edit.el (customize-changed-options-previous-release):
11626         Bump value to 22.1.  (Bug#3804)
11628 2009-07-08  Sam Steingold  <sds@gnu.org>
11630         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11631         to be a cons cell (test . ignored-directory) to selectively ignore
11632         some directories depending on the location of the search.
11634 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11636         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11637         remote user is root, on the local host.
11638         (tramp-local-host-p): Either the local user or the remote user
11639         must be root.  (Bug#3771)
11641 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11643         * progmodes/gdb-mi.el (gdb): Remove description of
11644         gdb-use-separate-io-buffer.
11645         (menu): Don't allow toggling of or enable
11646         gdb-use-separate-io-buffer from menubar.
11648 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11650         * mail/unrmail.el (unrmail): Make sure the message ends with two
11651         newlines (Bug#3769).
11653 2009-07-08  Glenn Morris  <rgm@gnu.org>
11655         * calendar/calendar.el (calendar-current-date): Rework previous change.
11657 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11659         * calendar/calendar.el (calendar-current-date):
11660         Add an optional argument giving an offset from today.
11662 2009-07-08  Glenn Morris  <rgm@gnu.org>
11664         * tutorial.el (tutorial--describe-nonstandard-key):
11665         Adjust the message for when a key has been unbound.
11666         (help-with-tutorial): Hide the arch-tag.
11668 2009-07-08  Kenichi Handa  <handa@m17n.org>
11670         * international/fontset.el (setup-default-fontset): For each
11671         script, append (not set) font-specs.
11673         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11674         docstring.
11676 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11678         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11679         -data-list-register-names to ...
11680         (gdb-starting): ... here because GDB 7.0 requires execution to
11681         have started when using this MI command.
11682         (gdb-set-header): New function to distinguish select and
11683         unselected tabs in gdb buffers.
11684         (gdb-propertize-header): New macro that uses gdb-set-header.
11685         (gdb-breakpoints-header, gdb-locals-header): Use it.
11686         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11688 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11690         * Makefile.in (ELCFILES): Remove fadr.elc.
11692 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11694         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11695         may contain frame information, so `string-match' should be used.
11696         (gdb-update): Disassembly is invalidated through
11697         `gdb-get-selected-frame'.
11698         (gdb-pad-string): New function to pad string with spaces.
11699         (gdb-invalidate-disassembly): Invalidate only if the buffer
11700         exists.
11701         (gdb-disassembly-handler-custom): Column alignment.
11702         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11703         placing new ones.
11704         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11705         end of line, too.
11706         (gdb-frame-handler): Match convention to for disassembly buffer
11707         mode name.
11708         (gdb-stack-list-frames-handler): Rewritten without regexps.
11709         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11710         not highlight breakpoints without line information.
11711         (gdb-input): Add trailing newline to command.
11713         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11714         buffer properly.
11715         (gdb-breakpoints-list-handler-custom): Replacement for
11716         `gdb-break-list-handler'.  Using real parser instead of regexps
11717         now.
11718         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11719         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11720         to place breakpoints.
11721         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11722         functions.
11723         (gdb-disassembly-handler-custom): Show overlay arrow.
11724         (gdb-disassembly-place-breakpoints): Show breakpoints in
11725         disassembly buffer.
11726         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11727         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11728         instead of parsing breakpoints buffer.  Fixed old menu references
11729         in `gud-menu-map'.
11731         * fadr.el: Remove.
11733         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11734         (gdb-memory-address): New variable which holds top address of
11735         memory page shown in memory buffer.
11736         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11737         New customization variables.
11738         New functions:
11739         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11740         display the memory buffer.
11741         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11742         buffer display parameters.
11743         (def-gdb-memory-format, gdb-memory-format-binary)
11744         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11745         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11746         Functions for setting memory buffer format.
11747         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11748         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11749         unit size used in memory buffer.
11750         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11751         Switch to next/previous page of memory buffer.
11752         Now using (bindat-get-field) instead of fadr functions.
11754 2009-07-07  Sam Steingold  <sds@gnu.org>
11756         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11757         non-top-level files.
11759 2009-07-07  Kenichi Handa  <handa@m17n.org>
11761         * international/mule-cmds.el (reset-language-environment):
11762         Put the highset priority to the charset iso-8859-1.
11764 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11766         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11767         to the end of the line when locating the block (Bug#700).
11769 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11771         * net/tramp.el (tramp-handle-write-region): Flush file properties
11772         in case of short track.
11774 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11776         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11777         Coded custom representation of verilog error regular expressions
11778         to work with Emacs-22's new format.
11779         (verilog-error-regexp-xemacs-alist): Coded custom representation
11780         of verilog error regular expressions to work with XEmacs format.
11781         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11782         error recognition into XEmacs.
11783         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11784         error recognition into Emacs-22.
11786 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11788         * woman.el: Remove stand-alone closing parentheses.
11789         (woman-file-name, woman2-format-paragraphs)
11790         (woman-leave-blank-lines): Code cleanup.
11791         (woman-use-own-frame): Change default to nil.
11792         (woman-italic, woman-bold, woman-unknown, woman-addition):
11793         Change defaults to inherit from default faces.
11794         (woman2-process-escapes): Consume the newline after a stand-alone
11795         filler character (Bug#3651).
11797 2009-07-06  Glenn Morris  <rgm@gnu.org>
11799         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11800         (top-level): Move provide to the end.
11801         (ffap): Remove defunct URL from custom group.
11803         * subr.el (eval-after-load): Doc fix.
11805 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11807         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11808         `calc-embedded-word' is called twice.
11810 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11812         * files.el (find-alternate-file-other-window, find-alternate-file):
11813         Obey confirm-nonexistent-file-or-buffer.
11815 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11817         * dired-aux.el (dired-show-file-type): Handle remote files.
11819 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11821         * desktop.el (desktop-globals-to-save):
11822         Add file-name-history (Bug#2750).
11824 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11826         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11828 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11830         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11831         property on entire argument since this is what eshell-lisp-command
11832         expects.
11834 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11836         * net/tramp-gvfs.el (tramp-gvfs-methods)
11837         (tramp-gvfs-zeroconf-domain)
11838         (tramp-bluez-discover-devices-timeout): Add version flag.
11839         (tramp-gvfs-handler-mounted-unmounted)
11840         (tramp-gvfs-connection-mounted-p): Polish handling of
11841         incompatibilities between GVFS 0.2 and 1.0.
11843 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11845         * cus-start.el (all): Add make-pointer-invisible.
11847 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11849         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11850         formatted correctly.
11852 2009-07-02  Juri Linkov  <juri@jurta.org>
11854         * info.el: Virtual Info files and nodes.
11855         (Info-virtual-files, Info-virtual-nodes): New variables.
11856         (Info-current-node-virtual): New variable.
11857         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11858         New functions.
11859         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11860         to check for a virtual file instead of checking a fixed list
11861         of node names.
11862         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11863         instead of ad-hoc processing of "dir" and (apropos history toc).
11864         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11865         instead of ad-hoc processing of "dir" and (apropos history toc).
11866         Reread a file when moving from a virtual node.
11867         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11868         (Info-directory-toc-nodes, Info-directory-find-file)
11869         (Info-directory-find-node): New functions.
11870         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11871         (Info-history): Move part of code to
11872         `Info-history-find-node'.
11873         (Info-history-toc-nodes, Info-history-find-file)
11874         (Info-history-find-node): New functions.
11875         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11876         (Info-toc): Move part of code to `Info-toc-find-node'.
11877         (Info-toc-find-node): New function.
11878         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11879         the current Info file name to references because now the node
11880         "*TOC*" belongs to the same Info manual.
11881         (Info-toc-build): Rename from `Info-build-toc'.
11882         (Info-toc-nodes): Rename input argument `file' to `filename'.
11883         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11884         instead of ad-hoc processing of ("dir" apropos history toc).
11885         (Info-index-nodes): Use Info-virtual-file-p
11886         to check for a virtual file instead of checking a fixed list
11887         of node names.
11888         (Info-index-node): Add check for `Info-current-node-virtual'.
11889         Raise `save-match-data' higher up the tree to contain
11890         `search-forward' too (bug fix).
11891         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11892         (Info-virtual-index-nodes): New variable.
11893         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11894         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11895         (Info-apropos-file, Info-apropos-nodes): New variables.
11896         (Info-apropos-toc-nodes, Info-apropos-find-file)
11897         (Info-apropos-find-node, Info-apropos-matches): New functions.
11898         (info-apropos): Move part of code to `Info-apropos-find-node' and
11899         `Info-apropos-matches'.
11900         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11901         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11902         for a virtual file instead of checking a fixed list of node names.
11904         * simple.el (async-shell-command): New command.
11906         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11908         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11909         instead of `mount-info'.
11911 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11913         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11914         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11916 2009-07-02  Kenichi Handa  <handa@m17n.org>
11918         * international/mule.el (set-keyboard-coding-system): Force *-unix
11919         coding-system to avoid eol conversion.
11921 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11923         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11924         Add handler for `process-file', `shell-command' and
11925         `start-file-process'.
11926         (tramp-gvfs-handle-shell-command)
11927         (tramp-gvfs-handle-start-file-process)
11928         (tramp-gvfs-handle-process-file): New defuns.
11929         (tramp-synce-list-devices): Simplify check for existence of property.
11931 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11933         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11935 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11937         * language/korean.el (set-language-info-alist): Add korean-cp949,
11938         cp949 to spec.
11940 2009-07-01  Kenichi Handa  <handa@m17n.org>
11942         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11944         * international/encoded-kb.el: Deleted.
11946         * international/mule.el (set-keyboard-coding-system): Perform the
11947         necessary setup here instead of calling encoded-kbd-setup-display.
11949 2009-07-01  Glenn Morris  <rgm@gnu.org>
11951         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11953 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11955         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11957 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11959         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11960         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11961         (tramp-default-file-modes): Remove execute permissions.
11963         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11964         (top): Add a default for "synce" in `tramp-default-user-alist'.
11965         Add completion function for "synce" method.
11966         (tramp-hal-service, tramp-hal-path-manager)
11967         (tramp-hal-interface-manager, tramp-hal-interface-device):
11968         New defconst.
11969         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11970         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11971         New defuns.
11973         * net/trampver.el: Update release number.
11975 2009-06-30  Kenichi Handa  <handa@m17n.org>
11977         * international/fontset.el (setup-default-fontset): Add CJK fonts
11978         for symbols and the other miscellaneous characters.
11980         * language/korea-util.el (setup-korean-environment-internal):
11981         Make char-width-table suitable for Korean environments.
11982         (exit-korean-environment): Cancel above.
11984         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11985         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11986         setup-function to make char-width-table suitable for respective
11987         environments, and an exit-function to cancel that.
11989         * language/japan-util.el (setup-japanese-environment-internal):
11990         Call use-cjk-char-width-table with arg `ja_JP'.
11992         * international/characters.el (cjk-char-width-table): Delete it.
11993         (cjk-char-width-table-list): New variable.
11994         (use-cjk-char-width-table): New arg local-name.
11995         (use-default-char-width-table): Fix for the case that Emacs is
11996         already using the default char-width-table.
11998 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12000         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12001         modes mandatory.  (Bug#3712)
12003 2009-06-29  Alan Mackenzie  <acm@muc.de>
12005         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12006         correction between the visible width of TABs and their number of bytes.
12008 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12010         * server.el (server-buffer-done): Prevent kill-buffer from
12011         prompting by clearing the buffer modification flag (Bug#3696).
12013 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12015         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12016         (verilog-endcomment-reason-re): Support unique case and priority case.
12017         (verilog-basic-complete-re): Support localparam lineup.
12018         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12019         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12020         commenting.
12021         (verilog-leap-to-case-head): Now support *nested* unique &
12022         priority case statements.
12023         (verilog-auto-lineup): Make just declarations the default (as it
12024         had been).
12025         (verilog-leap-to-case-head): Support priority/unique case statements.
12026         (verilog-auto-lineup): Rework to give users radio buttons to
12027         select the various styles of automatic lineup.
12028         (verilog-error-regexp-alist): Rework to support the XEmacs style
12029         of error regular expressions from compilers, lint tools &
12030         simulators.  Note that GNU Emacs has made it impossible for a mode
12031         to load such things.
12032         (electric-verilog-terminate-line, verilog-indent-declaration)
12033         (verilog-auto-wiure): Rework for radio button selection of
12034         auto-lineup selection of specification of auto lineup.
12035         (verilog-beg-of-statement-1): Redesign to support proper operation
12036         in additional code, based on testing with auto-lineup.
12037         (verilog-calculate-indent, assignments & declarations)
12038         (verilog-backward-token): Enhance to support auto-lineup of
12039         assignments & declarations.
12040         (verilog-in-directive-p, verilog-at-struct-p): New function for
12041         easy test of whether we are.
12042         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12043         to support safe execution at almost anyline.
12044         (verilog-calc-1): Properly support indenting deep inside generate
12045         blocks.
12046         (verilog-init-font): Remove definition & use of verilog-init-font,
12047         as it is redundant with font-lock-defaults.
12048         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12049         to avoid circular calls if syntax-ppss is a function (as is the
12050         case now in 22.x GNU Emacs) as that function would sometimes call
12051         itself, leading to (nearly) infinite recursion.
12052         (verilog-ovm-begin-re, verilog-ovm-end-re)
12053         (verilog-ovm-statement-re, verilog-leap-to-head)
12054         (verilog-backward-token): Add support for OVM macros.  Some are
12055         complete statements, and others open and close scopes like begin
12056         and end.
12057         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12058         (verilog-defun-level-generate-only-re): Really fix the defun-list
12059         compilation issue.
12060         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12061         coverpoint, constraint and cross statements.
12062         (verilog-defun-level-list, verilog-generate-defun-level-list)
12063         (verilog-all-defun-level-list): Redo these specifications - it is
12064         too hard to support eval-when compile aggregation of lists also
12065         built at when-compile time.
12066         (verilog-defun-level-list): Place defconsts of variables used in
12067         building regular expressions which are built in eval-when-compile
12068         bodies in the same eval-when-compile body to facilitate compile
12069         without load.
12070         (verilog-beg-block-re-ordered): Support indenting
12071         virtual/protected tasks and functions.
12072         (verilog-defun-level-list, verilog-in-generate-region-p)
12073         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12074         indentation of some module items (generate items).
12075         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12076         across virtual/protected tasks and functions.
12078 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12080         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12081         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12082         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12083         in concatenations.  Reported by Yishay Belkind.
12084         (verilog-auto-ascii-enum): Support one-hot state machines in
12085         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12086         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12087         modport in AUTOINST and add vl-modport for users.
12088         Reported by David Rogoff.
12089         (verilog-auto-inout-module, verilog-auto-inst)
12090         (verilog-decls-get-interfaces, verilog-insert-definition)
12091         (verilog-insert-one-definition, verilog-read-decls)
12092         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12093         (verilog-sig-modport, verilog-signals-combine-bus)
12094         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12095         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12096         Suggested by David Rogoff.
12097         (verilog-repair-open-comma): Fix non-insertion of comma when
12098         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12099         (verilog-make-width-expression): Simplify [A-1:0] expression
12100         widths to just {A{1'b0}}.
12101         (verilog-mode): Cleanup checkdoc warnings.
12102         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12103         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12104         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12105         (next-error-last-buffer): Fix byte-compiler warning.
12106         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12107         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12108         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12109         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12110         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12111         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12112         in AUTOINOUT.  Reported by Matthew Lovell.
12113         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12114         causing use of <= assignments.  Reported by Alex Reed.
12115         (verilog-read-decls): Fix triand, trior, wand, wor to be
12116         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12117         (verilog-extended-complete-re): Support import "DPI-C" functions.
12118         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12119         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12120         (verilog-insert-date, verilog-insert-year)
12121         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12122         Windows systems.  Reported by Michael Potts.
12123         (verilog-read-module-name): Fix AUTOINST when the child module
12124         declaration's name is a tick define.  Reported by Elliot Mednick.
12125         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12126         passed to next parameter's definition.  Reported by Bruce T.
12127         (verilog-read-decls): Fix detecting "parameter int" when using
12128         AUTOINSTPARAM.  Reported by Bruce T.
12129         (verilog-goto-defun): Fix goto not finding modules unless first
12130         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12131         (verilog-mode): Expand -f flag arguments on entry to mode so
12132         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12133         (verilog-getopt): Expand environment variables in -f file
12134         arguments.  Suggested by Lawrence Butcher.
12135         (verilog-set-define): Fix "Symbol's value as variable is void"
12136         when reading enumerations.
12137         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12138         Suggested by Stephen Peltan.
12139         (verilog-read-defines): Fix reading of enumerations in include
12140         files.  Reported by Steve Peltan.
12142 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12144         * files.el (trash-directory): Fix defcustom type.
12146 2009-06-28  Juri Linkov  <juri@jurta.org>
12148         * help-fns.el (describe-function-1): Correctly locate adviced
12149         functions in hyperlink (Bug#2438).
12151 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12153         * files.el (trash-directory): Change default to nil.
12154         (move-file-to-trash): If trash-directory is nil and
12155         system-move-file-to-trash is unbound, perform freedesktop-style
12156         trashing.
12158 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12160         * files.el (move-file-to-trash): Add freedesktop trash
12161         support (Bug#973).
12163 2009-06-28  Glenn Morris  <rgm@gnu.org>
12165         * autorevert.el (global-auto-revert-non-file-buffers)
12166         (global-auto-revert-mode): Doc fixes.
12168 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
12170         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12172 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
12174         * faces.el (x-handle-named-frame-geometry): Ensure that we have
12175         opened an X connection before calling x-get-resource (Bug#3194).
12177         * play/doctor.el: Remove reference to obsolete website.
12178         (make-doctor-variables): Correct grammar mistake (Bug#2633).
12180 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
12182         Remove find-file-not-found-hook VC method.  (Bug#2757)
12183         * vc-hooks.el (vc-file-not-found-hook)
12184         (vc-default-find-file-not-found-hook): Remove functions.
12185         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12186         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12187         * vc.el:
12188         * vc-hg.el:
12189         * vc-git.el: Do not mention find-file-not-found-hook VC method.
12191 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
12193         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12194         compatibility function for `looking-back'.
12196         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12197         Use `ispell-looking-back'.
12199 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
12201         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12202         rather than `filename'.
12204 2009-06-23  Miles Bader  <miles@gnu.org>
12206         * face-remap.el (text-scale-set): New function.
12208 2009-06-23  Glenn Morris  <rgm@gnu.org>
12210         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12212         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12214         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12216         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12218         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12219         Simplify Persian conditionals.
12221         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12222         variable `filename'.
12224         * comint.el (comint-insert-input): Doc fix.
12226         * Makefile.in (ELCFILES): Fix typo in previous change.
12228 2009-06-23  Miles Bader  <miles@gnu.org>
12230         * cus-start.el: Add entry for `recenter-redisplay'.
12232 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12234         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12235         Add an optional argument for the backend, use it instead of
12236         calling vc-backend.
12237         (vc-mode-line): Add an optional argument for the backend.
12238         Pass the backend to vc-state and vc-working-revision.  Move code for
12239         special handling for vc-state being a buffer to ...
12241         * vc-rcs.el (vc-rcs-find-file-hook):
12242         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
12244         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12245         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12246         vc-stay-local-p and vc-mode-line calls.
12248         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12249         (vc-cvs-diff, vc-cvs-annotate-command)
12250         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12251         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12252         vc-mode-line calls.
12254         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12255         direct comparison.
12256         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12257         backend when calling vc-mode-line.
12258         (vc-register): Do not create a closure for calling the vc register
12259         function, call it directly.
12261 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12263         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12264         to make it obvious item can be clicked.
12266         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12268 2009-06-23  Kenichi Handa  <handa@m17n.org>
12270         * language/korea-util.el (korean-key-bindings): Change the binding
12271         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
12272         same command.
12274 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12276         Sync with Tramp 2.1.16.
12278         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12280         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12281         when a loading of a package fails.  Completion function for rsync
12282         is `tramp-completion-function-alist-ssh'.
12283         (all): Replace all calls of `split-string' and
12284         `tramp-split-string' by `tramp-compat-split-string'.
12285         (tramp-default-method): Use `tramp-compat-process-running-p'.
12286         (tramp-default-proxies-alist): Allow also Lisp forms.
12287         (tramp-remote-path): Add choice "Private Directories".
12288         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12289         (tramp-domain-regexp): Allow also "-", "_" and ".".
12290         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12291         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12292         (tramp-debug-message): Insert header line in debug buffer.
12293         (tramp-handle-directory-files-and-attributes-with-stat):
12294         Care about filenames with spaces, or starting with "-".
12295         (tramp-handle-dired-uncache): New defun.
12296         (tramp-handle-insert-directory): Don't flush the directory from
12297         cache, this is handled by `dired-uncache' now.
12298         (tramp-handle-insert-file-contents): Improve error handling.
12299         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12300         Quote `tramp-end-of-output'.
12301         (tramp-action-password): Improve trace message.
12302         (tramp-check-for-regexp): Both echoes must be present, before removing.
12303         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12304         (tramp-compute-multi-hops): Eval cons cells of
12305         `tramp-default-proxies-alist'.
12306         (tramp-maybe-open-connection): Use the same command pattern for
12307         first hop and further hops.
12308         (tramp-wait-for-output): Remove handling of newlines.
12309         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12310         (tramp-split-string): Remove function.  It is handled in
12311         tramp-compat now.
12313         * net/tramp-cmds.el (tramp-bug):
12314         Recommend `tramp-cleanup-all-connections' in the bug mail.
12316         * net/tramp-compat.el (tramp-compat-split-string)
12317         (tramp-compat-process-running-p): New defuns.
12319         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12320         for `dired-uncache'.
12322         * net/tramp-gvfs.el: New package.
12324         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12325         Add handler for `dired-uncache'.
12326         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12328         * net/trampver.el: Update release number.  Make version check fit
12329         for SXEmacs 22.
12331 2009-06-22  Jim Meyering  <meyering@redhat.com>
12333         Automatically handle .xz suffix (XZ-compressed files), too.
12334         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12335         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12337 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12338             Nick Roberts  <nickrob@snap.net.nz>
12340         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12341         repository (http://sphinx.net.ru/hg/gdb-mi/).
12343 2009-06-22  Glenn Morris  <rgm@gnu.org>
12345         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12346         `mode' and `eval' entries.  (Bug#3430)
12348         * Makefile.in (ELCFILES): Add fadr.elc.
12350         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12351         differing behavior of \n and ^ in strings.  (Bug#3385)
12353         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12355         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12356         property.
12357         (lisp-indent-function): Make it a defcustom.
12359 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12361         * progmodes/gdb-ui.el: Replace with ...
12362         * progmodes/gdb-mi.el: ... this file.
12363         * progmodes/gud.el: Modify for gdb-mi.el.
12365 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12367         * fadr.el: New file.
12369 See ChangeLog.14 for earlier changes.
12371 ;; Local Variables:
12372 ;; coding: utf-8
12373 ;; End:
12375   Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
12377   This file is part of GNU Emacs.
12379   GNU Emacs is free software: you can redistribute it and/or modify
12380   it under the terms of the GNU General Public License as published by
12381   the Free Software Foundation, either version 3 of the License, or
12382   (at your option) any later version.
12384   GNU Emacs is distributed in the hope that it will be useful,
12385   but WITHOUT ANY WARRANTY; without even the implied warranty of
12386   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12387   GNU General Public License for more details.
12389   You should have received a copy of the GNU General Public License
12390   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.