lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.
[emacs.git] / lisp / ChangeLog
bloba5d171744e975ae8c097e8e7d82d20f966e6f419
1 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
3         * server.el (server-start): Don't write pid to the authentication file.
4         (server-create-tty-frame): Don't send pid.
5         (server-process-filter): Send pid at the start of every connection.
7 2010-09-30  Glenn Morris  <rgm@gnu.org>
9         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
10         (show-all-diary-entries): Remove obsolete function aliases.
12         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
13         Remove options, obsolete since 22.1.
14         (appt-display-format, appt-display-message): Remove
15         backwards-compatibility code.
16         (appt-check): No longer check appt-issue-message.
17         (appt-make-list): No longer autoload it.  Doc fix.  No longer
18         activate the package.
20 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
23         (starttls-negotiate): Just call boot, and let the handshake be
24         triggered from the read loop.
26 2010-09-29  Glenn Morris  <rgm@gnu.org>
28         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
29         not displaying the diary.
30         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
31         * calendar/appt.el (appt-check): No longer need to kill diary.
33         * calendar/diary-lib.el (diary-list-entries): Move the
34         "Preparing..." message entirely here.
35         (diary-simple-display, diary-fancy-display): Move "Preparing..."
36         messages to diary-list-entries.
37         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
38         diary-display-function.
40         * calendar/diary-lib.el (diary-include-other-diary-files):
41         Trap some recursive includes.
43         * calendar/appt.el (appt-activate): Check diary file.
45 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
47         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
48         construction.
50         * calendar/time-date.el: No need to require cl for Emacs 21.
52 2010-09-28  Glenn Morris  <rgm@gnu.org>
54         * calendar/appt.el (appt-check): Minor simplification.
56 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
58         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
59         citation prefix.
61 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
63         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
64         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
66 2010-09-27  Kenichi Handa  <handa@m17n.org>
68         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
69         "ustar" format.
71 2010-09-27  Kenichi Handa  <handa@m17n.org>
73         * international/mule.el (define-coding-system): Docstring fixed.
75         * international/mule-diag.el (describe-character-set): Use princ
76         with proper print-length and print-level instead of insert.
78 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
80         * window.el (walk-windows): Doc fix (bug#7105).
82 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
84         * emacs-lisp/float-sup.el (e): Remove.
86 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
88         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
89         variable.
90         (starttls-negotiate): Use it.
92 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
95         back.
97 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
101 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
105         * net/netrc.el (netrc-store-data): New function.
107 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
109         * net/gnutls.el: GnuTLS glue code to set up a connection.
111 2010-09-25  Julien Danjou  <julien@danjou.info>
113         * notifications.el: Call dbus-register-signal only if it is bound.
115 2010-09-25  Glenn Morris  <rgm@gnu.org>
117         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
118         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
119         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
120         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
121         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
122         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
123         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
124         * eshell/esh-util.el, eshell/esh-var.el:
125         Remove leading `*' from docs of faces and defcustoms.
127 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
129         * eshell/em-ls.el (eshell-ls-archive-regexp):
130         * eshell/esh-util.el (eshell-tar-regexp):
131         * ibuffer.el (ibuffer-compressed-file-name-regexp):
132         * info.el (Info-suffix-list):
133         * international/mule.el (auto-coding-alist):
134         * woman.el (woman-file-regexp, woman-file-compression-regexp):
135         * progmodes/etags.el (tags-compression-info-list):
136         Support xz compression.
138 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
140         * files.el (get-free-disk-space): Don't assume the "df" output
141         columns line up (Bug#6995).
143 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
145         * finder.el (finder-unknown-keywords):
146         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
147         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
149 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
151         * server.el (server-start): Revert part of 2010-08-08 change.  Using
152         address 127.0.0.1 for local host is now done in Fmake_network_process.
154 2010-09-24  Glenn Morris  <rgm@gnu.org>
156         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
157         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
158         * textmodes/css-mode.el, textmodes/dns-mode.el:
159         Move autoloaded auto-mode-alist entries to files.el.
160         * files.el (auto-mode-alist): Move entries here.
162 2010-09-23  Glenn Morris  <rgm@gnu.org>
164         * isearch.el (isearch-lazy-highlight-cleanup)
165         (isearch-lazy-highlight-initial-delay)
166         (isearch-lazy-highlight-interval)
167         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
168         * net/net-utils.el (ipconfig-program-options):
169         Move aliases to options before the associated definitions.
171 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
173         * newcomment.el (comment-normalize-vars): Better test validity of
174         comment-end-skip.
176 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
179         (float-e): New name for `e'.
180         (degrees-to-radians, radians-to-degrees):
181         * calendar/solar.el (solar-longitude):
182         * calculator.el (calculator-registers, calculator-funcall):
183         * textmodes/artist.el (artist-spray-random-points):
184         * play/bubbles.el (bubbles--initialize-images): Use new names.
186 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
188         Update to CEDET 1.0's version of EIEIO.
190         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
191         New function.
192         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
193         (eieio-default-eval-maybe): Eval val instead of unquoting only.
194         (class-precedence-list): If class is nil, return nil.
195         (eieio-generic-call): If class of first input arg is nil, don't
196         look up static methods, and do check for primary methods.
197         (initialize-instance): See if the default needs to be evaluated
198         during the constructor.
199         (eieio-perform-slot-validation-for-default): Don't do the check
200         for values that will eventually be evaluated.
201         (eieio-eval-default-p): New function.
202         (eieio-default-eval-maybe): Use it.
204 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
206         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
207         method-invocation-order.
208         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
209         (eieio-class-precedence-dfs): Compute class precedence list using
210         dfs algorithm.
211         (eieio-class-precedence-bfs): Compute class precedence list using
212         bfs algorithm.
213         (eieio-class-precedence-c3): Compute class precedence list using
214         c3 algorithm.
215         (class-precedence-list): New function.
216         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
217         (inconsistent-class-hierarchy): New error symbol.
218         (call-next-method): Stow the replacement argument list for future
219         call-next-method invocations.
221 2010-09-23  Glenn Morris  <rgm@gnu.org>
223         * calendar/appt.el (appt-check): If not displaying the diary,
224         use (diary 1) to only get the entries we need.
225         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
226         that it is in day order.  (Bug#7019)
228         * calendar/appt.el (appt-check): Rather than showing the diary,
229         just turn off invisible display, and only if needed.
231         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
233 2010-09-23  Glenn Morris  <rgm@gnu.org>
235         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
236         (byte-compile-defvar, byte-compile-cl-warn):
237         Start warnings with lower-case, like the majority.
239         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
241         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
243         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
244         * files.el (auto-mode-alist): Move ld-script entries here, further down
245         the list.
247         * vc/add-log.el: Don't require timezone when compiling.
248         (timezone-make-date-sortable): Autoload it.
249         (change-log-sortable-date-at): Don't require timezone.
250         Use `ignore-errors'.
252         * comint.el (comint-use-prompt-regexp-instead-of-fields):
253         Move alias before definition, so it does not need autoloading.
255         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
256         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
257         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
258         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
259         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
260         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
261         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
262         * textmodes/tex-mode.el, textmodes/two-column.el:
263         Remove leading `*' from docs of defcustoms etc.
265 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
267         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
269 2010-09-22  Dan Christensen  <jdc@uwo.ca>
271         * calendar/time-date.el (date-to-time): Try using parse-time-string
272         first before using the slower timezone-make-date-arpa-standard.
274 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
276         * calendar/time-date.el (format-seconds): Comment fix.
278 2010-09-22  Glenn Morris  <rgm@gnu.org>
280         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
281         is not automatically buffer-local.
283 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
285         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
286         (smie-indent-comment): Be more careful with comment-start-skip.
287         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
288         (smie-indent-functions): Use them.
290 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
292         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
294 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
296         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
297         tool-bar-position.  Don't modify frame parameters here.
298         (menu-bar-options-save): Add tool-bar-position.
300         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
302 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
304         * textmodes/reftex-parse.el (reftex-what-macro)
305         (reftex-context-substring): Let-bind forward-sexp-function to nil
306         since we don't need/want to treat \begin...\end as a block (bug#7053).
308         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
310         * simple.el (blink-matching-open): Use syntax-class.
312         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
313         Set invisibility spec for pascal's outline mode.
314         (pascal-outline-change): Clean up calling convention.
315         (pascal-show-all, pascal-hide-other-defuns): Update callers.
317         * progmodes/prolog.el (prolog-smie-forward-token)
318         (prolog-smie-backward-token): New functions.
319         (prolog-mode-variables): Use them to parse "!," correctly.
320         Set up smie-blink-matching for ".".
322         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
323         and `end'.
324         (ispell-region, ispell-process-line): Update users.
326         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
327         point-min==1.
329         * textmodes/ispell.el: Fix commenting convention.
330         (ispell-parse-output): Simplify, use push.
331         (ispell-region): Use match-string-no-properties.
332         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
333         (ispell-minor-mode): Use define-minor-mode.
334         (ispell-message): Remove unused var `skip-regexp'.
335         (ispell-add-per-file-word-list): Use dynamic let-binding.
336         Try and use the proper comment marker.
338         * mail/sendmail.el: Fix commenting convention.
339         (sendmail-send-it): Use line-beginning-position.
341         * help-fns.el (describe-variable): Add original value, if applicable.
343 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
345         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
347         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
349 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
352         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
353         (smie-prec2-levels): Use them to better diagnose precedence cycles.
354         (smie-blink-matching-check): Don't signal a mismatch if car is t.
355         (smie-blink-matching-open): Rewrite to remove assumptions, so that
356         something like "." can also be a closer.
357         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
358         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
359         Rename internal functions to use "--".  Update callers.
361         * frame.el (make-frame-names-alist): Don't list frames on other displays.
363         * fringe.el (fringe-styles): New var.
364         (fringe-mode, fringe-query-style): Use it.
366 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
368         * progmodes/sql.el: Version 2.8
369         (sql-login-params): Update widget structure; changes still needed.
370         (sql-product-alist): Add :list-all and :list-table features for
371         SQLite, Postgres and MySQL products.
372         (sql-redirect): Handle default value.
373         (sql-execute, sql-execute-feature): New functions.
374         (sql-read-table-name): New function.
375         (sql-list-all, sql-list-table): New functions.  User API.
376         (sql-mode-map, sql-interactive-mode-map): Add key definitions
377         for above functions.
378         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
379         for above functions.
380         (sql-postgres-login-params): Add user and database defaults.
381         (sql-buffer-live-p): Bug fix.
382         (sql-product-history): New variable.
383         (sql-read-product): New function. Use it.
384         (sql-set-product, sql-product-interactive): Use it.
385         (sql-connection-history): New variable.
386         (sql-read-connection): New function.  Use it.
387         (sql-connect): New function.
388         (sql-for-each-login): Redesign function interface.
389         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
390         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
391         (sql-comint): Check for program.  Existing live buffer.
392         (sql-comint-postgres): Add port parameter.
394 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
396         * emacs-lisp/warnings.el: Fix commenting convention.
397         (display-warning): Use special mode and make the buffer read-only.
399 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
401         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
402         empty string when it follows a repeated or optional pattern.
404 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * indent.el (indent-according-to-mode): Apply syntax-propertize.
407         (indent-region): Use indent-according-to-mode.
409 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
411         * fringe.el (fringe-mode): Doc fix.
413 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
415         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
416         refreshing the preview buffer.
418 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
420         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
421         (latex-syntax-propertize-rules): New consts; replace
422         tex-font-lock-syntactic-keywords.
423         (tex-env-mark, latex-env-before-change): New functions.
424         (latex-electric-env-pair-mode): New minor mode.
425         (tex-font-lock-verb): Change arguments; do move point.
426         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
427         representation as a form of comment.
428         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
429         (doctex-syntax-propertize-rules): New const; replaces
430         doctex-font-lock-syntactic-keywords.
431         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
433         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
434         (fortran-make-syntax-propertize-function): New function; replaces
435         fortran-font-lock-syntactic-keywords.
436         (fortran-mode): Use it.
437         (fortran-line-length): Use it.  Improve interactive spec.
439         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
440         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
441         when adding surrounding \(..\).
443         * progmodes/js.el (js-mode): Fix last change (bug#7054).
445 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
447         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
448         Use with-current-buffer.
450         * isearch.el (isearch-face): Rename from `isearch'.
451         (isearch-highlight): Use new name.
453 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
455         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
456         5, for `half' width fringes.  (Bug#6933)
458 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
460         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
461         (byte-compile-defvar): "foo/bar" does not lack a prefix.
463         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
465 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
467         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
468         in calculating new frame position.  Add more space between new and
469         parent on the left (Bug#7048).
471 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
473         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
474         defmacro.
476 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
478         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
480         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
481         obsolete alias for x-selection-value.
483         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
485 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
487         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
488         cookie.
490 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
492         * net/tramp-compat.el (tramp-compat-with-temp-message)
493         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
494         (tramp-compat-process-put): New defuns.
496         * net/tramp.el (top):
497         * net/tramp-gvfs.el (top):
498         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
500         * net/tramp.el (tramp-progress-reporter-update):
501         Use `tramp-compat-funcall'.
503         * net/tramp.el (tramp-process-actions):
504         * net/tramp-gvfs.el (tramp-handle-vc-registered):
505         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
506         (tramp-get-remote-stat, tramp-get-remote-readlink):
507         Use `tramp-compat-with-temp-message'.
509         * net/tramp-sh.el (top): Require 'cl.
510         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
511         (tramp-open-connection-setup-interactive-shell):
512         Use `tramp-compat-process-put'.
514 2010-09-15  Alan Mackenzie  <acm@muc.de>
516         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
517         indentation.
518         (c-forward-<>-arglist-recur): Fix an infinite recursion.
520 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
522         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
523         `lexical' for warnings related to lexical scoping.
524         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
525         global vars which don't have a prefix and could hence affect lexical
526         scoping in unrelated files.
528 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530         * net/imap.el: Revert back to version
531         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
532         seem problematic.
534 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
536         * obsolete/old-whitespace.el (whitespace-unload-function):
537         Explicitly pass `obarray' to `unintern' to avoid a warning.
539 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
541         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
542         Add `when' argument.  Update callers.
544         * subr.el (unintern): Declare the obarray arg mandatory.
546 2010-09-14  Glenn Morris  <rgm@gnu.org>
548         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
549         Doc fixes.
551         * calendar/diary-lib.el (diary-included-files): New variable.
552         (diary-list-entries): Maybe initialize diary-included-files.
553         (diary-include-other-diary-files): Append to diary-included-files.
554         * calendar/appt.el (appt-update-list): Also check the members of
555         diary-included-files.  (Bug#6999)
556         (appt-check): Doc fix.
558 2010-09-14  David Reitter  <david.reitter@gmail.com>
560         * simple.el (line-move-visual): Do not truncate goal column to
561         integer size.  (Bug#7020)
563 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
565         * repeat.el (repeat): Allow repeating when the last event is a click.
566         Suggested by Drew Adams (bug#6256).
568 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
570         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
571         Replace setting HGRCPATH to "" by some less invasive --config options.
573 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
575         * font-lock.el (font-lock-beginning-of-syntax-function):
576         Mark as obsolete.
578 2010-09-14  Glenn Morris  <rgm@gnu.org>
580         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
581         and tool-bar modes.  (Bug#6211)
582         (menu-bar-mode): Move setting of standard-value after the
583         minor-mode definition, otherwise it seems to have no effect.
585 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
587         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
588         Fix typo.  (Bug#6976)
590 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
592         * whitespace.el: Allow cleaning up blanks without blank
593         visualization (Bug#6651).  Adjust help window for
594         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
595         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
596         (whitespace-style): Add new value 'face.  Adjust docstring.
597         (whitespace-space, whitespace-hspace, whitespace-tab):
598         Adjust foreground property face.
599         (whitespace-line-column): Adjust docstring and type declaration.
600         (whitespace-style-value-list, whitespace-toggle-option-alist)
601         (whitespace-help-text): Adjust const initialization.
602         (whitespace-toggle-options, global-whitespace-toggle-options):
603         Adjust docstring.
604         (whitespace-display-window, whitespace-interactive-char)
605         (whitespace-style-face-p, whitespace-color-on): Adjust code.
606         (whitespace-help-scroll): New fun.
608 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
610         * calendar/time-date.el (format-seconds): Comment fix.
612 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
614         * progmodes/sql.el: Version 2.7.
615         (sql-buffer-live-p): Improve detection.
616         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
617         (sql-set-sqli-buffer): Use it.
618         (sql-product-interactive): Run `sql-set-sqli-hook'.
619         (sql-rename-buffer): Code cleanup.
620         (sql-redirect, sql-redirect-value): New functions.  More to come.
622 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
624         Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
625         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
626         (TRAMP_SRC): New macro.
627         ($(lisp)/net/tramp-loaddefs.el): New target.
629 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
631         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
633         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
635         * net/tramp.el (top): Don't show loading message.  Require just
636         'tramp-compat, everything else is required there.
637         Use `ignore-errors' where appropriate.
638         (tramp-inline-compress-start-size, tramp-copy-size-limit)
639         (tramp-terminal-type, tramp-end-of-output)
640         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
641         (tramp-completion-function-alist-ssh)
642         (tramp-completion-function-alist-telnet)
643         (tramp-completion-function-alist-su)
644         (tramp-completion-function-alist-putty, tramp-remote-path)
645         (tramp-remote-process-environment, tramp-sh-extra-args)
646         (tramp-actions-before-shell, tramp-uudecode)
647         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
648         (tramp-perl-file-attributes)
649         (tramp-perl-directory-files-and-attributes)
650         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
651         (tramp-perl-encode, tramp-perl-decode)
652         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
653         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
654         (tramp-handle-make-symbolic-link, tramp-handle-load)
655         (tramp-handle-file-name-as-directory)
656         (tramp-handle-file-name-directory)
657         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
658         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
659         (tramp-do-file-attributes-with-ls)
660         (tramp-do-file-attributes-with-perl)
661         (tramp-do-file-attributes-with-stat)
662         (tramp-handle-set-visited-file-modtime)
663         (tramp-handle-verify-visited-file-modtime)
664         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
665         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
666         (tramp-handle-file-selinux-context)
667         (tramp-handle-set-file-selinux-context)
668         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
669         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
670         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
671         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
672         (tramp-handle-file-ownership-preserved-p)
673         (tramp-handle-directory-file-name, tramp-handle-directory-files)
674         (tramp-handle-directory-files-and-attributes)
675         (tramp-do-directory-files-and-attributes-with-perl)
676         (tramp-do-directory-files-and-attributes-with-stat)
677         (tramp-handle-file-name-all-completions)
678         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
679         (tramp-handle-copy-file, tramp-handle-copy-directory)
680         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
681         (tramp-do-copy-or-rename-file-via-buffer)
682         (tramp-do-copy-or-rename-file-directly)
683         (tramp-do-copy-or-rename-file-out-of-band)
684         (tramp-handle-make-directory, tramp-handle-delete-directory)
685         (tramp-handle-delete-file)
686         (tramp-handle-dired-recursive-delete-directory)
687         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
688         (tramp-handle-insert-directory)
689         (tramp-handle-unhandled-file-name-directory)
690         (tramp-handle-expand-file-name)
691         (tramp-handle-substitute-in-file-name)
692         (tramp-handle-executable-find, tramp-process-sentinel)
693         (tramp-handle-start-file-process, tramp-handle-process-file)
694         (tramp-handle-call-process-region, tramp-handle-shell-command)
695         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
696         (tramp-handle-insert-file-contents)
697         (tramp-handle-insert-file-contents-literally)
698         (tramp-handle-find-backup-file-name)
699         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
700         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
701         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
702         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
703         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
704         (tramp-find-file-exists-command, tramp-open-shell)
705         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
706         (tramp-open-connection-setup-interactive-shell)
707         (tramp-local-coding-commands, tramp-remote-coding-commands)
708         (tramp-find-inline-encoding, tramp-call-local-coding-command)
709         (tramp-inline-compress-commands, tramp-find-inline-compress)
710         (tramp-compute-multi-hops, tramp-maybe-open-connection)
711         (tramp-send-command, tramp-wait-for-output)
712         (tramp-send-command-and-check, tramp-barf-unless-okay)
713         (tramp-send-command-and-read, tramp-mode-string-to-int)
714         (tramp-convert-file-attributes, tramp-check-cached-permissions)
715         (tramp-file-mode-from-int, tramp-file-mode-permissions)
716         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
717         (tramp-method-out-of-band-p, tramp-local-host-p)
718         (tramp-get-remote-path, tramp-get-remote-tmpdir)
719         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
720         (tramp-get-test-command, tramp-get-test-nt-command)
721         (tramp-get-file-exists-command, tramp-get-remote-ln)
722         (tramp-get-remote-perl, tramp-get-remote-stat)
723         (tramp-get-remote-readlink, tramp-get-remote-trash)
724         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
725         (tramp-get-local-uid, tramp-get-local-gid)
726         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
727         tramp-sh.el.
728         (tramp-methods, tramp-default-method-alist)
729         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
730         Move initialization to tramp-sh.el.
731         (tramp-temp-name-prefix): Make it a defconst.
732         (tramp-dissect-file-name): Don't check anymore for multi-hop
733         methods.
734         (tramp-debug-outline-regexp): Add a docstring.
735         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
736         (tramp-get-debug-buffer): Use it.
738         * net/tramp-cache.el (top): Set tramp-autoload cookie for
739         initialization forms.
740         (tramp-set-connection-property): Don't protect `tramp-message'
741         call, it isn't necessary any longer.
742         (tramp-dump-connection-properties): Use `ignore-errors'.
744         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
745         'password-cache and 'auth-source.
747         * net/tramp-gvfs.el (top):
748         * net/tramp-smb.el (top): Require 'tramp-sh.
750         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
752         * net/tramp-sh.el: New file, derived from tramp.el.
753         (top): Initialize `tramp-methods', `tramp-default-method-alist',
754         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
755         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
756         Use `ignore-errors' where appropriate.
757         (tramp-sh-file-name-handler-alist): Rename from
758         `tramp-file-name-handler-alist'.
759         (tramp-send-command-and-check): Return t or nil.  Remove all
760         `zerop' checks, where called.
761         (tramp-handle-set-file-modes)
762         (tramp-do-copy-or-rename-file-directly)
763         (tramp-handle-delete-directory, tramp-handle-delete-file)
764         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
765         (tramp-sh-file-name-handler, tramp-send-command-and-check)
766         (tramp-get-remote-ln): Set tramp-autoload cookie.
768         * net/tramp-fish.el: Remove file.
770 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
772         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
773         buffer-file-name to avoid file-locking.  (Bug#7026)
775 2010-09-13  Julien Danjou  <julien@danjou.info>
777         * notifications.el (notifications-notify): Add support for
778         image-path and sound-name.
779         (notifications-specification-version): Add this variable.
781 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
785 2010-09-12  Leo  <sdl.web@gmail.com>
787         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
788         (rcirc-completion-start): New variables.
789         (rcirc-nick-completions): Rename to rcirc-completions.
790         (rcirc-nick-completion-start-offset): Delete.
791         (rcirc-completion-at-point): New function for constructing
792         completion data for both nicks and irc commands.  Add to
793         completion-at-point-functions in rcirc mode.
794         (rcirc-complete): Rename from rcirc-nick-complete; use
795         rcirc-completion-at-point.
796         (defun-rcirc-command): Update rcirc-client-commands.
798 2010-09-11  Glenn Morris  <rgm@gnu.org>
800         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
801         atomically, to avoid parallel build errors.  (Bug#4196)
803 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
805         * progmodes/sql.el: Version 2.6
806         (sql-dialect): Synonym for "sql-product".
807         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
808         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
809         Set "sql-buffer" to buffer name not buffer object so multiple sql
810         interactive buffers work properly.  Reverts misguided changes in
811         earlier work.
812         (sql-comint): Make sure different buffer name is used if "*SQL*"
813         buffer is for a different product.
814         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
815         login param.
816         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
817         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
818         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
819         Accept new buffer name or prompt for one.
820         (sql-port): Default to zero.
821         (sql-comint-mysql): Handle "sql-port" as a numeric.
822         (sql-port-history): Delete unused variable.
823         (sql-get-login): Default "sql-port" to a number.
824         (sql-product-alist): Correct Postgres prompt and terminator regexp.
825         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
826         "sqlite3" executables.
827         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
828         (sql-buffer-live-p): New function.
829         (sql-mode-menu, sql-send-string): Use it.
830         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
831         syntax pattern.
832         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
833         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
835 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837         * net/netrc.el (netrc-credentials): New convenience function.
839 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
841         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
842         to replace texinfo-font-lock-syntactic-keywords.
843         (texinfo-mode): Use it.
845         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
846         Use syntax-propertize-function.
848         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
849         replace sgml-font-lock-syntactic-keywords.
850         (sgml-mode): Use it.
852         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
853         since we don't use it.
855         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
857         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
858         if available.
859         (vhdl-fontify-buffer): Adjust.
861         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
862         replace tcl-font-lock-syntactic-keywords.
863         (tcl-mode): Use it.
865         * progmodes/simula.el (simula-syntax-propertize-function): New var to
866         replace simula-font-lock-syntactic-keywords.
867         (simula-mode): Use it.
869         * progmodes/sh-script.el (sh-st-symbol): Remove.
870         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
871         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
872         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
873         (sh-font-lock-paren): Set syntax-multiline.
874         (sh-font-lock-syntactic-keywords): Remove.
875         (sh-syntax-propertize-function): New function to replace it.
876         (sh-mode): Use it.
878         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
879         Define while compiling.
880         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
881         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
882         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
883         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
884         (ruby-here-doc-end-syntax): Only define when
885         syntax-propertize is not available.
886         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
887         New functions.
888         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
889         (electric-indent-chars): Silence bytecompiler.
890         (ruby-mode): Use prog-mode, syntax-propertize-function, and
891         electric-indent-chars.
893         * progmodes/python.el (python-syntax-propertize-function): New var to
894         replace python-font-lock-syntactic-keywords.
895         (python-mode): Use it.
896         (python-quote-syntax): Simplify and adjust to new use.
898         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
899         replace perl-font-lock-syntactic-keywords.
900         (perl-syntax-propertize-special-constructs): New fun to replace
901         perl-font-lock-special-syntactic-constructs.
902         (perl-font-lock-syntactic-face-function): New fun.
903         (perl-mode): Use it.
905         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
906         to replace octave-font-lock-close-quotes.
907         (octave-syntax-propertize-function): New function to replace
908         octave-font-lock-syntactic-keywords.
909         (octave-mode): Use it.
911         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
912         replaces mixal-font-lock-syntactic-keywords.
913         (mixal-mode): Use it.
915         * progmodes/make-mode.el (makefile-syntax-propertize-function):
916         New var; replaces makefile-font-lock-syntactic-keywords.
917         (makefile-mode): Use it.
918         (makefile-imake-mode): Adjust.
920         * progmodes/js.el (js--regexp-literal): Define while compiling.
921         (js-syntax-propertize-function): New var; replaces
922         js-font-lock-syntactic-keywords.
923         (js-mode): Use it.
925         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
926         replaces gdb-script-font-lock-syntactic-keywords.
927         (gdb-script-mode): Use it.
929         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
930         (fortran--font-lock-syntactic-keywords): New var.
931         (fortran-line-length): Update syntax-propertize-function and
932         fortran--font-lock-syntactic-keywords.
934         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
936         * progmodes/cfengine.el (cfengine-mode):
937         Use syntax-propertize-function.
938         (cfengine-font-lock-syntactic-keywords): Remove.
940         * progmodes/autoconf.el (autoconf-mode):
941         Use syntax-propertize-function.
942         (autoconf-font-lock-syntactic-keywords): Remove.
944         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
945         (ada-after-change-function, ada-initialize-syntax-table-properties)
946         (ada-handle-syntax-table-properties): Only define when
947         syntax-propertize is not available.
948         (ada-mode): Use syntax-propertize-function.
950         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
951         (font-lock-fontify-syntactic-keywords-region): Move handling of
952         font-lock-syntactically-fontified to...
953         (font-lock-default-fontify-region): ...here.
954         Let syntax-propertize-function take precedence.
955         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
957         * emacs-lisp/syntax.el (syntax-propertize-function)
958         (syntax-propertize-chunk-size, syntax-propertize--done)
959         (syntax-propertize-extend-region-functions): New vars.
960         (syntax-propertize-wholelines, syntax-propertize-multiline)
961         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
962         (syntax-propertize): New functions.
963         (syntax-propertize-rules): New macro.
964         (syntax-ppss-flush-cache): Set syntax-propertize--done.
965         (syntax-ppss): Call syntax-propertize.
967         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
969 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
971         * textmodes/ispell.el (ispell-init-process): Improve comments.
972         XEmacs compatibility changes regarding (add-hook) 'local option
973         and (set-process-query-on-exit-flag).
975 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
977         * net/tramp-cache.el (tramp-parse-connection-properties):
978         Set tramp-autoload cookie.
980 2010-09-09  Glenn Morris  <rgm@gnu.org>
982         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
983         (imagemagick-register-types): Doc fix.
985 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
987         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
989         * progmodes/js.el (require): Require is already "eval-and-compile".
990         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
991         (js--re-search-backward): Use js--re-search-forward.
993         * progmodes/fortran.el (fortran-line-length): Don't recompute
994         syntactic keywords redundantly a second time.
996         * progmodes/ada-mode.el: Replace "(set '" with setq.
997         (ada-mode): Simplify.
998         (ada-create-case-exception, ada-adjust-case-interactive)
999         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1000         (ada-search-ignore-string-comment, ada-move-to-start)
1001         (ada-move-to-end): Use with-syntax-table.
1003         * font-lock.el (save-buffer-state): Remove `varlist' arg.
1004         (font-lock-unfontify-region, font-lock-default-fontify-region):
1005         Update usage correspondingly.
1006         (font-lock-fontify-syntactic-keywords-region):
1007         Set parse-sexp-lookup-properties buffer-locally here.
1008         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1010         * simple.el (blink-matching-open): Don't burp if we can't find a match.
1012 2010-09-08  Glenn Morris  <rgm@gnu.org>
1014         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1015         Error if not compiled with -DBYTE_CODE_METER.
1017         * emacs-lisp/bytecomp.el (byte-recompile-directory):
1018         Ignore dir-locals-file.
1020 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1022         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1023         Not a const.
1024         (compilation-error-regexp-alist-alist): Rule out ": " in file names
1025         for the `gnu' messages.
1026         (compilation-set-skip-threshold): New command.
1027         (compilation-start): Use \' rather than $.
1028         (compilation-forget-errors): Use clrhash.
1030 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
1032         * textmodes/ispell.el (ispell-valid-dictionary-list):
1033         Simplify logic.
1035 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
1037         Migrate to Tramp 2.2.  Rearrange load dependencies.
1038         (Bug#1529, Bug#5448, Bug#5705)
1040         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1041         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1042         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1044         * net/tramp.el (top): Remove all other tramp-* loads except
1045         tramp-compat.el.  Remove all changes to tramp-unload-hook for
1046         other tramp-* packages.  Rearrange defun order.  Change calls of
1047         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1048         `tramp-compat-octal-to-decimal' to new function names.
1049         (tramp-terminal-type, tramp-initial-end-of-output)
1050         (tramp-methods, tramp-foreign-file-name-handler-alist)
1051         (tramp-tramp-file-p, tramp-completion-mode-p)
1052         (tramp-send-command-and-check, tramp-get-remote-path)
1053         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1054         (tramp-shell-quote-argument): Set tramp-autoload cookie.
1055         (with-file-property, with-connection-property): Move to
1056         tramp-cache.el.
1057         (tramp-local-call-process, tramp-decimal-to-octal)
1058         (tramp-octal-to-decimal): Move to tramp-compat.el.
1059         (tramp-handle-shell-command): Do not require 'shell.
1060         (tramp-compute-multi-hops): No special handling for tramp-gw-*
1061         symbols.
1062         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1064         * net/tramp-cache.el (top): Require 'tramp.  Add to
1065         `tramp-unload-hook'.
1066         (tramp-cache-data, tramp-get-file-property)
1067         (tramp-set-file-property, tramp-flush-file-property)
1068         (tramp-flush-directory-property, tramp-get-connection-property)
1069         (tramp-set-connection-property, tramp-flush-connection-property)
1070         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1071         cookie.
1072         (with-file-property, with-connection-property): New defuns, moved
1073         from tramp.el.
1074         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1075         macro.
1077         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1078         (tramp-version): Set tramp-autoload cookie.
1080         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
1081         changes to tramp-unload-hook for other tramp-* packages.  Add to
1082         `tramp-unload-hook'.
1083         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1084         (tramp-compat-call-process): New defuns, moved from tramp.el.
1086         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
1087         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1088         to `tramp-unload-hook'.  Change call of
1089         `tramp-compat-decimal-to-octal' to new function name.
1090         (tramp-fish-method): Make it a defconst.
1091         (tramp-fish-file-name-p): Make it a defsubst.
1092         (tramp-fish-method, tramp-fish-file-name-handler)
1093         (tramp-fish-file-name-p): Set tramp-autoload cookie.
1095         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1096         `tramp-foreign-file-name-handler-alist'.  Add to
1097         `tramp-unload-hook'.
1098         (tramp-ftp-method): Make it a defconst.
1099         (tramp-ftp-file-name-p): Make it a defsubst.
1100         (tramp-ftp-method, tramp-ftp-file-name-handler)
1101         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1103         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1104         `tramp-foreign-file-name-handler-alist'.  Add to
1105         `tramp-unload-hook'.  Change checks, whether package can be
1106         loaded.
1107         (tramp-gvfs-file-name-p): Make it a defsubst.
1108         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1109         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1110         (tramp-gvfs-handle-file-directory-p): New defun.
1111         (tramp-gvfs-file-name-handler-alist): Use it.
1113         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1114         `tramp-foreign-file-name-handler-alist'.  Add to
1115         `tramp-unload-hook'.
1116         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1117         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1118         defconst.
1119         (tramp-gw-tunnel-method, tramp-gw-socks-method)
1120         (tramp-gw-open-connection): Set tramp-autoload cookie.
1122         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
1123         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1124         to `tramp-unload-hook'.  Change checks, whether package can be
1125         loaded.
1126         (tramp-imap-file-name-p): Make it a defsubst.
1127         (tramp-imap-method, tramp-imaps-method)
1128         (tramp-imap-file-name-handler)
1129         (tramp-imap-file-name-p): Set tramp-autoload cookie.
1131         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
1132         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1133         to `tramp-unload-hook'.  Change checks, whether package can be
1134         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
1135         function name.
1136         (tramp-smb-tunnel-method): Make it a defconst.
1137         (tramp-smb-file-name-p): Make it a defsubst.
1138         (tramp-smb-method, tramp-smb-file-name-handler)
1139         (tramp-smb-file-name-p): Set tramp-autoload cookie.
1141         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1142         (tramp-uuencode-region): Set tramp-autoload cookie.
1144         * net/trampver.el (top) Add to `tramp-unload-hook'.
1145         (tramp-version, tramp-bug-report-address): Set tramp-autoload
1146         cookie.  Update release number.
1148 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
1150         * textmodes/ispell.el (ispell-start-process): Make sure original
1151         arg list is properly initialized (Bug#6993, Bug#6994).
1153 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1155         * files.el (directory-abbrev-alist): Use \` as default regexp.
1157         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1158         chars like - or ] (bug#6984).
1159         (rx-any-condense-range): Explode 2-char ranges.
1161 2010-09-06  Glenn Morris  <rgm@gnu.org>
1163         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1165 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1167         * textmodes/bibtex.el:
1168         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1170 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172         * net/imap.el (imap-message-map): Remove optional buffer parameter,
1173         since no callers use it.
1174         (imap-message-get): Ditto.
1175         (imap-message-put): Ditto.
1176         (imap-mailbox-map): Ditto.
1177         (imap-mailbox-put): Ditto.
1178         (imap-mailbox-get): Ditto.
1179         (imap-mailbox-get): Revert last change for this function.
1181 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183         * net/imap.el (imap-fetch-safe): Remove function, and alter all
1184         callers to use `imap-fetch' instead.  According to the comments, this
1185         should be safe, since all other IMAP clients use the 1:* syntax.
1186         (imap-enable-exchange-bug-workaround): Remove.
1187         (imap-debug): Remove -- doesn't seem very useful.
1189 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191         * net/imap.el (imap-log): New convenience function used throughout
1192         instead of repeating the same code all over the place.
1194 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
1196         * mouse.el (mouse-save-then-kill): Save region to kill-ring
1197         when mouse-drag-copy-region is non-nil (Bug#6956).
1199 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
1201         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1202         Improve regexps (Bug#6987).
1203         (dired-sort-toggle): Search more robustly for -t flag.
1205         * files.el (get-free-disk-space): Search more robustly for
1206         "available" column.  Suggested by Ehud Karni
1207         <ehud@unix.mvs.co.il>.
1209 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
1211         * international/uni-bidi.el:
1212         * international/uni-category.el:
1213         * international/uni-combining.el:
1214         * international/uni-decimal.el:
1215         * international/uni-mirrored.el:
1216         * international/uni-name.el: Regenerate.
1218 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1220         * electric.el (electric-indent-post-self-insert-function):
1221         Don't reindent with a sloppy indentation function.
1223         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1224         border case in change-log-mode.
1226 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
1228         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1229         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1230         Recognize leading tab in gcc-include regexp.  Ignore names with
1231         leading "from" or "in" in gnu regexp (Bug#6937).
1233 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1235         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1236         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1237         (ispell-start-process): Avoid setq and simplify logic.
1238         (ispell-init-process): Setup kill-buffer-hook locally when needed.
1239         (kill-buffer-hook): Don't use it globally with code that uses
1240         expand-file-name since that may call kill-buffer via
1241         code_conversion_restore.
1243 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
1245         * emacs-lisp/package.el (package-directory-list): Only call
1246         file-name-nondirectory on a string.
1248 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1250         * emacs-lisp/package.el (package--download-one-archive):
1251         Ensure that archive-contents is valid before saving it.
1252         (package-activate-1, package-mark-obsolete, define-package)
1253         (package-compute-transaction, package-list-maybe-add): Use push.
1255 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1257         Use SMIE's blink-paren for octave-mode.
1258         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1259         Backslashes do not escape single-quotes, single-quotes do.
1260         (octave-block-else-regexp, octave-block-end-regexp)
1261         (octave-block-match-alist): Remove.
1262         (octave-smie-bnf-table): New var, with old content.
1263         (octave-smie-op-levels): Use it.
1264         (octave-smie-closer-alist): New var.
1265         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
1266         (octave-blink-matching-block-open): Remove.
1267         (octave-reindent-then-newline-and-indent, octave-electric-semi)
1268         (octave-electric-space): Let self-insert-command run expand-abbrev and
1269         blink parens.
1271         * electric.el (electricity): New group.
1272         (electric-indent-chars): New var.
1273         (electric-indent-post-self-insert-function): New fun.
1274         (electric-indent-mode): New minor mode.
1275         (electric-pair-skip-self): New custom.
1276         (electric-pair-post-self-insert-function): New function.
1277         (electric-pair-mode): New minor mode.
1279         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1280         calcAlg-blink-matching-open.
1281         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1282         (calc-do-alg-entry): Only touch the part of the keymap that varies.
1283         Use the new blink-matching-check-function.
1285         Provide blink-matching support to SMIE.
1286         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1287         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1288         (smie-blink-matching-check, smie-blink-matching-open): New functions.
1290         * simple.el (newline): Fix last change to properly remove itself from
1291         the hook.
1293 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * simple.el (newline): Eliminate optimization.
1296         Use post-self-insert-hook to set hard-newline and things before
1297         running post-self-insert-hook.
1298         (blink-matching-check-mismatch): New function.
1299         (blink-matching-check-function): New variable.
1300         (blink-matching-open): Use them.
1301         Skip back forward over prefix chars skipped by forward-sexp.
1302         Don't check if the parens are backslash escaped.
1303         (blink-paren-post-self-insert-function): Check backslash escaping here.
1305 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1307         * emacs-lisp/package.el (package-menu-mode-map):
1308         Change package-menu-revert bindings to revert-buffer.
1309         (package-menu-mode): Set revert-buffer-function.
1310         (package-menu-revert): Doc fix.
1312 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
1314         * textmodes/ispell.el (ispell-init-process): Use "~/" as
1315         `default-directory' unless using Ispell per-directory personal
1316         dictionaries and not in a mini-buffer under XEmacs.
1317         (kill-buffer-hook): Do not kill ispell process on exit when
1318         `ispell-process-directory' is "~/".  (Bug#6143)
1320 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1322         * simple.el (kill-new): Call interprogram-cut-function with only
1323         one argument.
1325         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1326         Remove cut buffer from error message.
1328         * term/x-win.el (x-select-text):
1329         * term/pc-win.el (x-selection-value):
1330         * term/ns-win.el (x-selection-value):
1331         * eshell/em-term.el:
1332         * w32-fns.el (x-get-selection-value):
1333         * mouse-sel.el (mouse-sel-set-selection-function):
1334         * frame.el (display-selections-p): Remove cut-buffer in documentation.
1336         * term/x-win.el: Update documentation for x-last-selected-text-*.
1337         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1338         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1339         (x-select-text): Remove argument PUSH, update documentation.  Remove
1340         cut-buffer code.
1341         (x-selection-value-internal): Was previously x-selection-value.
1342         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1343         Update documentation, remove cut-buffer code.  Call
1344         x-selection-value-internal.
1345         (x-clipboard-yank): Call x-selection-value-internal.
1346         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1348         * term/pc-win.el (x-last-selected-text):
1349         x-cut-buffer-or-selection-value renamed to x-selection-value
1350         (x-select-text): Remove argument PUSH, update documentation.
1352         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1353         x-cut-buffer-or-selection-value renamed to x-selection-value
1354         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1355         (x-select-text): Remove argument PUSH, update documentation.
1357         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1359         * w32-fns.el (x-last-selected-text):
1360         x-cut-buffer-or-selection-value renamed to x-selection-value.
1361         (x-cut-buffer-max): Remove.
1362         (x-select-text): Remove argument PUSH, update documentation.
1364         * simple.el (interprogram-cut-function): Remove mention of PUSH.
1366         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1368         * mouse-sel.el (mouse-sel-get-selection-function):
1369         x-cut-buffer-or-selection-value renamed to x-selection-value.
1370         (x-select-text): Remove optional push.
1372 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1374         * simple.el (blink-paren-function): Move from C to here.
1375         (blink-paren-post-self-insert-function): New function.
1376         (post-self-insert-hook): Use it.
1378         * emacs-lisp/pcase.el (pcase-split-memq):
1379         Fix overenthusiastic optimisation.
1380         (pcase-u1): Handle the case of a lambda pred.
1382 2010-08-31  Kenichi Handa  <handa@m17n.org>
1384         * international/mule-cmds.el (standard-display-european-internal):
1385         Setup standard-display-table for 8-bit characters by storing 8-bit
1386         characters in the element vector.
1388         * disp-table.el (standard-display-8bit):
1389         Setup standard-display-table for 8-bit characters by storing 8-bit
1390         characters in the element vector.
1391         (standard-display-european): Likewise.
1393 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
1395         * textmodes/nroff-mode.el (nroff-view): New command.
1396         (nroff-mode-map): Bind it to C-c C-c.
1398 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1400         * emacs-lisp/smie.el (smie-down-list): New command.
1402         Remove old indentation and navigation code on octave-mode.
1403         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1404         smie-down-list rather than add a binding for octave-down-block.
1405         (octave-mark-block, octave-blink-matching-block-open):
1406         Rely on forward-sexp-function.
1407         (octave-fill-paragraph): Don't narrow, so you can use
1408         indent-according-to-mode.
1409         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1410         (octave-in-block-p, octave-re-search-forward-kw)
1411         (octave-re-search-backward-kw, octave-indent-calculate)
1412         (octave-end-as-array-index-p, octave-block-end-offset)
1413         (octave-scan-blocks, octave-forward-block, octave-backward-block)
1414         (octave-down-block, octave-backward-up-block, octave-up-block)
1415         (octave-before-magic-comment-p, octave-indent-line): Remove.
1417 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1419         * emacs-lisp/package.el (package--read-archive-file): Just use
1420         `read', to avoid copying an additional string.
1421         (package-menu-mode): Set header-line-format here.
1422         (package-menu-refresh, package-menu-revert): Signal an error if
1423         not in the Package Menu.
1424         (package-menu-package-list): New var.
1425         (package--generate-package-list): Operate on the current buffer;
1426         don't assume that it is *Packages*, since the user may rename it.
1427         Allow persistent package listings and sort keys using
1428         package-menu-package-list and package-menu-package-sort-key.
1429         (package-menu--version-predicate): Fix version calculation.
1430         (package-menu-sort-by-column): Don't select the window.
1431         (package--list-packages): Create the *Packages* buffer.
1432         Set package-menu-package-list-key.
1433         (list-packages): Sorting by status is now the default.
1434         (package-buffer-info): Use match-string-no-properties.
1435         (define-package): Add a &rest argument for future proofing, but
1436         don't use it yet.
1437         (package-install-from-buffer, package-install-buffer-internal):
1438         Merge into a single function, package-install-from-buffer.
1439         (package-install-file): Change caller.
1441         * finder.el: Load finder-inf using `require'.
1442         (finder-list-matches): Sorting by status is now the default.
1443         (finder-compile-keywords): Simpify printing.
1445 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1448         (octave-mode-map): Remove special bindings for forward/backward-block
1449         and octave-backward-up-block.  Use smie-close-block.
1450         (octave-continuation-marker-regexp): New var.
1451         (octave-continuation-regexp): Use it.
1452         (octave-operator-table, octave-smie-op-levels)
1453         (octave-operator-regexp, octave-smie-indent-rules): New vars.
1454         (octave-smie-backward-token, octave-smie-forward-token): New funs.
1455         (octave-mode): Use SMIE.
1456         (octave-close-block): Delete.
1458 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
1460         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1461         CLIPBOARD, not in PRIMARY.  (Bug#6944)
1463 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1465         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1466         a list of parents.
1467         (smie-indent-column): Allow indirection through variables.
1469         * composite.el (save-buffer-state): Delete, unused.
1470         * font-lock.el (save-buffer-state): Use with-silent-modifications.
1471         (font-lock-default-fontify-region): Use with-syntax-table.
1472         * jit-lock.el (with-buffer-unmodified): Remove.
1473         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1475         Use `declare' in defmacros.
1476         * window.el (save-selected-window):
1477         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1478         * progmodes/python.el (def-python-skeleton):
1479         * net/dbus.el (dbus-ignore-errors):
1480         * jka-cmpr-hook.el (with-auto-compression-mode):
1481         * international/mule.el (with-category-table):
1482         * emacs-lisp/timer.el (with-timeout):
1483         * emacs-lisp/lisp-mnt.el (lm-with-file):
1484         * emacs-lisp/eieio.el (with-slots):
1485         * emacs-lisp/easymenu.el (easy-menu-define):
1486         * emacs-lisp/debug.el (debugger-env-macro):
1487         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1488         (Multiple-value-call, Multiple-value-prog1):
1489         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1490         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1491         edebug rule to definition.
1492         * emacs-lisp/lisp-mode.el (save-selected-window)
1493         (with-current-buffer, combine-after-change-calls)
1494         (with-output-to-string, with-temp-file, with-temp-buffer)
1495         (with-temp-message, with-syntax-table, read-if, eval-after-load)
1496         (dolist, dotimes, when, unless):
1497         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1499 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1501         * finder.el: Require `package'.
1502         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
1503         (finder-package-info): Var deleted.
1504         (finder-keywords-hash, finder--builtins-alist): New vars.
1505         (finder-compile-keywords): Compute package--builtins and
1506         finder-keywords-hash instead of finder-keywords-hash, respecting
1507         the "Package" header.
1508         (finder-unknown-keywords, finder-list-matches):
1509         Use finder-keywords-hash and package--list-packages.
1510         (finder-mode): Don't set font-lock-defaults.
1511         (finder-exit): We don't use "*Finder-package*" and "*Finder
1512         Category*" buffers anymore.
1514         * emacs-lisp/package.el (package--builtins-base): Var deleted.
1515         (package--builtins): Set default value to nil.
1516         (package-initialize): Load precomputed value of package--builtins
1517         from finder-inf.el.
1518         (package-alist, package-compute-transaction)
1519         (package-download-transaction): Improve docstring.
1520         (package-read-all-archive-contents): Do not change
1521         package--builtins here.
1522         (list-packages): Make package-list-packages an alias for this.
1523         Sort by status by default.
1524         (package--list-packages): Add optional PACKAGES arg.
1525         (describe-package-1): Use font-lock-face property.  For built-in
1526         packages, insert file commentary.
1527         (package--generate-package-list): Rename from
1528         package-list-packages-internal; all callers changed.  Add optional
1529         PACKAGES arg.  Add alphabetical sort fallbacks.
1530         (package-menu--version-predicate, package-menu--status-predicate)
1531         (package-menu--description-predicate)
1532         (package-menu--name-predicate): New functions.
1534         * info.el (Info-finder-find-node): Search package-alist instead of
1535         finder-package-info.
1537 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1539         * subr.el (version-regexp-alist): Don't use "a" and "b" for
1540         "alpha" and "beta".
1541         (version-to-list): Handle versions like "10.3d".
1543 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1545         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1546         (macroexp-accumulate): Use `declare'.
1548 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1550         * whitespace.el (whitespace-style): Adjust type declaration.
1552 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1554         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1555         empty argument to gvfs-copy.
1557 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1559         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1560         handle new TRASH arg of `delete-file'.
1562 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1564         * net/tramp.el (tramp-handle-insert-directory): Don't use
1565         `forward-word', its default syntax could be changed.
1567 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1568             Michael Albinus  <michael.albinus@gmx.de>
1570         Implement compression for inline methods.
1572         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1573         (tramp-copy-size-limit): Allow also nil.
1574         (tramp-inline-compress-commands): New defconst.
1575         (tramp-find-inline-compress, tramp-get-inline-compress)
1576         (tramp-get-inline-coding): New defuns.
1577         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1578         replaced by `tramp-get-inline-coding'.
1579         (tramp-handle-file-local-copy, tramp-handle-write-region)
1580         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1582 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1584         Detect ssh 'ControlMaster' argument automatically in some cases.
1586         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1587         (tramp-default-method): Use it.
1589 2010-08-26  Karel Klíč  <kklic@redhat.com>
1591         * net/tramp.el (tramp-file-name-for-operation):
1592         Add file-selinux-context.
1594 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1596         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1598 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1600         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1601         (Bug#6907).
1603 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
1605         * progmodes/js.el: Make indentation more customizable (Bug#6914).
1606         (js-paren-indent-offset, js-square-indent-offset)
1607         (js-curly-indent-offset): New options.
1608         (js--proper-indentation): Use them.
1610 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
1612         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1613         instead of inspecting font-lock properties (Bug#6916).
1615 2010-08-26  David Reitter  <david.reitter@gmail.com>
1617         * server.el (server-visit-files): Run pre-command-hook and
1618         post-command-hook for each buffer while it is current (Bug#6910).
1619         (server-execute): Do not run hooks here.
1621 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1623         Sync with Tramp 2.1.19.
1625         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1626         (tramp-reporter-dump-variable, tramp-load-report-modules)
1627         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1628         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1630         * net/tramp-compat.el (top): Do not autoload
1631         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1632         only when `start-file-process' is not bound.
1633         (byte-compile-not-obsolete-vars): Define if not bound.
1634         (tramp-compat-funcall): New defmacro.
1635         (tramp-compat-line-beginning-position)
1636         (tramp-compat-line-end-position)
1637         (tramp-compat-temporary-file-directory)
1638         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1639         (tramp-compat-copy-file, tramp-compat-copy-directory)
1640         (tramp-compat-delete-file, tramp-compat-delete-directory)
1641         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1642         Use it.
1643         (tramp-advice-file-expand-wildcards): Do not use
1644         `tramp-handle-file-remote-p'.
1645         (tramp-compat-make-temp-file): Simplify fallback implementation.
1646         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1647         (tramp-compat-copy-tree): Remove function.
1648         (tramp-compat-delete-file): New defun.
1649         (tramp-compat-delete-directory): Provide implementation for older
1650         Emacsen.
1651         (tramp-compat-file-attributes): Handle only
1652         `wrong-number-of-arguments' error.
1654         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1655         Add PRESERVE_SELINUX_CONTEXT.
1656         (tramp-fish-handle-delete-file): Add TRASH arg.
1657         (tramp-fish-handle-directory-files-and-attributes):
1658         Do not use `tramp-fish-handle-file-attributes.
1659         (tramp-fish-handle-file-local-copy)
1660         (tramp-fish-handle-insert-file-contents)
1661         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1663         * net/tramp-gvfs.el (top): Require url-util.
1664         (tramp-gvfs-mount-point): Remove.
1665         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1666         and `set-file-selinux-context'.
1667         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1668         (tramp-gvfs-handle-file-selinux-context)
1669         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1670         (with-tramp-dbus-call-method): Format trace message.
1671         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1672         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1673         Implement backup call, when operation on local files fails.
1674         Use progress reporter.  Flush properties of changed files.
1675         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
1676         `tramp-compat-delete-file'.
1677         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1678         (tramp-gvfs-handle-make-directory): Make more traces.
1679         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1680         (tramp-gvfs-url-file-name): Hexify file name in url.
1681         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1682         into account for the resulting file name.
1683         (tramp-gvfs-handler-askquestion): Preserve current message, in
1684         order to let progress reporter continue afterwards.  (Bug#6257)
1685         Return dummy mountpoint, when the answer is "no".
1686         See `tramp-gvfs-maybe-open-connection'.
1687         (tramp-gvfs-handler-mounted-unmounted)
1688         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1689         attribute "default_location".  Set "prefix" property.
1690         Handle default-location.
1691         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1692         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1693         exists.  Raise an error, if not (due to a corresponding answer
1694         "no" in interactive questions, for example).
1695         Use `tramp-compat-funcall'.
1697         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1698         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1699         (tramp-imap-do-copy-or-rename-file)
1700         (tramp-imap-handle-insert-file-contents)
1701         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1702         (tramp-imap-handle-delete-file): Add TRASH arg.
1704         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1705         Add PRESERVE-SELINUX-CONTEXT.
1706         (tramp-smb-handle-copy-file)
1707         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1708         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1709         Use `with-progress-reporter'.
1710         (tramp-smb-handle-delete-file): Add TRASH arg.
1712         * net/tramp.el (tramp-methods): Move hostname to the end in all
1713         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1714         appropriate.
1715         (tramp-verbose): Describe verbose level 9.
1716         (tramp-completion-function-alist)
1717         (tramp-file-name-regexp, tramp-chunksize)
1718         (tramp-local-coding-commands, tramp-remote-coding-commands)
1719         (with-connection-property, tramp-completion-mode-p)
1720         (tramp-action-process-alive, tramp-action-out-of-band)
1721         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1722         (tramp-exists-file-name-handler): Fix docstring.
1723         (tramp-remote-process-environment): Use `format' instead of
1724         `concat'.  Protect version string by apostroph.
1725         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1726         XEmacs.
1727         (tramp-file-name-regexp-unified)
1728         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1729         not regard the volume letter as remote filename.  (Bug#5447)
1730         (tramp-perl-file-attributes)
1731         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1732         (tramp-vc-registered-read-file-names): Read input as
1733         here-document, otherwise the command could exceed maximum length
1734         of command line.
1735         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1736         `set-file-selinux-context'.
1737         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1738         backtrace functions.
1739         (tramp-error-with-buffer): Don't show the connection buffer when
1740         we are in completion mode.
1741         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1742         (tramp-handle-file-selinux-context)
1743         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1744         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1745         New defuns.
1746         (with-progress-reporter): New defmacro.
1747         (tramp-debug-outline-regexp): New defconst.
1748         (top, tramp-rfn-eshadow-setup-minibuffer)
1749         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1750         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1751         (tramp-completion-mode-p, tramp-check-for-regexp)
1752         (tramp-open-connection-setup-interactive-shell)
1753         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1754         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1755         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1756         Use `tramp-compat-funcall'.
1757         (tramp-handle-make-symbolic-link): Flush file properties.
1758         (tramp-handle-load, tramp-handle-file-local-copy)
1759         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1760         (tramp-handle-vc-registered, tramp-maybe-send-script)
1761         (tramp-find-shell): Use `with-progress-reporter'.
1762         (tramp-do-file-attributes-with-stat): Add space in format string,
1763         in order to work around a bug in pdksh.  Reported by Gilles Pion
1764         <gpion@lfdj.com>.
1765         (tramp-handle-verify-visited-file-modtime): Do not send a command
1766         when the connection is not established.
1767         (tramp-handle-set-file-times): Simplify the check for utc.
1768         (tramp-handle-directory-files-and-attributes)
1769         (tramp-get-remote-path): Use `copy-tree'.
1770         (tramp-completion-handle-file-name-all-completions): Ensure, that
1771         non remote files are still checked.  Oops.
1772         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1773         Handle PRESERVE-SELINUX-CONTEXT.
1774         (tramp-do-copy-or-rename-file): Add progress reporter.
1775         (tramp-do-copy-or-rename-file-directly): Do not use
1776         `tramp-handle-file-remote-p'.
1777         (tramp-do-copy-or-rename-file-out-of-band):
1778         Use `tramp-compat-delete-directory'.
1779         (tramp-do-copy-or-rename-file-out-of-band)
1780         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1781         Use `format-spec-make'.
1782         (tramp-handle-delete-file): Add TRASH arg.
1783         (tramp-handle-dired-uncache): Flush directory cache, not only file
1784         cache.
1785         (tramp-handle-expand-file-name)
1786         (tramp-completion-handle-file-name-all-completions)
1787         (tramp-completion-handle-file-name-completion):
1788         Use `tramp-connectable-p'.
1789         (tramp-handle-start-file-process): Set connection property "vec".
1790         Use it, in order to invalidate file caches.  Check only for
1791         `remote-tty' process property.
1792         Implement tty setting.  (Bug#4604, Bug#6360)
1793         (tramp-file-name-for-operation): Add `call-process-region' and
1794         `set-file-selinux-context'.
1795         (tramp-find-foreign-file-name-handler)
1796         (tramp-advice-make-auto-save-file-name)
1797         (tramp-set-auto-save-file-modes): Remove superfluous check for
1798         `stringp'.  This is done inside `tramp-tramp-file-p'.
1799         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1800         operations when we are in completion mode.  This gives the user
1801         the chance to correct the file name in the minibuffer.
1802         (tramp-completion-mode-p): Use `non-essential'.
1803         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1804         compatibility: Use `completion-ignore-case' if
1805         `read-file-name-completion-ignore-case' does not exist.
1806         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1807         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1808         `tramp-open-shell'.
1809         (tramp-action-password): Hide password prompt before next run.
1810         (tramp-process-actions): Widen connection buffer for the trace.
1811         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1812         process property.  Trace stty settings if `tramp-verbose' >= 9.
1813         Apply workaround for IRIX64 bug.  Move argument of last
1814         `tramp-send-command' where it belongs to.
1815         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1816         front of `login-args'.
1817         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1818         on "/dev/null" instead of "/".
1819         (tramp-get-ls-command-with-dired): Make test for "--dired"
1820         stronger.
1821         (tramp-set-auto-save-file-modes): Adapt version check.
1822         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1823         (tramp-handle-process-file): Call the program in a subshell, in
1824         order to preserve working directory.
1825         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1826         `tramp-remote-sh' from `tramp-methods'.
1827         (tramp-get-ls-command): Make test for "--color=never" stronger.
1828         (tramp-check-for-regexp): Use (forward-line 1).
1830         * net/trampver.el: Update release number.
1832 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1834         * help.el (help-map): Bind `C-h P' to describe-package.
1836         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1838         * emacs-lisp/package.el (package-refresh-contents): Catch errors
1839         when downloading archives.
1840         (describe-package-1): Add package commentary.
1841         (package-install-button-action): New function.
1842         (package-menu-mode-map): Bind ? to package-menu-describe-package.
1843         (package-menu-view-commentary): Function removed.
1844         (package-list-packages-internal): Hide the `package' package too.
1846 2010-08-25  Kenichi Handa  <handa@m17n.org>
1848         * language/misc-lang.el ("Arabic"): New language environment.
1849         Setup composition-function-table for Arabic characters.
1851         * international/fontset.el (setup-default-fontset): Fix typo for
1852         arabic OTF spec (fini->fina).
1854 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
1856         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1857         on all frames.
1859 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1861         * whitespace.el: Allow cleaning up blanks without blank
1862         visualization (Bug#6651).  Adjust help window for
1863         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1864         instead of whitespace-line-column (from EmacsWiki).  New version
1865         13.1.
1866         (whitespace-style): Added new value 'face.  Adjust docstring.
1867         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1868         foreground property face.
1869         (whitespace-line-column): Adjust docstring and type declaration.
1870         (whitespace-style-value-list, whitespace-toggle-option-alist)
1871         (whitespace-help-text): Adjust const initialization.
1872         (whitespace-toggle-options, global-whitespace-toggle-options):
1873         Adjust docstring.
1874         (whitespace-display-window, whitespace-interactive-char)
1875         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1876         (whitespace-help-scroll): New fun.
1878 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1880         * emacs-lisp/package.el (list-packages): Alias for
1881         package-list-packages.
1883 2010-08-24  Kevin Ryde  <user42@zip.com.au>
1885         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1886         (Bug#5651).
1888         * progmodes/ruby-mode.el (ruby): Add defgroup.
1890 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1892         * progmodes/python.el: Add Ipython support (Bug#5390).
1893         (python-shell-prompt-alist)
1894         (python-shell-continuation-prompt-alist): New options.
1895         (python--set-prompt-regexp): New function.
1896         (inferior-python-mode, run-python, python-shell): Require
1897         ansi-color.  Use python--set-prompt-regexp to set the comint
1898         prompt based on the Python interpreter.
1899         (python--prompt-regexp): New var.
1900         (python-check-comint-prompt)
1901         (python-comint-output-filter-function): Use it.
1902         (run-python): Use a pipe (Bug#5694).
1904 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
1906         * progmodes/python.el (python-send-region): Send a different
1907         Python command if Ipython is in use.
1908         (python-check-version): Use a Python command to find the version.
1910 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1912         * mouse.el (mouse-yank-primary): Avoid setting primary when
1913         deactivating the mark (Bug#6872).
1915 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
1917         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1918         with "else" (Bug#3991).
1920 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1922         * net/dbus.el: Accept UNIX domain sockets as bus address.
1923         (top): Don't initialize `dbus-registered-objects-table' anymore,
1924         this is done in dbusbind,c.
1925         (dbus-check-event): Adapt test for bus.
1926         (dbus-return-values-table, dbus-unregister-service)
1927         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1928         Adapt doc string.
1930 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
1932         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1934 2010-08-22  Juri Linkov  <juri@jurta.org>
1936         * simple.el (read-extended-command): New function with the logic
1937         for `completing-read' moved to Elisp from `execute-extended-command'.
1938         Use `function-called-at-point' in `minibuffer-default-add-function'
1939         to get a command name for M-n (bug#5364, bug#5214).
1941 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1943         * startup.el (command-line-1): Issue warning for ignored arguments
1944         --unibyte, etc (Bug#6886).
1946 2010-08-22  Leo  <sdl.web@gmail.com>
1948         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1949         (ignore, bright, dim, keyword): Split list of nicknames before
1950         passing to rcirc-add-or-remove (Bug#6894).
1952 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1954         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1956 2010-08-22  Leo  <sdl.web@gmail.com>
1958         Fix buffer-list rename&refresh after killing a buffer in ido.
1959         * ido.el: Revert Óscar's.
1960         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1961         Remember the buffers at head, rather than their name.
1962         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1964 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1965             Stefan Monnier  <monnier@iro.umontreal.ca>
1967         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1968         extra backslash added to each line (bug#6890).
1970 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1972         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1974 2010-08-22  Glenn Morris  <rgm@gnu.org>
1976         * menu-bar.el (menu-bar-games-menu): Add landmark.
1978 2010-08-22  Glenn Morris  <rgm@gnu.org>
1980         * align.el (align-regexp): Make group and spacing arguments
1981         use the interactive defaults when non-interactive.  (Bug#6698)
1983         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1984         expansion, so as not to need sendmail.
1985         (mail-text-start): Remove declaration.
1986         (rmail-retry-failure): Require sendmail.
1988 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1990         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1992 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
1994         * progmodes/flymake.el (flymake-start-syntax-check-process):
1995         Use `start-file-process' in order to let it run also on remote hosts.
1997 2010-08-22  Kenichi Handa  <handa@m17n.org>
1999         * files.el: Add `word-wrap' as safe local variable.
2001 2010-08-22  Glenn Morris  <rgm@gnu.org>
2003         * woman.el (woman-translate): Case matters.  (Bug#6849)
2005 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
2007         * simple.el (kill-region): Doc fix (Bug#6787).
2009 2010-08-22  Glenn Morris  <rgm@gnu.org>
2011         * calendar/diary-lib.el (diary-header-line-format):
2012         Fit it to the window, not the frame.
2014 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
2016         * subr.el (ignore-errors): Add debug declaration.
2018 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2020         * whitespace.el (whitespace-color-off): Remove post-command-hook
2021         locally.
2023 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2025         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2027 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
2029         * cus-edit.el (custom-group-value-create): Add extra newline
2030         before end line (Bug#6876).
2032 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
2034         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2035         when extending it.  Before killing on the second click, check if
2036         the buffer is the correct one.  Doc fix.
2037         (mouse-secondary-save-then-kill): Allow usage without first
2038         calling mouse-start-secondary, by defaulting to point.  Don't save
2039         an empty secondary selection.  Doc fix.
2041 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2043         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
2044         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2045         New version 13.0.
2046         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2047         Adjust initialization.
2048         (whitespace-bob-marker, whitespace-eob-marker)
2049         (whitespace-buffer-changed): New vars.
2050         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2051         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2052         (whitespace-post-command-hook, whitespace-display-char-on):
2053         Adjust code.
2054         (whitespace-looking-back, whitespace-buffer-changed): New funs.
2055         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2057 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2059         * files.el (locate-file-completion-table): Only list the .el and .elc
2060         extensions if there's no other choice (bug#5955).
2062         * facemenu.el (facemenu-self-insert-data): New var.
2063         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2064         New functions.
2065         (facemenu-add-face): Use them.
2067         * simple.el (blink-matching-open): Obey forward-sexp-function.
2069 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2071         * simple.el (prog-mode-map): New var.
2072         (prog-indent-sexp): New command.
2074         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2076         * progmodes/prolog.el (smie): Require.
2078         * emacs-lisp/smie.el (smie-default-backward-token)
2079         (smie-default-forward-token): Strip properties.
2080         (smie-next-sexp): Be more careful with associative operators.
2081         (smie-forward-sexp-command): Generalize.
2082         (smie-backward-sexp-command): Simplify.
2083         (smie-closer-alist): New var.
2084         (smie-close-block): New command.
2085         (smie-indent-debug-log): New var.
2086         (smie-indent-offset-rule): Add a few more cases.
2087         (smie-indent-column): New function.
2088         (smie-indent-after-keyword): Use it.
2089         (smie-indent-keyword): Use it.
2090         Fix up the opener code's point position.
2091         (smie-indent-comment): Only applies at BOL.
2092         (smie-indent-debug): New command.
2094         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2095         declarations that are useful before running the macro.
2097 2010-08-18  Joakim Verona  <joakim@verona.se>
2099         * image.el (imagemagick-types-inhibit): New variable.
2100         (imagemagick-register-types): New function.
2101         * image-mode.el (image-transform-properties): New function.
2102         (image-transform-set-scale, image-transform-fit-to-height)
2103         (image-transform-set-rotation, image-transform-set-resize)
2104         (image-transform-fit-to-width, image-transform-fit-to-height):
2105         New functions.
2106         (image-toggle-display-image): Support image transforms.
2108 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2110         * image.el (create-animated-image): Don't add heuristic mask to image
2111         (Bug#6839).
2113 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
2115         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2116         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2118 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2120         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2122         Font-lock '...' strings, plus various simplifications and fixes.
2123         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2124         (octave-font-lock-close-quotes): New function.
2125         (octave-font-lock-syntactic-keywords): New var.
2126         (octave-mode): Use it.  Set beginning-of-defun-function.
2127         (octave-mode-map): Don't override the <foo>-defun commands.
2128         (octave-mode-menu): Pass it directly to easy-menu-define;
2129         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2130         (octave-block-match-alist): Fix up last change so that
2131         octave-close-block uses the more specific keyword.
2132         (info-lookup-mode): Silence byte-compiler.
2133         (octave-beginning-of-defun): Not interactive any more.
2134         Optimize slightly.
2135         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2136         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2137         (octave-completion-at-point-function): Make sure point is within
2138         beg..end.
2139         (octave-reindent-then-newline-and-indent):
2140         Use reindent-then-newline-and-indent.
2141         (octave-add-octave-menu): Remove.
2143 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
2145         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2146         (report-emacs-bug-can-use-xdg-email): New functions.
2147         (report-emacs-bug): Set can-xdg-email to result of
2148         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
2149         \C-cm to report-emacs-bug-insert-to-mailer and add help text
2150         about it.
2152         * net/browse-url.el (browse-url-default-browser): Add cond
2153         for browse-url-xdg-open.
2154         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2156 2010-08-17  Glenn Morris  <rgm@gnu.org>
2158         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2159         (c-fontify-recorded-types-and-refs): Define for compiler.
2160         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2161         before use.
2163         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2164         Fix format call.
2166 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
2168         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2169         properties.
2170         (tramp-handle-process-file): Call the program in a subshell, in
2171         order to preserve working directory.
2172         (tramp-action-password): Hide password prompt before next run.
2173         (tramp-process-actions): Widen connection buffer for the trace.
2175 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
2177         * net/rcirc.el (rcirc-log-process-buffers): New option.
2178         (rcirc-print): Use it.
2179         (rcirc-generate-log-filename): New function.
2180         (rcirc-log-filename-function): Change default to
2181         rcirc-generate-log-filename (Bug#6828).
2183 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
2185         * simple.el (deactivate-mark): If select-active-regions is `only',
2186         only set selection for temporarily active regions.
2188         * cus-start.el: Change defcustom for select-active-regions.
2190 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
2192         * mouse.el (mouse--drag-set-mark-and-point): New function.
2193         (mouse-drag-track): Use LOCATION arg to push-mark.
2194         Use mouse--drag-set-mark-and-point to take click-count into
2195         consideration when updating point and mark (Bug#6840).
2197 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
2199         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2200         Give the Ruby rule a lower priority than Gnu (Bug#6778).
2202 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2204         * font-lock.el (lisp-font-lock-keywords-2):
2205         Add combine-after-change-calls, condition-case-no-debug,
2206         with-demoted-errors, and with-silent-modifications (Bug#6025).
2208 2010-08-14  Kevin Ryde  <user42@zip.com.au>
2210         * emacs-lisp/copyright.el (copyright-update-year)
2211         (copyright-update): Temporary switch-to-buffer to ensure the
2212         buffer change being queried is visible (Bug#5394).
2214 2010-08-14  Tom Tromey  <tromey@redhat.com>
2216         * progmodes/etags.el (tags-file-name): Mark safe if stringp
2217         (Bug#6733).
2219 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
2221         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2222         MS-DOS.  (Bug#6689)
2224 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
2226         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2227         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2228         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2229         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2230         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2231         Call menu-bar-set-tool-bar-position.
2233 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2235         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2236         comment style (bug#6834).
2237         * progmodes/scheme.el (scheme-mode-syntax-table):
2238         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2239         "b" flag in "' 14b" syntax.
2241         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2242         for (un)commenting the region and performing completion.
2243         (octave-mode-menu): Use standard commands for help and completion.
2244         (octave-mode-syntax-table): Support %{..%} comments (sort of).
2245         (octave-mode): Use define-derived-mode.
2246         Set completion-at-point-functions and don't set columns.
2247         Don't disable adaptive-fill-regexp.
2248         (octave-describe-major-mode, octave-comment-region)
2249         (octave-uncomment-region, octave-comment-indent)
2250         (octave-indent-for-comment): Remove.
2251         (octave-indent-calculate): Rename from calculate-octave-indent.
2252         (octave-indent-line, octave-fill-paragraph): Update caller.
2253         (octave-initialize-completions): No need to make an alist.
2254         (octave-completion-at-point-function): New function.
2255         (octave-complete-symbol): Use it.
2256         (octave-insert-defun): Use define-skeleton.
2258         * progmodes/octave-mod.el (octave-mode): Set comment-add.
2259         (octave-mode-map): Use comment-dwim (bug#6829).
2261 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2263         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2264         indentation of inserted comment.
2266 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
2268         * faces.el (region): Add type gtk that uses gtk colors.
2270         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2271         Handle theme-name change.
2273 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
2275         * progmodes/sql.el: Version 2.5
2276         (sql-product-alist): Add :prompt-cont-regexp property for several
2277         database products.
2278         (sql-prompt-cont-regexp): New variable.
2279         (sql-output-newline-count, sql-output-by-send):
2280         New variables.  Record number of newlines in input text.
2281         (sql-send-string): Handle multiple filters and count newlines.
2282         (sql-send-magic-terminator): Count terminator newline.
2283         (sql-interactive-remove-continuation-prompt): Filters output to
2284         remove continuation prompts; one for each newline.
2285         (sql-interactive-mode): Set up new variables, prompt regexp and
2286         output filter.
2287         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2288         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2290 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2292         * emacs-lisp/pcase.el: New file.
2294 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
2296         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2297         as here-document, otherwise the command could exceed maximum
2298         length of command line.
2299         (tramp-handle-vc-registered): Call script accordingly.
2300         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2302 2010-08-10  Kenichi Handa  <handa@m17n.org>
2304         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2305         composable pattern.
2307 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
2309         * emacs-lisp/package.el (package-version-split)
2310         (package--version-first-nonzero, package-version-compare):
2311         Functions removed.
2312         (package-directory-list, package-load-all-descriptors)
2313         (package--built-in, package-activate, define-package)
2314         (package-installed-p, package-compute-transaction)
2315         (package-read-all-archive-contents)
2316         (package--add-to-archive-contents, package-buffer-info)
2317         (package-tar-file-info, package-list-packages-internal):
2318         Use version-to-list and version-list-*.
2320         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2321         Use version-to-list.
2322         (package-upload-buffer-internal): Use version-list-<=.
2324 2010-08-09  Kenichi Handa  <handa@m17n.org>
2326         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2327         composable pattern.
2329 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
2331         * tutorial.el (tutorial--default-keys): C-d is now bound to
2332         delete-forward-char (Bug#6826).
2334         * mouse.el (mouse-drag-track): Remove accidentally-removed check
2335         for `double' value of mouse-1-click-follows-link (Bug#6807).
2337 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2339         * replace.el (replace-highlight): Bind isearch-forward and
2340         isearch-error, ensuring that highlighting is updated if the user
2341         switches the search direction (Bug#6808).
2343         * isearch.el (isearch-lazy-highlight-forward): New var.
2344         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2345         (isearch-lazy-highlight-update): Use it.
2347 2010-08-08  Kenichi Handa  <handa@m17n.org>
2349         * international/mule.el (define-charset): Store NAME as :base property.
2350         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2351         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2352         current priority.  Force using the designation of the specific
2353         charset by adding `charset' text property.  Improve the whole algorithm.
2355 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2357         * emulation/pc-select.el (pc-selection-mode-hook)
2358         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2359         (pc-selection-mode): Fix typos in docstrings.
2361 2010-08-08  Kenichi Handa  <handa@m17n.org>
2363         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2364         ctext-non-standard-encodings-alist here.
2366         * international/mule.el (ctext-non-standard-encodings-alist):
2367         Add "koi8-r" and "microsoft-cp1251".
2368         (ctext-standard-encodings): New variable.
2369         (ctext-non-standard-encodings-table): List only elements for
2370         non-standard encodings.
2371         (ctext-pre-write-conversion): Adjust for the above change.
2372         Check ctext-standard-encodings.
2374         * international/mule-conf.el (compound-text): Doc fix.
2375         (ctext-no-compositions): Doc fix.
2376         (compound-text-with-extensions): Doc fix.
2378 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2380         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2382 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2384         * progmodes/which-func.el (which-func-format): Split help-echo text
2385         into lines, like other mode-line tooltips.
2387         * server.el (server-start): When using TCP sockets, force IPv4
2388         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2390 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2392         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2394 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2396         * term.el (term-delimiter-argument-list): Reflow docstring.
2397         (term-read-input-ring, term-write-input-ring, term-send-input)
2398         (term-bol, term-erase-in-display, serial-supported-or-barf):
2399         Fix typos in docstrings.
2401 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2403         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2405 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2407         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2409 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
2411         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2412         Fix typo in docstring (bug#6747).
2414 2010-08-08  Leo  <sdl.web@gmail.com>
2416         * eshell/esh-io.el (eshell-get-target): Better detection of
2417         read-only file (Bug#6762).
2419 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2421         * align.el (align-default-spacing): Doc fix.
2422         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2424 2010-08-08  Stephen Peters  <speters@itasoftware.com>
2426         * calendar/icalendar.el
2427         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
2428         (icalendar--get-weekday-numbers): New.
2429         (icalendar--convert-recurring-to-diary): Handle multiple byday
2430         values in weekly rules.  (Bug#6766)
2432 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2434         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2435         (icalendar--create-uid, icalendar-export-region)
2436         (icalendar--parse-summary-and-rest): Code formatting.
2438 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2440         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2441         to italicize headers.
2442         (calc-highlight-selections-with-faces): New variable.
2443         (calc-selected-face, calc-nonselected-face): New faces.
2445         * calc/calccomp.el (math-comp-highlight-string): Use
2446         `calc-highlight-selections-with-faces' to determine how to highlight
2447         sub-formulas.
2449         * calc/calc-sel.el (calc-show-selections): Change message to when
2450         using faces to highlight selections.
2452 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
2454         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2455         Add SQLite 3 keywords, functions and datatypes.
2456         (sql-interactive-mode): Remove `comint-process-echoes' set to t
2457         (Bug#6686).
2459 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
2461         * simple.el (select-active-regions): Move to keyboard.c.
2462         (deactivate-mark): Used saved-region-selection.
2463         (select-active-region): Function removed.
2464         (activate-mark, set-mark, push-mark-command)
2465         (handle-shift-selection): Don't call it.
2466         (keyboard-quit): Avoid adding the region to the window selection.
2468         * mouse.el (mouse-drag-track): Remove hacks to deal with old
2469         select-active-regions implementation.
2470         (mouse-yank-at-click): Doc fix.
2472         * cus-start.el: Add custom declaration for select-active-regions.
2474 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
2476         * simple.el (delete-forward-char): Doc fix.
2478         * tutorial.el (help-with-tutorial): Hack safe file-local variables
2479         after reading the tutorial.
2481 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
2483         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2484         for the case that a C style comment has its delimiters alone on
2485         their respective lines.
2487 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
2489         * net/tramp.el (tramp-handle-start-file-process): Set connection
2490         property "vec".
2491         (tramp-process-sentinel): Use it for flushing the cache.  We
2492         cannot do it via the process buffer, the buffer could be deleted
2493         already when running the sentinel.
2495 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
2497         * comint.el (comint-mode): Make directory tracking functions
2498         functional on remote files.  (Bug#6764)
2500 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2502         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2504 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2506         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2507         unexec.c => unexcoff.c.
2509         * emacs-lisp/authors.el (authors-fixed-entries): Rename
2510         unexec.c => unexcoff.c.
2512 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2514         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2515         cache, not only file cache.
2516         (tramp-process-sentinel): New defun.
2517         (tramp-handle-start-file-process): Use it, in order to invalidate
2518         file caches.
2520 2010-08-03  Leo  <sdl.web@gmail.com>
2522         * server.el (server-start): Simplify loop.
2524 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2526         * frame.el (screen-height, screen-width, set-screen-width)
2527         (set-screen-height): Remove ancient compatibility aliases.
2529         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2530         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
2532         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2533         that change current buffer.
2535 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2537         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2538         beginning of the string.  Use `string-match-p'.  (Bug#6765)
2540 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
2542         * cus-start.el (x-gtk-use-system-tooltips): New variable.
2544 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
2546         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2547         (package--builtins): Tweak descriptions.
2548         (package-print-package): Upcase descriptions if necessary.
2549         Show all built-in packages in font-lock-builtin-face.
2550         (package-list-packages-internal): Omit "emacs" package.
2551         Show status of built-in packages as "built-in".
2553 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
2555         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
2556         before killing to preserve the primary selection (Bug#6701).
2558         * term/x-win.el (x-select-text): Doc fix.
2560 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
2562         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2563         The following functions were modified or created:
2565         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2566         (objc-font-lock-extra-types):
2567         * progmodes/cc-mode.el (c-basic-common-init):
2568         * progmodes/cc-langs.el (c-make-mode-syntax-table)
2569         (c++-make-template-syntax-table)
2570         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2571         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2572         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2573         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2574         * progmodes/cc-fonts.el (c-make-inverse-face)
2575         (c-basic-matchers-after):
2576         * progmodes/cc-engine.el (c-forward-keyword-clause)
2577         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2578         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2579         (c-guess-continued-construct, c-guess-basic-syntax):
2581 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
2583         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2585 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2587         * files.el (bidi-paragraph-direction): Define safe local values.
2589         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2590         language-info-alist.  Remove outdated FIXME in a comment.
2592 2010-07-31  Alan Mackenzie  <acm@muc.de>
2594         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2595         Auto-fill broken in C/C++ modes.
2597 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2599         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2600         (menu-bar-showhide-tool-bar-menu-customize-disable)
2601         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2602         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2603         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2604         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2605         make a menu for Options => toolbar that can move it.
2607 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
2609         * emacs-lisp/package-x.el (package--make-rss-entry):
2610         (package-maint-add-news-item, package--update-news)
2611         (package-upload-buffer-internal): New arg ARCHIVE-URL.
2613         * emacs-lisp/package.el (package-archive-url): Rename from
2614         package-archive-id.
2615         (package-install): Doc fix.
2616         (package-download-single, package-download-tar, package-install)
2617         (package-menu-view-commentary): Callers changed.
2619 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2621         * net/tramp.el (tramp-handle-start-file-process): Check only for
2622         `remote-tty' process property.
2623         (tramp-open-shell): Don't check for tty.
2624         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2625         process property.
2627         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2628         host.
2630 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
2632         * emacs-lisp/package.el (package-load-list, package-archives)
2633         (package-archive-contents, package-user-dir)
2634         (package-directory-list, package--builtins, package-alist)
2635         (package-activated-list, package-obsolete-alist): Mark as risky.
2637 2010-07-28  Phil Hagelberg  <phil@evri.com>
2639         Add support for non-default package repositories.
2640         * emacs-lisp/package.el (package-archive-base): Var deleted.
2641         (package-archives): New variable.
2642         (package-archive-contents): Doc fix.
2643         (package-load-descriptor): Do nothing if descriptor file is missing.
2644         (package--write-file-no-coding): New function.
2645         (package-unpack-single): Use it.
2646         (package-archive-id): New function.
2647         (package-download-single, package-download-tar)
2648         (package-menu-view-commentary): Use it.
2649         (package-installed-p): Make second argument optional.
2650         (package-read-all-archive-contents): New function.
2651         (package-initialize): Use it.
2652         (package-read-archive-contents): Add ARCHIVE argument.
2653         (package--add-to-archive-contents): New function.
2654         (package-install): Don't call package-read-archive-contents.
2655         (package--download-one-archive): Store archive file in a
2656         subdirectory of package-user-dir.
2657         (package-menu-execute): Remove spurious line movement.
2659 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2661         * cus-start.el (tool-bar-style): Add text-image-horiz.
2663 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2665         * progmodes/gud.el (gud-common-init): Check for remoteness of
2666         `file', and not of `default-directory'.
2668 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2670         * net/tramp.el (tramp-methods): Move hostname to the end in all
2671         ssh `tramp-login-args'.
2672         (tramp-verbose): Describe verbose level 9.
2673         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2674         (tramp-open-connection-setup-interactive-shell): Trace stty
2675         settings if `tramp-verbose' >= 9.
2676         (tramp-handle-start-file-process): Implement tty setting.
2677         (Bug#4604, Bug#6360)
2679         * net/tramp-cmds.el (tramp-bug): Recommend setting of
2680         `tramp-verbose' to 9.
2682 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
2684         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2685         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2686         Remove references to package `lisp-re' (bug#4369).
2688 2010-07-27  Tom Tromey  <tromey@redhat.com>
2690         * progmodes/js.el (js-mode):
2691         * progmodes/make-mode.el (makefile-mode):
2692         * progmodes/simula.el (simula-mode):
2693         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2695 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2697         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2699         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2700         (display-time-world-buffer-name, display-time-world-mode-map):
2701         Fix typos in docstrings.
2703 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2705         * image-mode.el (image-display-size): New function.
2706         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2707         (image-mode-fit-frame): Use it (Bug#6639).
2709 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2711         * dired.el (dired-buffers-for-dir): Handle list values of
2712         dired-directory (Bug#6636).
2714 2010-07-26  Sam Steingold  <sds@gnu.org>
2716         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2717         Do not call `x-get-selection' the second time, reuse the value.
2719 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
2721         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
2722         which consist of control chars only.  Suggested by Richard Stallman.
2724 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
2726         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2727         exists before passing an error to find-file-not-found-functions
2728         (bug#6723).
2730 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
2732         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2733         Remove leading nil element, adjust values.
2734         (tetris-shapes, tetris-shape-scores):
2735         Change representation of shapes and remove some redundancy.
2736         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2737         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2738         Adjust for working with new representation of shapes.
2739         (tetris-shape-rotations): New function.
2740         (tetris-move-bottom, tetris-move-left, tetris-move-right)
2741         (tetris-rotate-prev, tetris-rotate-next):
2742         Adjust for working with the new version of tetris-test-shape.
2744 2010-07-23  Markus Triska  <markus.triska@gmx.at>
2746         * progmodes/ps-mode.el: Use comint (bug#5954).
2747         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2748         (ps-mode-other-newline): Simplify.
2749         (ps-run-mode): Derive from comint-mode instead of
2750         fundamental-mode, yielding input history etc.
2751         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2752         (ps-run-send-string): Adapt for comint-mode.
2753         (ps-run-newline): Remove now unneeded function.
2755 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2757         * net/tramp.el (tramp-methods): Move hostname to the end in all
2758         plink `tramp-login-args'.
2760 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2762         * net/tramp.el (tramp-open-shell): New defun.
2763         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2764         Use it.
2766 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2768         * net/tramp.el (tramp-file-name-regexp-unified)
2769         (tramp-completion-file-name-regexp-unified): On W32 systems, do
2770         not regard the volume letter as remote filename.  (Bug#5447)
2772 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2774         * custom.el (custom-declare-variable): Give a clearer error message
2775         when the docstring is missing (bug#6476).
2777 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
2779         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
2780         (sql-login-params): New widget definition.
2781         (sql-oracle-login-params, sql-mysql-login-params)
2782         (sql-solid-login-params, sql-sybase-login-params)
2783         (sql-informix-login-params, sql-ingres-login-params)
2784         (sql-ms-login-params, sql-postgres-login-params)
2785         (sql-interbase-login-params, sql-db2-login-params)
2786         (sql-linter-login-params): Use it.
2787         (sql-sqlite-login-params): Use it; Define "database" parameter as
2788         a file name.
2789         (sql-sqlite-program): Change to "sqlite3".
2790         (sql-comint-sqlite): Make sure database name is complete.
2791         (sql-for-each-login): New function.
2792         (sql-connect, sql-save-connection): Use it.
2793         (sql-get-login-ext): New function.
2794         (sql-get-login): Use it.
2795         (sql-make-alternate-buffer-name): Handle :file parameters.
2797 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
2799         * dired.el (dired-no-confirm): Document value t and fix defcustom to
2800         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
2802 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2804         * dired.el (dired-mode-map): Use command remapping (bug#6632).
2806 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
2808         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2810 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
2812         * net/tramp.el (tramp-get-ls-command)
2813         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2814         instead of "/".
2816 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
2818         * progmodes/sql.el: Version 2.3.
2819         (sql-connection-alist): Changed keys from symbols to strings;
2820         enhanced the widget definition.
2821         (sql-mode-menu): Added submenu to select connections.
2822         (sql-interactive-mode-menu): Added "Save Connection" item.
2823         (sql-add-product): Fixed menu item.
2824         (sql-get-product-feature): Improved error handling.
2825         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2826         (sql-make-alternate-buffer-name): Simplified.
2827         (sql-product-interactive): Handle missing product.
2828         (sql-connect): Support string keys, minor improvements.
2829         (sql-save-connection): New function.
2830         (sql-connection-menu-filter): New function.
2832 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2834         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2835         (tramp-open-connection-setup-interactive-shell): Apply
2836         workaround for IRIX64 bug.  Move argument of last
2837         `tramp-send-command' where it belongs to.
2839 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2841         * net/tramp.el (tramp-perl-file-attributes)
2842         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2843         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2844         front of `login-args'.
2846 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2848         * time.el (display-time-world-mode): Define with `define-derived-mode'.
2849         Set `show-trailing-whitespace' to nil.
2850         (display-time-world-display): Simplify.
2852 2010-07-18  Alan Mackenzie  <acm@muc.de>
2854         Enhance `c-file-style' in file/directory local variables.
2855         * progmodes/cc-mode.el (c-count-cfss): New function.
2856         (c-before-hack-hook): Call `c-set-style' differently according to
2857         whether c-file-style was set in file or directory local
2858         variables.
2860 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
2862         * progmodes/sql.el: Version 2.2.
2863         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2864         defcustom :safe keyword rather than putting safe-local-variable
2865         property.
2866         (sql-password): Use defcustom :risky keyword rather than putting
2867         risky-local-variable property.
2868         (sql-oracle-login-params, sql-sqlite-login-params)
2869         (sql-solid-login-params, sql-sybase-login-params)
2870         (sql-informix-login-params, sql-ingres-login-params)
2871         (sql-ms-login-params, sql-postgres-login-params)
2872         (sql-interbase-login-params, sql-db2-login-params)
2873         (sql-linter-login-params): Add `port' option.
2874         (sql-get-product-feature): Added NO-INDIRECT parameter.
2875         (sql-comint-oracle, sql-comint-sybase)
2876         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2877         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2878         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2879         (sql-comint-linter): Renamed sql-connect-* functions to
2880         sql-comint-*.
2881         (sql-product-alist, sql-mode-menu): Renamed as above and
2882         :sqli-connect-func to :sqli-comint-func.
2883         (sql-connection): New variable.
2884         (sql-interactive-mode): Set it.
2885         (sql-connection-alist): New variable.
2886         (sql-connect): New function.
2887         (sql--alt-buffer-part, sql--alt-if-not-empty)
2888         (sql-make-alternate-buffer-name): Improved alternative buffer name.
2890 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2892         * image-mode.el (image-bookmark-make-record): Do not set context
2893         in an image (Bug#6650).
2895 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2897         * simple.el (select-active-region): New function.
2898         (push-mark-command, set-mark, activate-mark)
2899         (handle-shift-selection): Use it.
2900         (deactivate-mark): Don't check for size of region.
2902         * mouse.el (mouse-drag-track): Use select-active-region.
2904 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2906         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2907         "--dired" stronger.
2909 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2911         * term/x-win.el (x-select-enable-primary): Change default to nil.
2912         (x-select-enable-clipboard): Add :version keyword.
2914         * mouse.el (mouse-drag-copy-region):
2915         * simple.el (select-active-regions): Likewise.
2917 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2919         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
2920         (vc-coding-system-for-diff): Use it to decide whether to inherit
2921         from the file the EOL format for reading the diffs of that file.
2922         (Bug#4451)
2924 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2926         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2927         unibyte, so compressed attachments are not compressed again.
2929 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
2931         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2932         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2933         (tramp-find-shell): Simplify setting connection property.
2934         (tramp-get-ls-command): Make test for "--color=never" stronger.
2936 2010-07-15  Simon South  <ssouth@member.fsf.org>
2938         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2939         blocks within record declarations (i.e. variant parts) correctly.
2941 2010-07-15  Simon South  <ssouth@member.fsf.org>
2943         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2944         over literal tokens when parsing so newlines aren't "absorbed" by
2945         single-line comments.  Corrects the indentation of case blocks
2946         that have a comment on the first line.
2948 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
2950         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2951         by Drew Adams (Bug#5504).
2953 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2955         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2956         now that Unicode is used (Bug#6594).
2958 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2960         * term/x-win.el (x-select-enable-clipboard): Default to t.
2961         (x-initialize-window-system): Don't overwrite Paste menu item.
2963         * simple.el (select-active-regions): Default to t.
2964         (push-mark-command): Don't overwrite primary with empty string.
2966         * mouse.el: Bind mouse-2 to mouse-yank-primary.
2967         (mouse-drag-copy-region): Default to nil.
2969         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2970         Cut/Copy/Paste menu bar items.
2972 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2974         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2975         Patch applied by Karl Fogel.
2977         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2978         and `bookmark-current-buffer' if they have been already set in
2979         another buffer (e.g gnus-art).
2981 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2982             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2984         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2986         * bookmark.el (bookmark-make-record-default): Allow unneeded
2987         information to be omitted from the record.
2989         Adjust declarations and calls:
2991         * info.el (bookmark-make-record-default): Adjust declaration.
2992         (Info-bookmark-make-record): Adjust call.
2994         * woman.el (bookmark-make-record-default): Adjust declaration.
2995         (woman-bookmark-make-record): Adjust call.
2997         * man.el (bookmark-make-record-default): Adjust declaration.
2998         (Man-bookmark-make-record): Adjust call.
3000         * image-mode.el (bookmark-make-record-default): Adjust declaration.
3002         * doc-view.el (bookmark-make-record-default): Adjust declaration.
3004 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3006         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3007         This is also from Thierry Volpiatto's patch in bug #6444.  However,
3008         because it was extraneous to the functional change in that patch,
3009         and causes a re-indendation, I am committing it separately.
3011 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3013         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3014         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3015         Patch applied by Karl Fogel (Bug#6444).
3017 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
3019         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3021 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
3023         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3024         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
3025         (ns-alternatives-map): Change S-tab binding to backtab
3026         (bug#6616).
3028         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3029         under ns.
3031 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
3033         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3034         (Bug#5806)
3036         * language/tv-util.el (tai-viet-re): Remove format.
3038 2010-07-12  Kenichi Handa  <handa@m17n.org>
3040         * language/hebrew.el: Remove no-byte-compile declaration.
3041         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
3042         composition-function-table for 3-character looking back.
3043         (hebrew-font-get-precomposed): New function.
3044         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3046 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
3048         * mouse.el (mouse-drag-track): Handle select-active-regions
3049         (Bug#6612).
3051 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
3053         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3054         empty argument to gvfs-copy.
3056 2010-07-10  Glenn Morris  <rgm@gnu.org>
3058         * calendar/calendar.el (calendar-week-end-day): New function.
3059         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3060         Respect calendar-week-start-day.  (Bug#6606)
3061         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3062         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3063         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3064         respect calendar-week-start-day.
3066 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
3068         * simple.el (use-region-p): Doc fix (Bug#6607).
3070 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
3072         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3073         regexps for cucumber and ruby.
3075 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
3077         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3078         (epa-file-insert-file-contents): Hack to prevent
3079         find-file from opening empty buffer when decryption failed
3080         (bug#6568).
3082 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
3084         * textmodes/ispell.el (ispell-alternate-dictionary):
3085         Use file-readable-p.
3086         Return nil if no word-list is found at default locations.
3087         (ispell-complete-word-dict): Default to nil.
3088         (ispell-command-loop): Use 'word-list' when using lookup-words.
3089         (lookup-words): Use ispell-complete-word-dict or
3090         ispell-alternate-dictionary.  Check for word-list availability
3091         and handle errors if needed with better messages (Bug#6539).
3092         (ispell-complete-word): Use ispell-complete-word-dict or
3093         ispell-alternate-dictionary.
3095 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
3097         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3098         builtins (BufferError, BytesWarning, WindowsError; callables
3099         bin, bytearray, bytes, format, memoryview, next, print; __package__).
3101 2010-07-07  Glenn Morris  <rgm@gnu.org>
3103         * play/zone.el (top-level): Do not require timer, tabify, or cl.
3104         (zone-shift-left): Ignore intangibility, and any errors from
3105         forward-char.
3106         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
3107         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3108         deleting, and copying text properties.
3109         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3110         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3111         to point-max is hard.
3112         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3113         (zone-fill-out-screen): Ignore intangibility.
3115 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
3117         * menu-bar.el (menu-bar-mode):
3118         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3119         if it has been set.
3121         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3122         word/line selection (Bug#6565).
3124 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3126         * net/dbus.el (dbus-send-signal): Declare function.
3128 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
3130         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3131         (dbus-register-property): New optional argument EMITS-SIGNAL.
3132         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3134 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
3136         * mouse.el (mouse-drag-overlay): Variable deleted.
3137         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3138         (mouse--remap-link-click-p): New function.
3139         (mouse-drag-track): Handle dragging by using temporary Transient
3140         Mark mode, instead of a special overlay.
3141         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3142         mouse-show-mark.
3144         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3145         deleted.
3147 2010-07-02  Juri Linkov  <juri@jurta.org>
3149         * autoinsert.el (auto-insert-alist): Fix readability
3150         by using dotted pair notation for lambda.
3152 2010-07-02  Juri Linkov  <juri@jurta.org>
3154         * faces.el (read-face-name): Rename arg `string-describing-default'
3155         to `default'.  Doc fix.  Display the default value in quotes
3156         in the prompt.  With empty input, return the `default' arg,
3157         unless the default value is a string (in which case return nil).
3158         (describe-face): Replace the string `default' arg of `read-face-name'
3159         with the symbol `default'.
3161 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
3163         * emulation/viper-cmd.el (viper-delete-backward-char)
3164         (viper-del-backward-char-in-insert)
3165         (viper-del-backward-char-in-replace, viper-change)
3166         (viper-backward-indent): Replace delete-backward-char with
3167         delete-char (Bug#6552).
3169 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
3171         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3173 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3175         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3176         argument passed to frame-creation-function (Bug#5378).
3178         * faces.el (x-handle-named-frame-geometry)
3179         (x-handle-reverse-video, x-create-frame-with-faces)
3180         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3181         separately consult default-frame-alist.  It is now passed as the
3182         PARAMETER argument.
3184 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
3186         * startup.el (command-line): Don't call tool-bar-setup in a
3187         tty-only build.
3189 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3191         * ruler-mode.el (ruler--save-header-line-format): New fun.
3192         (ruler-mode): Use it as a setter function, so as not to overwrite
3193         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3195 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
3197         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
3198         (vc-root-diff, vc-print-root-log, vc-log-incoming)
3199         (vc-log-outgoing): Use it.
3200         (vc-diff-internal): Set diff-vc-backend.
3202         * vc/diff-mode.el (diff-vc-backend): New var.
3204 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
3206         * dynamic-setting.el (font-setting-change-default-font): Remove
3207         call to message.
3209 2010-06-28  Kenichi Handa  <handa@m17n.org>
3211         * international/quail.el (quail-insert-kbd-layout): Fix the
3212         showing of untranslated characters.
3214 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
3216         * simple.el (delete-active-region): New option.
3217         (delete-backward-char): Implement in Lisp.
3218         (delete-forward-char): New command.
3220         * mouse.el (mouse-region-delete-keys): Deleted.
3221         (mouse-show-mark): Simplify.
3223         * bindings.el (global-map): Bind delete and DEL, the former to
3224         delete-forward-char.
3226 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
3228         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3229         (ruby-mode): Bind indent-line-function (Bug#5119).
3231 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
3233         * startup.el (command-line): Recognize "0" X resource value.
3235 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
3237         * startup.el (command-line): Use X resources to set the value of
3238         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3240         * menu-bar.el (menu-bar-mode):
3241         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3242         Set init-value to t.
3244         * frame.el (frame-notice-user-settings): Don't change
3245         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3246         vice versa (Bug#2249).
3248 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
3250         * w32-fns.el (w32-convert-standard-filename): Doc fix.
3252 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
3254         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3255         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3257         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3258         default directories are expanded (Bug#6143).
3260 2010-06-24  Juri Linkov  <juri@jurta.org>
3262         * minibuffer.el (completions-format): Change default from nil to
3263         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
3265 2010-06-24  Juri Linkov  <juri@jurta.org>
3267         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3268         buffer-locally to lambda that re-runs the vc diff command.
3269         (Bug#6447)
3271 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
3273         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3274         echo area is in use (Bug#3412).
3276 2010-06-22  Glenn Morris  <rgm@gnu.org>
3278         * textmodes/texinfmt.el (texinfo-format-region)
3279         (texinfo-raise-lower-sections, texinfo-format-separate-node)
3280         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3281         (texinfo-format-option, texinfo-noindent):
3282         Use line-beginning-position and line-end-position.
3284         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3285         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3286         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3287         utf-8 characters.
3289 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
3291         * play/zone.el (zone-fall-through-ws): Fix next-line ->
3292         forward-line fallout.
3294 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
3296         * mouse.el (mouse-appearance-menu): Add docstring.
3298         * help.el (describe-key): Print up-event using key-description.
3300 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
3302         * net/zeroconf.el (zeroconf-resolve-service)
3303         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3304         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3306 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3308         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3310 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
3312         Avoid displaying files with a nil state in vc-dir.
3313         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3314         cases that cause insertion.
3315         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3316         with a nil state.
3318 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3320         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3322 2010-06-29  Leo  <sdl.web@gmail.com>
3324         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
3326 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
3328         * generic-x.el (bat-generic-mode): Fix regexp for command line
3329         switches (Bug#5719).
3331 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
3333         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3334         of nconc to avoid pure storage error (Bug#6239).
3336 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
3338         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3339         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3340         bindings of bookmark-automatically-show-annotations (Bug#6515).
3342 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
3344         * arc-mode.el (archive-zip-extract): Don't quote the file name on
3345         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
3347 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3349         * comint.el (make-comint, make-comint-in-buffer): Mention return
3350         value in the docstrings.  (Bug#6498)
3352 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
3354         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3355         since it is not present when using some non-default switches.
3357 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
3359         * simple.el (compose-mail): Fix doc string to refer to
3360         `compose-mail-user-agent-warnings', instead of to the
3361         nonexistent `compose-mail-check-user-agent'.
3363 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
3365         Fix an indentation bug:
3367         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3368         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3369         of existing values.
3371         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3372         (c-clear->-pair-props-if-match-before): now return t when they've
3373         cleared properties, nil otherwise.
3374         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3375         by taking account of the existing value.
3377         * progmodes/cc-defs.el
3378         (c-clear-char-property-with-value-function): Fix this to clear the
3379         property rather than overwriting it with nil.
3381 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3383         * emacs-lisp/package.el (package-print-package): Add link to
3384         package description via describe-package.
3385         (describe-package-1): List package requirements.  Add button to
3386         perform installation.
3387         (package-menu-describe-package): New command.
3389         * help-mode.el (help-package): New button type.
3391 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3393         * emacs-lisp/package.el: Move package-list-packages binding to
3394         menu-bar.el.
3395         (describe-package, describe-package-1, package--dir): New funs.
3396         (package-activate-1): Use package--dir.
3398         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3400         * help-mode.el (help-package-def): New button type.
3402         * menu-bar.el: Move package-list-packages binding here from
3403         package.el.
3405 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
3407         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
3409 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3411         * emacs-lisp/edebug.el (edebug-read-list):
3412         Phase out old-style backquotes.
3414 2010-06-17  Juri Linkov  <juri@jurta.org>
3416         * help-mode.el (help-mode): Set buffer-local variable
3417         revert-buffer-function to help-mode-revert-buffer.
3418         (help-mode-revert-buffer): New function.
3420         * info.el (Info-revert-find-node): Check for major-mode Info-mode
3421         before popping to "*info*" (like in other Info functions).
3422         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
3423         old-history-forward.  Pop to old-buffer-name or "*info*" to
3424         recreate the killed buffer.  Set Info-history-forward from
3425         old-history-forward.
3426         (Info-breadcrumbs-depth): Add :group and :version.
3428 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
3430         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3432 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
3434         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3435         for languages like Portuguese with pt_{BR,PT} and no plain pt.
3437 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
3439         * emacs-lisp/package.el (package-menu-mode-map):
3440         Move initialization into declaration.
3442         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3444 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
3446         * emacs-lisp/package.el (package-archive-base): Point to
3447         elpa.gnu.org.
3448         (package-enable, package-load-list): New defcustoms.
3449         (package-user-dir, package-directory-list): Turn into defcustoms.
3450         Don't include package-user-dir in package-directory-list.
3451         (package--builtins-base): Don't include Emacs as a "package".
3452         (package-subdirectory-regexp): New var.
3453         (package-load-all-descriptors, package-compute-transaction)
3454         (package-download-transaction): Obey package-load-list.
3455         (package-activate-1): Rename from package-do-activate.
3456         (package-list-packages-internal): Check package-load-list.
3457         (package-load-descriptor, package-generate-autoloads)
3458         (package-unpack, package-unpack-single)
3459         (package--read-archive-file, package-delete): Use
3460         expand-file-name.
3462         * emacs-lisp/package-x.el: New file.  Package uploading
3463         functionality split out from package.el.
3465         * startup.el (command-line): Load packages after reading init file.
3467 2010-06-17  Tom Tromey  <tromey@redhat.com>
3469         * emacs-lisp/package.el: New file.
3471 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3473         Fix vc-annotate for renamed files when using Git.
3474         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3475         ls-files.  Doe not pass the object as a file name to cat-file, it
3476         is not a file name.
3477         (vc-git-annotate-command): Pass the file name using -- to avoid
3478         ambiguity with the revision.
3479         (vc-git-previous-revision): Pass a relative file name.
3481 2010-06-22  Glenn Morris  <rgm@gnu.org>
3483         * progmodes/js.el (js-mode-map): Use standard capitalization and
3484         ellipses for menu entries.
3486         * wid-edit.el (widget-complete): Doc fix.
3488 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
3490         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3492 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3494         Fix annotating other revisions for renamed files in vc-annotate.
3495         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3496         VC backend.  Use it when non-nil.
3497         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3498         (Bug#6487)
3500         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3501         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3502         Do not pass the file name to the 'previous-revision call when we
3503         don't want a file diff.  (Bug#6489)
3505 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3507         Fix finding revisions for renamed files in vc-annotate.
3508         * vc/vc.el (vc-find-revision): Add an optional argument for
3509         the VC backend.  Use it when non-nil.
3510         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3511         backend to vc-find-revision.  (Bug#6487)
3513 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3515         Fix reading file names in Git annotate buffers.
3516         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3517         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
3519 2010-06-20  Alan Mackenzie  <acm@muc.de>
3521         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3522         in file local variables, set it first.
3524 2010-06-19  Glenn Morris  <rgm@gnu.org>
3526         * descr-text.el (describe-char-unicode-data): Insert separating
3527         space when needed.  (Bug#6422)
3529         * progmodes/idlwave.el (idlwave-action-and-binding):
3530         Fix typo in 2009-12-03 change.  (Bug#6450)
3532 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3534         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3535         handling for `lambda' (misunderstanding).
3537 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
3539         * calc/calc-poly.el (math-accum-factors): Make sure that
3540         constants aren't distributed after they are factored out.
3542 2010-06-16  Juri Linkov  <juri@jurta.org>
3544         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3545         `list-colors-print'.  (Bug#6332)
3547         * subr.el (read-quoted-char): Fix up last change (bug#6290).
3549 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3551         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3552         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
3554         * font-lock.el (font-lock-major-mode): Rename from
3555         font-lock-mode-major-mode to distinguish it from
3556         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3557         (font-lock-set-defaults):
3558         * font-core.el (font-lock-default-function): Adjust users.
3559         (font-lock-mode): Don't set it at all.
3561 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3563         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3565 2010-06-16  Glenn Morris  <rgm@gnu.org>
3567         * calendar/appt.el (appt-time-msg-list): Doc fix.
3568         (appt-check): Let-bind appt-warn-time.
3569         (appt-add): Make the 3rd argument optional.
3570         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
3571         Only add WARNTIME to the output list if non-nil.
3573 2010-06-16  Ivan Kanis  <apple@kanis.eu>
3575         * calendar/appt.el (appt-check): Let the 3rd element of
3576         appt-time-msg-list specify the warning time.
3577         (appt-add): Add new argument with the warning time.  (Bug#5176)
3579 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3581         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3582         older than version 1.6.  (Bug#6361)
3584 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
3586         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3587         used by cl-do-arglist.  (Bug#6408)
3589 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
3591         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3592         portuguese casechars/not-casechars for missing 'çÇ'.
3593         Suggested by Rolando Pereira (bug#6434).
3595 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
3597         * facemenu.el (list-colors-sort): Doc fix.
3599 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3601         * progmodes/sql.el (sql-connect-mysql): Fix typo.
3603 2010-06-14  Juri Linkov  <juri@jurta.org>
3605         Add sort option `list-colors-sort'.  (Bug#6332)
3606         * facemenu.el (color-rgb-to-hsv): New function.
3607         (list-colors-sort): New defcustom.
3608         (list-colors-sort-key): New function.
3609         (list-colors-display): Doc fix.  Sort list according to the option
3610         `list-colors-sort'.
3611         (list-colors-print): Add HSV values to `help-echo' property of
3612         RGB strings.
3614 2010-06-14  Juri Linkov  <juri@jurta.org>
3616         * compare-w.el: Move to the "vc" subdirectory.
3618 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * image-mode.el (image-mode-map): Remap left-char and right-char.
3622         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3624 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
3626         * term/common-win.el (x-colors): Add all the color names defined
3627         in rgb.txt (Bug#6332).
3629         * facemenu.el (list-colors-print): Don't print extra names if it
3630         will overflow the window width.
3632         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3633         change (Bug#6343).
3635 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
3637         * files.el (make-directory): Doc fix (bug#6396).
3639 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
3641         * net/tramp.el (tramp-remote-process-environment): Protect version
3642         string by apostroph.
3643         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3644         XEmacs.
3645         (tramp-file-name-for-operation): Add `call-process-region'.
3646         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3648         * net/tramp-compat.el (top): Do not autoload
3649         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3650         only when `start-file-process' is not bound.
3651         (tramp-advice-file-expand-wildcards): Do not use
3652         `tramp-handle-file-remote-p'.
3653         (tramp-compat-make-temp-file): Handle the case, that
3654         `make-temp-file' has no third argument EXTENSION.
3656 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
3658         * makefile.w32-in (WINS_BASIC): Include new directory vc.
3660         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3662 2010-06-11  Juri Linkov  <juri@jurta.org>
3664         * finder.el (finder-known-keywords): Add keyword "vc"
3665         for version control.
3667         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3668         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3669         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3670         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3672 2010-06-11  Juri Linkov  <juri@jurta.org>
3674         Move version control related files to the "vc" subdirectory.
3675         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3676         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3677         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3678         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3679         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3680         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3681         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3682         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3683         Move files to the "vc" subdirectory.
3685 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
3687         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3688         (Bug#6367).
3690 2010-06-11  Stephen Eglen  <stephen@gnu.org>
3692         * shell.el: Bind `shell-resync-dirs' to M-RET.
3694 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
3696         * notifications.el: Move file from lisp/net, because it is
3697         supposed to talk locally to the user.
3699 2010-06-10  Julien Danjou  <julien@danjou.info>
3701         * net/notifications.el (notifications-on-action-signal)
3702         (notifications-on-closed-signal): Pass notification id as first
3703         argument to the callback functions.  Add docstrings.
3704         (notifications-notify): Fix docstring.
3706 2010-06-10  Glenn Morris  <rgm@gnu.org>
3708         * emacs-lisp/authors.el (authors-ignored-files)
3709         (authors-valid-file-names): Add some files.
3711 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3713         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3714         merge conflict, giving preference to the emacs-23 version of the code.
3716 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3718         * emacs-lisp/advice.el (ad-compile-function):
3719         Define warning-suppress-types before we let-bind it (bug#6275).
3721         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3722         declare it, make it buffer-local and permanent-local (bug#6324).
3723         (vc-resynch-window): Adjust name.
3724         * vc-hooks.el (vc-find-file-hook): Adjust name.
3726 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
3728         * net/notifications.el (notifications-notify): Fix docstring.
3730 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3732         Update to Unicode 6.0.0 beta.
3733         * international/charprop.el: Update copyright.
3734         * international/mule-cmds.el (ucs-names): Update character ranges.
3735         * international/uni-bidi.el:
3736         * international/uni-category.el:
3737         * international/uni-combining.el:
3738         * international/uni-comment.el:
3739         * international/uni-decimal.el:
3740         * international/uni-decomposition.el:
3741         * international/uni-digit.el:
3742         * international/uni-lowercase.el:
3743         * international/uni-mirrored.el:
3744         * international/uni-name.el:
3745         * international/uni-numeric.el:
3746         * international/uni-old-name.el:
3747         * international/uni-titlecase.el:
3748         * international/uni-uppercase.el: Regenerate.
3750 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3752         * emacs-lisp/smie.el (comment-string-strip): Declare function.
3753         (smie-precs-precedence-table): Fix typo in docstring.
3755         * vc-mtn.el (log-edit-extract-headers): Declare function.
3757         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3759         * net/notifications.el (dbus-register-signal): Declare function.
3760         (notifications-notify): Fix typos and reflow docstring.
3762 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3764         Improve VC create/retrieve tag/branch.
3765         * vc.el (vc-create-tag): Do not read the directory name for VCs
3766         with repository revision granularity.  Adjust the tag/branch
3767         prompt.  Reset VC properties.
3768         (vc-retrieve-tag): Do not read the directory name for VCs
3769         with repository revision granularity.  Reset VC properties.
3771 2010-06-09  Julien Danjou  <julien@danjou.info>
3773         * net/notifications.el: New file.
3775 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3777         Add optional support for resetting VC properties.
3778         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3779         call vc-file-clearprops when true.
3780         (vc-resynch-buffer): Add new optional argument, pass it down.
3781         (vc-resynch-buffers-in-directory): Likewise.
3783         Improve support for special markup in the VC commit message.
3784         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3785         * vc-hg.el (vc-hg-checkin): Add support for Date:.
3786         * vc-git.el (vc-git-checkin):
3787         * vc-bzr.el (vc-bzr-checkin): Likewise.
3789 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3791         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3792         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3794 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
3796         * iimage.el: Remove images as soon as the underlying text is modified.
3797         (iimage-modification-hook): New function.
3798         (iimage-mode-buffer): Use it.
3800 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3802         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3803         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
3804         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
3805         (smie-indent-keyword): Add handling of open-paren keywords.
3806         (smie-indent-comment-continue): Don't assume comment-continue.
3808 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
3810         * window.el (pop-to-buffer): Remove the conditional that
3811         compares new-window and old-window, so it will reselect
3812         the selected window unconditionally.
3813         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3815 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3817         * emacs-lisp/smie.el (smie-indent-offset-after)
3818         (smie-indent-forward-token, smie-indent-backward-token): New functions.
3819         (smie-indent-after-keyword): Use them.
3820         (smie-indent-fixindent): Only applies to the indentation of the BOL.
3821         (smie-indent-keyword): Tweak the black magic.
3822         (smie-indent-comment-continue): Strip comment-continue before use.
3823         (smie-indent-functions): Indent comments before keywords.
3825 2010-06-06  Juri Linkov  <juri@jurta.org>
3827         * isearch.el (isearch-lazy-highlight-search): Fix looping
3828         by checking for empty match.  This syncs this loop with the
3829         similar loop in `isearch-search'.  (Bug#6362)
3831 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
3833         * net/dbus.el (dbus-register-method): Declare function.
3834         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3835         (dbus-introspect): Doc fix.
3836         (dbus-event-bus-name, dbus-introspect-get-interface)
3837         (dbus-introspect-get-argument): Reflow docstrings.
3839 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
3841         vc-log-incoming/vc-log-outgoing fixes for Git.
3842         * vc-git.el (vc-git-log-view-mode): Fix font lock for
3843         incoming/outgoing logs.
3844         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3845         instead of vc-git-compute-remote.
3846         (vc-git-compute-remote): Remove.
3848 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
3850         * term/common-win.el (x-colors): Add "dark green" and "dark
3851         turquoise" (Bug#6332).
3853 2010-06-04  Juri Linkov  <juri@jurta.org>
3855         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3856         Instead of setting `replace' to t and replacing the same string
3857         with itself, don't do certain actions when
3858         kill-do-not-save-duplicates is non-nil and string is equal to car
3859         of kill-ring: don't call menu-bar-update-yank-menu, don't push
3860         interprogram-paste strings to kill-ring, and don't push the input
3861         argument `string' to kill-ring.
3862         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3864 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3866         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3868 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
3870         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3871         (tramp-gvfs-handler-mounted-unmounted)
3872         (tramp-gvfs-connection-mounted-p): Handle default-location.
3874         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3875         move files to trash.
3877 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3879         * international/mule-cmds.el (nonascii-insert-offset)
3880         (nonascii-translation-table): Add obsolescence information.
3882         * international/mule.el (make-translation-table-from-vector): Doc fix.
3884 2010-06-03  Glenn Morris  <rgm@gnu.org>
3886         * desktop.el (desktop-clear-preserve-buffers):
3887         Add "*Warnings*" buffer.  (Bug#6336)
3889 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
3891         vc-log-incoming/vc-log-outgoing improvements for Git.
3892         * vc-git.el (vc-git-log-outgoing): Use the same format as the
3893         short log.
3894         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
3896         Add bindings for vc-log-incoming and vc-log-outgoing.
3897         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3898         and vc-log-outgoing.
3899         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3900         and vc-log-outgoing.
3902 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3904         * net/rcirc.el (rcirc-sort-nicknames): Remove.
3905         (rcirc-handler-366): Always sort nicknames.
3907 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
3909         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3911 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3913         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
3915 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3917         * net/rcirc.el (rcirc-sort-nicknames): Change default.
3918         (rcirc-sort-nicknames-join): Avoid setq.
3920 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3922         * net/rcirc.el (rcirc-sort-nicknames): New custom.
3923         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3924         (rcirc-handler-366): Use them.
3926 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3928         Split smie-indent-calculate into more manageable chunks.
3929         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3930         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3931         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3932         (smie-indent-exps): Extract from smie-indent-calculate.
3933         (smie-indent-functions): New var.
3934         (smie-indent-functions): Use them.
3936 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3938         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3939         (smie-indent-calculate): Simplify and cleanup.
3941 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
3943         * net/tramp-gvfs.el (top): Require url-util.
3944         (tramp-gvfs-mount-point): Remove.
3945         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3946         New defuns.
3947         (with-tramp-dbus-call-method): Format trace message.
3948         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3949         Implement backup call, when operation on local files fails.
3950         Use progress reporter.  Flush properties of changed files.
3951         (tramp-gvfs-handle-make-directory): Make more traces.
3952         (tramp-gvfs-url-file-name): Hexify file name in url.
3953         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3954         into account for the resulting file name.
3955         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3956         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
3957         (tramp-gvfs-handler-mounted-unmounted)
3958         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3959         attribute "default_location".  Set "prefix" property.
3960         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3961         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3962         exists.  Raise an error, if not (due to a corresponding answer
3963         "no" in interactive questions, for example).
3965 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3967         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3969 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
3971         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3972         right-*.  (Bug#6265)
3974 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3976         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3977         * vc-git.el (vc-git-compute-remote): New function.
3978         (vc-git-log-outgoing): Use it instead of hard coding a value.
3979         (vc-git-log-incoming): New function.
3981         Improve state updating for VC tag commands.
3982         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3983         to update the state of all buffers in the directory.
3985         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3987 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3989         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3990         `file-directory-p' to the filename part rather than to the whole text.
3992 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3994         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3996 2010-05-31  Drew Adams  <drew.adams@oracle.com>
3998         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4000 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
4002         * subr.el (momentary-string-display): Just use read-event to read
4003         the exit event (Bug#6238).
4005 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
4007         * international/mule.el (define-coding-system): Doc fix (bug#6313).
4009 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
4011         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4012         Suggested by Eli Zaretskii <eliz@gnu.org>.
4014 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4016         * minibuffer.el (completion-file-name-table): Don't return a boundary
4017         past the end of `string' (bug#6299).
4018         (completion--file-name-table): Delegate to completion-file-name-table
4019         for the `boundaries' case.
4021 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
4023         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4024         movement commands.
4026         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4027         `path-separator', but maintain compatibility with Emacs 20.2.
4029 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
4031         * server.el (server-process-filter): Receive parent-id argument
4032         from emacsclient.
4033         (server-create-window-system-frame): New arg.  Pass parent-id as
4034         frame parameter.
4036 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
4038         Bidi-sensitive word movement with arrow keys.
4039         * subr.el (right-arrow-command, left-arrow-command): Move to
4040         bindings.el.
4042         * bindings.el (right-char, left-char): Move from subr.el and
4043         rename from right-arrow-command and left-arrow-command.
4044         (right-word, left-word): New functions.
4045         (global-map) <right>: Bind to right-char.
4046         (global-map) <left>: Bind to left-char.
4047         (global-map) <C-right>: Bind to right-word.
4048         (global-map) <C-left>: Bind to left-word.
4050         * ls-lisp.el (ls-lisp-classify-file): New function.
4051         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4052         (ls-lisp-classify): Call ls-lisp-classify-file.
4053         (insert-directory): Remove blanks from switches.
4055 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
4057         * ansi-color.el: Delete unused escape sequences (Bug#6085).
4058         (ansi-color-drop-regexp): New constant.
4059         (ansi-color-apply, ansi-color-filter-region)
4060         (ansi-color-apply-on-region): Delete unrecognized control sequences.
4061         (ansi-color-apply): Build string list before calling concat.
4063 2010-05-28  Juri Linkov  <juri@jurta.org>
4065         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4066         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4067         (Bug#5270)
4069 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4071         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4072         to ignored backtrace functions.
4073         (with-progress-reporter): Expand docstring.
4074         (tramp-handle-delete-file): Implement TRASH argument.
4075         (tramp-get-remote-trash): New defun.
4077 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4079         * net/tramp-compat.el (tramp-compat-delete-file): Use
4080         `symbol-value' for backward compatibility.
4082         * net/tramp.el (tramp-handle-make-symbolic-link)
4083         (tramp-handle-load)
4084         (tramp-do-copy-or-rename-file-via-buffer)
4085         (tramp-do-copy-or-rename-file-directly)
4086         (tramp-do-copy-or-rename-file-out-of-band)
4087         (tramp-handle-process-file, tramp-handle-call-process-region)
4088         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4089         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4090         (tramp-delete-temp-file-function): Use `delete-file' instead
4091         of `tramp-compat-delete-file'.
4093         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4094         (tramp-fish-handle-make-symbolic-link)
4095         (tramp-fish-handle-process-file): Use `delete-file' instead
4096         of `tramp-compat-delete-file'.
4098         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4099         `delete-file' instead of `tramp-compat-delete-file'.
4101         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4102         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4103         `tramp-compat-delete-file'.
4105         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4106         `delete-file' instead of `tramp-compat-delete-file'.
4108         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4109         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4110         (tramp-smb-handle-write-region): Use `delete-file' instead of
4111         `tramp-compat-delete-file'.
4112         (tramp-smb-handle-delete-directory): Use 'trash as arg.
4114 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4116         * dired.el (dired-delete-file): New arg TRASH.
4117         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
4118         (dired-do-flagged-delete, dired-do-delete): Use trash.
4120         * speedbar.el (speedbar-item-delete): Allow trashing.
4122         * files.el (delete-directory): New arg TRASH.
4124         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4125         (ange-ftp-rename-remote-to-remote)
4126         (ange-ftp-rename-local-to-remote)
4127         (ange-ftp-rename-remote-to-local, ange-ftp-load)
4128         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4129         `delete-file'.
4130         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4131         allow trashing.
4133         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4134         handle new TRASH arg of `delete-file'.
4136         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4137         (tramp-handle-make-symbolic-link, tramp-handle-load)
4138         (tramp-do-copy-or-rename-file-via-buffer)
4139         (tramp-do-copy-or-rename-file-directly)
4140         (tramp-do-copy-or-rename-file-out-of-band)
4141         (tramp-handle-process-file, tramp-handle-call-process-region)
4142         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4143         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4144         (tramp-delete-temp-file-function): Use null TRASH arg in
4145         tramp-compat-delete-file call.
4147         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4148         (tramp-fish-handle-delete-file)
4149         (tramp-fish-handle-make-symbolic-link)
4150         (tramp-fish-handle-process-file): Use null TRASH arg in
4151         `tramp-compat-delete-file' call.
4153         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4154         arg in `tramp-compat-delete-file' call.
4156         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4157         (tramp-gvfs-handle-write-region): Use null TRASH arg in
4158         `tramp-compat-delete-file' call.
4160         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4161         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4162         `tramp-compat-delete-file' call.
4164         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4165         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4166         (tramp-smb-handle-write-region): Use null TRASH arg in
4167         tramp-compat-delete-file call.
4168         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4169         (tramp-smb-handle-delete-file): Rename arg.
4171         * diff.el (diff-sentinel):
4172         * epg.el (epg--make-temp-file, epg-decrypt-string)
4173         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4174         * jka-compr.el (jka-compr-partial-uncompress)
4175         (jka-compr-call-process, jka-compr-write-region):
4176         * server.el (server-sentinel): Remove optional arg from
4177         delete-file, reverting 2010-05-03 change.
4179 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4181         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4182         font-lock-constant-face, not obsolete font-lock-reference-face.
4184 2010-05-27  Kenichi Handa  <handa@m17n.org>
4186         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4187         element of GSTRING is nil.
4189 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4191         * emacs-lisp/smie.el (smie-forward-token-function)
4192         (smie-backward-token-function): New vars.
4193         (smie-backward-sexp, smie-forward-sexp)
4194         (smie-indent-hanging-p, smie-indent-calculate): Use them.
4195         (smie-default-backward-token): Rename from smie-backward-token and
4196         skip comments.
4197         (smie-default-forward-token): Rename from smie-forward-token and
4198         skip comments.
4199         (smie-next-sexp): Handle nil results from next-token.
4200         (smie-indent-calculate): Add a new case for special `fixindent' comments.
4202 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4204         * progmodes/verilog-mode.el (verilog-type-font-keywords):
4205         Use font-lock-constant-face, not obsolete font-lock-reference-face.
4207 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
4209         * htmlfontify.el (hfy-face-resolve-face): New function.
4210         (hfy-face-to-style): Use it (Bug#6279).
4212 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4214         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4215         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4217 2010-05-26  Glenn Morris  <rgm@gnu.org>
4219         * emulation/edt.el (edt-load-keys): Use locate-library.
4221 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
4223         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4224         (log-edit-changelog-entries): Doc fix.
4225         (log-edit-changelog-insert-entries): Args changed.
4226         Rename relative filenames in ChangeLog entries.  Delete tabs.
4227         (log-edit-insert-changelog-entries): Reorganize return value of
4228         `log-edit-changelog-entries' to pass filenames to
4229         log-edit-changelog-insert-entries.
4231 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4233         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4234         `image-dired-dired-insert-marked-thumbs' to
4235         `image-dired-dired-toggle-marked-thumbs'.
4237         * image-dired.el: Require cl when compiling.
4238         (image-dired-dired-toggle-marked-thumbs): Rename from
4239         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
4240         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
4241         to 'no-dir.  Skip files whose names don't match
4242         `image-file-name-regexp'.  When file has a thumbnail overlay,
4243         delete it.  (Bug#5270)
4245 2010-05-25  Juri Linkov  <juri@jurta.org>
4247         * image-mode.el (image-mode): Add image-after-revert-hook to
4248         after-revert-hook.
4249         (image-after-revert-hook): New function.  (Bug#5669)
4251 2010-05-25  Juri Linkov  <juri@jurta.org>
4253         * image.el (image-animated-p): When delay between animated images
4254         is 0, set it to 10 (0.1 sec).  (Bug#6258)
4256 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
4258         * net/tramp.el (tramp-handle-insert-directory): Don't use
4259         `forward-word', its default syntax could be changed.
4261 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
4263         * net/tramp.el (tramp-progress-reporter-update): New defun.
4264         (with-progress-reporter): Use it.
4265         (tramp-process-actions):
4266         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4267         current message, in order to let progress reporter continue
4268         afterwards.  (Bug#6257)
4270 2010-05-25  Glenn Morris  <rgm@gnu.org>
4272         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4273         Add :version.
4275 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4277         * net/rcirc.el (rcirc-default-user-name): Change to "user".
4278         (rcirc-default-full-name): Change to "unknown".
4279         (rcirc-user-name-history): Add variable.
4281 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4282             Jonathan Rockway  <jon@jrock.us>
4284         * net/rcirc.el (rcirc-server-alist): Add :pass.
4285         (rcirc): When prompting for connection parameters, also prompt for
4286         username and password.
4287         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
4288         value to server when connecting.
4290 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4292         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4293         (smie-merge-prec2s): Pass the tables as separate args.
4294         (smie-bnf-precedence-table): Adjust call accordingly.
4295         (smie-prec2-levels): Set levels at the end.
4297         Replace Lisp calls to delete-backward-char by delete-char.
4298         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4299         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4300         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4301         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4302         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4303         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4304         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4305         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4306         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4307         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4308         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4309         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4310         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4311         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4312         delete-backward-char by calls to delete-char.
4314 2010-05-25  Kenichi Handa  <handa@m17n.org>
4316         * language/hebrew.el (hebrew-shape-gstring): New function.
4317         Register it in composition-function-table for all Hebrew combining
4318         characters.
4320 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4322         * epa.el (epa--select-keys): Don't explicitly delete the window since
4323         that can fail (e.g. sole window in frame).  Use dedication instead.
4325 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
4327         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4329 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4331         * image.el (image-refresh): Define as an alias for image-flush.
4333         * image-mode.el (image-toggle-display-image): Caller changed.
4335 2010-05-21  Juri Linkov  <juri@jurta.org>
4337         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4338         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
4339         whitespace, call wildcard-to-regexp on substrings and concat them
4340         with "\\|".  (Bug#6114)
4342 2010-05-21  Alan Mackenzie  <acm@muc.de>
4344         * progmodes/cc-engine.el (c-parse-state-get-strategy):
4345         Replace parameter `here' with `here-' and `here-plus', which sandwich
4346         any pertinent CPP construct.
4347         (c-remove-stale-state-cache-backwards): Fix a bug which happens
4348         when doing (c-parse-state) in a CPP construct: Exclude any "new"
4349         CPP construct from taking part in the scanning.
4351 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
4353         * net/tramp.el (tramp-do-copy-or-rename-file)
4354         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4355         Tune `with-progress-reporter' messages.
4356         (tramp-handle-vc-registered):
4357         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4358         (tramp-fish-handle-insert-file-contents)
4359         (tramp-fish-maybe-open-connection):
4360         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4361         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4362         (tramp-imap-handle-insert-file-contents)
4363         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4365 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
4367         * add-log.el (change-log-font-lock-keywords):
4368         Highlight all authors in multi-author entries.
4370         * smerge-mode.el (smerge-refine-ignore-whitespace)
4371         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4372         Fix typos in docstrings.
4373         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4375 2010-05-21  Glenn Morris  <rgm@gnu.org>
4377         * progmodes/fortran.el (fortran-mode):
4378         * progmodes/f90.el (f90-mode): Derive from prog-mode.
4380         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4381         having a relative path in src/Makefile.in.
4383 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4385         * help-mode.el (help-make-xrefs): For Info node links turn
4386         newlines into spaces.  Link node names with newlines are matched
4387         by help-xref-info-regexp and buttonized, this change ensures they
4388         can be followed successfully with RET.  (Bug#6206)
4390 2010-05-20  Juri Linkov  <juri@jurta.org>
4392         * locate.el (locate): Use pop-to-buffer instead of
4393         switch-to-buffer-other-window.  (Bug#6204)
4395 2010-05-20  Juri Linkov  <juri@jurta.org>
4397         * replace.el (replace-highlight): Fix lazy-highlighting
4398         for `M-s w str M-% str RET'.
4400 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
4402         * isearch.el (isearch-yank-word-or-char): Pull next subword
4403         when `subword-mode' is activated.  (Bug#6220)
4405 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
4407         * isearch.el (isearch-update-post-hook): New hook.
4408         (isearch-update): Use the new hook.  (Bug#6225)
4410 2010-05-20  Juri Linkov  <juri@jurta.org>
4412         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4413         [f1], [help], and (char-to-string help-char) instead of "\C-h".
4414         (Bug#6222)
4416 2010-05-20  Juri Linkov  <juri@jurta.org>
4418         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4419         (Bug#6223)
4421 2010-05-20  Juri Linkov  <juri@jurta.org>
4423         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4424         FILE-NAME to read from the minibuffer when called interactively
4425         with prefix argument instead of using buffer-file-name.
4426         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4428         * dired.el: Update autoloads.
4430 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
4432         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4433         nxml-finish-element, for consistency with SGML mode.
4435         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4436         octave-close-block.
4438 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
4440         * composite.el: Require cl when compiling.
4441         (reference-point-alist, compose-gstring-for-graphic)
4442         (compose-gstring-for-terminal): Fix typos in docstrings.
4444 2010-05-19  Juri Linkov  <juri@jurta.org>
4446         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4447         set-window-parameter.
4449 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4451         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4452         where appropriate.
4453         (tramp-maybe-open-connection): Use it.
4455 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4457         * simple.el (move-end-of-line): Make sure we are at line beginning
4458         before backing up to end of previous line.
4460 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4462         * password-cache.el (password-cache-remove): Fix docstring.
4464         * net/secrets.el: Autoload the widget functions.
4465         (secrets-search-items, secrets-create-item)
4466         (secrets-get-attributes, secrets-expand-item): Attributes will be
4467         stored on the password database without leading ":", as all other
4468         clients do as well.
4469         (secrets-mode): Fix docstring.
4470         (secrets-show-secrets): Provide it as autoloaded command only when
4471         D-Bus support is available.  Check existence of Secret Service API.
4473 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4475         * indent.el (indent-region): Deactivate region (bug#6200).
4477 2010-05-19  Glenn Morris  <rgm@gnu.org>
4479         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
4481 2010-05-19  Kenichi Handa  <handa@m17n.org>
4483         * composite.el: Register compose-gstring-for-graphic in
4484         composition-function-table only for combining characters (Mn, Mc, Me).
4486 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4488         * calc/calc-trail.el (calc-trail-isearch-forward)
4489         (calc-trail-isearch-backward): Ensure that the new window
4490         point is set correctly.
4492 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4494         * subr.el (read-quoted-char): Resolve modifiers after key
4495         remapping (bug#6212).
4497 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
4499         Add visualization code for secrets.
4500         * net/secrets.el (secrets-mode): New major mode.
4501         (secrets-show-secrets, secrets-show-collections)
4502         (secrets-expand-collection, secrets-expand-item)
4503         (secrets-tree-widget-after-toggle-function)
4504         (secrets-tree-widget-show-password): New defuns.
4506 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4508         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4509         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4510         handled in smie-next-sexp.
4511         (smie-indent-calculate): Provide a starting indentation (so the
4512         recursion is well-founded ;-).
4514         Fix handling of non-associative equal levels.
4515         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4516         when it's not needed.
4517         (smie-op-left, smie-op-right): New functions.
4518         (smie-next-sexp): New function, extracted from smie-backward-sexp.
4519         Better handle equal levels to distinguish the associative case from
4520         the "multi-keyword construct" case.
4521         (smie-backward-sexp, smie-forward-sexp): Use it.
4523 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
4525         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4527         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4528         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4530 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4532         Provide a simple generic indentation engine and use it for Prolog.
4533         * emacs-lisp/smie.el: New file.
4534         * progmodes/prolog.el (prolog-smie-op-levels)
4535         (prolog-smie-indent-rules): New var.
4536         (prolog-mode-variables): Use them to configure SMIE.
4537         (prolog-indent-line, prolog-indent-level): Remove.
4539 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
4541         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4542         order before computing the averages.
4544 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
4546         * calc/calc-vec.el (calc-histogram):
4547         (calcFunc-histogram): Allow vectors as inputs.
4548         (math-vector-avg): New function.
4550         * calc/calc-ext.el (math-group-float): Have the number of digits
4551         being grouped depend on the radix (Bug#6189).
4553 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4555         * version.el (emacs-copyright, emacs-version): Don't define here,
4556         now that emacs.c defines it.
4558 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4560         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4561         "Describe Language Environment" menu item.
4563         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4565         Bidi-sensitive movement with arrow keys.
4566         * subr.el (right-arrow-command, left-arrow-command): New functions.
4568         * bindings.el (global-map): Bind them to right and left arrow keys.
4570         Don't override standard definition of convert-standard-filename.
4571         * files.el (convert-standard-filename): Call
4572         w32-convert-standard-filename and dos-convert-standard-filename on
4573         the corresponding systems.
4575         * w32-fns.el (w32-convert-standard-filename): Rename from
4576         convert-standard-filename.  Doc fix.
4578         * dos-fns.el (dos-convert-standard-filename): Doc fix.
4579         (convert-standard-filename): Don't defalias.
4580         (register-name-alist, make-register, register-value)
4581         (set-register-value, intdos): Obsolete aliases for the
4582         corresponding dos-* functions and variables.
4583         (dos-intdos): Add a doc string.
4585 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
4587         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4588         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4589         (math-compose-tex-func):
4590         * calc/calccomp.el (math-compose-expr):
4591         * calc/calc-ext.el (math-format-flat-expr-fancy):
4592         * calc/calc-store.el (calc-read-var-name):
4593         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4595         * calc/calc.el (var-π, var-φ, var-γ): New variables.
4596         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4597         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4598         (math-standard-units): Add units.
4600 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4602         * progmodes/asm-mode.el (asm-mode):
4603         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4605         * pcomplete.el (pcomplete-completions-at-point): New function,
4606         extracted from pcomplete-std-complete.
4607         (pcomplete-std-complete): Use it.
4609 2010-05-15  Glenn Morris  <rgm@gnu.org>
4611         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4612         Remove references to CVS, RCS and Old directories.
4614 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
4616         * calc/calc-bin.el (math-format-twos-complement): Group digits when
4617         appropriate.
4619 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4621         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4622         (sh-mode-syntax-table): Give it a default value instead.
4623         (sh-header-marker): Make buffer-local.
4624         (sh-mode): Move make-local-variable to the corresponding setq.
4625         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4626         Use complete-with-action.
4628         * simple.el (prog-mode): New (abstract) major mode.
4629         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4630         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4632 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
4634         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4635         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4636         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4637         (sql-make-alternate-buffer-name, sql-placeholders-filter)
4638         (sql-escape-newlines-filter, sql-input-sender)
4639         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4641 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
4643         Add TeX open-block and close-block keybindings to SGML, and vice versa.
4645         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4646         latex-open-block and C-c / to latex-close-block.
4648         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4649         and C-c C-e to sgml-close-tag.
4651 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
4653         * net/tramp.el (with-progress-reporter): Create reporter object
4654         only when the message would be displayed.  Handle nested calls.
4655         (tramp-handle-load, tramp-handle-file-local-copy)
4656         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4657         (tramp-maybe-send-script, tramp-find-shell):
4658         Use `with-progress-reporter'.
4659         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4660         Fix message text.
4662         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4663         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4664         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4665         Use `with-progress-reporter'.
4667 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
4669         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4670         process everytime when spellchecking from the minibuffer (bug#6143).
4672 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4674         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4676         * dos-fns.el: Add "dos-" prefix for namespace control.
4677         (convert-standard-filename): Define as alias for
4678         dos-convert-standard-filename but only if applicable.
4680 2010-05-12  Alan Mackenzie  <acm@muc.de>
4682         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4683         Push the mark at the start of these functions when appropriate.
4685 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4687         * minibuffer.el (completion-cycle-threshold): New custom var.
4688         (completion--do-completion): Use it.
4689         (minibuffer-complete): Use cycling if appropriate.
4691 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
4693         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4694         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4696 2010-05-11  Juri Linkov  <juri@jurta.org>
4698         * scroll-all.el (scroll-all-check-to-scroll):
4699         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4701 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4703         * iimage.el (iimage-mode-map): Move initialization into declaration.
4704         (iimage-mode-buffer): Use with-silent-modifications.
4705         Simplify calling convention.  Adjust callers.
4706         (iimage-mode): Don't run hook redundantly.
4708         * minibuffer.el (completion-pcm--pattern->regex):
4709         Fix last change (bug#6160).
4711 2010-05-10  Juri Linkov  <juri@jurta.org>
4713         Remove nodes visited during Isearch from the Info history.
4714         * info.el (Info-isearch-initial-history)
4715         (Info-isearch-initial-history-list): New variables.
4716         (Info-isearch-start): Record initial values of
4717         Info-isearch-initial-history and Info-isearch-initial-history-list.
4718         Add Info-isearch-end to isearch-mode-end-hook.
4719         (Info-isearch-end): New function.
4721 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
4723         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
4724         format string, in order to work around a bug in pdksh.
4725         Reported by Gilles Pion <gpion@lfdj.com>.
4726         (tramp-handle-verify-visited-file-modtime): Do not send a command
4727         when the connection is not established.
4728         (tramp-handle-set-file-times): Simplify the check for utc.
4730 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
4732         Fix use of `filter-buffer-substring' (rework previous change).
4733         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4734         (cua-repeat-replace-region):
4735         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4736         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4737         (cua-cut-region-to-global-mark): Use it.
4739 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
4741         * progmodes/sql.el: Version 2.1.
4742         (sql-product-alist): Redesign structure of product info.
4743         (sql-product, sql-user, sql-server, sql-database): Safe variables.
4744         (sql-port, sql-port-history): New variables.
4745         (sql-interactive-product): New variable.
4746         (sql-send-terminator): New variable.
4747         (sql-imenu-generic-expression): Add "Types" imenu entry.
4748         (sql-oracle-login-params, sql-sqlite-login-params)
4749         (sql-mysql-login-params, sql-solid-login-params)
4750         (sql-sybase-login-params, sql-informix-login-params)
4751         (sql-ingres-login-params, sql-ms-login-params)
4752         (sql-postgres-login-params, sql-interbase-login-params)
4753         (sql-db2-login-params, sql-linter-login-params)
4754         (sql-oracle-scan-on): New variables.
4755         (sql-mode-map): Add C-c C-i to start interactive mode.
4756         (sql-mode-menu): Update existing menu entries.
4757         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
4758         (sql-mode-oracle-font-lock-keywords)
4759         (sql-mode-postgres-font-lock-keywords)
4760         (sql-mode-ms-font-lock-keywords)
4761         (sql-mode-sybase-font-lock-keywords)
4762         (sql-mode-informix-font-lock-keywords)
4763         (sql-mode-interbase-font-lock-keywords)
4764         (sql-mode-ingres-font-lock-keywords)
4765         (sql-mode-solid-font-lock-keywords)
4766         (sql-mode-mysql-font-lock-keywords)
4767         (sql-mode-sqlite-font-lock-keywords)
4768         (sql-mode-db2-font-lock-keywords)
4769         (sql-mode-linter-font-lock-keywords): Update initialization to
4770         reduce run-time complexity.
4771         (sql-add-product, sql-del-product): New functions.
4772         (sql-set-product-feature, sql-get-product-feature): New functions.
4773         (sql-product-font-lock): Update product API.
4774         (sql-add-product-keywords): New function.
4775         (sql-highlight-product): Update product API.
4776         (sql-help-list-products): New function.
4777         (sql-help): Dynamically lists free and non-free products.
4778         (sql-get-login): Correct bug in handling history and added
4779         prompt for port.
4780         (sql-copy-column): Copy without properties.
4781         (sqli-input-sender): Apply filters to SQLi input.
4782         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4783         Implement as a filter.
4784         (sql-escape-newlines-filter): Implement as a filter.
4785         (sql-remove-tabs-filter): New function.
4786         (sql-send-magic-terminator): New function.
4787         (sql-send-string): Implement magic terminator.
4788         (sql-send-region): Use `sql-send-string'.
4789         (sql-interactive-mode): Use product API.
4790         (sql-product-interactive): Use product API.
4791         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4792         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4793         (sql-db2, sql-linter): Use `sql-product-interactive'.
4794         (sql-connect): New function.
4795         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4796         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4797         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4798         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4799         Use `sql-connect'.
4801 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4803         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4804         New custom variable.
4805         (completion-pcm--string->pattern): Use it.
4806         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4807         Make it handle any symbol as `any'.
4808         (completion-pcm--merge-completions): Extract common suffix for the new
4809         `prefix' symbol as well.
4810         (completion-substring--all-completions): Use the new `prefix' symbol.
4812 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
4814         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4815         not bound.
4816         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4817         (tramp-compat-funcall): New defmacro.
4818         (tramp-compat-line-beginning-position)
4819         (tramp-compat-line-end-position)
4820         (tramp-compat-temporary-file-directory)
4821         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4822         (tramp-compat-copy-file, tramp-compat-copy-directory)
4823         (tramp-compat-delete-file, tramp-compat-delete-directory)
4824         (tramp-compat-number-sequence, tramp-compat-process-running-p)
4825         * net/tramp.el (top, with-progress-reporter)
4826         (tramp-rfn-eshadow-setup-minibuffer)
4827         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4828         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4829         (tramp-completion-mode-p, tramp-check-for-regexp)
4830         (tramp-open-connection-setup-interactive-shell)
4831         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4832         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4833         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4834         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4835         (tramp-reporter-dump-variable, tramp-load-report-modules)
4836         (tramp-append-tramp-buffers)
4837         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4839         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4841 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4843         * progmodes/compile.el (compilation-buffer-modtime): Rename from
4844         buffer-modtime.  Adjust users.
4846 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4848         * international/mule.el (auto-coding-alist): Only purecopy
4849         car of each item, not the whole list (Bug#6083).
4851 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4853         * progmodes/js.el (js-mode): Make paragraph variables local before
4854         calling c-setup-paragraph-variables (Bug#6071).
4856 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
4858         * composite.el (compose-region, reference-point-alist): Fix typos
4859         in the doc strings.
4861 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4863         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4864         gnuplot's "set" command.
4866 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4868         * abbrev.el (last-abbrev-text): Doc fix.
4869         (abbrev-prefix-mark): Don't escape parenthesis.
4871 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
4873         * composite.el (find-composition): Doc fix.
4875 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4877         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4878         (sql-oracle-program, sql-sqlite-options)
4879         (sql-query-placeholders-and-send): Doc fixes.
4880         (sql-set-product, sql-interactive-mode): Reflow docstrings.
4881         (sql-imenu-generic-expression, sql-buffer)
4882         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4883         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4884         (sql-mode-sybase-font-lock-keywords)
4885         (sql-mode-informix-font-lock-keywords)
4886         (sql-mode-interbase-font-lock-keywords)
4887         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4888         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4889         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4890         (sql-product-feature, sql-highlight-product)
4891         (comint-line-beginning-position, sql-rename-buffer)
4892         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4893         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
4894         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4895         Fix typos in docstrings.
4897 2010-05-08  Juri Linkov  <juri@jurta.org>
4899         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4900         property instead of `invisible' and `after-string' (bug#5998).
4902 2010-05-08  Juri Linkov  <juri@jurta.org>
4904         * image-mode.el (image-mode-as-text): Fix typo in docstring.
4906 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4908         * filecache.el (file-cache-add-directory-list)
4909         (file-cache-add-directory-recursively): Fix typos in docstrings.
4911 2010-05-08  Kenichi Handa  <handa@m17n.org>
4913         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
4914         (gujarati-composable-pattern): Fix typo.
4916 2010-05-08  Kenichi Handa  <handa@m17n.org>
4918         * language/indian.el (oriya-composable-pattern)
4919         (tamil-composable-pattern, malayalam-composable-pattern):
4920         Add two-part vowels to "v" (vowel sign).
4922 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4924         * files.el (copy-directory): Handle symlinks (Bug#5982).
4926 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
4928         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4929         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
4930         (Bug#5846).
4932 2010-05-08  Glenn Morris  <rgm@gnu.org>
4934         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4936         * minibuffer.el (completion-at-point): Doc fix.
4938 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4940         * electric.el (Electric-command-loop): Minor tweak.
4942         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4943         better with dedicated windows.
4945 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
4947         * Version 23.2 released.
4949 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4950             Stefan Monnier  <monnier@iro.umontreal.ca>
4952         Highlight vendor specific properties.
4953         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4954         (css-proprietary-property): New face.
4955         (css-font-lock-keywords): Use them.
4957 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4959         * cus-start.el (all): Add native condition for tool-bar-* symbols.
4961 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4963         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4964         * files.el (auto-mode-alist): Remove redundant entries.
4966         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4967         * simple.el (auto-save-mode): Move from files.el.
4968         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4970 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4972         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4974 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4976         * mail/binhex.el (binhex-decode-region-internal)
4977         * mail/uudecode.el (uudecode-decode-region-internal)
4978         * net/dns.el (dns-read-string-name, dns-write, dns-read)
4979         (dns-read-type, dns-query)
4980         * pgg-parse.el (pgg-parse-armor)
4981         * pgg.el (pgg-verify-region)
4982         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4983         XEmacs.
4985         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
4987 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
4989         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4991         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4992         * emulation/cua-base.el (cua-repeat-replace-region):
4993         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4994         (cua-cut-region-to-global-mark):
4995         Remove text properties with `set-text-properties'.
4997 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
4999         * net/tramp.el (top, with-progress-reporter):
5000         Use `symbol-function' inside `funcall'.
5002         * net/tramp-compat.el (tramp-compat-file-attributes)
5003         (tramp-compat-delete-file, tramp-compat-delete-directory):
5004         Handle only `wrong-number-of-arguments' error.
5006         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5007         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5008         inside `funcall'.
5010 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5012         * minibuffer.el (completion--sreverse, completion--common-suffix):
5013         New functions.
5014         (completion-pcm--merge-completions): Extract common suffix when safe.
5016         * emacs-lisp/easy-mmode.el (define-minor-mode):
5017         Make :variable more flexible.
5018         * files.el (auto-save-mode): Use it to define using define-minor-mode.
5020 2010-05-05  Juri Linkov  <juri@jurta.org>
5022         Add `slow' and `history' tags to the desktop data.
5024         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5025         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5026         (Info-finder-find-node): Require `finder.el' to be able
5027         to restore node from the desktop.
5028         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
5029         data `Info-history' and `slow' tag in the assoc list.
5030         (Info-restore-desktop-buffer): Don't restore nodes with the
5031         `slow' tag.  Restore `Info-history'.
5033 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
5035         Add FORCE argument to `delete-file'.
5037         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5038         forcing to delete the temporary file.
5039         (ange-ftp-delete-file): Add FORCE arg.
5040         (ange-ftp-rename-remote-to-remote)
5041         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5042         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5043         Force file deletion.
5045         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5047         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5048         (tramp-handle-make-symbolic-link, tramp-handle-load)
5049         (tramp-do-copy-or-rename-file-via-buffer)
5050         (tramp-do-copy-or-rename-file-directly)
5051         (tramp-do-copy-or-rename-file-out-of-band)
5052         (tramp-handle-process-file, tramp-handle-call-process-region)
5053         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5054         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5055         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5057         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5058         (tramp-fish-handle-make-symbolic-link)
5059         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5061         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5062         Use `tramp-compat-delete-file'.
5064         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5065         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5067         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5068         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5070         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5071         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5072         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5073         `tramp-compat-delete-file'.
5075 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5077         Minor cleanups.
5078         * subr.el (add-minor-mode): Use push.
5079         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5080         * emulation/edt.el (edt-select-mode): Simplify.
5082         Use define-minor-mode in more cases.
5083         * term/tvi970.el (tvi970-set-keypad-mode):
5084         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5085         (normal-erase-is-backspace-mode):
5086         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5087         (set-scroll-bar-mode-1): (Re)move to its sole caller.
5088         (get-scroll-bar-mode): New function.
5089         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5091         Use define-minor-mode for less obvious cases.
5092         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5093         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5094         * international/iso-ascii.el (iso-ascii-mode):
5095         * frame.el (auto-raise-mode, auto-lower-mode):
5096         * composite.el (global-auto-composition-mode): Use define-minor-mode.
5098 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
5100         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5101         in order to see error messages for failed logins.
5103 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
5105         * diff.el (diff-sentinel):
5107         * epg.el (epg--make-temp-file, epg-decrypt-string)
5108         (epg-verify-string, epg-sign-string, epg-encrypt-string):
5110         * jka-compr.el (jka-compr-partial-uncompress)
5111         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5113         * server.el (server-sentinel): Use delete-file's new FORCE arg
5114         (Bug#6070).
5116 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5118         Use define-minor-mode where applicable.
5119         * view.el (view-mode):
5120         * type-break.el (type-break-query-mode)
5121         (type-break-mode-line-message-mode):
5122         * textmodes/reftex.el (reftex-mode):
5123         * term/vt100.el (vt100-wide-mode):
5124         * tar-mode.el (tar-subfile-mode):
5125         * savehist.el (savehist-mode):
5126         * ibuf-ext.el (ibuffer-auto-mode):
5127         * composite.el (auto-composition-mode):
5128         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5129         Use define-minor-mode.
5130         (vhdl-mode): Use static mode-line format.
5131         (vhdl-mode-line-update): Delete.
5132         (vhdl-create-mode-menu, vhdl-activate-customizations)
5133         (vhdl-hs-minor-mode): Don't bother calling it.
5135 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5137         * simple.el (with-wrapper-hook): Move.
5138         (buffer-substring-filters): Mark obsolete.
5139         (filter-buffer-substring-functions): New variable.
5140         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
5142 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5143             Michael Albinus  <michael.albinus@gmx.de>
5145         Implement compression for inline methods.
5147         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5148         (tramp-copy-size-limit): Allow also nil.
5149         (tramp-inline-compress-commands): New defconst.
5150         (tramp-find-inline-compress, tramp-get-inline-compress)
5151         (tramp-get-inline-coding): New defuns.
5152         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5153         replaced by `tramp-get-inline-coding'.
5154         (tramp-handle-file-local-copy, tramp-handle-write-region)
5155         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5157 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5159         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5160         Remove unused functions.
5162         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5163         Set find-tag-default-function as a variable rather than a property.
5165         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5166         * progmodes/etags.el (tags-completion-at-point-function):
5167         Remove left over interactive spec.  Add autoloading stub.
5168         (complete-tag): Use tags-completion-at-point-function.
5170 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
5172         * minibuffer.el (tags-completion-at-point-function): Fix return value.
5174 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5176         * ido.el (ido-init-completion-maps): Remove C-v binding.
5177         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5179 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5181         * minibuffer.el (tags-completion-at-point-function): New function.
5182         (completion-at-point-functions): Use it.
5184         * progmodes/etags.el (complete-tag): Revert last change.
5186 2010-04-29  Alan Mackenzie  <acm@muc.de>
5188         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5189         off-by-one error (in end of macro position).
5191 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5193         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5194         firefox is absent.  Don't autoload.
5195         (browse-url-galeon-program): Don't autoload.
5197 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5199         * bindings.el (complete-symbol): Move into minibuffer.el.
5201         * minibuffer.el (complete-tag): Move from etags.el.  If tags
5202         completion cannot be performed, return nil instead of signalling
5203         an error.
5204         (completion-at-point): Make it an alias for complete-symbol.
5205         (complete-symbol): Move from bindings.el, and replace with the
5206         body of completion-at-point.
5208         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5210 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
5212         * net/tramp.el (tramp-remote-selinux-p): New defun.
5213         (tramp-handle-file-selinux-context)
5214         (tramp-handle-set-file-selinux-context): Use it.
5216 2010-04-28  Sam Steingold  <sds@gnu.org>
5218         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5219         `safe-local-variable' if the value is a string or a symbol with
5220         the property `bug-reference-url-format'.
5222 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5224         * progmodes/bug-reference.el (bug-reference-url-format):
5225         Revert 2010-04-27 change due to security risk.
5227 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5229         Make it possible to locally disable a globally enabled mode.
5230         * simple.el (fundamental-mode): Run fundamental-mode-hook.
5231         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5232         rather than kill-all-local-variables so it runs fundamental-mode-hook.
5233         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5234         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5235         that subsequent hooks get a chance to disable it.
5237 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5239         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5240         Avoid re-enabling a minor mode after the user turned the minor mode
5241         off if MODE-enable-in-buffers is run twice (typically once from
5242         fundamental-mode's after-change-major-mode-hook and a second time from
5243         run-mode-hook's own after-change-major-mode-hook).
5245         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5247 2010-04-27  Sam Steingold  <sds@gnu.org>
5249         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5250         `safe-local-variable' if the value is a string or a function, as
5251         documented and implemented on 2010-04-02.
5253 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
5255         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5256         when method is 'kill.
5258 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
5260         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5261         condition in default directory check.
5262         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5263         Kill ispell process when killing its associated buffer.
5265 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
5267         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5268         but we aren't using it.
5270 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
5272         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5273         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5275 2010-04-24  Glenn Morris  <rgm@gnu.org>
5277         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5278         Ignore VCS-ignore files, and deleted nextstep preferences files.
5279         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5280         (authors-ambiguous-files): New list.
5281         (authors-valid-file-names): Add some deleted files.
5282         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5283         (authors-disambiguate-file-name): New function.  (Bug#5501)
5284         (authors-canonical-file-name): Doc fix.
5285         Don't warn about obsolete files.
5286         (authors-canonical-file-name, authors-scan-el):
5287         Use authors-disambiguate-file-name.
5289         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5290         Add autoload cookies.
5291         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5292         (generated-autoload-file): Set file-local value to "htmlfontify.el".
5293         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5294         They have definitions / compiler macros in cl.el.
5295         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5296         Replace manual autoloads with generated ones.
5297         (htmlfontify-unload-rgb-file): Remove autoload.
5298         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5300 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5302         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5303         (byte-compile-setq-default): Optimize for the
5304         single-var case and don't call byte-compile-form in this case to avoid
5305         inf-loop with byte-compile-set-default.
5307         * progmodes/compile.el (compilation-start): Abbreviate default directory.
5309 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
5311         Implement SELINUX backends.
5313         * net/tramp.el (tramp-file-name-handler-alist):
5314         Add `file-selinux-context' and `set-file-selinux-context'.
5315         (tramp-handle-file-selinux-context)
5316         (tramp-handle-set-file-selinux-context): New defuns.
5317         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5318         Handle PRESERVE-SELINUX-CONTEXT.
5320         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5321         Add `file-selinux-context' and `set-file-selinux-context'.
5322         (tramp-gvfs-handle-file-selinux-context)
5323         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5324         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5326         * net/ange-ftp.el (ange-ftp-copy-file):
5327         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5328         * net/tramp-imap.el (tramp-imap-handle-copy-file):
5329         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5330         Add PRESERVE-SELINUX-CONTEXT.
5332 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5334         Synchronize with Tramp repository.
5336         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5337         (tramp-action-process-alive, tramp-action-out-of-band)
5338         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5339         (tramp-exists-file-name-handler): Fix docstring.
5340         (with-progress-reporter): New defmacro.
5341         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5342         (tramp-maybe-open-connection): Use it.
5344 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
5346         Detect ssh 'ControlMaster' argument automatically in some cases.
5348         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5349         (tramp-default-method): Use it.
5351 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5353         * net/tramp.el (tramp-handle-copy-file): Add new optional
5354         parameter `preserve-selinux-context'.
5355         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5357 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5359         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5360         Ensure, that non remote files are still checked.  Oops.
5362 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
5364         Fix Bug#5840.
5366         * icomplete.el (icomplete-completions): Use `non-essential'.
5368         * net/tramp.el (tramp-connectable-p): New defun.
5369         (tramp-handle-expand-file-name)
5370         (tramp-completion-handle-file-name-all-completions)
5371         (tramp-completion-handle-file-name-completion): Use it.
5373 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5375         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5377 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5379         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5381         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5383         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5384         is present.
5386         * info.el (info-tool-bar-map): Add labels.
5388         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5390         * cus-edit.el (custom-commands): Add labels for tool bar.
5391         (custom-buffer-create-internal, Custom-mode): Adjust for
5392         labels in custom-commands.
5394         * dynamic-setting.el: Renamed from font-setting.el.
5396 2010-04-21  John Wiegley  <jwiegley@gmail.com>
5398         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5399         toggles the use of virtual buffers.
5400         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5401         (ido-toggle-virtual-buffers): New function.
5403 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5405         Use `define-derived-mode'; fix window selection; doc fixes.
5406         * play/tetris.el (tetris, tetris-update-speed-function)
5407         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5408         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5409         (tetris-rotate-next, tetris-end-game, tetris-start-game)
5410         (tetris-pause-game): Fix typos in docstrings.
5411         (tetris-mode-map, tetris-null-map):
5412         Move initialization into declaration.
5413         (tetris-mode): Define with `define-derived-mode';
5414         set show-trailing-whitespace to nil.
5415         (tetris): Prefer window already displaying the "*Tetris*" buffer.
5417 2010-04-21  Karel Klíč  <kklic@redhat.com>
5419         * files.el (backup-buffer): Handle SELinux context, and return it
5420         if a backup was made by renaming.
5421         (backup-buffer-copy): Set SELinux context to the target file.
5422         (basic-save-buffer): Set SELinux context of the newly written file.
5423         (basic-save-buffer-1): Now it also returns any SELinux context.
5424         (basic-save-buffer-2): Set SELinux context of the newly created file,
5425         and return it.
5426         * net/tramp.el (tramp-file-name-for-operation):
5427         Add file-selinux-context.
5429 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5431         Make the log-edit comments use RFC822 format throughout.
5433         * vc.el (vc-checkin, vc-modify-change-comment):
5434         Adjust to new vc-start/finish-logentry.
5435         (vc-find-conflicted-file): New command.
5436         (vc-transfer-file): Adjust to new vc-checkin.
5437         (vc-next-action): Improve scoping.
5439         * vc-hg.el (vc-hg-log-edit-mode): Remove.
5440         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
5442         * vc-git.el (vc-git-log-edit-mode): Remove.
5443         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
5444         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5446         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5447         (vc-start-logentry): Remove argument `extra'.
5448         (vc-finish-logentry): Remove extra args.
5450         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5451         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
5452         (vc-bzr-conflicted-files): New function.
5454         * log-edit.el (log-edit-extra-flags)
5455         (log-edit-before-checkin-process): Remove.
5456         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5457         (log-edit-headers-alist): New var.
5458         (log-edit-header-contents-regexp): New const.
5459         (log-edit-match-to-eoh): New function.
5460         (log-edit-font-lock-keywords): Use them.
5461         (log-edit): Insert a "Summary:" header as default.
5462         (log-edit-mode): Mark font-lock rules as case-insensitive.
5463         (log-edit-done): Cleanup headers.
5464         (log-view-process-buffer): Remove.
5465         (log-edit-extract-headers): New function to replace it.
5467 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5469         * subr.el (default-direction-reversed): Remove obsolescence info.
5471 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5473         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5474         windows/frames.
5476         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5477         I.e. include text after point in the completion region.
5478         Also, return nil when we're not after/in a symbol.
5480         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5481         default enable-multibyte-characters.
5483 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         * international/mule.el: Help the user choose a valid coding-system.
5486         (read-buffer-file-coding-system): New function.
5487         (set-buffer-file-coding-system): Use it.  Prompt the user if the
5488         coding-system cannot encode all the chars.
5490         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5491         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5492         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5493         Don't use *vc-bzr-shelve*.
5495 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
5497         Fix the version number for added files.
5498         * vc-hg.el (vc-hg-working-revision): Check if the file is
5499         registered after hg parent fails (Bug#5961).
5501 2010-04-19  Glenn Morris  <rgm@gnu.org>
5503         * htmlfontify.el (htmlfontify-buffer)
5504         (htmlfontify-copy-and-link-dir): Autoload entry points.
5506 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
5508         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5509         name relative to the project root (Bug#5960).
5511 2010-04-19  Glenn Morris  <rgm@gnu.org>
5513         * vc-git.el (vc-git-print-log): Doc fix.
5515 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
5517         * ido.el (ido-file-internal): Fix 2009-12-02 change.
5519 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
5521         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5522         default settings (Bug#5928).
5524 2010-04-19  Glenn Morris  <rgm@gnu.org>
5526         * progmodes/fortran.el (fortran-match-and-skip-declaration):
5527         New function.
5528         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
5530 2010-04-19  Kenichi Handa  <handa@m17n.org>
5532         * language/indian.el (malayalam-composable-pattern): Fix previous
5533         change (add U+0D4D "SIGN VIRAMA").
5534         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5535         (tamil-composable-pattern): Fix typo in the regexp.
5536         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5537         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5538         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5540 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5542         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5543         paragraph-separate (Bug#5821).
5545 2010-04-19  Juri Linkov  <juri@jurta.org>
5547         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5549         * info.el (Info-find-node-2): Comment out code that skips
5550         breadcrumbs line.
5551         (Info-mouse-follow-link): New command.
5552         (Info-link-keymap): New keymap.
5553         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5554         Return a string with links instead of inserting breadcrumbs
5555         to the Info buffer.
5556         (Info-fontify-node): Comment out code that inserts breadcrumbs.
5557         Instead of putting the `invisible' text property over the Info
5558         header, make an overlay over the Info header with the `invisible'
5559         property and `after-string' set to the string returned by
5560         `Info-breadcrumbs'.
5562 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5564         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5565         Reported by monkey@sandpframing.com.
5567 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5569         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5570         (tmm-get-keymap): Add key-binding shortcuts now that they're not
5571         available in the "keyseq cache" any more.
5573         * custom.el (defcustom): Add edebug spec.
5575 2010-04-18  Juri Linkov  <juri@jurta.org>
5577         Test for special mode-class in view-buffer instead of view-file (bug#5513).
5579         * view.el (view-file, view-buffer): Move test for special mode-class
5580         from view-file to view-buffer.
5582         * tar-mode.el (tar-extract): Turn if's into one cond
5583         like in arc-mode.el.
5585 2010-04-18  Juri Linkov  <juri@jurta.org>
5587         Add 7z archive format support (bug#5475).
5589         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5590         (archive-7z-extract): New defcustom.
5591         (archive-find-type): Add magic string for 7z.
5592         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5593         If `stderr-file' is non-nil, use `(t stderr-file)' for the
5594         `buffer' arg of `call-process'.
5595         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5596         call the function `archive-7z-extract' with the variable
5597         `archive-7z-extract' let-bound to `archive-zip-extract'.
5598         (archive-7z-summarize, archive-7z-extract): New functions.
5600         * international/mule.el (auto-coding-alist):
5601         * files.el (auto-mode-alist): Add 7z file extension.
5603 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5605         * loadup.el: Setup hash-cons for pure data.
5607         Fix duplicate entries in cedet's loaddefs.el files.
5608         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5609         Should make most file-local generated-autoload-file unnecessary.
5610         (print-readably): Silence warnings.
5611         (autoload-find-destination): Take load-name as an arg to make sure
5612         it's the same as the one that will be in the file.
5613         (autoload-generate-file-autoloads): Adjust to above changes.
5614         Try to make the dataflow a bit simpler.
5616         * cvs-status.el (cvs-refontify): Remove unused.
5618 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
5620         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5622         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
5623         twos-complement mode.
5625 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
5627         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5628         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
5629         (calc-inverse): Add "Option" to message, as appropriate.
5630         (calc-hyperbolic): Add "Option" to message, as appropriate.
5631         (calc-option, calc-is-option): New functions.
5633         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
5634         (calc-option-prefix-help): New function.
5636         * calc/calc-misc.el (calc-help): Add "Option" entry.
5638         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
5639         (calc-option-flag): New variable.
5640         (calc-do): Set `calc-option-flag to nil.
5641         (calc-set-mode-line): Add "Opt " as appropriate.
5643 2010-04-16  Juri Linkov  <juri@jurta.org>
5645         Move scrolling commands from simple.el to window.el
5646         because their primitives are implemented in window.c.
5648         * simple.el (scroll-error-top-bottom)
5649         (scroll-up-command, scroll-down-command, scroll-up-line)
5650         (scroll-down-line, scroll-other-window-down)
5651         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5652         * window.el (scroll-error-top-bottom)
5653         (scroll-up-command, scroll-down-command, scroll-up-line)
5654         (scroll-down-line, scroll-other-window-down)
5655         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5656         Move from simple.el to window.el because their primitives are
5657         implemented in window.c.
5659 2010-04-16  Juri Linkov  <juri@jurta.org>
5661         * isearch.el (isearch-lookup-scroll-key): Check both
5662         `isearch-scroll' and `scroll-command' properties.
5663         (scroll-up, scroll-down): Remove `isearch-scroll' property.
5665         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5667         * simple.el (scroll-up-command, scroll-down-command)
5668         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5670 2010-04-15  Juri Linkov  <juri@jurta.org>
5672         * simple.el (scroll-up-command, scroll-down-command)
5673         (scroll-up-line, scroll-down-line): Put `scroll-command'
5674         property on the these symbols.  Remove them from
5675         `scroll-preserve-screen-position-commands'.
5677         * mwheel.el (mwheel-scroll): Put `scroll-command' and
5678         `isearch-scroll' properties on the `mwheel-scroll' symbol.
5679         Remove it from `scroll-preserve-screen-position-commands'.
5681         * isearch.el (isearch-allow-scroll): Doc fix.
5683 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
5685         * net/tramp.el (tramp-error-with-buffer): Don't show the
5686         connection buffer when we are in completion mode.
5687         (tramp-file-name-handler): Catch the error for some operations
5688         when we are in completion mode.  This gives the user the chance to
5689         correct the file name in the minibuffer.
5691 2010-04-15  Glenn Morris  <rgm@gnu.org>
5693         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5695 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
5697         Simplify by using `define-derived-mode'.
5698         * info.el (Info-mode):
5699         * calendar/todo-mode.el (todo-mode):
5700         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5701         (gomoku-mode-map): Move initialization into declaration.
5703 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
5705         Fix Bug#5840.
5706         * ido.el (ido-file-name-all-completions-1):
5707         * minibuffer.el (minibuffer-completion-help):
5708         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5710 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5712         * simple.el (non-essential): New var.
5714         Add a new field `location' to bookmarks for non-file bookmarks.
5715         * bookmark.el (bookmark-location): Use the new field, if present.
5716         (bookmark-insert-location): Undo last change, not needed any more.
5717         * man.el (Man-bookmark-make-record):
5718         * woman.el (woman-bookmark-make-record): Add `location' field.
5720 2010-04-14  Juri Linkov  <juri@jurta.org>
5722         * simple.el (scroll-error-top-bottom): New defcustom.
5723         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
5725         * emulation/pc-select.el (pc-select-override-scroll-error):
5726         Obsolete in favor of `scroll-error-top-bottom'.
5728 2010-04-14  Juri Linkov  <juri@jurta.org>
5730         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5731         `scroll-up-command' and `M-v' to `scroll-down-command'.
5733         * emulation/cua-rect.el (cua--init-rectangles):
5734         * forms.el (forms--change-commands):
5735         * image-mode.el (image-mode-map):
5736         Remap scroll-down-command and scroll-up-command
5737         in addition to scroll-down and scroll-up.
5739 2010-04-14  Juri Linkov  <juri@jurta.org>
5741         * mwheel.el (scroll-preserve-screen-position-commands):
5742         Add mwheel-scroll to this list of commands.
5744         * simple.el (scroll-preserve-screen-position-commands):
5745         Add scroll-up-command, scroll-down-command, scroll-up-line,
5746         scroll-down-line to this list of commands.
5748 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5750         * obsolete/complete.el: Move from lisp/complete.el.
5752         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5754         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5755         to the minor mode function now turns the mode ON unconditionally.
5757 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5759         * vc-dir.el (vc-dir-kill-line): New command.
5760         (vc-dir-mode-map): Bind it to C-k.
5762         * bookmark.el (bookmark-insert-location): Handle a nil filename.
5764         * woman.el: Add bookmark declarations to silence the compiler.
5765         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5766         step to compatibility between man and woman bookmarks.
5767         Adjust for Man-default-bookmark-title renaming.
5768         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
5770         * man.el: Add bookmark declarations to silence the compiler.
5771         (Man-name-local-regexp): Make it match NAME as well.
5772         (Man-getpage-in-background): Return the buffer.
5773         (Man-notify-when-ready): Use `case'.
5774         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5775         Don't hardcode "NAME".  Simplify.
5776         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5777         Rename from Man-bookmark-make-record.
5778         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
5779         we have the actual man-args.  Use Man-getpage-in-background rather
5780         than `man' since the arg is already processed.  Let bookmark.el do the
5781         window handling.  Only wait for the relevant process.
5782         Don't forget to autoload.
5784         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5786 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5788         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5789         New functions.
5790         (woman-mode): Setup bookmark support.
5792         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5793         (man-bookmark-jump): New functions.
5794         (Man-mode): Setup bookmark support.
5796 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
5798         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5799         recognize ssh-keygen prompt (Bug#2817).
5801 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5803         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5805 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5807         Synchronize with Tramp repository.
5809         * net/tramp.el (tramp-completion-function-alist)
5810         (tramp-file-name-regexp, tramp-chunksize)
5811         (tramp-local-coding-commands, tramp-remote-coding-commands):
5812         Fix docstring.
5813         (tramp-remote-process-environment): Use `format' instead of `concat'.
5814         (tramp-handle-directory-files-and-attributes)
5815         (tramp-get-remote-path): Use `copy-tree'.
5816         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5817         compatibility: Use `completion-ignore-case' if
5818         `read-file-name-completion-ignore-case' does not exist.
5819         (tramp-do-copy-or-rename-file-directly): Do not use
5820         `tramp-handle-file-remote-p'.
5821         (tramp-do-copy-or-rename-file-out-of-band):
5822         Use `tramp-compat-delete-directory'.
5823         (tramp-do-copy-or-rename-file-out-of-band)
5824         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5825         Use `format-spec-make'.
5826         (tramp-find-foreign-file-name-handler)
5827         (tramp-advice-make-auto-save-file-name)
5828         (tramp-set-auto-save-file-modes): Remove superfluous check for
5829         `stringp'.  This is done inside `tramp-tramp-file-p'.
5830         (tramp-debug-outline-regexp): New defconst.
5831         (tramp-get-debug-buffer): Use it.
5832         (tramp-check-for-regexp): Use (forward-line 1).
5833         (tramp-set-auto-save-file-modes): Adapt version check.
5835         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5836         Wrap call of `featurep' for 2nd argument.
5837         (tramp-compat-make-temp-file): Simplify fallback implementation.
5838         (tramp-compat-copy-tree): Remove function.
5839         (tramp-compat-delete-directory): Provide implementation for older
5840         Emacsen.
5842         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5843         Do not use `tramp-fish-handle-file-attributes.
5845         * net/trampver.el: Update release number.
5847 2010-04-10  Glenn Morris  <rgm@gnu.org>
5849         * progmodes/compile.el (compilation-save-buffers-predicate):
5850         Add missing :version tag.
5852 2010-04-09  Sam Steingold  <sds@gnu.org>
5854         * progmodes/compile.el (compilation-save-buffers-predicate):
5855         Remove the "autoload" cookie.
5857         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5858         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5859         and `bug-reference-prog-mode' can be used in hooks directly.
5861 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5863         Add --author support to git commit.
5864         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5865         (vc-git-log-edit-mode): New minor mode.
5866         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5867         New declarations.
5869 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
5871         * vc-hooks.el, vc-git.el: Improve documentation comments.
5873 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5875         Fix some of the problems in defsubst* (bug#5728).
5876         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5877         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5879 2010-04-07  Sam Steingold  <sds@gnu.org>
5881         * progmodes/compile.el (compilation-save-buffers-predicate):
5882         New custom variable.
5883         (compile, recompile): Pass it to `save-some-buffers'.
5885 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5887         * wid-edit.el (widget-choose): Move cursor to the second line of
5888         the buffer (Bug#5695).
5890 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5892         Add new VC methods: vc-log-incoming and vc-log-outgoing.
5893         * vc.el (vc-print-log-setup-buttons): New function split out from
5894         vc-print-log-internal.
5895         (vc-log-internal-common): New function, a parametrized version of
5896         vc-print-log-internal.
5897         (vc-print-log-internal): Just call vc-log-internal-common with the
5898         right arguments.
5899         (vc-incoming-outgoing-internal):
5900         (vc-log-incoming, vc-log-outgoing): New functions.
5901         (vc-log-view-type): New permanent local variable.
5903         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5905         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5906         of the dynamic bound vc-short-log.
5907         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5909         * vc-git.el (vc-git-log-outgoing): New function.
5910         (vc-git-log-view-mode): Use vc-log-view-type instead
5911         of the dynamic bound vc-short-log.
5913         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5914         of the dynamic bound vc-short-log.  Highlight the tag.
5915         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5916         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5917         (vc-hg-incoming-mode): Remove.
5918         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5920 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5922         Fix default-directory for vc-root-diff.
5923         * vc.el (vc-root-diff): Bind default-directory to the root
5924         directory for the diff command.
5926 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
5928         * progmodes/verilog-mode.el (verilog-forward-sexp):
5929         (verilog-calc-1): Support "disable fork" and "fork wait" multi
5930         word keywords, suggested by Steve Pearlmutter.
5931         (verilog-pretty-declarations): Support lineup of declarations in
5932         port lists.
5933         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
5934         fix bug for /* / comments.
5935         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
5936         Speed up and simplfy as this is never called with a bound.
5937         (verilog-pretty-declarations): Enhance to line up declarations
5938         inside a parameter list, suggested by Alan Morgan.
5939         (verilog-pretty-expr): Tune assignment regular expression match
5940         string for corner cases; also use markers instead of character
5941         number as indent changes the later.
5943 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
5945         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5946         as missing keyword.
5947         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5948         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
5949         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5950         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
5951         Tennant.
5952         (verilog-keywords):
5953         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5954         1800-2009 keywords, including "global.".
5956 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5958         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
5959         appearing in buffer list (if a live buffer name matched a recentf
5960         file basename).  Should use uniquify to offer a real solution.
5962 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5964         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5965         comment to code, and add a :version tag.
5966         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
5968 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
5970         Enable recentf-mode if using virtual buffers.
5971         * ido.el (recentf-list): Declare for byte-compiler.
5972         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
5973         (ido-make-buffer-list): Simplify.
5974         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
5976 2010-04-05  Juri Linkov  <juri@jurta.org>
5978         Scrolling commands which scroll a line instead of full screen.
5979         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5981         * simple.el (scroll-up-line, scroll-down-line): New commands.
5982         Put property isearch-scroll=t on them.
5984         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5985         Remove commands.
5987 2010-04-05  Juri Linkov  <juri@jurta.org>
5989         Scrolling commands which do not signal errors at top/bottom.
5990         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5992         * simple.el (scroll-up-command, scroll-down-command): New commands.
5993         Put property isearch-scroll=t on them.
5995         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5996         `scroll-down-command' and [next] from `scroll-up' to
5997         `scroll-up-command'.
5999         * emulation/cua-base.el: Put property CUA=move on
6000         `scroll-up-command' and `scroll-down-command'.
6001         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6002         and `scroll-down-command' to `cua-scroll-down'.
6004 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
6006         * help.el (describe-mode): Return nil.
6008 2010-04-04  John Wiegley  <jwiegley@gmail.com>
6010         * ido.el (ido-use-virtual-buffers): New variable to indicate
6011         whether "virtual buffer" support is enabled for IDO.
6012         (ido-virtual): Face used to indicate virtual buffers in the list.
6013         (ido-buffer-internal): If a buffer is chosen, and no such buffer
6014         exists, but a virtual buffer of that name does (which would be why
6015         it was in the list), recreate the buffer by reopening the file.
6016         (ido-make-buffer-list): If virtual buffers are being used, call
6017         `ido-add-virtual-buffers-to-list' before the make list hook.
6018         (ido-virtual-buffers): New variable which contains a copy of the
6019         current contents of the `recentf-list', albeit pared down for the
6020         sake of speed, and with proper faces applied.
6021         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6022         create a list of "virtual buffers" to present to the user in
6023         addition to the currently open set.  Note that this logic could
6024         get rather slow if that list is too large.  With the default
6025         `recentf-max-saved-items' of 200, there is little speed penalty.
6027 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * font-lock.el: Require CL when compiling.
6030         (font-lock-turn-on-thing-lock): Use `case'.
6032 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
6034         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6035         Zaretskii.
6037 2010-04-02  Juri Linkov  <juri@jurta.org>
6039         * ehelp.el (electric-help-orig-major-mode):
6040         New buffer-local variable.
6041         (electric-help-mode): Set it to original major-mode.  Doc fix.
6042         (with-electric-help): Use `electric-help-orig-major-mode' instead
6043         of (default-value 'major-mode).  Doc fix.
6044         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6046 2010-04-02  Sam Steingold  <sds@gnu.org>
6048         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6049         `vc-hg-command' with a list of flags.
6051         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6052         Also accept "patch" and "RFE".
6053         (bug-reference-fontify): `bug-reference-url-format' can also be a
6054         function to be able to handle the bug kind.
6055         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6057 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
6059         * tmm.el (tmm-get-keymap): Check with symbolp before passing
6060         value to fboundp, it may not be a symbol.
6062 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6064         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6066 2010-03-31  Juri Linkov  <juri@jurta.org>
6068         * simple.el (next-line, previous-line): Re-throw a signal
6069         with `signal' instead of using `ding'.
6070         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6072 2010-03-31  Juri Linkov  <juri@jurta.org>
6074         * simple.el (keyboard-escape-quit): Raise deselecting the active
6075         region higher than exiting the minibuffer.
6076         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6078 2010-03-31  Juri Linkov  <juri@jurta.org>
6080         * image.el (image-animated-p): Use `image-metadata' instead of
6081         `image-extension-data'.  Get GIF extenstion data from metadata
6082         property `extension-data'.
6084 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6086         * simple.el (append-to-buffer): Simplify.
6088 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
6090         * textmodes/artist.el (artist-mode): Fix typo in docstring.
6091         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
6093 2010-03-31  Kenichi Handa  <handa@m17n.org>
6095         * language/sinhala.el (composition-function-table): Fix regexp for
6096         the new Unicode specification.
6098         * language/indian.el (devanagari-composable-pattern)
6099         (tamil-composable-pattern, kannada-composable-pattern)
6100         (malayalam-composable-pattern): Adjust for the new Unicode
6101         specification.
6102         (bengali-composable-pattern, gurmukhi-composable-pattern)
6103         (gujarati-composable-pattern, oriya-composable-pattern)
6104         (telugu-composable-pattern): New variables to cope with the new
6105         Unicode specification.  Use them in composition-function-table.
6107 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6109         Make tmm-menubar work for the Buffers menu again (bug#5726).
6110         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6111         vectors rather than cons cells, as used in menu-bar-update-buffers.
6113 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6115         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6116         (js-insert-and-indent): Revert 2009-08-15 change, restoring
6117         electric punctuation for "{}();,:" (Bug#5586).
6119         * mail/sendmail.el (mail-default-directory): Doc fix.
6121 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6123         * mail/sendmail.el (mail-default-directory): Doc fix.
6125 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
6127         * subr.el (version-regexp-alist, version-to-list)
6128         (version-list-<, version-list-=, version-list-<=)
6129         (version-list-not-zero, version<, version<=, version=): Doc fix.
6130         (Bug#5744).
6132 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
6134         * vc.el (vc-root-diff): Doc fix.
6136 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6138         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6140         * simple.el (append-to-buffer): Fix last change.
6142 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6144         * simple.el (append-to-buffer): Ensure that point is preserved if
6145         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
6146         (Bug#5749)
6148 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6150         * files.el (auto-mode-case-fold): Change default to t.
6152 2010-03-30  Juri Linkov  <juri@jurta.org>
6154         * dired-x.el (dired-omit-mode): Doc fix.
6156 2010-03-30  Juri Linkov  <juri@jurta.org>
6158         * replace.el (occur-accumulate-lines): Move occur-engine related
6159         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6160         to be located after `occur-engine'.
6162 2010-03-30  Juri Linkov  <juri@jurta.org>
6164         Make occur handle multi-line matches cleanly with context.
6165         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6167         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6168         (occur-engine): Add local variables `ret', `prev-after-lines',
6169         `prev-lines'.  Use more arguments for `occur-context-lines'.
6170         Set first elem of its returned list to `data', and the second elem
6171         to `prev-after-lines'.  Don't print the separator line.
6172         In the end, print remaining context after-lines.
6173         (occur-context-lines): Add new arguments `begpt', `endpt',
6174         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
6175         after-lines of the previous match with before-lines of the
6176         current match and not overlap them.  Return a list with two
6177         values: the output line and the list of context after-lines.
6179 2010-03-30  Juri Linkov  <juri@jurta.org>
6181         * replace.el (occur-accumulate-lines): Fix a bug where the first
6182         context line at the beginning of the buffer was missing.
6184 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
6186         * files.el: Make bidi-display-reordering safe variable for boolean
6187         values.
6189 2010-03-29  Phil Hagelberg  <phil@evri.com>
6190             Chong Yidong  <cyd@stupidchicken.com>
6192         * subr.el: Extend progress reporters to perform "spinning".
6193         (progress-reporter-update, progress-reporter-do-update):
6194         Handle non-numeric value arguments.
6195         (progress-reporter--pulse-characters): New var.
6197 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
6199         * progmodes/compile.el (compilation-start): Fix regexp detection
6200         of initial cd command (Bug#5771).
6202 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
6204         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6206 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
6208         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6209         * progmodes/gdb-mi.el: Restore.
6210         * progmodes/gdb-ui.el: Remove.
6211         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6213 2010-03-25  Glenn Morris  <rgm@gnu.org>
6215         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6216         all dired buffers, even tramp ones.  (Bug#5755)
6218 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6220         Add "union tags" in mpc.el.
6221         * mpc.el: Remove backward compatibility code.
6222         (mpc-browser-tags): Change default.
6223         (mpc--find-memoize-union-tags): New var.
6224         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6225         (mpc-cmd-find): Handle the case where the playlist does not exist.
6226         Handle union-tags.
6227         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
6228         (mpc-cmd-add): Use mpc-cmd-flush.
6229         (mpc-tagbrowser-tag-name): New fun.
6230         (mpc-tagbrowser-buf): Use it.
6231         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
6233 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6235         Misc cleanup.
6236         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6237         Use replace-regexp-in-string.
6238         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6239         (makefile-imake-mode-syntax-table): Move init into defvar.
6240         (makefile-mode): Use define-derived-mode.
6242         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6243         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6244         not be present any more.
6246 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6248         * faces.el (set-face-attribute): Fix typo in docstring.
6249         (face-valid-attribute-values): Reflow docstring.
6251 2010-03-24  Glenn Morris  <rgm@gnu.org>
6253         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6255 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6257         * indent.el (indent-for-tab-command): Doc fix.
6259 2010-03-24  Alan Mackenzie  <acm@muc.de>
6261         * progmodes/cc-engine.el (c-remove-stale-state-cache):
6262         Fix off-by-one error.  Fixes bug #5747.
6264 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6266         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6267         (image-dired-read-comment): Doc fix.
6269         * json.el (json-object-type, json-array-type, json-key-type)
6270         (json-false, json-null, json-read-number):
6271         * minibuffer.el (completion-in-region-functions):
6272         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6273         (cal-tex-cursor-week):
6274         * emacs-lisp/trace.el (trace-function):
6275         * eshell/em-basic.el (eshell/printnl):
6276         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6277         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6278         * obsolete/levents.el (allocate-event, event-key, event-object)
6279         (event-point, event-process, event-timestamp, event-to-character)
6280         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6281         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6282         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6283         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6284         (reftex-highlight-selection): Fix typos in docstrings.
6286 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6288         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6290 2010-03-24  Glenn Morris  <rgm@gnu.org>
6292         * mail/rmail.el (rmail-highlight-face): Restore option deleted
6293         2008-02-13 without comment; mark it obsolete.
6294         (rmail-highlight-headers): Use rmail-highlight-face once more.
6296 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6298         * woman.el (woman2-process-escapes): Only consume the newline if
6299         the filler character is on a line by itself (Bug#5729).
6301 2010-03-24  Kenichi Handa  <handa@m17n.org>
6303         * language/indian.el (devanagari-composable-pattern): Add more
6304         consonants.
6306 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6308         * net/trampver.el: Update release number.
6310 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6312         * net/tramp.el (tramp-find-executable):
6313         Use `tramp-get-connection-buffer'.  Make the regexp for checking
6314         output of "wc -l" more robust.
6315         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6316         (tramp-open-connection-setup-interactive-shell): Remove workaround
6317         for OpenSolaris bug, it is not needed anymore.
6319 2010-03-24  Glenn Morris  <rgm@gnu.org>
6321         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
6323 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
6325         * files.el (auto-mode-alist): Accept more verilog file patterns.
6327 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6329         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6331 2010-03-24  Glenn Morris  <rgm@gnu.org>
6333         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6334         log-edit-before-checkin-process.
6336         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6338         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6340         * vc-dispatcher.el (vc-start-logentry): Doc fix.
6341         (log-view-process-buffer, log-edit-extra-flags): Declare.
6343         * log-edit.el (log-edit-before-checkin-process): Doc fix.
6345 2010-03-23  Sam Steingold  <sds@gnu.org>
6347         Fix bug#5620: recalculate all markers on compilation buffer
6348         modifications, not on file modifications.
6349         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6350         the buffer modification time, for buffers not associated with files.
6351         (compilation-mode): Create it.
6352         (compilation-filter): Update it.
6353         (compilation-next-error-function): Use it instead of
6354         `visited-file-modtime' for timestamp.
6356 2010-03-23  Juri Linkov  <juri@jurta.org>
6358         Implement Occur multi-line matches.
6359         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6361         * replace.el (occur): Doc fix.
6362         (occur-engine): Set `begpt' to the beginning of the first line.
6363         Set `endpt' to the end of the last match line.  At first, count
6364         line numbers between `origpt' and `begpt'.  Split out code from
6365         `out-line' variable to new let-bindings `match-prefix' and
6366         `match-str'.  In `out-line' add non-numeric prefix to all
6367         non-first lines of multi-line matches.  Finally, count lines
6368         between `begpt' and `endpt' and add to `lines'.
6370 2010-03-23  Juri Linkov  <juri@jurta.org>
6372         * replace.el (occur-accumulate-lines, occur-engine):
6373         Use `occur-engine-line' instead of duplicate code.
6374         (occur-engine-line): New function created from duplicate code
6375         in `occur-accumulate-lines' and `occur-engine'.
6377         * replace.el (occur-engine-line): Add optional arg `keep-props'.
6378         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6380 2010-03-23  Juri Linkov  <juri@jurta.org>
6382         * finder.el: Remove TODO tasks.
6384         * info.el (Info-finder-find-node): Add node "all"
6385         with all package info.  Handle a list of multiple keywords
6386         separated by comma.
6387         (info-finder): In interactive use with a prefix argument,
6388         use `completing-read-multiple' to read a list of keywords
6389         separated by comma.
6391 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6393         Add a new completion style `substring'.
6394         * minibuffer.el (completion-basic--pattern): New function.
6395         (completion-basic-try-completion, completion-basic-all-completions):
6396         Use it.
6397         (completion-substring--all-completions)
6398         (completion-substring-try-completion)
6399         (completion-substring-all-completions): New functions.
6400         (completion-styles-alist): New style `substring'.
6402 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6404         Get rid of .elc files after removal of the corresponding .el.
6405         * Makefile.in (compile-clean): New target.
6406         (compile-main): Use it.
6408 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
6410         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6411         don't do make there.  When compiling with separate object dir, there
6412         is no Makefile there.
6414 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6416         Get rid of the ELCFILES abomination, again.
6417         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6418         (all, compile): Don't call compile-last.
6419         (compile-main): Build the "elcfiles" list dynamically.
6420         (compile-targets): New (internal) target.
6422 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6424         * Makefile.in (top_srcdir): Define.
6425         (abs_top_builddir): Define.
6426         (srcdir): Don't append `/..'.
6427         (EMACS): Use ${abs_top_builddir}.
6428         (all, compile, compile-always, compile-last): Don't set emacswd.
6429         (update-subdirs, update-authors): Use $(top_srcdir) instead of
6430         $(srcdir).
6431         (lisp): Use $(srcdir) instead of @srcdir@.
6433 2010-03-21  Juri Linkov  <juri@jurta.org>
6435         Fix message of multi-line occur regexps and multi-buffer header lines.
6436         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6438         * replace.el (occur-1): Don't display regexp if it is longer
6439         than window-width.  Use `query-replace-descr' to display regexp.
6440         (occur-engine): Don't display regexp in the buffer header for
6441         multi-buffer occur.  Display a separate header line with total
6442         match count and regexp for multi-buffer occur.
6443         Use `query-replace-descr' to display regexp.
6445 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6447         * net/secrets.el: Fix parenthesis.
6448         (secrets-enabled): Fix parenthesis.
6450 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6452         Use more relative file and directory names.
6453         * Makefile.in (EMACS): Arrange for it to work when we chdir.
6454         (setwins, setwins_almost, setwins_for_subdirs):
6455         Don't `cd'; output relative names.
6456         (all, compile, compile-always, compile-last): Set emacswd.
6457         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6458         Just cd to the lisp source dir so we can use relative file names.
6460         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6462 2010-03-20  Glenn Morris  <rgm@gnu.org>
6464         * textmodes/rst.el: Use faces for font-lock customization, and make the
6465         old -face variables obsolete.
6466         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6467         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6468         (rst-block-face, rst-external-face, rst-definition-face)
6469         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6470         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6471         Make obsolete.
6472         (rst-font-lock-keywords-function): Update for above changes.
6474 2010-03-20  Juri Linkov  <juri@jurta.org>
6476         * s-region.el:
6477         * obsolete/s-region.el: Move to obsolete.
6479 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
6481         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6483 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6485         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6487 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6489         Add special markup processing for commit logs.
6490         * log-edit.el (log-edit-extra-flags): New variable.
6491         (log-edit): Add new argument MODE.  Use that mode when non-nil
6492         instead of the log-view-mode.
6493         (log-view-process-buffer): New function.
6495         * vc.el: Document that the checkin method takes optional
6496         arguments.  Document new backend specific method: log-view-mode.
6497         (vc-default-log-edit-mode): New function.
6498         (vc-checkin): Use a backend specific log-view-mode.
6499         Pass extra arguments to the checkin method.
6500         (vc-modify-change-comment): Pass a dummy extra argument.
6502         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6503         log-edit.
6504         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6505         (vc-finish-logentry): Process the log buffer before passing it
6506         down.  Pass log-edit-extra-flags.
6508         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6509         command.
6510         (log-edit-extra-flags, log-edit-before-checkin-process):
6511         New declarations.
6513         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6514         command.
6515         (log-edit-extra-flags, log-edit-before-checkin-process):
6516         New declarations.
6517         (vc-hg-log-edit-mode): New derived mode.
6519         * vc-arch.el (vc-arch-checkin):
6520         * vc-cvs.el (vc-cvs-checkin):
6521         * vc-git.el (vc-git-checkin):
6522         * vc-mtn.el (vc-mtn-checkin):
6523         * vc-rcs.el (vc-rcs-checkin):
6524         * vc-sccs.el (vc-sccs-checkin):
6525         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6527 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6529         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6530         parent typo).
6532 2010-03-19  Glenn Morris  <rgm@gnu.org>
6534         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6536 2010-03-18  Glenn Morris  <rgm@gnu.org>
6538         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6540         * replace.el (query-replace-history): Give it a doc string.
6541         (map-query-replace-regexp): Use query-replace-from-history-variable
6542         and query-replace-to-history-variable.
6544         * mail/hashcash.el (declare-function): Remove duplicate definition.
6546         * mail/emacsbug.el (report-emacs-bug-pretest-address):
6547         Make it an obsolete alias for report-emacs-bug-address.
6548         (message-strip-special-text-properties): Declare.
6549         (report-emacs-bug): Remove test for a pretest bug address.
6550         Combine message-mode-specific code.
6552         * mail/supercite.el: Don't require sendmail.
6553         (mh-in-header-p): Declare rather than using with-no-warnings.
6554         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6555         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
6557         * calendar/cal-french.el: Convert to utf-8.
6559         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6560         Emacs scripts.
6562 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
6564         * net/secrets.el (secrets-enabled): New variable.  Use it instead
6565         of a subfeature.
6567 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
6569         * net/secrets.el (top): Register the D-Bus signals only when the
6570         service "org.freedesktop.secrets" can be pinged.
6571         Provide subfeature `enabled'.
6573 2010-03-14  Juri Linkov  <juri@jurta.org>
6575         Add finder unknown keywords.
6577         * finder.el (finder-unknown-keywords): New function.
6579         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6580         to create a Finder node with unknown keywords.
6582 2010-03-14  Juri Linkov  <juri@jurta.org>
6584         * finder.el (finder-compile-keywords): Replace `princ' with
6585         `prin1' on a list of symbols interned from keyword strings.
6587         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6588         a comma, then split keywords using a comma and optional whitespace.
6589         Otherwise, split by whitespace.
6591         * complete.el:
6592         * face-remap.el:
6593         * log-view.el:
6594         * net/hmac-def.el:
6595         * net/hmac-md5.el:
6596         * net/netrc.el:
6597         * progmodes/mixal-mode.el: Fix keywords.
6599 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
6601         * Makefile.in (ELCFILES): Add net/secrets.elc.
6603         * net/secrets.el: New file.
6605 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6607         * facemenu.el (list-colors-display, list-colors-print): New arg
6608         callback.  Use it to allow selecting colors.
6610         * wid-edit.el (widget-image-insert): Insert image prop even if the
6611         current display is non-graphic.
6612         (widget-field-value-set): New fun.
6613         (editable-field): Use it.
6614         (widget-field-value-get): Clean up unused var.
6615         (widget-color-value-create, widget-color--choose-action):
6616         New funs.  Allow using list-colors-display to choose color.
6618 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6620         * cus-edit.el: Resort topmost custom groups.
6621         (custom-buffer-sort-alphabetically): Default to t.
6622         (customize-apropos): Use apropos-parse-pattern.
6623         (custom-search-field): New var.
6624         (custom-buffer-create-internal): Add custom-apropos search field.
6625         (custom-add-parent-links): Don't display parent doc.
6626         (custom-group-value-create): Don't sort top-level custom group.
6627         (custom-magic-value-create): Show visibility button before option name.
6629         (custom-variable-state): New fun, from custom-variable-state-set.
6630         (custom-variable-state-set): Use it.
6631         (custom-group-value-create): Hide options with standard values
6632         using the :hidden-states property.  Use progress reporter.
6634         (custom-show): Simplify.
6635         (custom-visibility): Disable images by default.
6636         (custom-variable): New property :hidden-states.
6637         (custom-variable-value-create): Enable images for
6638         custom-visibility widgets.  Use :hidden-states property to
6639         determine initial visibility.
6641         * wid-edit.el (widget-image-find): Give images center ascent.
6642         (visibility): Add :on-image and :off-image properties.
6643         (widget-visibility-value-create): Use them.
6645 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6647         * cus-edit.el (processes): Remove from development group.
6648         (oop, hypermedia): Delete group.
6649         (comm): Promote to top-level group.
6651         * net/browse-url.el (browse-url):
6652         * net/xesam.el (xesam):
6653         * net/tramp.el (tramp):
6654         * net/goto-addr.el (goto-address):
6655         * net/ange-ftp.el (ange-ftp): Put in comm group.
6657         * view.el (view): Remove from editing group.
6659         * uniquify.el (uniquify): Put in files group.
6661         * net/browse-url.el (browse-url):
6662         * ps-print.el (postscript): Put in external group.
6664         * cus-edit.el (outlines):
6665         * textmodes/text-mode.el (text-mode-hook):
6666         * textmodes/table.el (table):
6667         * textmodes/picture.el (picture):
6668         * outline.el (outlines): Put in wp group.
6670         * nxml/nxml-mode.el (nxml): Remove from wp group.
6672         * net/tramp-imap.el (tramp-imap): Put in tramp group.
6674         * mail/metamail.el (metamail): Remove from hypermedia group.
6676         * cus-edit.el (abbrev):
6677         * whitespace.el (whitespace):
6678         * vcursor.el (vcursor):
6679         * reveal.el (reveal):
6680         * hl-line.el (hl-line): Put in convenience group.
6682         * epg-config.el (epg): Put in data group.
6684         * emulation/pc-select.el (pc-select): Put in emulations group.
6686         * calculator.el (calculator): Put in applications group.
6688 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6690         Add .dir-locals.el support for file-less buffers.
6691         * files.el (hack-local-variables): Split out code to apply local
6692         variable settings ...
6693         (hack-local-variables-apply): ... here.  New function.
6694         (hack-dir-local-variables): Use the default directory for when the
6695         buffer does not have an associated file.
6696         (hack-dir-local-variables-non-file-buffer): New function.
6697         * diff-mode.el (diff-mode):
6698         * vc-annotate.el (vc-annotate-mode):
6699         * vc-dir.el (vc-dir-mode):
6700         * log-edit.el (log-edit-mode):
6701         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6703 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6705         Add support for shelving snapshots and for showing shelves.
6706         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6707         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6708         New functions.
6709         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6710         (vc-bzr-extra-menu-map): Map them.
6712 2010-03-11  Glenn Morris  <rgm@gnu.org>
6714         * cus-edit.el (customize-changed-options-previous-release):
6715         Bump to 23.1.
6717         * image.el (image-animate-max-time): Fix :version tag.
6719 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6721         * Branch for 23.2.
6723 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6725         * vc-git.el (vc-git-revision-table): Include remote branches.
6727 2010-03-10  Kim F. Storm  <storm@cua.dk>
6729         Animated image API.
6730         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6732         * image.el (image-animate-max-time): New defcustom.
6733         (image-animated-types): New defconst.
6734         (create-animated-image, image-animate-timer)
6735         (image-animate-start, image-animate-stop, image-animate-timeout)
6736         (image-animated-p): New functions.
6738         * image-mode.el (image-toggle-display-image):
6739         Replace `create-image' with `create-animated-image'.
6741 2010-03-09  Miles Bader  <miles@gnu.org>
6743         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6744         instead of "format:"; this ensures that the output is
6745         newline-terminated.
6747 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
6749         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6750         that all errors are caught, and that the return value is always a
6751         list (Bug#5692).
6753 2010-03-08  Kenichi Handa  <handa@m17n.org>
6755         * language/misc-lang.el (windows-1256): New coding system.
6756         (cp1256): New alias of windows-1256 (bug#5690).
6758 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6760         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6761         call to rfc822-bad-address.  (Bug#5692)
6763 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6765         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6766         Use vc-git-root as default directory for revision path (Bug#5657).
6768 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
6770         * calculator.el (calculator): Don't bind split-window-keep-point
6771         (Bug#5674).
6773 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6775         * vc-git.el: Re-flow to fit into 80 columns.
6776         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6777         Remove spurious `quote' element in each case alternative.
6778         (vc-git-show-log-entry): Use prog1.
6779         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6781 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6783         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6785 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6787         * macros.el (insert-kbd-macro): Look up keyboard macro using the
6788         definition, not the name (Bug#5481).
6790 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6792         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6793         argument with a local variable.  (Bug#5670)
6795 2010-03-02  Juri Linkov  <juri@jurta.org>
6797         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
6799 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
6801         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6802         error when FILENAME and NEWNAME are existing remote directories.
6804         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6805         parameter DIR-FLAG.
6807 2010-03-02  Glenn Morris  <rgm@gnu.org>
6809         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6810         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6812 2010-03-01  Kenichi Handa  <handa@m17n.org>
6814         * language/burmese.el (burmese-composable-pattern): Rename from
6815         myanmar-composable-pattern.
6817         * international/characters.el (script-list):
6818         * international/fontset.el (script-representative-chars):
6819         Change myanmar to burmese.
6820         (otf-script-alist): Likewise.
6821         (setup-default-fontset): Likewise.  Re-fix :otf spec.
6823 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6825         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6827 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
6829         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6831 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6833         * net/tramp.el (tramp-handle-write-region): START can be a string.
6834         Take care in the checks.  Reported by Dan Davison
6835         <davison@stats.ox.ac.uk>.
6837 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6839         * net/dbus.el (dbus-introspect, dbus-get-property)
6840         (dbus-set-property, dbus-get-all-properties):
6841         Use `dbus-call-method' when noninteractive.  (Bug#5645)
6843 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6845         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6846         * emacs-lisp/elint.el (elint-add-required-env):
6847         * calendar/icalendar.el (icalendar--add-diary-entry):
6848         * calc/calcalg2.el (math-tracing-integral):
6849         * files.el (recover-session-finish): Use with-current-buffer
6850         instead of save-excursion.
6852 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6854         Fix in-buffer completion when after-change-functions modify the buffer.
6855         * minibuffer.el (completion--replace): New function.
6856         (completion--do-completion): Use it and use relative movement.
6858 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6860         * international/fontset.el (setup-default-fontset): Fix :otf spec.
6862 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
6864         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6865         Allow the characters _<> in the stack entry (Bug#5653).
6867 2010-02-26  Kenichi Handa  <handa@m17n.org>
6869         * language/burmese.el: Fix entries in composition-function-table.
6870         (myanmar-composable-pattern): New variable.
6872         * international/fontset.el (setup-default-fontset): Add an entry
6873         for myanmar.
6875         * international/characters.el (script-list): Add Myanmar
6876         Extended-A.
6878 2010-02-26  Glenn Morris  <rgm@gnu.org>
6880         * custom.el (custom-initialize-delay): Doc fix.
6882         * mail/sendmail.el (send-mail-function): Autoload the call
6883         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6885 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
6887         * files.el (hack-local-variables-filter): For eval forms, also
6888         check safe-local-variable-p (Bug#5636).
6890 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
6892         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6893         setting the modes by `ignore-errors'.  It might fail, for example
6894         if the file is not owned by the user but the group.
6895         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6897 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6899         * files.el (directory-listing-before-filename-regexp): Use
6900         stricter matching for iso-style dates, to avoid false matches with
6901         date-like filenames (Bug#5597).
6903         * htmlfontify.el (htmlfontify): Doc fix.
6905         * eshell/eshell.el (eshell): Doc fix.
6907         * startup.el (fancy-about-screen): In mode-line, apply
6908         mode-line-buffer-id face only to the buffer name (Bug#5613).
6910 2010-02-20  Kevin Ryde  <user42@zip.com.au>
6912         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6913         In `watcom' anchor regexp to start of line, to avoid slowness
6914         (Bug#5599).
6916 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
6918         * subr.el (remove-yank-excluded-properties): Explain in a comment
6919         why `category' property is removed.
6921 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
6923         * isearch.el (isearch-update-post-hook, isearch-update): Revert
6924         2010-02-17 change.
6926 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
6928         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6929         (icalendar--convert-weekly-to-ical)
6930         (icalendar--convert-yearly-to-ical)
6931         (icalendar--convert-block-to-ical)
6932         (icalendar--convert-cyclic-to-ical)
6933         (icalendar--convert-anniversary-to-ical): Take care of time
6934         specifications where hour has 1-digit only (Bug#5549).
6936 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
6938         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6939         of disassemble output in GDB 7.1.
6941 2010-02-19  Glenn Morris  <rgm@gnu.org>
6943         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6944         property.  (Bug#5593)
6946 2010-02-18  Sam Steingold  <sds@gnu.org>
6948         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6950 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6952         Use abbreviated file names in bookmarks (bug#5591).
6953         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6954         calls to expand-file-name.
6955         (bookmark-relocate): Use abbreviated file names in bookmarks.
6956         (bookmark-load): Use abbreviated file names in messages.
6958 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6960         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6961         expand "." and "..".  Reported by Thierry Volpiatto
6962         <thierry.volpiatto@gmail.com>.
6964 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6966         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6967         permissions of the temporary file to "0600".  In case the remote
6968         file has no read permissions for the owner, there might be
6969         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
6971 22010-02-18  Glenn Morris  <rgm@gnu.org>
6973         * emacs-lisp/authors.el (authors-renamed-files-alist):
6974         Add entries for INSTALL.CVS.
6976 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
6978         * vc-bzr.el: Fix typo in Known Bugs section.
6980         * isearch.el (isearch-update-post-hook): New hook.
6981         (isearch-update): Use the new hook.
6983 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
6985         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6986         Fix errors in copying directories.
6987         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6988         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6989         (tramp-handle-delete-file)
6990         (tramp-handle-dired-recursive-delete-directory)
6991         (tramp-handle-write-region): Flush also the cache for the upper
6992         directory.
6994 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
6996         * simple.el (save-interprogram-paste-before-kill): Doc fix.
6998         * cus-edit.el (hardware): Doc fix.
7000         * man.el (man): Add to external custom group.
7002         * delim-col.el (columns): Move to wp custom group.
7004         * doc-view.el (doc-view): Add to data custom group.
7006         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7008         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7009         by ispell-parse-output (Bug#5575).
7011 2010-02-16  Kenichi Handa  <handa@m17n.org>
7013         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7014         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7015         (skkdic-convert): Use `euc-japan' coding system for writing.
7017 2010-02-16  Glenn Morris  <rgm@gnu.org>
7019         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7020         tex-main-file before using it.  (Bug#5562)
7022 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7024         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7025         warnings, since it is annoying for the user to see them each time he
7026         runs the code.
7028 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
7030         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7031         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7032         instead of PROC for caching "first-password-request".  Otherwise,
7033         new processes would not profit from passwords already entered.
7035         * net/tramp-cache.el (tramp-dump-connection-properties):
7036         Don't save "first-password-request" property.
7038 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
7040         * outline.el (outline-head-from-level):
7041         * simple.el (with-wrapper-hook):
7042         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7043         (elint-defun, elint-buffer-env, elint-top-form-logged)
7044         (elint-unbound-variable):
7045         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7046         Fix typos in docstrings.
7048 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
7050         * files.el (insert-directory): When WILDCARD-REGEXP and
7051         FULL-DIRECTORY-P are nil, insert the file entry instead of the
7052         whole directory.  (Bug#5551)
7054         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
7055         dired's alignment sanity.  (Bug#5516)
7057 2010-02-14  Juri Linkov  <juri@jurta.org>
7059         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7060         Remove remaining ^H with their preceding chars.  (Bug#5566)
7062 2010-02-13  Glenn Morris  <rgm@gnu.org>
7064         * simple.el (transpose-subr): Give it a doc-string.
7066         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7067         Doc fixes.
7069 2010-02-12  Juri Linkov  <juri@jurta.org>
7071         * arc-mode.el (archive-unique-fname): Make directories for nested
7072         archives.  (Bug#5540)
7074 2010-02-12  Juri Linkov  <juri@jurta.org>
7076         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
7078 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7080         * subr.el (copy-overlay): Handle deleted overlays.
7082         * man.el (Man-completion-table): Don't signal an error if we can't run
7083         manual-program (bug#4056).
7085 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
7087         * textmodes/artist.el (artist-mt): Fix typos in docstring.
7089 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7091         * info.el (Info-bookmark-jump): Simplify.
7093         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7094         (bookmark-default-handler): Accept new bookmark field `buffer'.
7096 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
7098         * iswitchb.el (iswitchb-completions): Revert last change.
7100 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
7102         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7103         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7104         This prevents file names like "~/" being listed literally.
7106 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
7108         * term/xterm.el (xterm-maybe-set-dark-background-mode):
7109         Remove dead code.  (Bug#5546)
7111 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
7113         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7114         correctly (Bug#5548).
7116 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
7118         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7119         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7121 2010-02-08  Kenichi Handa  <handa@m17n.org>
7123         * international/mule-util.el (with-coding-priority): Add autoload
7124         cookie for putting `lisp-indent-function'.
7126 2010-02-07  Glenn Morris  <rgm@gnu.org>
7128         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7129         Move F2003 named interfaces from keywords-2 to keywords-1, and
7130         use function-name-face rather than constant-face.
7131         Simplify "abstract interface" regexp.
7133 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
7135         * eshell/esh-util.el (eshell-file-attributes): New optional arg
7136         ID-FORMAT.  Pass it to `file-attributes'.
7138         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7140 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
7142         * faces.el (set-face-attribute): Allow calling
7143         internal-set-lisp-face-attribute with 'unspecified family and
7144         foundry argument (Bug#5536).
7146 2010-02-07  Glenn Morris  <rgm@gnu.org>
7148         * progmodes/f90.el (f90-font-lock-keywords-2)
7149         (f90-looking-at-type-like, f90-looking-at-program-block-end):
7150         Handle F2003 named interfaces.
7152 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
7154         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7155         beg and end before calling c-get-state-before-change-functions.
7157 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
7159         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7161 2010-02-05  Juri Linkov  <juri@jurta.org>
7163         * doc-view.el (doc-view-mode):
7164         * image-mode.el (image-mode): Put property mode-class=special.
7165         (Bug#4896)
7167 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
7169         * vc-svn.el (vc-svn-revision-table): New function.
7171 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
7173         * net/ange-ftp.el (ange-ftp-insert-directory):
7174         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7175         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7176         Handle also directories.  (Bug#5478)
7178 2010-02-05  Glenn Morris  <rgm@gnu.org>
7180         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7182 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
7184         * startup.el (command-line-1): Convert options beginning with a
7185         single dash as well (Bug#5519).
7187 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7189         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7190         * minibuffer.el (completion-initials-expand): Only check the presence
7191         of delims *within* the boundaries, since otherwise the / delim is
7192         always found for files.
7194         Fix up various corner case problems.
7195         * doc-view.el (doc-view-last-page-number): New function.
7196         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7197         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7198         (doc-view-kill-proc): Avoid inf-loop in freak cases.
7199         (doc-view-reconvert-doc): Use the new recursive delete-directory.
7200         (doc-view-convert-current-doc): Don't create the resolution.el file
7201         here any more.
7202         (doc-view-pdf/ps->png): Do it here instead.
7203         (doc-view-already-converted-p): Check that resolution.el is present.
7204         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7205         windows that are not yet showing images.
7207 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
7209         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7210         `dired-uncache' for every elemnt which is an absolute file name.
7212         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7213         directory, handle its directory component.
7214         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7215         function is called permanently and creates noise, otherwise.
7217         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7218         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7219         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
7221 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
7223         * macros.el (apply-macro-to-region-lines):
7224         Minor simplification.  (Bug#5485)
7226 2010-02-04  Glenn Morris  <rgm@gnu.org>
7228         * mail/rmail.el (rmail-show-message-1): Handle malformed
7229         quoted-printable text.  (Bug#5441)
7231         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7233         * simple.el (visual-line-mode): Capitalize lighter.
7235 2010-02-03  John Wiegley  <jwiegley@gmail.com>
7237         * iswitchb.el (iswitchb-completions): Add bookmark files to the
7238         list of files considered for "virtual buffer" completions.
7240 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
7242         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7243         also in case of (and (not full) (not wildcard)).  This is needed
7244         when dired is called with a list of files, which are not in
7245         `default-directory'.  (Bug#5478)
7247 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7249         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7251 2010-02-02  Juri Linkov  <juri@jurta.org>
7253         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7254         from unidiff to allow function-line after @@.
7256 2010-02-02  Juri Linkov  <juri@jurta.org>
7258         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7259         '(RCS SCCS) with inverted condition.
7261 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
7263         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7264         messages.
7266 2010-02-01  Juri Linkov  <juri@jurta.org>
7268         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7269         compare with "pkunzip" and "pkzip" instead of only "pkzip".
7270         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7271         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
7273 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7275         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7276         (doc-view-revert-buffer): New command.
7277         (doc-view-mode-map): Use it.
7279 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7281         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7282         pending merge is detected.
7284 2010-01-31  Juri Linkov  <juri@jurta.org>
7286         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7287         beginning of interactive spec like all other grep commands do.
7288         Put "all" in front of "gz".  (Bug#5260)
7290 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
7292         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7294 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
7296         * dirtrack.el (dirtrack): Warn instead of signalling error if the
7297         regexp is incorrect (Bug#5476).
7299 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
7301         * net/tramp.el (tramp-handle-insert-directory): Handle also
7302         symlinks, when FILENAME is not in `default-directory'.
7304 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7306         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7307         FILE is not in `default-directory'.  (Bug#5478)
7309         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7310         of SWITCHES.  Handle the case, FILENAME is not in
7311         `default-directory'.  (Bug#5478)
7312         (tramp-register-file-name-handlers): Add safe-magic property.
7314 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
7316         * arc-mode.el (archive-zip-extract): Quote the argument passed to
7317         unzip (Bug#5475).
7319 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
7321         * progmodes/flymake.el (flymake-allowed-file-name-masks)
7322         (flymake-master-make-header-init): Add other C++ filename masks.
7323         (flymake-find-possible-master-files)
7324         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7326 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7328         Fix some busybox annoyances.
7330         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7331         not responding." string.
7332         (tramp-open-connection-setup-interactive-shell): Dump stty
7333         settings.  Enable "neveropen" arg for all `tramp-send-command'
7334         calls.  Handle "=" in variable values properly.
7335         (tramp-find-inline-encoding): Raise an error, when no encoding is
7336         found.
7337         (tramp-wait-for-output): Check, whether PROC buffer is available.
7338         Remove spurious " ^H" sequences, sent by busybox.
7339         (tramp-get-ls-command): Suppress coloring, if possible.
7341 2010-01-28  Glenn Morris  <rgm@gnu.org>
7343         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
7345         * log-edit.el (log-edit-strip-single-file-name): Add missing
7346         :safe, :group, and :version tags.
7348 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
7350         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7351         buffers.  (Bug#5477)
7353 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
7355         * files.el (delete-directory): Handle moving to trash without
7356         first doing recursion (Bug#5436).
7358 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
7360         * vc-hooks.el (vc-path): Mark as obsolete.
7362 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
7364         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7365         names too.
7367         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7368         for the short log.
7369         (vc-bzr-log-view-mode): Adjust regexp for the above change.
7371 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
7373         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7375         * vc-bzr.el (vc-bzr-revision-table): New function.
7377 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
7379         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7380         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
7382 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7384         Remove support for adding --signoff on commit.
7385         Future support will use an incompatible generic mechanism.
7386         * vc-git.el (vc-git-add-signoff): Remove variable.
7387         (vc-git-toggle-signoff): Remove function.
7388         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7390         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7391         from xterm-set-background-mode.  Return t if the background mode
7392         was set.
7393         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7394         earlier, call it again in case the background mode has changed.
7396 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
7398         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7399         (Bug#3541).
7401 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
7403         * emacs-lisp/assoc.el (aelement): Doc fix.
7404         (aput, adelete, amake): Use lexical-let (Bug#5450).
7406 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
7408         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7409         is the same as subprogram call, not declaration.  (Bug#5435).
7411 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
7413         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7414         (tramp-smb-maybe-open-connection): Use it.
7416 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
7418         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
7420 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7423         just because we see "encoding: 8bit".
7424         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7426 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
7428         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7430 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
7432         * jka-compr.el (jka-compr-load): If load-file is not in
7433         load-history, try its file-truename version.  (bug#5447)
7435 2010-01-21  Alan Mackenzie  <acm@muc.de>
7437         Fix a situation where deletion of a cpp construct throws an error.
7438         * progmodes/cc-engine.el (c-invalidate-state-cache):
7439         Before invoking c-with-all-but-one-cpps-commented-out, check that the
7440         special cpp construct is still in the buffer.
7441         (c-parse-state): Record the special cpp with markers, not numbers.
7443 2010-01-21  Kenichi Handa  <handa@m17n.org>
7445         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7446         process last-command-event, as it is now decoded first (Bug#5380).
7448 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
7450         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7452 2010-01-20  Glenn Morris  <rgm@gnu.org>
7454         * indent.el (tab-always-indent): Fix custom-type.
7456 2010-01-19  Alan Mackenzie  <acm@muc.de>
7458         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7459         buffer throws "args out of range".
7460         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7461         playing the role of delimiter.
7463 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
7465         * progmodes/ada-mode.el: Fix bug#5400.
7466         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7467         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7468         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
7469         Improve comments in "is" portion.  Handle null procedure declaration.
7470         (ada-move-to-end): Improve doc string.
7472 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
7474         * ido.el (ido-cur-list): Initialize to nil.
7475         Remove obsolete information from commentary.
7476         (ido-choice-list): Initialize to nil.
7477         (ido-get-bufname): Reject minibuffers.
7478         (ido-make-buffer-list): If "default" is a nonexistent
7479         buffer, ignore it, as per the function's comment.
7480         (ido-kill-buffer-internal): New function.
7481         (ido-kill-buffer-at-head): Use it.
7482         (ido-visit-buffer): Likewise.
7484 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7486         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7488 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
7490         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7491         Fix typos in chart titles.
7493         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7494         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7495         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7496         (describe-class, eieio-describe-generic, describe-generic):
7497         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7498         (eieio-speedbar-expand):
7499         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7500         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7501         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7502         (viper-del-backward-char-in-replace, viper-backward-indent)
7503         (viper-brac-function, viper-register-to-point, viper-submit-report):
7504         * net/tramp.el (tramp-remote-coding-commands):
7505         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7506         Fix typos in docstrings.
7508 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7510         * mail/sendmail.el (mail-yank-original): Set the mark if the
7511         specified function for yanking does not do it.
7513 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
7515         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
7517         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7518         resyncing a directory.
7520 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
7522         * progmodes/ada-mode.el: Fix bug#1920.
7523         (ada-ident-re): Delete ., allow multibyte characters.
7524         (ada-goto-label-re): New; matches goto labels.
7525         (ada-block-label-re): New; matches block labels.
7526         (ada-label-re): New; matches both.
7527         (ada-named-block-re): Deleted; callers changed to use
7528         `ada-block-label-re' instead.
7529         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7530         Use `ada-block-label-re'.
7531         (ada-indent-on-previous-lines): Improve handling of goto labels.
7532         (ada-get-indent-block-start): Special-case block label.
7533         (ada-get-indent-label): Split into `ada-indent-block-label' and
7534         `ada-indent-goto-label'.
7535         (ada-goto-stmt-start, ada-goto-next-non-ws):
7536         Optionally ignore goto labels.
7537         (ada-goto-next-word): Simplify.
7538         (ada-indent-newline-indent-conditional): Insert newline before
7539         trying to fix indentation; doc fix.
7541 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
7543         * calc/calc.el (calc-command-flags): Give it an initial value.
7545 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7547         * files.el (minibuffer-with-setup-hook):
7548         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7549         (artist-key-draw-continously, artist-key-do-continously-continously)
7550         (artist-key-set-point-continously, artist-mouse-draw-continously):
7551         Fix typos in docstrings.
7553 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
7555         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7556         return t (Bug#3898).
7558 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
7560         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7561         can parse the output of the external commands (Bug#5279).
7563 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
7565         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7567 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
7569         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7571         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7573         * startup.el (command-line): Remove unused --icon-type arg.
7574         Handle --display arg, passing it to command-line-1 (Bug#5392).
7576 2010-01-16  Mario Lang  <mlang@delysid.org>
7578         * emacs-lisp/chart.el (chart-translate-namezone):
7579         * textmodes/artist.el (artist-compute-popup-menu-table):
7580         Remove duplicated words in doc-strings.
7582 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
7584         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7585         to mairix-search to suppress threading (Bug#5342).
7587 2010-01-15  Kenichi Handa  <handa@m17n.org>
7589         * international/mule-cmds.el (canonicalize-coding-system-name):
7590         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7592 2010-01-15  Glenn Morris  <rgm@gnu.org>
7594         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
7596         * wid-edit.el (widget-keymap): Doc fix.
7598         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7599         former seems to be more widely accepted by various svn versions.
7601 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7603         * find-cmd.el (find-constituents):
7604         * vc-arch.el (vc-arch-root):
7605         * window.el (window-body-height, pop-up-frames):
7606         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7607         * progmodes/ada-stmt.el (ada-if):
7608         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7609         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7610         (ispell-encoding8-command, ispell-aspell-supports-utf8)
7611         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7613         * progmodes/flymake.el (flymake-post-syntax-check):
7614         Fix typo in error message.
7616 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7618         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7619         which is always a string.  (Bug#5313)
7621 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7623         * progmodes/ada-xref.el (ada-default-prj-properties):
7624         Simplify previous change.
7626 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7628         * progmodes/ada-xref.el (ada-default-prj-properties):
7629         Default ada_project_path to $ADA_PROJECT_PATH.
7631 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7633         * progmodes/ada-mode.el (ada-create-keymap):
7634         Override `narrow-to-defun' with `ada-narrow-to-defun'.
7636 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7638         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7639         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7640         (ada-get-current-indent, ada-imenu-generic-expression)
7641         (ada-which-function): Check for it.
7643 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7645         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7646         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7648 2010-01-14  Glenn Morris  <rgm@gnu.org>
7650         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
7652 2010-01-14  Kenichi Handa  <handa@m17n.org>
7654         * composite.el (auto-composition-mode): Make it a buffer local
7655         variable (permanent-local).
7656         (auto-composition-function): Set the default value to
7657         auto-compose-chars.
7658         (auto-composition-mode): Make it a simple function, not a minor mode.
7659         (global-auto-composition-mode): Likewise.
7660         (turn-on-auto-composition-if-enabled): Delete it.
7662 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
7664         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7666 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
7668         * files.el (copy-directory): Compute target for recursive
7669         directories with identical names.  (Bug#5343)
7671 2010-01-12  Glenn Morris  <rgm@gnu.org>
7673         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7674         it to bug-gnu-emacs rather than emacs-pretest-bug.
7676 2010-01-11  Sam Steingold  <sds@gnu.org>
7678         * imenu.el (imenu-default-create-index-function): Detect infinite
7679         loops caused by imenu-prev-index-position-function.
7681 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7683         * htmlfontify.el (htmlfontify-load-rgb-file)
7684         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7685         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7686         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7687         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7688         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7689         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7690         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7691         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7692         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7693         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7694         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7695         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7696         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7697         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7698         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7699         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7700         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7701         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7702         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7703         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7704         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7705         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7706         backslash-quoting from parentheses, etc.
7708 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
7710         * progmodes/js.el: Autoload javascript-mode alias.
7712 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7714         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7715         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7716         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7717         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7718         Fix typos in docstrings.
7719         (ffap-url-regexp): Doc fix.
7720         (ffap-at-mouse): Fix typo in message.
7722 2010-01-11  Glenn Morris  <rgm@gnu.org>
7724         * version.el (emacs-copyright): Set copyright year to 2010.
7726 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7728         * format.el (format-annotate-function): Only set
7729         write-region-post-annotation-function after running to-fn so as not to
7730         affect nested write-region calls (bug#5273).
7732 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
7734         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7735         wisent/python.el.
7737 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7739         * man.el (Man-goto-section): Signal error if the section is not
7740         found (Bug#5317).
7742 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
7744         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7745         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
7747 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7749         * progmodes/compile.el: Don't treat compile-command as safe if
7750         compilation-read-command might be nil (Bug#4218).
7752 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
7754         * startup.el (command-line-1): Use orig-argi to check for ignored X and
7755         NS options.
7757 2010-01-08  Kenichi Handa  <handa@m17n.org>
7759         * international/fontset.el (build-default-fontset-data):
7760         Exclude characters in scripts kana, hangul, han, or cjk-misc.
7762 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
7764         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7765         to `create-file-buffer' as it expects, not just a buffer name.
7766         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7767         to help uniquify.  (Bug#3224)
7769 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
7771         * font-setting.el (font-setting-change-default-font): Use user-spec
7772         instead of name.
7774 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7776         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7778 2010-01-05  Tom Tromey  <tromey@redhat.com>
7780         * progmodes/python.el (python-font-lock-keywords):
7781         Handle qualified decorators (Bug#881).
7783 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7785         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7786         in a lightweight checkout.
7788 2010-01-05  Kenichi Handa  <handa@m17n.org>
7790         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7792 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7794         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7796 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7798         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7799         checkouts.  (Bug#618)
7800         (vc-bzr-log-view-mode): Also highlight the author.
7801         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7802         (vc-bzr-shelve-menu-map):
7803         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7804         (vc-bzr-shelve-apply): Make prompt more explicit.
7806 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7808         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7809         They are valid characters in URL paths (rfc3986), and at least
7810         Firefox does not understand the encoded version (Bug#3166).
7812 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
7814         * progmodes/octave-mod.el (octave-end-keywords)
7815         (octave-block-begin-or-end-regexp, octave-block-match-alist):
7816         Add "end" keyword (Bug#3061).
7817         (octave-end-as-array-index-p): New function.
7818         (calculate-octave-indent): Use it.
7820 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7822         * bookmark.el: Consistently put the text property on the bookmark name.
7823         (bookmark-bmenu-marks-width): Bump back to 2, to include
7824         annotation marks.
7825         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7826         property on the bookmark name, instead of not putting it at all.
7827         (bookmark-bmenu-list): Fix where we put the text property.
7829 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7831         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7832         for showing buffer modified state (as added in the previous change).
7834 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7836         * bookmark.el: Show modified state of bookmark buffer more accurately.
7837         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7838         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7839         (with-buffer-modified-unmodified): New macro.
7840         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7841         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7842         Use new macro to preserve the buffer modified state.
7844 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7846         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
7847         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7848         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7849         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7850         (bookmark-bmenu-rename, bookmark-bmenu-locate)
7851         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7852         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
7854 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7856         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7857         Make the lines in the generated doc string shorter.  (Bug#4668)
7859 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
7861         * net/rcirc.el: Add follow-link binding (Bug#4738).
7863 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7865         * Makefile.in (bzr-update): Rename from cvs-update.
7866         (cvs-update): New target for backward compatibility.
7868         * makefile.w32-in (bzr-update): Rename from cvs-update.
7869         (cvs-update): New target for backward compatibility.
7871 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7873         * bookmark.el: Remove gratuitous gratitude.
7875 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7877         * bookmark.el (bookmark-bmenu-any-marks): New function.
7878         (bookmark-bmenu-save): Clear buffer modification if no marks.
7880 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7882         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
7883         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7884         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7885         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7887         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7888         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7889         To: emacs-devel {_AT_} gnu.org
7890         Subject: bookmark.el bug report
7891         Date: Mon, 28 Dec 2009 14:19:16 +0800
7892         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7894 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7896         * bookmark.el: Improvements suggested by Drew Adams:
7897         (bookmark-bmenu-ensure-position): New name for
7898         `bookmark-bmenu-check-position'.  Just ensure the position,
7899         don't return any meaningful value.
7900         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7901         New constants.
7903 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
7905         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7906         (bookmark-yank-point, bookmark-bmenu-check-position):
7907         Fix typos in docstrings.
7908         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7909         (bookmark-name-from-full-record, bookmark-get-position)
7910         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7911         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7912         Remove useless quoting of parenthesis, etc. in docstrings.
7914         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7915         (ediff-append-custom-diff): Fix typo in error message.
7916         (ediff-meta-mark-equal-files): Fix typos in messages.
7918         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7920         * net/imap-hash.el (imap-hash-make): Doc fix.
7921         (imap-hash-test): Fix typo in error message; reflow docstring.
7922         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7923         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7924         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7925         Fix typos in docstrings.
7926         (imap-hash-open-connection): Fix typo in error message.
7928         * play/gomoku.el (gomoku): Fix typos in docstring.
7930         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7931         (gdb-jsonify-buffer): Fix typos in docstring.
7932         (gdb-goto-breakpoint): Fix typo in error message.
7933         ("Display Other Windows"): Fix typo in help message.
7934         (gdb-speedbar-expand-node): Fix typo in question.
7936         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7937         (idlwave-html-system-help-location, idlwave-html-help-location)
7938         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7939         (idlwave-help-browser-generic-args, idlwave-help-directory)
7940         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7941         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7942         (idlwave-online-help, idlwave-help-html-link)
7943         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7944         Fix typos in docstrings.
7945         (idlwave-help-with-source, idlwave-help-find-routine-definition):
7946         Reflow docstrings.
7947         (idlwave-help-assistant-start): Fix typo in error message.
7949         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7950         (octave-electric-space): Fix typos in docstrings.
7952 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7954         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7956 2010-01-01  Juri Linkov  <juri@jurta.org>
7958         * comint.el (comint-input-ring-size): Make it a defcustom and
7959         increase the default to 500 (Bug#5148).
7961 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
7963         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7964         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7965         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7967 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
7969         Show working revision correctly for mercurial.
7970         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7971         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7973 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
7975         Declare some functions for the byte-compiler.
7976         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7977         (speedbar-timer-fn, speedbar-change-expand-button-char)
7978         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7980 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
7982         This changeset reverts GDB Graphical Interface to use annotations.
7983         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7985 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7987         Make vc-dir work on subdirectories of the bzr root.
7988         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
7989         file names relative to it.
7990         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7991         relative directory to vc-bzr-after-dir-status.
7993 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
7995         * font-lock.el (font-lock-refresh-defaults): New function, which
7996         can be used to let font-lock react to external changes in
7997         variables like font-lock-defaults and keywords.
7998         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8000 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
8002         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8004         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8006 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
8008         Supersede color.diff settings in git log (bug#5211).
8010         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8011         escape chars in its output when the user has color.diff set to `always'.
8012         This fix works on git 1.4.2 and newer (released on 2006-08-13).
8014 2009-12-26  Kevin Ryde  <user42@zip.com.au>
8016         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8017         node.  Keep previous "Index" name to work with past coreutils too.
8019         * man.el (man): Revise docstring a bit to show -a and -l as
8020         examples.  Add -k description since support for it has otherwise
8021         been a secret.  (Further to bug#3717.)
8022         (Man-bgproc-sentinel): When "-k foo" produces no output show error
8023         "no matches" rather than "Can't find manpage", as the latter reads
8024         like -k was interpreted as a page name, which is not so.  (Bug#5431)
8026 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
8028         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8029         switches.  Check also for //SUBDIRED// line.
8031 2009-12-25  Kenichi Handa  <handa@m17n.org>
8033         * language/indian.el (devanagari-composable-pattern): Fixed to
8034         handle ZWNJ and ZWJ.  Use it in composition-function-table for
8035         Devanagari.
8036         (malayalam-composable-pattern): Fix previous change.
8038 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8040         * ps-print.el (ps-face-attributes): It was not returning the
8041         attribute face for faces specified as string.  Reported by harven
8042         <harven@free.fr>.  (Bug#5254)
8043         (ps-print-version): New version 7.3.5.
8045 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
8047         * calendar/icalendar.el (icalendar--convert-tz-offset):
8048         Fix timezone names.
8049         (icalendar--convert-tz-offset): Fix the "last-day-problem".
8050         (icalendar--add-diary-entry): Remove the trailing blank that
8051         diary-make-entry inserts.
8053 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
8055         Make `file-expand-wildcards' work for remote files.
8057         * files.el (file-expand-wildcards): In case of remote files, check
8058         only local file name part for wildcards.  Provide feature 'files
8059         and subfeature 'remote-wildcards.  (Bug#5198)
8061         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8062         if there is already an established connection.
8063         (tramp-advice-file-expand-wildcards): Remove it.
8065         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8066         (tramp-advice-file-expand-wildcards): Move from tramp.el.
8067         Activate advice for older GNU Emacs versions.  (Bug#5237)
8069 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
8071         Some doc fixes (more needed).
8073         * find-cmd.el (find-constituents): Reflow docstring.
8074         (find-cmd, find-prune, find-command): Fix typos in docstrings.
8075         (find-generic): Doc fix.
8077 2009-12-17  Juri Linkov  <juri@jurta.org>
8079         Fix regression from 23.1 to allow multiple modes in Local Variables.
8081         * files.el (hack-local-variables-filter): While ignoring duplicates,
8082         don't take `mode' into account.
8083         (hack-local-variables-filter, hack-dir-local-variables):
8084         Don't remove duplicate `mode' from local-variables-alist (like `eval').
8086 2009-12-17  Juri Linkov  <juri@jurta.org>
8088         Make `dired-diff' safer.  (Bug#5225)
8090         * dired-aux.el (dired-diff): Signal an error when `file' equals to
8091         `current' or when `file' is a directory of the `current' file.
8093 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
8095         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8096         unconditionally preloaded files.
8098 2009-12-16  Juri Linkov  <juri@jurta.org>
8100         Revert to old 23.1 logic of using the file at the mark as default.
8101         * dired-aux.el (dired-diff): Use the file at the mark as default
8102         if it's not the same as the current file, and the target dir is
8103         the current dir or the mark is active.  Add the current file
8104         as the arg of `dired-dwim-target-defaults'.  Use the default file
8105         in the prompt.  (Bug#5225)
8107 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
8109         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8110         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8111         (tramp-check-for-regexp): Check also, when an echoing shell stops
8112         to echo sent commands.
8114 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8116         * Makefile.in: Revert last change (Bug#5191).
8118 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
8120         * vc-hg.el (vc-hg-print-log): Fix argument order.
8121         (vc-hg-working-revision): Make sure the command is executed in a
8122         known environment so that we can parse the output.  (Bug#4417)
8124 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8126         * progmodes/python.el (python-symbol-completions): Remove text
8127         properties from symbol string before calling python-send-receive.
8129 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
8131         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8132         when there are values for both file and line.  (Bug#5060)
8134 2009-12-14  Juri Linkov  <juri@jurta.org>
8136         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8137         whitespace after the file name of the first line of unified format,
8138         because git-diff doesn't output whitespace and file modification time
8139         after the file name.
8141 2009-12-14  David Kastrup  <dak@gnu.org>
8143         * info.el (Info-hide-cookies-node): Before hiding a cookie,
8144         check if it already has the `display' property added by
8145         `Info-display-images-node', and not put the `invisible' property
8146         in this case.
8148 2009-12-13  Glenn Morris  <rgm@gnu.org>
8150         * mail/emacsbug.el (message-sort-headers): Define for compiler.
8151         (report-emacs-bug): In message-mode, sort manually before storing
8152         original report text.  (Bug#5178)
8153         Remove superfluous save-excursion.
8155 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
8157         * net/dbus.el (dbus-property-handler): Filter lambda forms out
8158         when responding to "GetAll" properties.
8160 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
8162         * simple.el (compose-mail): Remove mail-setup-with-from from
8163         customization checks.
8165 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
8167         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8168         RAR archives created on Unix systems.
8170 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8172         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8173         the varalias that was accidentally removed by the 2009-11-19 change
8174         (bug#5186).
8176 2009-12-12  Kenichi Handa  <handa@m17n.org>
8178         * language/indian.el (indian-compose-regexp): New function.
8179         (malayalam-composable-pattern): Fix the pattern.
8180         (composition-function-table): Set malayalam-composable-pattern for
8181         Malayalam characters.
8183 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
8185         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8186         rather than down-mouse-1, based on follow-link conventions.
8188         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8189         are compiled.
8191 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
8193         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8194         (verilog-vmm-statement-re, verilog-ovm-statement-re)
8195         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8196         (verilog-leap-to-head, verilog-backward-token):
8197         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
8199 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
8201         * progmodes/verilog-mode.el (verilog-auto-lineup)
8202         (verilog-nameable-item-re): Cleanup user-visible spelling and
8203         documentation errors.  One reported by Gary Delp.
8204         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8205         (verilog-read-decls): Fix AUTOWIRE with types declared in a
8206         package, bug195.  Reported by Pierre-David Pfister.
8208 2009-12-11  Glenn Morris  <rgm@gnu.org>
8210         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8212         * mail/emacsbug.el: No longer require sendmail.
8213         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
8214         (report-emacs-bug-orig-text): Doc fix.
8215         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8216         New local variables, to adapt to different mail-user-agents.
8217         (report-emacs-bug): Fix test for a gnu.org address.
8218         Use overlays for emphasis, since font-lock defeats 'face property.
8219         Pretest bugs also end up at the newsgroup these days.
8220         Stop message-mode stripping text properties.
8221         Set and use the new buffer-local variables.
8222         (report-emacs-bug-hook): Add doc-string.
8223         Remove some unnecessary save-excursions and simplify.
8224         Use the appropriate hook and send-command.
8226         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8227         capitalization of some menu entries.
8229 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8231         * whitespace.el (whitespace-display-char-on):
8232         Ensure `buffer-display-table' is unique when two or more windows are
8233         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8234         New version 12.1.
8236 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
8238         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8239         characters in the Attribute field.
8241 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
8243         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
8245 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8247         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8248         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8249         Disregard autoload-excludes.
8250         (update-directory-autoloads): Obey autoload-excludes here instead.
8251         But don't store its contents in no-autoloads and remove entries that
8252         refer to excludes files.
8254 2009-12-10  Glenn Morris  <rgm@gnu.org>
8256         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8257         (expand-mail-aliases): Define for compiler.
8259         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8260         Define for compiler.
8262         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8263         appropriate for the mail-user-agent in use.
8265 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
8267         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8269 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8271         Fix short log parsing and fontification.
8272         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8273         Fix fontification for the [merge] label.
8275 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
8277         Drop some properties to avoid surprises (bug#5002).
8278         * htmlfontify.el (hfy-ignored-properties): New defcustom.
8279         (hfy-fontify-buffer): Use it.
8281 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8283         Minor cleanup.
8284         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8285         Adjust all callers.
8286         (ffap-locate-file): Remove unused arg `dir-ok' and make other
8287         args compulsory.  Adjust callers.
8288         (ffap-gopher-at-point): Remove unused var `name'.
8290         Get rid of the ELCFILES abomination.
8291         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8292         (compile-elcfiles): New phony target.
8293         (compile-main): Compute ELCFILES dynamically.
8294         (compile-clean): New target to remove left-over elc files.
8295         (compile, all): Use it.
8297 2009-12-09  Kenichi Handa  <handa@etlken>
8299         * international/mule-diag.el: Require help-mode instead of help-fns.
8301 2009-12-09  Kenichi Handa  <handa@m17n.org>
8303         * international/mule-cmds.el (ucs-names): Supply sufficiently
8304         fine ranges instead of pre-calculating accurate ranges.
8305         Iterate with bigger gc-cons-threshold.
8307 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8309         Add support for stashing a snapshot of the current tree.
8310         * vc-git.el (vc-git-stash-snapshot): New function.
8311         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8313 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
8315         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8316         instead of `(beginning|end)-of-line'.
8318 2009-12-08  Glenn Morris  <rgm@gnu.org>
8320         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8322         * Makefile.in (ELCFILES): Regenerate.
8324 2009-12-07  Juri Linkov  <juri@jurta.org>
8326         Don't lazy-highlight the comint output in history Isearch mode.
8328         * comint.el (comint-history-isearch-search): Instead of
8329         `comint-line-beginning-position', use `comint-after-pmark-p'
8330         to check if point if before the process mark, and go to
8331         `process-mark' in this case.
8333 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8335         * textmodes/tex-mode.el (latex-complete)
8336         (latex-indent-or-complete): Remove.
8337         (latex-mode): Set completion-at-point-functions instead.
8339         Provide a standard completion command and hook it into TAB.
8340         * minibuffer.el (completion-at-point-functions): New var.
8341         (completion-at-point): New command.
8342         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8343         * progmodes/python.el (python-mode-map): Use completion-at-point.
8344         (python-completion-at-point): Rename from python-partial-symbol and
8345         adjust for use in completion-at-point-functions.
8346         (python-mode): Setup completion-at-point for Python completion.
8347         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8348         extracted from lisp-complete-symbol.
8349         (lisp-complete-symbol): Use it.
8350         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8351         setup completion-at-point for Elisp completion.
8352         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8353         Use completion-at-point.
8354         * ielm.el (ielm-map): Use completion-at-point.
8355         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8356         * progmodes/sym-comp.el: Move to...
8357         * obsolete/sym-comp.el: Move from progmodes.
8359 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
8361         Prevent save-buffer in Rmail buffers from using the coding-system
8362         of the current message, and from clobbering the encoding mnemonics
8363         in the mode line (Bug#4623).
8365         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8366         flag, too.
8367         (rmail-message-encoding): New variable.
8368         (rmail-write-region-annotate): Record the encoding of the current
8369         message in rmail-message-encoding.
8370         (rmail-after-save-hook): New function, restores the encoding of
8371         the current message after the message collection is saved.
8373 2009-12-07  Juri Linkov  <juri@jurta.org>
8375         * progmodes/grep.el (grep-read-files): Use `completing-read'
8376         instead of `read-string'.  Set its `collection' arg to
8377         `read-file-name-internal'.  (Bug#4301)
8379 2009-12-07  Juri Linkov  <juri@jurta.org>
8381         Correctly restore original Isearch point.  (Bug#4994)
8383         * isearch.el (isearch-mode): Move `isearch-push-state' after
8384         `(run-hooks 'isearch-mode-hook)'.
8385         (isearch-cancel): When `isearch-push-state-function' is defined,
8386         let-bind `isearch-cmds' to the first state (the last element of
8387         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8388         function and restores the original point).  Otherwise, move point
8389         to `isearch-opoint'.
8391 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8393         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8394         chars that don't have names, so the table can be built much faster at
8395         run-time.
8397 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
8399         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8400         change.  Suggested by David Kastrup.
8402         * simple.el (compose-mail): Check for incompatibilities and warn.
8403         (compose-mail-user-agent-warnings): New option.
8405 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8407         Support showing a single log entry from vc-annotate.
8408         * vc.el (print-log): Add a new argument: START-REVISION.
8409         (vc-print-log-internal): Add a new optional argument and
8410         pass it to the backend.
8411         (vc-print-log, vc-print-root-log): Adjust callers.
8412         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8413         buffer already displays the requested log entry, use it.
8414         Otherwise display only the log entry in question.
8415         * vc-svn.el (vc-svn-print-log):
8416         * vc-mtn.el (vc-mtn-print-log):
8417         * vc-hg.el (vc-hg-state):
8418         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8419         (vc-git-show-log-entry): Return t on success.
8420         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8421         (vc-bzr-show-log-entry): Return t on success.
8422         * vc-rcs.el (vc-rcs-print-log):
8423         * vc-sccs.el (vc-sccs-print-log):
8424         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8426 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8428         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8429         Add menus to the meta mode.  (Bug#5043)
8431 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8433         * ediff-init.el (ediff-event-key): Use event-to-character instead of
8434         event-key.
8436         * ediff.el (ediff-buffers-internal): Add unwind-protect.
8438 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
8440         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
8441         Berbain <raphael.berbain@gmail.com>.
8443         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
8444         characters.
8445         (tramp-initial-end-of-output): New defconst.
8446         (tramp-methods, tramp-find-shell)
8447         (tramp-open-connection-setup-interactive-shell)
8448         (tramp-maybe-open-connection): Use it.
8449         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8450         existence of `#' and `$'.
8452         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8453         `tramp-initial-end-of-output'.
8455 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8457         Get the background mode from the terminal for xterm, and set
8458         faces accordingly.
8459         * term/xterm.el (xterm-set-background-mode): New function.
8460         (terminal-init-xterm): Use it in case xterm supports background
8461         color queries.  Recompute faces after getting the background
8462         color.
8464 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
8466         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8467         number comment back on its own line, for easier parsing.
8469 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8471         Make it work for non-file buffers (bug#5102).
8472         * doc-view.el (doc-view-current-cache-dir):
8473         Use doc-view-buffer-file-name rather than buffer-file-name.
8474         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8476 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
8478         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8479         author field is too short.
8481 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
8483         * vc-git.el (vc-git-print-log): Handle a limit argument.
8484         Display the short log in graph form and with labels.
8485         (vc-git-log-view-mode): Handle labels.
8487         Make vc-revert change VC state from 'added to 'unregistered.
8488         * vc-git.el (vc-git-revert): Call git reset first.
8490 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8492         * net/newst-backend.el, net/newst-plainview.el:
8493         * net/newst-reader.el, net/newst-ticker.el:
8494         * net/newst-treeview.el, net/newsticker.el:
8495         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
8497 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8499         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8501         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8502         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
8503         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8504         Update annotation regexp.
8506         * simple.el (beginning-of-visual-line): Constrain to field
8507         boundaries (Bug#5106).
8509 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8511         * xml.el (xml-substitute-numeric-entities): Move
8512         newsticker--decode-numeric-entities in newst-backend.el to
8513         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8514         * net/newst-backend.el (newsticker--parse-generic-feed)
8515         (newsticker--parse-generic-items)
8516         (newsticker--decode-numeric-entities): Move
8517         newsticker--decode-numeric-entities in newst-backend.el to
8518         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8520 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
8522         * progmodes/js.el (js--js-not): Add null to the list of values.
8524 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8526         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8528 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8530         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8531         delimiter if it is at the end of the current line.
8532         (bibtex-generate-url-list): Fix docstring.
8534 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8536         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8537         minibuffer's content with itself.
8538         Fold the confirm-after-completion case into the `confirm' case.
8539         (completion-pcm-word-delimiters): Add : and / to the delimiters.
8541 2009-12-06  Kevin Ryde  <user42@zip.com.au>
8543         * ffap.el (ffap-rfc-path): Make this a defcustom since
8544         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
8546         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8547         manuals, similar to existing setup for help-mode.  (Bug#3913.)
8549 2009-12-05  Juri Linkov  <juri@jurta.org>
8551         Save and restore dired buffer's point positions too.  (Bug#4880)
8553         * dired.el (dired-save-positions): Return in the first element
8554         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8555         Doc fix.
8556         (dired-restore-positions): First restore buffer's position.
8557         While restoring window's positions, check if window still displays
8558         the original buffer.
8560 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
8562         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8563         if possible.
8565         * shell.el (shell): Require ansi-color (Bug#5113).
8567         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8569         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8571 2009-12-05  Alan Mackenzie  <acm@muc.de>
8573         * progmodes/cc-mode.el (c-before-hack-hook)
8574         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8575         `c-file-style' to work again.  This reversion restores the current
8576         software to its state in Emacs 23.1.  (Bug#4146)
8578 2009-12-05  Kevin Ryde  <user42@zip.com.au>
8580         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8581         comment-start-skip to comment-end-skip as comment (Bug#4781).
8583 2009-12-05  Juri Linkov  <juri@jurta.org>
8585         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8586         for virtual nodes.  (Bug#4147)
8587         (Info-find-node-2): Set `Info-current-node-virtual' to nil
8588         when moving from a virtual node.
8589         (Info-mode-menu): Add `Info-virtual-index' to the menu.
8590         (Info-mode): Add `Info-virtual-index' to the docstring.
8592 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8594         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8595         track of the buffer position of the end of a BibTeX entry as this
8596         position may change during reformatting.
8597         (bibtex-format-entry): Remove whitespace before processing
8598         numerical fields so that we recognize the latter properly.
8599         (bibtex-reformat): Do not use push which changes the global value
8600         of bibtex-entry-format.
8601         (bibtex-field-braces-alist, bibtex-field-strings-alist)
8602         (bibtex-field-re-init): Replace only space characters by regexp
8603         for whitespace.
8604         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8605         (bibtex-initialize): Also update bibtex-strings.
8606         (bibtex-kill-field): Preserve white space at end of entry.
8607         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8608         Update bibtex-reference-keys.
8610 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8612         * minibuffer.el (completion-pcm--merge-try): Also consider placing
8613         point after a star, if that's the only place where modifications can
8614         make progress.
8616 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
8618         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8619         in docstrings.
8621 2009-12-04  Juri Linkov  <juri@jurta.org>
8623         * proced.el (proced): Call `(proced-update t)' to update process
8624         information instead of only running proced-post-display-hook.
8625         (proced-send-signal): Add a leading space to the buffer name
8626         " *Marked Processes*" to make this buffer ephemeral.
8628 2009-12-04  Juri Linkov  <juri@jurta.org>
8630         * dired.el (dired-auto-revert-buffer): New defcustom.
8631         (dired-internal-noselect): Use it.
8633 2009-12-04  Juri Linkov  <juri@jurta.org>
8635         Change roles of modes and functions in image-mode.el (Bug#5062).
8637         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8638         in `auto-mode-alist'.
8639         (image-mode-previous-major-mode): New variable.
8640         (image-minor-mode-map): Rename from `image-mode-text-map'.
8641         (image-mode): Move graceful error-handling code from
8642         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
8643         (image-minor-mode): Remove all image-handling code.
8644         Replace `image-mode-text-map' with `image-minor-mode-map'.
8645         Check for `image-type' in mode-line format string.
8646         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8647         (image-mode-as-text): New function with most code from
8648         `image-mode-maybe'.
8649         (image-toggle-display-text): Move code that removes image
8650         properties from `image-toggle-display' to here.
8651         (image-toggle-display-image): New function with code that adds
8652         image properties copied from `image-toggle-display'.
8653         (image-toggle-display): Remove most code with leaving only code
8654         that toggles between `image-mode-as-text' and `image-mode'.
8656 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
8658         * net/newst-treeview.el
8659         (newsticker--treeview-list-highlight-start): Restored call to
8660         save-excursion: Selected item was stuck.
8661         (newsticker--treeview-list-select): New.
8662         (newsticker--treeview-item-show-text)
8663         (newsticker--treeview-item-show)
8664         (newsticker--treeview-item-update): Use new
8665         newsticker-treeview-item-mode.
8666         (newsticker-treeview-update): Keep current item.
8667         (newsticker-treeview-next-new-or-immortal-item): Doc change.
8668         (newsticker--treeview-first-feed): Doc change.
8669         (newsticker-treeview-list-menu)
8670         (newsticker-treeview-item-menu): Added menu entries.
8671         (newsticker-treeview-item-mode): New.
8673         * net/newst-backend.el (newsticker-customize): Delete other
8674         windows.
8676 2009-12-04  Sam Steingold  <sds@gnu.org>
8678         * log-view.el (log-view-mode-map): "q" calls quit-window,
8679         like in all the other non-self-insert buffers.
8681 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8683         Minor cleanup.
8684         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8685         key decoding rather than do it manually via last-input-event +
8686         ascii-character.
8687         (term-exec): Use delete-and-extract-region.
8688         (term-handle-ansi-terminal-messages): Remove unused var `end'.
8689         (term-process-pager): Remove unused var `i'.
8690         (term-dynamic-simple-complete): Make obsolete.
8691         (serial-update-config-menu): Remove unused vars `y' and `str'.
8692         (term-update-mode-line): Remove unused var `temp'.
8694 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8696         Limit the number of log entries displayed by default.
8697         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8698         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8699         using a prefix argument.
8701 2009-12-03  Glenn Morris  <rgm@gnu.org>
8703         * progmodes/idlwave.el (class): Restore still useful declaration.
8705 2009-12-03  Alan Mackenzie  <acm@muc.de>
8707         Enhance `c-parse-state' to run efficiently in "brace deserts".
8709         * progmodes/cc-mode.el (c-basic-common-init):
8710         Call c-state-cache-init.
8711         (c-neutralize-syntax-in-and-mark-CPP): Rename from
8712         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
8713         placing `category' properties value 'c-cpp-delimiter at its boundaries.
8715         * progmodes/cc-langs.el (c-before-font-lock-function):
8716         c-extend-and-neutralize-syntax-in-CPP has been renamed
8717         c-neutralize-syntax-in-and-mark-CPP.
8719         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8720         with `category' properties now, not `syntax-table' ones.
8722         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8723         enhanced (but slower) version of c-end-of-macro that won't land
8724         inside a literal or on another awkward character.
8725         (c-state-cache-too-far, c-state-cache-start)
8726         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8727         (c-state-nonlit-pos-cache-limit, c-state-point-min)
8728         (c-state-point-min-lit-type, c-state-point-min-lit-start)
8729         (c-state-min-scan-pos, c-state-brace-pair-desert)
8730         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8731         buffer local variables.
8732         (c-state-literal-at, c-state-lit-beg)
8733         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8734         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8735         (c-state-cache-top-paren, c-state-cache-after-top-paren)
8736         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8737         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8738         (c-renarrow-state-cache)
8739         (c-append-lower-brace-pair-to-state-cache)
8740         (c-state-push-any-brace-pair, c-append-to-state-cache)
8741         (c-remove-stale-state-cache)
8742         (c-remove-stale-state-cache-backwards, c-state-cache-init)
8743         (c-invalidate-state-cache-1, c-parse-state-1)
8744         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8745         (c-parse-state): Enhance and refactor.
8746         (c-debug-parse-state): Amend to deal with all the new variables.
8748         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8749         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8750         modify to use category text properties rather than syntax-table ones.
8751         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8752         to switch off/on the syntactic paren property of C++ template
8753         delimiters using the category property.
8754         (c-with-<->-as-parens-suppressed): Macro to invoke code with
8755         template delims suppressed.
8756         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8757         New constant/macros which apply category properties to the start
8758         and end of preprocessor constructs.
8759         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8760         "comment out" the syntactic value of characters in preprocessor
8761         constructs.
8762         (c-with-cpps-commented-out)
8763         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8764         with characters in all or all but one preprocessor constructs
8765         "commented out".
8767 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8769         * proced.el (proced-filter-alist): Use regexp-quote.
8771 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
8773         Cleanup.
8774         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8775         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
8776         arguments.  Expand `default-directory'.
8778         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8779         the benefit of returning an expanded localname.
8780         (tramp-tramp-file-p): Handle the case NAME is not a string.
8782 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8784         Add support for bzr shelve/unshelve.
8785         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8786         (vc-bzr-extra-menu-map): New variables.
8787         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8788         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8789         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8790         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8791         (vc-bzr-dir-extra-headers): Display shelves.
8793         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8795 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8797         * textmodes/bibtex.el (bibtex-complete-internal):
8798         Use completion-in-region.
8799         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8801 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8803         Support applying stashes.  Improve UI.
8804         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8805         (vc-git-stash-apply, vc-git-stash-pop)
8806         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8807         (vc-git-stash-menu): New functions.
8808         (vc-git-stash-menu-map): New variable.
8809         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8811 2009-12-03  Glenn Morris  <rgm@gnu.org>
8813         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8814         (vc-print-log-internal): Fix previous change.
8815         (vc-revert): Correct pluralization.
8817 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8819         * progmodes/make-mode.el (makefile-special-targets-list): No need for
8820         it to be an alist any more.
8821         (makefile-complete): Use completion-in-region.
8823         * progmodes/octave-mod.el (octave-complete-symbol):
8824         Use completion-in-region.
8826         Misc cleanup.
8827         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8828         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8829         (idlwave-complete-class): Don't quote lambda.
8830         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8831         (idlwave-mode-map): Move initialization into declaration.
8832         (idlwave-action-and-binding): Use backquotes.
8833         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8834         Simplify.
8835         (idlwave-is-pointer-dereference): Remove unused var `pos'.
8836         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8837         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8838         `parts', and `all-parts'.
8839         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8840         (idlwave-convert-xml-system-routine-info): Remove unused string
8841         `version-string'.
8842         (idlwave-display-user-catalog-widget): Use dolist.
8843         (idlwave-scanning-lib): Declare dynamically-scoped var.
8844         (idlwave-scan-library-catalogs): Remove unused var `flags'.
8845         (completion-highlight-first-word-only): Declare to silence bytecomp.
8846         (idlwave-popup-select): Tighten scope of `resp'.
8847         (idlwave-find-struct-tag): Remove unused var `beg'.
8848         (idlwave-after-load-rinfo-hook): Declare.
8849         (idlwave-sintern-class-info): Remove unused var `taglist'.
8850         (idlwave-find-class-definition): Remove unused var `list'.
8851         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8852         (idlwave-what-module-find-class): Remove unused var `classes'.
8854 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
8856         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8858 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8860         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8861         buffers visited.  Remove redundant current-buffer-saving.
8863 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         Use completion-in-buffer and remove uses of dynamic scoping.
8866         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8867         (pascal-buffer-to-use, pascal-flag): Don't declare.
8868         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8869         (pascal-get-completion-decl, pascal-keyword-completion):
8870         Add `pascal-str' argument, save-excursion,
8871         return the found completions, and don't filter with pascal-pred.
8872         (pascal-completion-cache): New var.
8873         (pascal-completion): Don't switch buffer any more (it was never
8874         necessary).  Don't save-excursion any more (it's done by the called
8875         subroutines).  Use a cache to avoid redundant computations.
8876         Use complete-with-action rather than pascal-completion-response and
8877         let it apply the predicate as well.
8878         (pascal-complete-word): Use completion-in-buffer when
8879         pascal-toggle-completions is nil.
8880         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8881         not used any more.
8882         (pascal-comp-defun): Don't change buffer any more.
8883         Use complete-with-action rather than pascal-completion-response and
8884         let it apply the predicate as well.
8885         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8886         when neded.
8888 2009-12-02  Kenichi Handa  <handa@m17n.org>
8890         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8891         shape for all Indic scripts.
8893 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8895         Use completion-in-buffer.
8896         * wid-edit.el (widget-field-text-end): New function.
8897         (widget-field-value-get): Use it.
8898         (widget-string-complete, widget-file-complete)
8899         (widget-color-complete): Use it and completion-in-region.
8900         (widget-complete): Don't narrow the buffer.
8902 2009-12-02  Glenn Morris  <rgm@gnu.org>
8904         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
8905         (rmail-select-summary): Use rmail-pop-to-buffer.
8906         * mail/rmailsum.el: Replace all pop-to-buffer calls with
8907         rmail-pop-to-buffer, to prevent horizontal splits.
8909         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8910         save-excursion with save-current-buffer.
8911         Widen before searching.  (Bug#5093)
8912         (diary-list-sexp-entries): Remove superfluous save-excursion.
8914 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
8916         * woman.el (woman-make-bufname): Handle man-pages with "." in the
8917         name.  (Bug#5038)
8919 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8921         * ido.el (ido-file-internal): Handle filenames at point that do
8922         not have a directory part.  (Bug#5049)
8924 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
8926         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8927         (mpc-songs-jump-to, mpc-resume): Doc fixes.
8929 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
8931         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8932         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8933         any more.
8935 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8937         * comint.el (comint-insert-input): Ignore clicks to the right of
8938         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8940         * vc.el (vc-print-log-internal): Don't wait for the process to
8941         terminate before setting up the major mode.
8943         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8944         in case.
8946         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8947         the last element.
8949         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8951 2009-12-01  Glenn Morris  <rgm@gnu.org>
8953         * window.el (window--display-buffer-2): Fix previous changes.
8955 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
8957         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8959 2009-12-01  Glenn Morris  <rgm@gnu.org>
8961         * Makefile.in (ELCFILES): Add mpc.elc.
8963 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8965         * mpc.el: New file.
8967 2009-12-01  Glenn Morris  <rgm@gnu.org>
8969         * window.el (window-to-use): Define for compiler.
8971         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8972         consistent with others (no final period).
8974         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
8975         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
8977 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
8979         Make vc-print-log buttons work.
8980         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
8982 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
8984         * savehist.el (savehist-autosave-interval): Allow setting to nil
8985         through customize.  (Bug#5056)
8987 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
8989         Fix references to jit-lock properties.
8990         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8991         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
8992         (perl-font-lock-special-syntactic-constructs):
8993         Quote jit-lock-defer-multiline property.
8995 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8997         * vc-git.el (vc-git-registered): Call vc-git-root only once.
8999 2009-11-30  Juri Linkov  <juri@jurta.org>
9001         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9002         value `buffer' of `multi-isearch-next-buffer-current-function'.
9003         Use `(current-buffer)' when `buffer' is nil.
9004         (multi-isearch-next-buffer-from-list): Don't fallback to
9005         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
9007 2009-11-30  Juri Linkov  <juri@jurta.org>
9009         * misearch.el (multi-isearch-read-buffers): Move canonicalization
9010         of buffers with `get-buffer' to `multi-isearch-buffers'.
9011         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9012         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
9013         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9014         FILES with `expand-file-name' converting relative file names
9015         to absolute.  Doc fix.  (Bug#4727)
9017 2009-11-30  Juri Linkov  <juri@jurta.org>
9019         * misearch.el (multi-isearch-read-buffers)
9020         (multi-isearch-read-matching-buffers): New functions.
9021         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9022         Use them in the `interactive' spec.  Doc fix.
9023         (multi-isearch-read-files, multi-isearch-read-matching-files):
9024         New functions.
9025         (multi-isearch-files, multi-isearch-files-regexp):
9026         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
9028 2009-11-30  Juri Linkov  <juri@jurta.org>
9030         * doc-view.el (doc-view-continuous):
9031         Rename from `doc-view-continuous-mode'.
9032         (doc-view-menu): Move "Toggle display" to the top.
9033         Add submenu "Continuous" with radio buttons "Off"/"On"
9034         and "Save as Default".
9035         (doc-view-scroll-up-or-next-page)
9036         (doc-view-scroll-down-or-previous-page)
9037         (doc-view-next-line-or-next-page)
9038         (doc-view-previous-line-or-previous-page): Rename
9039         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
9041 2009-11-30  Juri Linkov  <juri@jurta.org>
9043         * comint.el (comint-mode-map): Rebind `M-r' from
9044         `comint-previous-matching-input' to
9045         `comint-history-isearch-backward-regexp'.
9046         Unbind `M-s' to allow global key binding `M-s'.
9047         Add menu items for `comint-history-isearch-backward' and
9048         `comint-history-isearch-backward-regexp'.  (Bug#3746)
9050 2009-11-30  Juri Linkov  <juri@jurta.org>
9052         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9053         For def=recenter, replace `recenter' with `recenter-top-bottom'
9054         that is called with `this-command' and `last-command' let-bound
9055         to `recenter-top-bottom'.  When the last `def' was not `recenter',
9056         set `recenter-last-op' to nil.  (Bug#4981)
9058 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9060         Minor cleanup and simplification.
9061         * filecache.el (file-cache-add-directory)
9062         (file-cache-add-directory-recursively)
9063         (file-cache-add-from-file-cache-buffer)
9064         (file-cache-delete-file-regexp, file-cache-delete-directory)
9065         (file-cache-files-matching-internal, file-cache-display): Use dolist.
9066         (file-cache-temp-minibuffer-message): Delete function.
9067         (file-cache-minibuffer-complete): Use minibuffer-message instead.
9069         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9070         Don't signal an error when bumping into EOB in tr, s, or y.
9072 2009-11-29  Juri Linkov  <juri@jurta.org>
9074         * startup.el (fancy-about-text): Fix wording of Guided Tour.
9075         (Bug#4960)
9077         * descr-text.el (describe-char-unidata-list): Use lowercase name
9078         for "Unicode name" like in other tags.
9080 2009-11-29  Juri Linkov  <juri@jurta.org>
9082         * ediff-util.el (ediff-minibuffer-with-setup-hook):
9083         New compatibility macro.
9084         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9086 2009-11-29  Juri Linkov  <juri@jurta.org>
9088         Add defcustom to define the cycling order of `recenter-top-bottom'.
9089         (Bug#4981)
9091         * window.el (recenter-last-op): Doc fix.
9092         (recenter-positions): New defcustom.
9093         (recenter-top-bottom): Rewrite to use `recenter-positions'.
9094         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9096 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
9098         Improve integration of Tramp and ange-ftp in eshell.
9100         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9101         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
9102         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
9104         * eshell/esh-util.el (top): Require also Tramp when compiling.
9105         (eshell-directory-files-and-attributes): Check for FTP remote
9106         connection.
9107         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9108         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9109         (eshell-file-attributes): Handle ".".  Return `entry'.
9111         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9112         (ange-ftp-directory-files-and-attributes)
9113         (ange-ftp-real-directory-files-and-attributes): New defuns.
9115         * net/tramp.el (tramp-maybe-open-connection): Open the remote
9116         shell with "exec" when possible.  This prevents trailing prompts
9117         in `start-file-process'.
9119 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9121         Try and remove assumptions about point-min==1.
9122         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9123         (rng-compute-mode-line-string): Show the validation percentage in
9124         terms of the narrowed text, not the widened text.
9125         (rng-do-some-validation): Don't catch internal errors when debugging.
9126         (rng-first-error): Simplify.
9127         (rng-after-change-function): Remove work around.  AFAIK the bug has
9128         been fixed a while ago.
9130         * image-mode.el (image-minor-mode): Exit more gracefully when the image
9131         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9133         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9135         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9136         `cd' doesn't always do it for us (bug#5067).
9138         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9139         on 2009-10-25 as part of some other change (bug#5067).
9141 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9143         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9144         `suspicious'.
9145         (byte-compile-warnings): Use byte-compile-warning-types.
9146         (byte-compile-save-excursion): Warn about use of set-buffer right
9147         after save-excursion.
9149         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9150         the excursion as well.
9152 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
9154         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9155         providing a Tramp related implementation of "su" and "sudo".
9156         (eshell-unix-initialize): Add "su" and "sudo".
9158 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
9160         * net/socks.el (socks-send-command): Convert binary request to
9161         unibyte before sending.  This fixes mishandling of some port
9162         numbers such as 129.
9164 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9166         * help.el (describe-bindings-internal): Remove `interactive'.
9168         * man.el (Man-completion-table): Trim a terminating "(".
9169         Remove the space between name page a section.
9170         Add the command's description on the `help-echo' property.
9171         Remove `process-connection-type' binding since it's unused by
9172         call-process.
9173         Provide completion for the "<section> <name>" format as well.
9174         (Man-default-man-entry): Remove spurious var shadowing the argument.
9176 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9178         * log-view.el: Add "Keywords: tools", since its other keywords
9179         aren't in finder-known-keywords, and following vc.el.
9181         * sha1.el (sha1-string-external): default-directory "/" in case
9182         otherwise non-existent.  process-connection-type pipe for touch of
9183         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9185 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9187         Misc coding convention cleanups.
9188         * htmlfontify.el (hfy-init-kludge-hook): Rename from
9189         hfy-init-kludge-hooks.
9190         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9191         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9192         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9193         and push.
9194         (hfy-slant, hfy-weight): Use tables rather than code.
9195         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9196         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9197         (hfy-face-attr-for-class): Initialize `face-spec' directly.
9198         (hfy-face-to-css): Remove `nconc' with single arg.
9199         (hfy-p-to-face-lennart): Use `or'.
9200         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
9201         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9202         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9203         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9204         (hfy-force-fontification): Use run-hooks.
9206 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
9208         Various minor fixes.
9209         * htmlfontify.el (hfy-default-header): Add toggle_invis since
9210         Javascript belongs in the header, not the body.
9211         (hfy-javascript): Remove.
9212         (hfy-fontify-buffer): Don't insert it any more.
9213         (hfy-face-at): Handle (face0 face1 face2) style face properties.
9214         Fix bug in invis handling when there were no invis props in a chunk.
9216 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9218         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9220 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
9222         * finder.el (finder-mode-map): Add a menu.
9224 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
9226         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9227         "unsigned" structs.
9229         (verilog-leap-to-head, verilog-backward-token): Handle "disable
9230         fork" statement better.
9232 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
9234         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9235         (verilog-delete-auto, verilog-delete-empty-auto-pair)
9236         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9237         Reported by Clay Douglass.
9239         (verilog-auto-inst, verilog-auto-star-safe)
9240         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9241         Fix removing "// Interfaces" when saving .* expansions.  Reported by
9242         Pierre-David Pfister.
9244 2009-11-26  Glenn Morris  <rgm@gnu.org>
9246         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9247         the scope.
9249 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
9251         * vc-annotate.el (vc-annotate-revision-previous-to-line):
9252         Really use previous revision.
9254 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9256         * man.el (Man-completion-table): default-directory "/" in case
9257         doesn't otherwise exist.  process-environment COLUMNS=999 so as
9258         not to truncate long names.  process-connection-type pipe to avoid
9259         any chance of hitting the pseudo-tty TIOCGWINSZ.
9260         (man): completion-ignore-case t for friendliness and since man
9261         itself is case-insensitive on the command line.
9262         Further to Bug#3717.
9264         * arc-mode.el: Add "Keywords: files", so the details in its
9265         commentary can be reached from finder-by-keyword.
9266         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
9267         editing mode, but it's comms related and sgml-mode.el has "comm"
9268         on that basis too.
9269         * textmodes/bibtex-style.el: Add "Keywords: tex".
9270         * international/isearch-x.el, international/ja-dic-cnv.el:
9271         * international/ja-dic-utl.el, international/kkc.el:
9272         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9274 2009-11-25  Juri Linkov  <juri@jurta.org>
9276         * man.el (Man-completion-table): Modify regexp to include
9277         section names to completion strings.  (Bug#3717)
9279 2009-11-25  Juri Linkov  <juri@jurta.org>
9281         Search recursively in gzipped files.  (Bug#4982)
9283         * progmodes/grep.el (grep-highlight-matches): Add new options
9284         `always' and `auto'.  Doc fix.
9285         (grep-process-setup): Check `grep-highlight-matches' for
9286         `auto-detect' to determine the need to compute grep defaults.
9287         Move Windows/DOS specific --colors settings handling
9288         to `grep-compute-defaults'.  Check `grep-highlight-matches'
9289         to get the value of "--color=".
9290         (grep-compute-defaults): Compute `grep-highlight-matches' when it
9291         has the value `auto-detect'.  Move Windows/DOS specific settings
9292         from `grep-process-setup'.
9293         (zrgrep): New command with alias `rzgrep'.
9295 2009-11-25  Juri Linkov  <juri@jurta.org>
9297         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9298         to nil instead of switching off view-mode.  (Bug#4896)
9300 2009-11-25  Juri Linkov  <juri@jurta.org>
9302         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
9304         * mwheel.el (mwheel-scroll-up-function)
9305         (mwheel-scroll-down-function): New defvars.
9306         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9307         `scroll-up', and `mwheel-scroll-down-function' instead of
9308         `scroll-down'.
9310         * doc-view.el (doc-view-scroll-up-or-next-page)
9311         (doc-view-scroll-down-or-previous-page): Add optional ARG.
9312         Use this ARG in the call to image-scroll-up/image-scroll-down.
9313         Change `interactive' spec to "P".  Goto next/previous page only
9314         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9315         SPC/DEL case).  Doc fix.
9316         (doc-view-next-line-or-next-page)
9317         (doc-view-previous-line-or-previous-page): Rename arg to ARG
9318         for consistency.
9319         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9320         `doc-view-scroll-up-or-next-page', and buffer-local
9321         `mwheel-scroll-down-function' to
9322         `doc-view-scroll-down-or-previous-page'.
9324 2009-11-25  Juri Linkov  <juri@jurta.org>
9326         Provide additional default values (directories at other Dired
9327         windows) via M-n in the minibuffer of some Dired commands.
9329         * dired-aux.el (dired-diff, dired-compare-directories)
9330         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9331         `minibuffer-default' in `minibuffer-with-setup-hook'.
9332         (dired-dwim-target-directory): Find a window that displays Dired
9333         buffer instead of failing when the next window is not Dired.
9334         Use `get-window-with-predicate' to find for the next Dired window.
9335         (dired-dwim-target-defaults): New function.
9337         * ediff-util.el (ediff-read-file-name):
9338         Use `dired-dwim-target-defaults' to set `minibuffer-default'
9339         in `minibuffer-with-setup-hook'.
9341 2009-11-25  Juri Linkov  <juri@jurta.org>
9343         Provide additional default values (file name at point or at the
9344         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
9346         * minibuffer.el (read-file-name-defaults): New function.
9347         (read-file-name): Reset `minibuffer-default' to nil when
9348         it duplicates initial input `insdef'.
9349         Bind `minibuffer-default-add-function' to lambda that
9350         calls `read-file-name-defaults' in `minibuffer-selected-window'.
9351         (minibuffer-insert-file-name-at-point): New command.
9353         * files.el (file-name-at-point-functions): New defcustom.
9354         (find-file-default): Remove defvar.
9355         (find-file-read-args): Don't use `find-file-default'.
9356         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9357         to `read-file-name'.
9358         (find-file-literally): Use `read-file-name' with
9359         `confirm-nonexistent-file-or-buffer'.
9361         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9363         * dired.el (dired-read-dir-and-switches):
9364         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9365         to `read-file-name'.
9366         (dired-file-name-at-point): New function.
9367         (dired-mode): Add hook `dired-file-name-at-point' to
9368         `file-name-at-point-functions'.
9370 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9372         Really make the *Completions* window soft-dedicated (bug#5030).
9373         * window.el (window--display-buffer-2): Add `dedicated' argument.
9374         (display-buffer): Pass it when needed so the dedicated flag is set
9375         after calling set-window-buffer, which would otherwise reset it.
9377 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9379         * progmodes/meta-mode.el (meta-complete-symbol):
9380         * progmodes/etags.el (complete-tag):
9381         * mail/mailabbrev.el (mail-abbrev-complete-alias):
9382         Use completion-in-region.
9384         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9385         (dabbrev-completion): Use completion-in-region.
9386         (dabbrev--abbrev-at-point): Simplify regexp.
9388         * abbrev.el (abbrev--before-point): Use word-motion functions
9389         if :regexp is not specified (bug#5031).
9391         * subr.el (string-prefix-p): New function.
9393         * man.el (Man-completion-cache): New var.
9394         (Man-completion-table): Use it.
9396         * vc.el (vc-print-log-internal): Make `limit' optional for better
9397         compatibility (e.g. with vc-annotate.el).
9399 2009-11-24  Kevin Ryde  <user42@zip.com.au>
9401         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9402         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
9404         * emacs-lisp/elint.el (elint-add-required-env): Better error message
9405         when .el source file not found or other error.
9407 2009-11-24  Markus Triska  <markus.triska@gmx.at>
9409         * linum.el (linum-update-window): Ignore intangible (bug#4996).
9411 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9413         Handle the [back] button properly (bug#4979).
9414         * descr-text.el (describe-text-properties): Add a `buffer' argument.
9415         Use help-setup-xref, help-buffer, and with-help-window.
9416         (describe-char): Add `buffer' argument.
9417         Pass proper command to help-setup-xref.  Don't meddle with
9418         help-xref-stack-item directly.
9419         (describe-text-category): Use with-help-window and help-buffer.
9421         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9422         for the displayed buffer (bug#4887).
9424         * man.el (Man-completion-table): New function.
9425         (man): Use it.
9427 2009-11-24  David Reitter  <david.reitter@gmail.com>
9429         * vc-git.el (vc-git-registered): Use checkout directory (where
9430         .git is) rather than the file's directory and a relative path spec
9431         to work around a bug in git.
9433 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
9435         Improve handling of processes on remote hosts.
9437         * eshell/esh-util.el (eshell-path-env): New defvar.
9438         (eshell-parse-colon-path): New defun.
9439         (eshell-file-attributes): Use `eshell-parse-colon-path'.
9441         * eshell/esh-ext.el (eshell-search-path):
9442         Use `eshell-parse-colon-path'.
9443         (eshell-remote-command): Remove argument HANDLER.
9444         (eshell-external-command): Check for FTP remote connection.
9446         * eshell/esh-proc.el (eshell-gather-process-output):
9447         Use `file-truename', in order to start also symlinked files.
9448         Apply `start-file-process' instead of `start-process'.
9449         Shorten `command' to the local file name part.
9451         * eshell/em-cmpl.el (eshell-complete-commands-list):
9452         Use `eshell-parse-colon-path'.
9454         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9456         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
9457         to `eshell-directory-change-hook'.
9459 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
9461         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9462         because it could be enabled automatically if view-read-only is non-nil.
9464 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
9466         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9467         made on 2009-11-22.
9469 2009-11-24  Glenn Morris  <rgm@gnu.org>
9471         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9472         deleted variable bookmark-bmenu-bookmark-column.
9474 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9476         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9478 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9480         * net/browse-url.el (browse-url-filename-alist): On Windows, add
9481         two slashes to the "file:" prefix.
9482         (browse-url-file-url): De-munge Cygwin filenames before passing
9483         them to Windows browser.
9484         (browse-url-default-windows-browser): Use call-process.
9486 2009-11-23  Juri Linkov  <juri@jurta.org>
9488         Implement DocView Continuous mode.  (Bug#4896)
9489         * doc-view.el (doc-view-continuous-mode): New defcustom.
9490         (doc-view-mode-map): Bind C-n/<down> to
9491         `doc-view-next-line-or-next-page', C-p/<up> to
9492         `doc-view-previous-line-or-previous-page'.
9493         (doc-view-next-line-or-next-page)
9494         (doc-view-previous-line-or-previous-page): New commands.
9496 2009-11-23  Juri Linkov  <juri@jurta.org>
9498         Implement Isearch in comint input history.  (Bug#3746)
9499         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9500         `isearch-mode-hook'.
9501         (comint-history-isearch): New defcustom.
9502         (comint-history-isearch-backward)
9503         (comint-history-isearch-backward-regexp): New commands.
9504         (comint-history-isearch-message-overlay): New buffer-local variable.
9505         (comint-history-isearch-setup, comint-history-isearch-end)
9506         (comint-goto-input, comint-history-isearch-search)
9507         (comint-history-isearch-message, comint-history-isearch-wrap)
9508         (comint-history-isearch-push-state)
9509         (comint-history-isearch-pop-state): New functions.
9511 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
9513         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9514         return.
9515         (tramp-handle-make-symbolic-link)
9516         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9517         Quote file names.
9518         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9519         (tramp-handle-process-file): Use it.
9521 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9523         * window.el (move-to-window-line-last-op): Remove.
9524         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9526 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9528         Make M-r mirror the new cycling behavior of C-l.
9529         * window.el (move-to-window-line-last-op): New var.
9530         (move-to-window-line-top-bottom): New command.
9531         (global-map): Bind M-r move-to-window-line-top-bottom.
9533 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
9535         * dired-x.el (dired-guess-shell-alist-default):
9536         Support xz format.  (Bug#4953)
9538 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
9540         * emulation/viper-cmd.el: Use viper-last-command-char instead of
9541         last-command-char/last-command-event.
9542         (viper-prefix-arg-value): Do correct conversion of event-char for
9543         XEmacs.
9545         * emulation/viper-util.el, emulation/viper.el:
9546         Use viper-last-command-char instead of
9547         last-command-char/last-command-event.
9549         * ediff-init.el, ediff-mult.el, ediff-util.el:
9550         Replace last-command-char and last-command-event
9551         with (ediff-last-command-char) everywhere.
9553         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9554         created in fundamental mode.
9556         * ediff.el (ediff-version): Revert the change of interactive-p to
9557         called-interactively-p.
9559 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
9561         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9562         generation from word-movement command names.
9564 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
9566         * cus-start.el (all): Add native condition for font-use-system-font.
9568 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
9570         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9571         Correct the patch from 2009-11-18.  (Bug#3910)
9573 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
9575         * progmodes/subword.el: Rename from lisp/subword.el.
9577         * subword.el: Rename to progmodes/subword.el.
9579         * Makefile.in (ELCFILES): Adapt to subword.el move.
9581 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9582             Stefan Monnier  <monnier@iro.umontreal.ca>
9584         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9585         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9586         (bookmark-bmenu-show-filenames): Use push.
9587         (bookmark-bmenu-hide-filenames): Use local var instead of
9588         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
9589         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9590         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9591         filenames now that the bookmark names are always available.
9593 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9595         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9596         (bookmark-search-pattern): Move and leave unbound.
9597         (bookmark-bmenu-mode-map): Change binding.
9598         (bookmark-read-search-input): Simplify.
9599         Don't use text-char-description.  Don't error on non-char events.
9600         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9601         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9602         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9603         Use a local var for the timer.
9604         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9605         (i.e. bookmark-bmenu-search).
9607 2009-11-21  Glenn Morris  <rgm@gnu.org>
9609         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
9611 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9613         * net/browse-url.el (browse-url-default-windows-browser):
9614         Use cygstart for cygwin.
9616 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
9618         * bookmark.el: Formatting and doc fixes only:
9619         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9620         (bookmark-bmenu-search): Wrap to fit within 80 columns.
9621         Minor grammar and punctuation fixes in doc string.
9622         (bookmark-read-search-input): Adjust to fit within 80 columns.
9624 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9626         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9627         (c-backward-into-nomenclature): Adapt to subword renaming.
9629         * subword.el (subword-forward, subword-backward, subword-mark)
9630         (subword-kill, subword-backward-kill, subword-transpose)
9631         (subword-downcase, subword-upcase, subword-capitalize)
9632         (subword-forward-internal, subword-backward-internal):
9633         Rename from forward-subword, backward-subword, mark-subword,
9634         kill-subword, backward-kill-subword, transpose-subwords,
9635         downcase-subword, upcase-subword, capitalize-subword,
9636         forward-subword-internal, backward-subword-internal.
9638 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9640         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9641         New options.
9642         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9643         New vars.
9644         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9645         (bookmark-bmenu-filter-alist-by-regexp)
9646         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9647         (bookmark-bmenu-search): New command.
9648         (bookmark-bmenu-mode-map): Bind it.
9650 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9652         * progmodes/cc-cmds.el: declare-functioned forward-subword and
9653         backward-subword to quit the byte-compiler.
9655         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9657         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9659         * progmodes/cc-cmds.el (c-update-modeline)
9660         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9661         Refer to subword.el functions instead of cc-subword.el.
9663         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9664         subword.el functions instead of cc-subword.el.
9666         * progmodes/cc-subword.el: Rename to subword.el.
9667         * subword.el: Rename from progmodes/cc-subword.el.
9668         (subword-mode-map): Rename from c-subword-mode-map.
9669         (subword-mode): Rename from c-subword-mode.
9670         (global-subword-mode): New global minor mode.
9671         (forward-subword): Rename from c-forward-subword.
9672         (backward-subword): Rename from c-backward-subword.
9673         (mark-subword): Rename from c-mark-subword.
9674         (kill-subword): Rename from c-kill-subword.
9675         (backward-kill-subword): Rename from c-backward-kill-subword.
9676         (transpose-subwords): Rename from c-tranpose-subword.
9677         (downcase-subword): Rename from c-downcase-subword.
9678         (capitalize-subword): Rename from c-capitalize-subword.
9679         (forward-subword-internal): Rename from c-forward-subword-internal.
9680         (backward-subword-internal): Rename from c-backward-subword-internal.
9682 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9684         * vc.el (vc-deduce-fileset): Allow non-state changing operations
9685         from a dired buffer.
9686         (vc-dired-deduce-fileset): New function.
9687         (vc-root-diff, vc-print-root-log): Use it.
9689         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9690         nil LIMIT argument to vc-print-log-internal.
9692 2009-11-20  Glenn Morris  <rgm@gnu.org>
9694         * Makefile.in (ELCFILES): Regenerate.
9696 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
9698         * calc/calc.el (calc-set-mode-line):
9699         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9700         (math-format-number): Rename `math-format-complement-signed' to
9701         `math-format-twos-complement'.
9703         * calc/calc-bin.el (math-format-twos-complement): Rename from
9704         math-format-complement-signed.
9705         (calc-radix): Rename `calc-complement-signed-mode' to
9706         `calc-twos-complement-mode'.
9707         (calc-octal-radix, calc-hex-radix): Add an argument for
9708         two's complement.
9710         * calc/calc-embed.el (calc-embedded-mode-vars):
9711         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9713         * calc/calc-ext.el (calc-init-extensions):
9714         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9715         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9717         * calc/calc-units.el (math-build-units-table-buffer):
9718         Let `calc-twos-complement-mode' be nil.
9720         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9721         entries.
9723         * calc/calc-vec.el (calcFunc-vunpack):
9724         * calc/calc-aent.el (calc-do-calc-eval):
9725         * calc/calc-forms.el (math-format-date):
9726         * calc/calc-graph.el (calc-graph-plot):
9727         * calc/calc-math.el (math-use-emacs-fn):
9728         * calc/calccomp.el (math-compose-expr):
9729         Let `calc-twos-complement-mode' be nil.
9731 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9733         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9734         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
9735         * minibuffer.el (completion-in-region-functions): New hook.
9736         (completion-in-region): New function.
9737         * emacs-lisp/lisp.el (lisp-complete-symbol):
9738         * pcomplete.el (pcomplete-std-complete): Use it.
9740 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9742         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9743         (latex-complete-alist): New vars.
9744         (latex-string-prefix-p, latex-complete-bibtex-keys)
9745         (latex-complete-envnames, latex-complete-refkeys)
9746         (latex-complete-data): New functions.
9747         (latex-complete, latex-indent-or-complete): New commands.
9749         * window.el (display-buffer-mark-dedicated): New var.
9750         (display-buffer): Obey it.
9751         * minibuffer.el (minibuffer-completion-help): Use it.
9753         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9755         * filecache.el (file-cache-add-file): Use push and cons.
9756         (file-cache-delete-file-regexp): Use push.
9757         (file-cache-complete): Use completion-in-region.
9759         * simple.el (with-wrapper-hook): Fix thinko.
9761         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9762         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9763         Use with-current-buffer and string-to-number.
9764         (hfy-fallback-colour-values): Use assoc-string.
9765         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9766         (hfy-face-at): Remove unused var `found-face'.
9767         (hfy-compile-stylesheet): Remove unused var `css'.
9768         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9769         and `orig-buffer'.
9770         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9771         Use with-current-buffer.
9772         (hfy-text-p): Use expand-file-name and fewer setq.
9774 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
9776         * htmlfontify.el, hfy-cmap.el: New files.
9778 2009-11-19  Juri Linkov  <juri@jurta.org>
9780         * minibuffer.el (completions-format): New defcustom.
9781         (completion--insert-strings): Implement vertical format.
9783         * simple.el (switch-to-completions): Move point to the first
9784         completion when point was at the beginning of the buffer.
9786 2009-11-19  Juri Linkov  <juri@jurta.org>
9788         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
9790         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9792 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9794         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9795         (mail-signature): Change default to t.
9796         (mail-from-style): Deprecate `system-default' value.
9797         (mail-insert-from-field): For default value of mail-from-style,
9798         default to `angles' unless `angles' needs quoting and `parens'
9799         does not.
9800         (mail-citation-prefix-regexp): Use citation regexp from
9801         message-mode.
9803 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
9805         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9806         Set variables for computing the prompt for reading password.
9808 2009-11-19  Glenn Morris  <rgm@gnu.org>
9810         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
9812         * textmodes/flyspell.el (sgml-lexical-context): Declare.
9814         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9815         (newsticker-treeview-listwindow-height): Fix custom type.
9817 2009-11-19  Kenichi Handa  <handa@m17n.org>
9819         * descr-text.el (describe-char-padded-string): Compose with TAB
9820         only if there's a font for CH.
9821         (describe-char): Fix the condition for detecting a trivial composition.
9823 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
9825         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9826         more accurate version of the regexp.  (Bug#3910)
9828 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9830         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9832 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
9834         * font-setting.el (font-use-system-font): Declare for byte-compiler.
9835         (font-setting-change-default-font): Fix typo in docstring.
9837 2009-11-18  Alan Mackenzie  <acm@muc.de>
9839         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9841 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9843         * font-setting.el (font-use-system-font): Move ...
9845         * cus-start.el (all): ... to here.
9847 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
9849         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9850         Don't set `ad-return-value' if `ad-do-it' doesn't.
9852         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9853         modification time.
9855 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9857         * menu-bar.el: Put "Use system font" in Option-menu.
9858         (menu-bar-options-save): Add font-use-system-font.
9860         * loadup.el: If feature system-font-setting or font-render-setting is
9861         there, load font-setting.
9863         * Makefile.in (ELCFILES): Add font-settings.el.
9864         * font-setting.el: New file.
9866 2009-11-17  Glenn Morris  <rgm@gnu.org>
9868         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9870         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9871         Preserve point in the list buffer.  (Bug#4939)
9872         Use point-at-eol.
9873         (newsticker--treeview-list-update-highlight)
9874         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9876 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9878         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9879         Remove.
9881         * calc/calc-ext.el (calc-init-extensions): Remove references to
9882         symclip.
9884         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9886         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
9887         * calc/calc-help.el (calc-b-prefix-help): Remove references to
9888         `calc-symclip'.
9890 2009-11-16  Kevin Ryde  <user42@zip.com.au>
9892         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9893         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
9895         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9896         (lm-keywords-list): Allow comma-only separator like "foo,bar".
9897         Ignore trailing spaces by omit-nulls to split-string (fixing
9898         regression from Emacs 21 due to the incompatible split-string
9899         change).  (Bug #4928.)
9901 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9903         * vc.el (vc-log-show-limit): Default to 2000.
9904         (vc-print-log-internal): Insert buttons to request more entries
9905         when limiting the output.
9907         * vc-sccs.el (vc-sccs-print-log):
9908         * vc-rcs.el (vc-rcs-print-log):
9909         * vc-cvs.el (vc-cvs-print-log):
9910         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
9911         LIMIT is non-nil.
9913 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9915         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
9916         error when `tramp-gvfs-dbus-event-vector' is set.
9917         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
9919 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9921         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
9923 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9925         * net/dbus.el (dbus-unregister-service): New defun.
9926         (dbus-register-property): Register the handlers of
9927         "org.freedesktop.DBus.Properties" for SERVICE.
9928         (dbus-property-handler): Fix docstring.
9930 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9932         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
9933         Quote doc string reference in defvaralias as it is not in special form.
9934         (byte-compile-output-docform): Doc fix.
9936 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9938         * calc/calc.el (math-2-word-size, math-half-2-word-size)
9939         (calc-complement-signed-mode): New variables.
9940         (calc-set-mode-line): Add indicator for twos-complements.
9941         (math-format-number): Format twos-complement notation.
9943         * calc/calc-bin.el (calc-word-size): Reset the variables
9944         `math-2-word-size' and `math-half-2-word-size'.
9945         (math-format-complement-signed, math-symclip, calcFunc-symclip)
9946         (calc-symclip): New functions.
9948         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
9950         * calc/calc-embed.el (calc-embedded-mode-vars):
9951         Add `calc-complement-signed-mode' to the list of modes.
9953         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
9954         (calc-b-oper-keys): Add `calc-symclip' to list.
9956         * calc/calc-ext.el (math-read-number-fancy): Read complement
9957         signed numbers.
9958         (calc-init-extensions): Add binding for `calc-symclip'.
9959         Add autoload for `calcFunc-symclip' and `calc-symclip'.
9961         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
9962         `calc-symclip'.
9963         (calc-modes-menu): Add item for twos complement mode.
9965         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
9967 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9969         * register.el (jump-to-register, insert-register): Handle Semantic
9970         tags.  From commented-out advice in semantic/senator.el.
9972 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
9974         * vc.el (vc-log-show-limit): New variable.
9975         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
9976         when using a prefix argument.
9977         (vc-print-log-internal): Add new argument LIMIT.
9979         * vc-svn.el (vc-svn-print-log):
9980         * vc-mtn.el (vc-mtn-print-log):
9981         * vc-hg.el (vc-hg-print-log):
9982         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
9983         pass it to the log command when set.  Make the BUFFER argument
9984         non-optional.
9986         * vc-sccs.el (vc-sccs-print-log):
9987         * vc-rcs.el (vc-rcs-print-log):
9988         * vc-git.el (vc-git-print-log):
9989         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
9990         ignore it.  Make the BUFFER argument non-optional
9992         * bindings.el (mode-line-buffer-identification): Do not purecopy.
9994 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9996         * dired.el (dired-mode-map): Move encryption items to "Operate"
9997         menu (Bug#4703).
9999         * strokes.el (strokes-update-window-configuration): Make strokes
10000         buffer current before erasing (Bug#4906).
10002 2009-11-15  Juri Linkov  <juri@jurta.org>
10004         * simple.el (set-mark-default-inactive): Add :type, :group
10005         and :version.  (Bug#4876)
10007 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
10009         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10010         (archive-unique-fname): ... here.  (Bug#4929)
10012 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10014         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10015         with a real fix.
10017         * novice.el (disabled-command-function): Add useful args.
10018         Setup the help buffer so that [back] works.
10019         Remove redundant call to help-mode.
10020         (disabled-command-function): Use `case'.
10021         (en/disable-command): New function extracted from enable-command.
10022         (enable-command, disable-command): Use it.
10024 2009-11-14  Glenn Morris  <rgm@gnu.org>
10026         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10027         constants.  (Bug#4913)
10029         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10031 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
10033         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10034         defined in C that have no doc-strings.  (Bug#1063)
10036 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
10038         * cus-edit.el (data, files):
10039         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
10041 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
10043         * simple.el (shell-command): Doc fix (Bug#4891).
10045         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10047 2009-11-14  Glenn Morris  <rgm@gnu.org>
10049         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10050         statements for vc-diff, emerge-quit, and rmail-cease-edit.
10051         If they are already loaded, eval-after-load will do the right thing.
10053         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10054         compiling.
10056         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10058         * simple.el (x-selection-owner-p): Declare.
10059         (read-mail-command): Use custom radio type rather than choice.
10060         (completion-no-auto-exit): Doc fix.
10062         * custom.el (defgroup):
10063         * epg-config.el (epg): Doc fixes.
10065 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10067         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10068         * international/ccl.el (define-ccl-program): Do not purecopy the
10069         docstring, defconst does it anyway.
10071 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10073         * add-log.el (add-change-log-entry): Avoid displaying the changelog
10074         a second time.
10076         * x-dnd.el (x-dnd-maybe-call-test-function):
10077         * window.el (split-window-vertically):
10078         * whitespace.el (whitespace-help-on):
10079         * vc-rcs.el (vc-rcs-consult-headers):
10080         * userlock.el (ask-user-about-lock-help)
10081         (ask-user-about-supersession-help):
10082         * type-break.el (type-break-force-mode-line-update):
10083         * time-stamp.el (time-stamp-conv-warn):
10084         * terminal.el (te-set-output-log, te-more-break, te-filter)
10085         (te-sentinel, terminal-emulator):
10086         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10087         (term-write-input-ring, term-check-source, term-start-output-log):
10088         (term-display-buffer-line, term-dynamic-list-completions):
10089         (term-ansi-make-term, serial-term):
10090         * subr.el (selective-display):
10091         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10092         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10093         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10094         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10095         (speedbar-remove-localized-speedbar-support)
10096         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10097         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10098         (speedbar-buffers-line-directory):
10099         * simple.el (shell-command-on-region, append-to-buffer)
10100         (prepend-to-buffer):
10101         * shadowfile.el (shadow-save-todo-file):
10102         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10103         (scroll-bar-maybe-set-window-start):
10104         * sb-image.el (speedbar-image-dump):
10105         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10106         (load-save-place-alist-from-file):
10107         * ps-samp.el (ps-print-message-from-summary):
10108         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10109         (ps-background-image, ps-begin-job, ps-do-despool):
10110         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10111         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10112         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10113         (pr-call-process, pr-file-list, pr-interface-save):
10114         * novice.el (disabled-command-function)
10115         (enable-command, disable-command):
10116         * mouse.el (mouse-buffer-menu-alist):
10117         * mouse-copy.el (mouse-kill-preserving-secondary):
10118         * macros.el (kbd-macro-query):
10119         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10120         * informat.el (batch-info-validate):
10121         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10122         * hippie-exp.el (try-expand-dabbrev-visible):
10123         * help-mode.el (help-make-xrefs):
10124         * help-fns.el (describe-variable):
10125         * generic-x.el (bat-generic-mode-run-as-comint):
10126         * finder.el (finder-mouse-select):
10127         * find-dired.el (find-dired-sentinel):
10128         * filesets.el (filesets-file-close):
10129         * files.el (list-directory):
10130         * faces.el (list-faces-display, describe-face):
10131         * facemenu.el (list-colors-display):
10132         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10133         * epg.el (epg--process-filter, epg-cancel):
10134         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10135         (epa--read-signature-type):
10136         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10137         (emerge-file-names):
10138         * ehelp.el (electric-helpify):
10139         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10140         * ediff-vers.el (rcs-ediff-view-revision):
10141         * ediff-util.el (ediff-setup):
10142         * ediff-mult.el (ediff-append-custom-diff):
10143         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10144         (ediff-wordify):
10145         * echistory.el (Electric-command-history-redo-expression):
10146         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10147         * disp-table.el (describe-display-table):
10148         * dired.el (dired-find-buffer-nocreate):
10149         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10150         * dabbrev.el (dabbrev--same-major-mode-p):
10151         * chistory.el (list-command-history):
10152         * apropos.el (apropos-documentation):
10153         * allout.el (allout-obtain-passphrase):
10154         (allout-copy-exposed-to-buffer):
10155         (allout-verify-passphrase): Use with-current-buffer.
10157 2009-11-13  Glenn Morris  <rgm@gnu.org>
10159         * Makefile.in (ELCFILES): Regenerate.
10161 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
10163         * net/dbus.el (dbus-registered-objects-table): Rename from
10164         `dbus-registered-functions-table', because it contains also properties.
10165         (dbus-unregister-object): Unregister also properties.
10166         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10167         Use a timeout of 500 msec, in order to not block.
10168         (dbus-register-property, dbus-property-handler): New defuns.
10170 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10172         * simple.el (minibuffer-default-add-completions): Drop deprecated
10173         4th arg.
10175 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
10177         * textmodes/artist.el (artist-mouse-choose-operation):
10178         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10179         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10180         (artist-compute-up-event-key): New function.
10181         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10183 2009-11-13  Kenichi Handa  <handa@m17n.org>
10185         * language/japan-util.el: Make sure that the value of jisx0208
10186         property is jisx0208 character.
10188 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10190         * international/mule.el (auto-coding-regexp-alist): Only purecopy
10191         car or each item, not the whole list.
10193 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10195         * minibuffer.el (minibuffer-completion-help):
10196         Use minibuffer-hide-completions.
10198 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
10200         * dired.el (dired-save-positions, dired-restore-positions): New funs.
10201         (dired-revert): Use them (bug#4880).
10203 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10205         * tooltip.el (tooltip-frame-parameters): Undo previous change.
10207 2009-11-12  Juri Linkov  <juri@jurta.org>
10209         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10210         New functions.
10211         (find-file-literally-at-point): Alias of `ffap-literally'.
10213 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10215         * textmodes/ispell.el (ispell-skip-region-alist):
10216         * textmodes/css-mode.el (auto-mode-alist):
10217         * progmodes/compile.el (auto-mode-alist):
10218         * international/mule.el (ctext-non-standard-encodings-alist)
10219         (ctext-non-standard-encodings-regexp):
10220         * simple.el (shell-command-switch, text-read-only):
10221         * replace.el (occur-mode-map):
10222         * paths.el (rmail-file-name):
10223         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10224         * find-file.el (ff-special-constructs):
10225         * files.el (file-name-handler-alist):
10226         * composite.el: Purecopy strings.
10228         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10230 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10232         * widget.el (define-widget): Purecopy the docstring.
10233         * international/mule-cmds.el (charset): Do not purecopy the
10234         docstring here, define-widget does it.
10236         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10237         * textmodes/bibtex-style.el (auto-mode-alist):
10238         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10239         * progmodes/compile.el (compile-command):
10240         * language/korea-util.el (default-korean-keyboard):
10241         * international/mule-conf.el (file-coding-system-alist):
10242         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10243         * tooltip.el (tooltip-frame-parameters):
10244         * newcomment.el (comment-end, comment-padding):
10245         * dired.el (dired-trivial-filenames):
10246         * comint.el (comint-file-name-prefix): Purecopy initial values.
10248 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
10250         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10251         (tramp-advice-minibuffer-electric-tilde): Unload advices via
10252         `tramp-unload'.
10253         (tramp-advice-make-auto-save-file-name)
10254         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10255         after removing the advice.
10257 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10259         * progmodes/grep.el (grep-regexp-alist):
10260         * international/mule-cmds.el (iso-2022-control-alist):
10261         * emacs-lisp/timer.el (timer-duration-words):
10262         * subr.el (version-separator, version-regexp-alist):
10263         * minibuffer.el (completion-styles-alist):
10264         * faces.el (face-attribute-name-alist, list-faces-sample-text):
10265         Change defvars to defconsts.
10267         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10268         * loadup.el ("international/mule-conf"): Load the byte compiled version.
10269         * international/mule-conf.el: Allow to be byte compiled.
10271         * international/mule.el (define-charset): Purecopy props.
10272         (load-with-code-conversion): Purecopy doc string and file name.
10273         (put-charset-property): Purecopy strings.
10274         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10276         * international/mule-cmds.el (register-input-method): Purecopy arguments.
10277         (define-char-code-property): Correctly purecopy the table.
10279         * international/ccl.el (define-ccl-program): Purecopy the docstring.
10281         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10283         * subr.el (add-hook): Purecopy strings.
10284         (eval-after-load): Purecopy load-history-regexp and the form.
10286         * custom.el (custom-declare-group): Purecopy load-file-name.
10288         * subr.el (menu-bar-separator): New defconst.
10289         * net/eudc.el (eudc-tools-menu):
10290         * international/mule-cmds.el (set-coding-system-map)
10291         (mule-menu-keymap):
10292         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10293         * vc-hooks.el (vc-menu-map):
10294         * replace.el (occur-mode-map):
10295         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10296         (menu-bar-edit-menu, menu-bar-goto-menu)
10297         (menu-bar-custom-menu, menu-bar-showhide-menu)
10298         (menu-bar-options-menu, menu-bar-tools-menu)
10299         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10300         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10301         (menu-bar-help-menu):
10302         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10303         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10305         * term/x-win.el (x-gtk-stock-map):
10306         * progmodes/vera-mode.el (auto-mode-alist):
10307         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10308         (inferior-lisp-program, inferior-lisp-load-command):
10309         * progmodes/hideshow.el (hs-special-modes-alist):
10310         * progmodes/gud.el (same-window-regexps):
10311         * progmodes/grep.el (grep-program, find-program, xargs-program):
10312         * net/telnet.el (same-window-regexps):
10313         * net/rlogin.el (same-window-regexps):
10314         * language/ethiopic.el (font-ccl-encoder-alist):
10315         * vc-sccs.el (vc-sccs-master-templates):
10316         * vc-rcs.el (vc-rcs-master-templates):
10317         * subr.el (cl-assertion-failed):
10318         * simple.el (next-error-overlay-arrow-position):
10319         * lpr.el (lpr-command):
10320         * locate.el (locate-ls-subdir-switches):
10321         * info.el (same-window-regexps, info)
10322         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10323         * image-mode.el (image-mode, auto-mode-alist):
10324         * hippie-exp.el (hippie-expand-ignore-buffers):
10325         * format.el (format-alist):
10326         * find-dired.el (find-ls-subdir-switches, find-grep-options)
10327         (find-name-arg):
10328         * facemenu.el (facemenu-keybindings):
10329         * dired.el (dired-listing-switches, dired-chown-program):
10330         * diff.el (diff-switches, diff-command):
10331         * cus-edit.el (same-window-regexps):
10332         * bindings.el (mode-line-mule-info)
10333         (mode-line-buffer-identification): Purecopy strings.
10335 2009-11-11  Juri Linkov  <juri@jurta.org>
10337         * simple.el (dired-get-filename) <declare-function>:
10338         Tell the byte-compiler about dired-get-filename.
10339         (shell-command): In Dired mode, get filename from the current line
10340         as the default value.
10342 2009-11-10  Glenn Morris  <rgm@gnu.org>
10344         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10345         * calendar/holidays.el, progmodes/cperl-mode.el:
10346         Update x-popup-menu declarations.
10348         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10349         (list-load-path-shadows): Use dolist.
10350         (list-load-path-shadows): Use with-current-buffer.
10352 2009-11-10  Juri Linkov  <juri@jurta.org>
10354         * minibuffer.el (read-file-name): Support a list of default values
10355         in `default-filename'.  Use the first file name where only one
10356         element is required.  Doc fix.
10358 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
10360         * net/dbus.el (dbus-unregister-object): Release service, if no
10361         other method is registered for it.
10363 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
10365         * bookmark.el (bookmark-completing-read): Sort bookmark names if
10366         bookmark-sort-flag is non-nil (Bug#4653).
10368 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10370         * emulation/cua-base.el: Add CUA property to some CC mode commands
10371         (Bug#4100).
10373 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10375         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10376         at end of sentence (Bug#4818).
10378 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
10380         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10381         Handle "see declaration of" MSFT statements (Bug#4100).
10383 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
10385         * net/tramp.el (tramp-advice-make-auto-save-file-name)
10386         (tramp-advice-file-expand-wildcards): Unload via
10387         `ad-remove-advice'.
10389         * net/trampver.el: Update release number.
10391 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10393         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10394         `ad-do-it'.
10396 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
10398         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10399         in order to keep context in SELinux.
10401 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10403         * dired-aux.el (dired-query): Place cursor in echo area and allow
10404         C-g.
10406         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10407         menu item if not on a directory (Bug#4701).
10409 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
10411         Sync with Tramp 2.1.17.
10413         * net/tramp.el (tramp-handle-copy-directory): Don't use
10414         `file-remote-p' (due to compatibility).
10416         * net/tramp-compat.el (tramp-compat-copy-directory)
10417         (tramp-compat-delete-directory): New defuns.
10419         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10420         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10421         `tramp-compat-delete-directory'.
10423         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10424         (tramp-smb-handle-delete-directory): Use
10425         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10427         * net/trampver.el: Update release number.
10429 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
10431         * tar-mode.el (tar-copy): Call write-region on the right buffer
10432         (Bug#4857).
10434         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10435         by hand, if necessary (Bug#4878).
10437 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
10439         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10440         align size column (Bug#4839).
10442         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10443         statement.
10445 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10447         * progmodes/ld-script.el (auto-mode-alist):
10448         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10450         * cus-face.el (custom-declare-face): Purecopy face spec.
10452 2009-11-06  Kenichi Handa  <handa@m17n.org>
10454         * international/uni-bidi.el: Re-generated.
10455         * international/uni-category.el: Re-generated.
10456         * international/uni-combining.el: Re-generated.
10457         * international/uni-mirrored.el: Re-generated.
10459 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10461         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10462         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10463         (tex-start-options, slitex-run-command, latex-run-command)
10464         (tex-run-command, tex-directory):
10465         * textmodes/ispell.el (ispell-html-skip-alists)
10466         (ispell-tex-skip-alists, ispell-tex-skip-alists):
10467         * textmodes/fill.el (adaptive-fill-first-line-regexp):
10468         (adaptive-fill-regexp):
10469         * textmodes/dns-mode.el (auto-mode-alist):
10470         * progmodes/python.el (interpreter-mode-alist):
10471         * progmodes/etags.el (tags-compression-info-list):
10472         * progmodes/etags.el (tags-file-name):
10473         * net/browse-url.el (browse-url-galeon-program)
10474         (browse-url-firefox-program):
10475         * mail/sendmail.el (mail-signature-file)
10476         (mail-citation-prefix-regexp):
10477         * international/mule-conf.el (eight-bit):
10478         * international/latexenc.el (latex-inputenc-coding-alist):
10479         * international/fontset.el (x-pixel-size-width-font-regexp):
10480         * emacs-lisp/warnings.el (warning-type-format):
10481         * emacs-lisp/trace.el (trace-buffer):
10482         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10483         (emacs-lisp-mode-map):
10484         * calendar/holidays.el (holiday-solar-holidays)
10485         (holiday-bahai-holidays, holiday-islamic-holidays)
10486         (holiday-christian-holidays, holiday-hebrew-holidays)
10487         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10488         (hebrew-holidays-1, holiday-oriental-holidays)
10489         (holiday-general-holidays):
10490         * x-dnd.el (x-dnd-known-types):
10491         * tool-bar.el (tool-bar):
10492         * startup.el (site-run-file):
10493         * shell.el (shell-dumb-shell-regexp):
10494         * rfn-eshadow.el (file-name-shadow-tty-properties)
10495         (file-name-shadow-properties):
10496         * paths.el (remote-shell-program, news-directory):
10497         * mouse.el ([C-down-mouse-3]):
10498         * menu-bar.el (menu-bar-tools-menu):
10499         * jka-cmpr-hook.el (jka-compr-load-suffixes)
10500         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10501         (jka-compr-compression-info-list):
10502         * isearch.el (search-whitespace-regexp):
10503         * image-file.el (image-file-name-extensions):
10504         * find-dired.el (find-ls-option):
10505         * files.el (directory-listing-before-filename-regexp)
10506         (directory-free-space-args, insert-directory-program)
10507         (list-directory-brief-switches, magic-fallback-mode-alist)
10508         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10509         (automount-dir-prefix):
10510         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10511         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10512         (face-font-registry-alternatives, face-font-registry-alternatives)
10513         (face-font-family-alternatives):
10514         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10515         (facemenu-foreground-menu, facemenu-face-menu):
10516         * epa-hook.el (epa-file-name-regexp):
10517         * dnd.el (dnd-protocol-alist):
10518         * textmodes/rst.el (auto-mode-alist):
10519         * button.el (default-button): Purecopy strings.
10521 2009-11-06  Glenn Morris  <rgm@gnu.org>
10523         * Makefile.in (ELCFILES): Update.
10525 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10527         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10528         * emacs-lisp/levents.el: Move to obsolete/levents.el.
10530         * nxml/xsd-regexp.el (xsdre-gen-categories):
10531         * nxml/xmltok.el (xmltok-parse-entity):
10532         * nxml/rng-parse.el (rng-parse-validate-file):
10533         * nxml/rng-maint.el (rng-format-manual)
10534         (rng-manual-output-force-new-line):
10535         * nxml/rng-loc.el (rng-save-schema-location-1):
10536         * nxml/rng-cmpct.el (rng-c-parse-file):
10537         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10538         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10540 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
10542         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10543         Remove extra save-excursions and make-variable-buffer-local's.
10544         Suggested by Stefan Monnier.
10546         (verilog-getopt-file, verilog-module-inside-filename-p)
10547         (verilog-set-define): Merge GNU 1.35 and repair changes from
10548         switching to using with-current-buffer.
10550         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10551         being treated as a number and confusing AUTORESET.
10552         Reported by Dan Dever.
10554         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10555         Add verilog-auto-ignore-concat to fix backward compatibility with
10556         older verilog-modes.  Reported by Dan Katz.
10558         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10559         containing closing anchors "...$".
10561         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10562         Reported by Wade Smith.
10564         (verilog-batch-execute-func): Comment on function usage.
10566 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
10568         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10569         for labels.
10571         (verilog-label-re, verilog-calc-1): Support proper indent of named
10572         asserts.
10574         (verilog-backward-token, verilog-basic-complete-re)
10575         (verilog-beg-of-statement, verilog-indent-re): Support proper
10576         indent of the assert statement at the beginning of a block of text.
10578         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10579         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10580         tokens as begins.
10582 2009-11-05  Glenn Morris  <rgm@gnu.org>
10584         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10585         Emacs 19.  (Bug#1531)
10586         (byte-compile-fix-header): Update for the above change.
10587         Drop test for epoch::version.
10589         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10590         * cus-dep.el (custom-make-dependencies):
10591         * finder.el (finder-compile-keywords):
10592         Use autoload-rubric's feature argument.
10594         * calendar/diary-lib.el (top-level): Make load behave more like require.
10596         * vc-git.el (vc-git-stash-map): Move definition before use.
10598 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10600         * custom.el (custom-declare-group): Purecopy standard-value.
10601         (custom-declare-group): Purecopy custom-prefix.
10603         * international/mule.el (load-with-code-conversion):
10604         Call do-after-load-evaluation unconditionally.
10606         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10608 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10610         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10612 2009-11-04  Glenn Morris  <rgm@gnu.org>
10614         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10615         (byte-compile-compatibility): Remove option.
10616         (byte-compile-close-variables, byte-compile-fix-header)
10617         (byte-compile-insert-header, byte-compile-output-docform)
10618         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10619         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10620         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10621         (byte-compile-insert, byte-compile-defun):
10622         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
10623         (byte-defop-compiler19): Remove.
10624         Without byte-compile-compatibility, the 'emacs19-opcode property is not
10625         used by anything.  Replace all calls with byte-defop-compiler.
10627 2009-11-04  Juri Linkov  <juri@jurta.org>
10629         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10630         (menu-bar-options-menu): Don't quote the `prop' arg of
10631         `menu-bar-make-mm-toggle'.
10633 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
10635         * calendar/calendar.el (cal-loaddefs):
10636         * calendar/diary-lib.el (diary-loaddefs):
10637         * calendar/holidays.el (hol-loaddefs):
10638         * eshell/esh-module.el (esh-groups): Load rather than require.
10640 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10642         * calendar/todo-mode.el (todo-add-category): Don't hardcode
10643         point-min==1.
10644         (todo-top-priorities): Only display-buffer when called interactively.
10645         (todo-item-start): Don't save excursion point.
10646         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
10647         (todo-insert-item-here, todo-file-item, todo-remove-item):
10648         Adjust uses of todo-item-start and todo-item-end.
10650         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10651         (autoload-rubric): Don't use any more.
10653         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10654         and only put a prop if it is non-nil.
10656 2009-11-03  Juri Linkov  <juri@jurta.org>
10658         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10659         (menu-bar-options-menu): Fix list quoting (Bug#4429).
10661         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10662         and "Menu" to make top-level menu item visually one unit (like
10663         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10664         multi-word menu items).  Fix :help string for quit-window.
10666 2009-11-03  Glenn Morris  <rgm@gnu.org>
10668         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10669         (byte-compile-file-form-define-abbrev-table)
10670         (byte-compile-file-form-custom-declare-variable)
10671         (byte-compile-variable-ref, byte-compile-defvar):
10672         Whether or not a warning is enabled should only affect whether we issue
10673         the warning, not whether or not we collect the relevant data.
10674         Eg warnings can be turned on and off throughout the course of a file.
10676         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10677         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10679 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10682         * play/mpuz.el (mpuz-create-buffer):
10683         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10684         (lm-print-y,s,noise, lm-print-w0, lm-init):
10685         * play/gomoku.el (gomoku-prompt-for-move):
10686         * play/fortune.el (fortune-in-buffer):
10687         * play/dissociate.el (dissociated-press):
10688         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10689         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10690         * mail/supercite.el (sc-eref-show):
10691         * mail/smtpmail.el (smtpmail-send-it):
10692         * mail/rmailsum.el (rmail-summary-next-labeled-message)
10693         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10694         (rmail-summary-undelete-many, rmail-summary-rmail-update)
10695         (rmail-summary-goto-msg, rmail-summary-expunge)
10696         (rmail-summary-get-new-mail, rmail-summary-search-backward)
10697         (rmail-summary-add-label, rmail-summary-output-menu)
10698         (rmail-summary-output-body):
10699         * mail/rfc822.el (rfc822-addresses):
10700         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10701         * mail/mailpost.el (post-mail-send-it):
10702         * mail/hashcash.el (hashcash-generate-payment):
10703         * mail/feedmail.el (feedmail-run-the-queue)
10704         (feedmail-queue-send-edit-prompt-help-first)
10705         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10706         (feedmail-deduce-address-list):
10707         * eshell/esh-ext.el (eshell-remote-command):
10708         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10709         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10710         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10711         (viper-save-string-in-file, viper-valid-marker):
10712         * emulation/viper-keym.el (viper-toggle-key):
10713         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10714         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10715         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10716         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10717         (viper-exec-form-in-emacs, viper-brac-function):
10718         * emulation/viper.el (viper-delocalize-var):
10719         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10720         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10721         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10722         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10723         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10724         * emulation/edt.el (edt-electric-helpify):
10725         * emulation/cua-rect.el (cua--rectangle-aux-replace):
10726         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10727         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10728         (cua-indent-to-global-mark-column):
10729         * calendar/diary-lib.el (calendar-mark-1):
10730         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10731         Use with-current-buffer.
10732         * emulation/viper.el (viper-delocalize-var): Use dolist.
10734 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
10736         * comint.el (comint-replace-by-expanded-history-before-point):
10737         Replace !! with the previous input string literally (Bug#1795).
10739 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
10741         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10742         to be made up of whitespace.
10744 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
10746         * minibuffer.el (read-file-name): Don't use file dialogs for
10747         remote directories (Bug#99).
10749 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
10751         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10753 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10755         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10756         instead of deleting the window or frame.
10758 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10760         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10761         Support face colors.
10763         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10764         New function.  Support face colors (Bug#1168).
10765         (tex-common-initialization): Use it.
10767         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10768         mode allows it (Bug#1168).
10770 2009-10-31  Juri Linkov  <juri@jurta.org>
10772         * facemenu.el (list-colors-display): Don't mark buffer as
10773         modified (Bug#3948).
10775 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10777         * international/mule-diag.el (list-character-sets-1): Minor
10778         message fix (Bug#3526).
10780         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10781         face property (Bug#4834).
10782         (etags-list-tags, etags-tags-apropos-additional)
10783         (etags-tags-apropos, tags-select-tags-table): Add follow-link
10784         property.
10786         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10787         items.
10789 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10791         * textmodes/two-column.el (2C-split):
10792         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10793         * textmodes/tex-mode.el (tex-set-buffer-directory):
10794         * textmodes/spell.el (spell-region, spell-string):
10795         * textmodes/reftex.el (reftex-erase-buffer):
10796         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10797         * textmodes/reftex-toc.el (reftex-toc-promote-action):
10798         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10799         (reftex-select-item):
10800         * textmodes/reftex-ref.el (reftex-label-info-update)
10801         (reftex-offer-label-menu):
10802         * textmodes/reftex-index.el (reftex-index-change-entry)
10803         (reftex-index-phrases-info):
10804         * textmodes/reftex-global.el (reftex-create-tags-file)
10805         (reftex-save-all-document-buffers, reftex-ensure-write-access):
10806         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10807         (reftex-view-crossref-from-bibtex):
10808         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10809         (reftex-extract-bib-entries-from-thebibliography)
10810         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10811         * textmodes/refbib.el (r2b-capitalize-title):
10812         (r2b-convert-buffer, r2b-help):
10813         * textmodes/page-ext.el (pages-directory)
10814         (pages-directory-goto-with-mouse):
10815         * textmodes/bibtex.el (bibtex-validate-globally):
10816         * textmodes/bib-mode.el (bib-capitalize-title):
10817         * textmodes/artist.el (artist-clear-buffer, artist-system):
10818         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10819         (local-set-scheme-interaction-buffer, xscheme-process-filter)
10820         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10821         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10822         (xscheme-send-control-g-interrupt, xscheme-start-process)
10823         (xscheme-process-sentinel, xscheme-cd):
10824         * progmodes/verilog-mode.el (verilog-read-always-signals)
10825         (verilog-set-define, verilog-getopt-file)
10826         (verilog-module-inside-filename-p):
10827         * progmodes/sh-script.el:
10828         * progmodes/python.el (python-pdbtrack-get-source-buffer)
10829         (python-pdbtrack-grub-for-buffer, python-execute-file):
10830         * progmodes/octave-inf.el (inferior-octave):
10831         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10832         (idlwave-shell-compile-helper-routines, idlwave-set-local)
10833         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10834         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
10835         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
10836         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
10837         (idlwave-shell-filter, idlwave-shell-examine-highlight)
10838         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
10839         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
10840         (idlwave-shell-examine-display, idlwave-shell-run-region)
10841         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
10842         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
10843         * progmodes/idlw-help.el (idlwave-help-get-special-help)
10844         (idlwave-help-get-help-buffer):
10845         * progmodes/gud.el (gud-basic-call, gud-find-class)
10846         (gud-tooltip-activate-mouse-motions-if-enabled):
10847         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10848         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
10849         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
10850         (ebrowse-tags-next-file):
10851         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
10852         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
10853         (ebnf-eps-finish-and-write):
10854         * progmodes/cpp.el (cpp-edit-save):
10855         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
10856         * progmodes/cc-defs.el (c-emacs-features):
10857         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
10858         (antlr-directory-dependencies):
10859         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
10860         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
10861         (ada-find-any-references, ada-make-filename-from-adaname)
10862         (ada-make-body-gnatstub):
10863         * obsolete/rnews.el (news-list-news-groups):
10864         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
10865         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
10866         * net/rcirc.el (rcirc-debug):
10867         * net/newst-treeview.el (newsticker--treeview-list-add-item)
10868         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
10869         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
10870         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
10871         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
10872         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
10873         (newsticker--treeview-list-clear-highlight)
10874         (newsticker--treeview-list-update-highlight)
10875         (newsticker--treeview-list-highlight-start)
10876         (newsticker--treeview-tree-update-highlight)
10877         (newsticker--treeview-get-selected-item)
10878         (newsticker-treeview-mark-list-items-old)
10879         (newsticker--treeview-set-current-node):
10880         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10881         * net/newst-backend.el (newsticker--get-news-by-funcall)
10882         (newsticker--get-news-by-wget, newsticker--image-get)
10883         (newsticker--image-sentinel):
10884         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
10885         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
10886         (eudc-ph-close-session):
10887         * net/eudc.el (eudc-save-options):
10888         * language/thai-word.el (thai-update-word-table):
10889         * language/japan-util.el (japanese-string-conversion):
10890         * international/titdic-cnv.el (tsang-quick-converter)
10891         (ziranma-converter, ctlau-converter):
10892         * international/mule-cmds.el (describe-language-environment):
10893         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
10894         (skkdic-convert-postfix, skkdic-convert-prefix):
10895         (skkdic-convert-okuri-nasi, skkdic-convert):
10896         * emacs-lisp/re-builder.el (reb-update-overlays):
10897         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
10898         * emacs-lisp/gulp.el (gulp-send-requests):
10899         * emacs-lisp/find-gc.el (trace-call-tree):
10900         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
10901         (eieio-describe-generic):
10902         * emacs-lisp/eieio-base.el (eieio-persistent-read):
10903         * emacs-lisp/edebug.el (edebug-outside-excursion):
10904         * emacs-lisp/debug.el (debugger-make-xrefs):
10905         * emacs-lisp/cust-print.el (custom-prin1-to-string):
10906         * emacs-lisp/chart.el (chart-new-buffer):
10907         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
10908         Use with-current-buffer.
10909         * textmodes/artist.el (artist-system): Don't call
10910         copy-sequence on a fresh string.
10911         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
10913 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
10915         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
10916         is no item to edit.  (Bug#4820)
10917         (todo-top-priorities): Restore point and restore narrowing in Todo
10918         buffer.  (Bug#4820)
10920 2009-10-31  Glenn Morris  <rgm@gnu.org>
10922         * net/ange-ftp.el (top-level): Don't require dired when compiling.
10923         (comint-last-output-start, comint-last-input-start)
10924         (comint-last-input-end): Don't defvar when compiling.
10925         (ange-ftp-process-file): Use bound-and-true-p.
10927         * pcmpl-rpm.el (top-level): Move provide statement to end.
10928         (pcmpl-rpm): Remove unused custom group.
10930         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
10932         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
10934         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10935         (byte-compile-warnings): Add `constants' as an option.
10936         (byte-compile-callargs-warn, byte-compile-arglist-warn)
10937         (display-call-tree): Update for byte-compile-fdefinition possibly
10938         returning `(macro lambda ...)'.  (Bug#4778)
10939         (byte-compile-variable-ref, byte-compile-setq-default):
10940         Respect `constants' member of byte-compile-warnings.
10942 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10944         * vc-bzr.el (vc-bzr-revision-keywords): New var.
10945         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
10946         to "submit:".
10948 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
10950         * textmodes/ispell.el (ispell-skip-region-alist):
10951         * international/mule-conf.el (eight-bit):
10952         * international/fontset.el (font-encoding-alist):
10953         * startup.el (pure-space-overflow-message):
10954         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
10955         * paths.el (gnus-nntp-service, rmail-spool-directory)
10956         (term-file-prefix):
10957         * files.el (save-some-buffers-action-alist):
10958         * cmuscheme.el (same-window-buffer-names):
10959         * ielm.el (same-window-buffer-names):
10960         * shell.el (same-window-buffer-names):
10961         * mail/sendmail.el (same-window-buffer-names):
10962         * progmodes/inf-lisp.el (same-window-buffer-names):
10963         * bindings.el (mode-line-client)
10964         (mode-line-column-line-number-mode-map):
10965         * language/tibetan.el (tibetan-precomposition-rule-regexp)
10966         (tibetan-precomposed-regexp): Purecopy string arguments.
10968 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10970         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
10971         (calcDigit-nondigit):
10972         * calc/calc-yank.el (calc-copy-to-buffer):
10973         * calc/calc-units.el (calc-invalidate-units-table):
10974         * calc/calc-trail.el (calc-trail-yank):
10975         * calc/calc-store.el (calc-insert-variables):
10976         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10977         * calc/calc-prog.el (calc-read-parse-table):
10978         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
10979         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
10980         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
10981         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
10982         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
10983         (calc-graph-name, calc-graph-find-command, calc-graph-view)
10984         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
10985         * calc/calc-ext.el (calc-realign):
10986         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
10987         (calc-embedded-finish-edit, calc-embedded-make-info)
10988         (calc-embedded-finish-command, calc-embedded-stack-change):
10989         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
10991         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
10992         shell-dynamic-complete-filename in preference to
10993         comint-dynamic-complete-filename.
10995         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10996         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10997         Don't consider whether the display supports colors.
10998         (bookmark-import-new-list): Use dolist.
10999         (bookmark-bmenu-mode-map): Move initialization into declaration.
11000         (bookmark-bmenu-list): Use dolist, simplify.
11001         (bookmark-show-all-annotations): Use save-selected-window and dolist.
11002         (menu-bar-final-items): Use push.
11004 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11006         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11007         it works on remote files.
11008         (vc-hg-diff): Don't pass any `--cwd' argument.
11010 2009-10-27  Kevin Ryde  <user42@zip.com.au>
11012         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11013         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11014         (Further to Bug#3921).
11016 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
11018         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11019         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11020         calling `tramp-imap-put-file'.  Add file size to the call.
11021         (tramp-imap-get-file-entries): Compute also user name, file size,
11022         and date.
11023         (tramp-imap-handle-insert-directory): Insert uid and gid.
11024         (tramp-imap-handle-file-attributes): Transform uid and gid
11025         according to `id-format'.
11026         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
11027         size in header X-Size.
11029 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
11031         * simple.el (transpose-subr): Give clearer error when the mark
11032         is not set.  (Bug#4807)
11034 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
11036         * net/tramp.el (tramp-perl-file-truename): New defconst.
11037         Perl code contributed by yary <not.com@gmail.com> (tiny change).
11038         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11039         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11040         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11042         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11043         Ignore `dired-call-process'.
11044         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11046 2009-10-26  Julian Scheid  <julians37@gmail.com>
11048         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11049         (tramp-get-remote-readlink): New defun.
11050         (tramp-handle-file-truename): Use it.
11051         (tramp-handle-file-exists-p): Check file-attributes cache, assume
11052         file exists if cache value present.
11053         (tramp-check-cached-permissions): New defun.
11054         (tramp-handle-file-readable-p): Use it.
11055         (tramp-handle-file-writable-p): Likewise.
11056         (tramp-handle-file-executable-p): Likewise.
11057         (tramp-handle-file-name-all-completions): Try using Perl to get
11058         partial completions.  When perl not available, combine `cd' and
11059         `ls' into single remote operation and use shell expansion to get
11060         partial remote directory contents.  Set `file-exists-p' cache for
11061         directory and any files returned by ls.  Change cache handling to
11062         support partial directory contents.  Use error message emitted by
11063         remote `cd' or Perl code for local tramp-error.
11064         (tramp-do-copy-or-rename-file-directly): Avoid separate
11065         tramp-send-command-and-check call.
11066         (tramp-handle-process-file): Merge three remote ops into one.
11067         Do not flush all caches when `process-file-side-effects' is set.
11068         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11069         file-attributes shows uid/gid to be set already.
11071 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11073         * textmodes/tex-mode.el (tex-dvi-view-command)
11074         (tex-show-queue-command, tex-open-quote):
11075         * progmodes/ruby-mode.el (auto-mode-alist)
11076         (interpreter-mode-alist): Purecopy strings.
11078         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11080         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11081         string for the hook, keymap and abbrev table.
11083         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11085         * x-dnd.el (x-dnd-xdnd-to-action):
11086         * startup.el (fancy-startup-text, fancy-about-text): Change to
11087         defconst from defvar.
11089         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11091         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11092         Purecopy initialization strings.
11094         * mail/sendmail.el (mail-header-separator)
11095         (mail-personal-alias-file):
11096         * mail/rmail.el (rmail-default-dont-reply-to-names)
11097         (rmail-ignored-headers, rmail-retry-ignored-headers)
11098         (rmail-highlighted-headers, rmail-secondary-file-directory)
11099         (rmail-secondary-file-regexp):
11100         * files.el (null-device, file-name-invalid-regexp)
11101         (locate-dominating-stop-dir-regexp)
11102         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11103         (interpreter-mode-alist): Use mapcar instead of mapc.
11105         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11107         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11108         (completion-ignored-extensions):
11109         (debug-ignored-errors): Purecopy strings.
11111 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11113         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11114         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11115         (pcomplete--here): Use push.
11117         * subr.el (all-completions): Declare the 4th arg obsolete.
11119 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11121         * pcomplete.el (pcomplete-unquote-argument-function): New var.
11122         (pcomplete-unquote-argument): New function.
11123         (pcomplete--common-suffix): Always pay attention to case.
11124         (pcomplete--table-subvert): Quote and unquote the text.
11125         (pcomplete--common-quoted-suffix): New function.
11126         (pcomplete-std-complete): Use it and pcomplete-begin.
11128         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11129         we're inside a dedicated or minibuffer window.
11131 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
11133         * bookmark.el: Update documentation, especially documentation
11134         of `bookmark-alist' and of the bookmark file format.
11135         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
11137 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11139         * mail/emacsbug.el (report-emacs-bug): Clarify that the
11140         keybindings apply to the mail buffer (Bug#4003).  Shrink help
11141         window to buffer.
11143         * whitespace.el (whitespace-mode, whitespace-newline-mode)
11144         (global-whitespace-mode, global-whitespace-newline-mode)
11145         (whitespace-toggle-options, global-whitespace-toggle-options):
11146         Doc fix (Bug#3660).
11148         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11149         of xmltok-start before the end tag was inserted (Bug#2840).
11151         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11152         patterns that are preceded by an open-paren (Bug#1320).
11154 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
11156         * files.el (delete-directory): Delete symlinks to directories with
11157         delete-file (Bug#4739).
11159 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11161         * vc.el (vc-backend-for-registration): Rename from
11162         vc-get-backend-for-registration.  Update callers.
11164         * international/mule-cmds.el (set-language-info-alist):
11165         Purecopy lang-env.
11166         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11167         (charset): Purecopy the name.
11168         (define-char-code-property): Purecopy string arguments.
11170         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11171         Purecopy string arguments.
11173         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11174         * ediff-hook.el (menu-bar-ediff-menu):
11175         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11176         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11178 2009-10-24  Glenn Morris  <rgm@gnu.org>
11180         * comint.el (comint-dynamic-list-completions):
11181         * term.el (term-dynamic-list-completions): Use choose-completion rather
11182         than obsolete alias mouse-choose-completion.
11184         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11185         file-cache-choose-completion.
11186         (file-cache-choose-completion): Handle an optional event argument.
11187         (file-cache-mouse-choose-completion): Make it an obsolete alias.
11189         * progmodes/octave-mod.el (octave-complete-symbol):
11190         Use choose-completion if mouse-choose-completion is ever removed.
11192         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11193         use.
11195         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11196         compiler.
11198         * vc-hooks.el (vc-responsible-backend): Fix declaration.
11200 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11202         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11203         Ignore `pred' now that we receive one.
11204         Handle test-completion specially.
11206 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11208         * vc.el (vc-responsible-backend): Throw an error if not backend is
11209         found.  Remove the REGISTER argument.  Move the code dealing with
11210         REGISTER ...
11211         (vc-get-backend-for-registration): ... here.  New function.
11212         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11213         of vc-responsible-backend, pass the file name instead of the
11214         directory name.
11216 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11218         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11219         New funs.
11220         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
11221         (pcomplete-comint-setup): Don't modify a global var via
11222         accidental side-effects.
11223         (pcomplete-shell-setup): Adjust call accordingly.
11224         (pcomplete-parse-comint-arguments): Use push.
11226 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
11228         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11229         Allow uncapitalized info node names (Bug#3921).
11231         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11232         to the DEBUG file (Bug#3781).
11234 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
11236         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11237         dictionary entry (Bug#4579).
11239 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
11241         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11242         from `rfn-eshadow-update-overlay-hook' when unloading.
11243         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11244         "rsyncc".  Adjust doc string.
11245         (tramp-temp-buffer-file-name): New buffer-local defvar.
11246         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11247         Keep temporary file when indicated by method ("rsync" and
11248         "rsyncc").
11249         (tramp-handle-write-region): Handle APPEND.
11250         (tramp-delete-temp-file-function): New defun.  Added to
11251         `kill-buffer-hook'.
11253 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
11255         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11257 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11259         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11260         (color-name-rgb-alist, tty-standard-colors)
11261         (tty-color-mode-alist): Change to defconst.
11263         * simple.el (mark-inactive): Purecopy message.
11265         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11266         (global-map, yank-menu):
11267         * textmodes/ispell.el (ispell-menu-map):
11268         * net/eudc.el (eudc-tools-menu):
11269         * international/mule-cmds.el (describe-language-environment-map)
11270         (setup-language-environment-map, set-coding-system-map)
11271         (mule-menu-keymap):
11272         * vc-hooks.el (vc-menu-entry, vc-menu-map):
11273         * replace.el (occur-mode-map):
11274         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11276 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
11278         * calc/calc.el (math-read-number, math-read-number-simple): Use
11279         `save-match-data'.
11281 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11283         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11284         rather than fiddling with global-map bindings, since it should only
11285         affect per-terminal settings.
11286         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11288         * minibuffer.el (completion-table-with-terminator): Allow to specify
11289         the terminator-regexp.
11291         * simple.el (switch-to-completions): Look for *Completions* in other
11292         frames as well.
11294         * pcomplete.el: Allow the use of completion-tables.
11295         (pcomplete-std-complete): New command.
11296         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11297         (pcomplete--here): Use a function for `form' rather than an expression,
11298         so it can be byte-compiled.
11299         (pcomplete-here, pcomplete-here*): Adjust accordingly.
11300         Add edebug declaration.
11301         (pcomplete-show-completions): Remove unused var `curbuf'.
11302         (pcomplete-do-complete, pcomplete-stub):
11303         Don't assume `completions' is a list of strings any more.
11305 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
11307         * find-dired.el (find-name-arg): Fix typo in docstring.
11309 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11311         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11312         (pcmpl-linux-fs-types): Same, and update to new modules layout.
11314         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11315         pcomplete-entries.
11317         * comint.el (comint-read-input-ring, comint-write-input-ring)
11318         (comint-substitute-in-file-name)
11319         (comint-dynamic-complete-as-filename)
11320         (comint-dynamic-simple-complete)
11321         (comint-dynamic-list-filename-completions)
11322         (comint-dynamic-list-completions)
11323         (comint-redirect-results-list-from-process): Minor simplifications.
11325 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11327         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11328         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11329         the first form.  And insert a blank line after ";;; Code" since
11330         that's usual style.  (Bug#4612)
11332         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11334 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11336         * minibuffer.el (completion-table-with-terminator): Properly implement
11337         boundaries, in case `terminator' appears in the suffix.
11338         (completion--embedded-envvar-table): Don't return boundaries if
11339         there's no valid completion.  Simplify.
11340         (completion-file-name-table): New completion table extracted from
11341         completion--file-name-table.
11342         (completion--file-name-table): Use it.
11343         (read-file-name-predicate): Declare obsolete.
11344         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11345         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11346         completion-file-name-table, and use the `pred' argument.
11347         * files.el (locate-file-completion-table): Use the `pred' arg rather
11348         than read-file-name-predicate.
11349         (abbreviate-file-name): Use \` rather than ^ for BOS.
11351 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11353         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11354         vc-responsible-backend to register, it causes problems.
11356 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11358         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11360 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
11362         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11363         (tramp-smb-handle-file-attributes): Use it.
11364         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11365         (tramp-smb-handle-insert-directory): Use `mapc' rather than
11366         `mapcar'.  Use `tramp-smb-get-stat-capability'.
11367         Add `dired-filename' text properties.
11368         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11369         (tramp-smb-maybe-open-connection): Simplify check for smbclient
11370         version.
11372 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11374         * subr.el (read-key-delay): Reduce to 0.01.
11375         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11376         (bug#4751).
11378 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11380         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11382         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11383         (Info-menu): Remove unused vars `last' and `completions'.
11384         (Info-index-nodes): Remove unused var `node'.
11386         * info.el (Info-complete-menu-item): Use complete-with-action.
11388 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11390         Make vc-annotate work through copies and renames.
11391         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11392         Return the file name too.
11393         (vc-annotate-revision-at-line)
11394         (vc-annotate-find-revision-at-line)
11395         (vc-annotate-revision-previous-to-line)
11396         (vc-annotate-show-log-revision-at-line): Update to get the file
11397         name from vc-annotate-extract-revision-at-line.
11398         (vc-annotate-show-diff-revision-at-line-internal): Change the
11399         argument to mean whether to show a file diff or not.  Get the file
11400         name from vc-annotate-extract-revision-at-line.
11401         (vc-annotate-show-diff-revision-at-line):
11402         Update vc-annotate-show-diff-revision-at-line call.
11403         (vc-annotate-warp-revision): Add an optional file argument.
11405         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11406         (vc-git-annotate-extract-revision-at-line): Also return the file
11407         name if found.
11409         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11410         command.  Remove unused code.
11411         (vc-hg-annotate-re): Update to match --follow output.
11412         (vc-hg-annotate-extract-revision-at-line): Also return the file
11413         name if found.
11415         * vc.el: Update annotate-extract-revision-at-line documentation.
11417 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11419         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11420         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11422         * net/browse-url.el (browse-url): Identify alist with "consp and
11423         not functionp" and let all other things go down the `apply' leg,
11424         as suggested by Stefan.  (Further to bug#4531.)
11426 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11428         * minibuffer.el (read-file-name): Check for repeat before putting
11429         a default argument in file-name-history (Bug#4657).
11431         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11432         read syntax (Bug#4737).
11434         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11436 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11438         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11439         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11440         entries and make note of obsolete tags.
11442 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11444         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11446 2009-10-18  Glenn Morris  <rgm@gnu.org>
11448         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11449         grep, so that binary files (eg international/uni-bidi.el) can match.
11450         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11451         now, and in any case the file header format has changed.
11453 2009-10-17  Glenn Morris  <rgm@gnu.org>
11455         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11456         (flyspell-get-word, flyspell-large-region)
11457         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11459 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11461         * Makefile.in (ELCFILES): Add ede/shell.
11463 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11465         * term/common-win.el (x-colors): Purecopy it.
11467 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11469         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11470         permissive for when the buffer is empty.
11471         (tar-header-block-tokenize): Decode the username and groupname.
11472         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11474 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11476         * international/mule-cmds.el (select-safe-coding-system): If the file
11477         has a coding cookie, use it regardless of any other setting (bug#4712).
11479 2009-10-17  Glenn Morris  <rgm@gnu.org>
11481         * foldout.el (foldout-mouse-swallow-events):
11482         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11484         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11485         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11486         (dired-keep-marker-symlink, dired-dwim-target)
11487         (dired-copy-preserve-time): Do not autoload these defcustoms.
11489         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11490         messages from messing up the file coding.  (Bug#4623)
11492 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
11494         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11495         if no match is found for the current dictionary.  (Bug#4578)
11497         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11498         optional, since that is how it is documented, and this is often called
11499         with a nil argument.  (Bug#4577)
11500         (flyspell-external-point-words, flyspell-auto-correct-word)
11501         (flyspell-correct-word-before-point, flyspell-word-search-forward)
11502         (flyspell-word-search-backward): Remove nil argument in calls to
11503         flyspell-get-word, since it is not needed now.
11505 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
11507         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
11509 2009-10-16  Glenn Morris  <rgm@gnu.org>
11511         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11513 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11515         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11516         (ange-ftp-file-size): New function.
11517         (ange-ftp-file-attributes): Use it.
11519 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
11521         * net/tramp-smb.el (tramp-smb-version): New defvar.
11522         (tramp-smb-maybe-open-connection): Use it, in order to avoid
11523         repeated checks.
11525 2009-10-16  Glenn Morris  <rgm@gnu.org>
11527         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11528         Maybe copy some custom properties from old to new name.  (Bug#4706)
11530 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
11532         * subr.el (error, sit-for, start-process-shell-command)
11533         (start-file-process-shell-command): Set the calling convention
11534         after the function definition.
11536 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11538         * subr.el (error, sit-for, start-process-shell-command)
11539         (start-file-process-shell-command): Use the new
11540         set-advertised-calling-convention feature.
11542 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
11544         * international/ucs-normalize.el (ucs-normalize-version):
11545         Change to 1.2.
11546         (check-range): Adjust for Unicode 5.2.
11548 2009-10-15  Juri Linkov  <juri@jurta.org>
11550         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11551         to the `menu-item' format.
11553 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
11555         * net/tramp.el (tramp-replace-environment-variables): Do not fail
11556         if the environment variable does not exist.
11558         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11559         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11560         parameter.
11561         (tramp-smb-handle-add-name-to-file)
11562         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11563         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11564         (tramp-smb-handle-file-attributes)
11565         (tramp-smb-do-file-attributes-with-stat)
11566         (tramp-smb-handle-file-local-copy)
11567         (tramp-smb-handle-insert-directory)
11568         (tramp-smb-handle-make-directory)
11569         (tramp-smb-handle-make-directory-internal)
11570         (tramp-smb-handle-make-symbolic-link)
11571         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11572         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11573         (tramp-smb-maybe-open-connection): Apply the changed parameters.
11574         (tramp-smb-read-file-entry): Read Disk names in compressed format.
11575         Handle long file names.
11576         (tramp-smb-get-cifs-capabilities): Check, whether the connection
11577         process is running.
11578         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11579         Read share names with "-g" option.
11581 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
11583         * net/rcirc.el (rcirc-view-log-file): New command.
11584         (rcirc-track-minor-mode-map): Remove C-c ` binding.
11585         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11586         specified.
11588 2009-10-15  Glenn Morris  <rgm@gnu.org>
11590         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11591         from the second command-line argument.
11592         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11593         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11594         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11595         w32-batch-update-autoloads.
11596         * emacs-lisp/autoload.el (autoload-make-program): New variable.
11597         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11599         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11600         the headers cannot be located.  Simplify, subtracting superflous
11601         save-excursions.
11603 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11605         Replace completion-base-size by completion-base-position to fix bugs
11606         such as (bug#4699).
11607         * simple.el (completion-base-position): New var.
11608         (completion-base-size): Mark as obsolete.
11609         (choose-completion): Make it work for mouse events as well.
11610         Pass the new base-position to choose-completion-string.
11611         (choose-completion-guess-base-position): New function, extracted from
11612         choose-completion-delete-max-match.
11613         (choose-completion-delete-max-match): Use it.  Make obsolete.
11614         (choose-completion-string): Use the new base-position info.
11615         (completion-root-regexp): Delete.
11616         (completion-setup-function): Preserve completion-base-position.
11617         Eliminate obsolete base-size manipulation.
11618         * minibuffer.el (display-completion-list): Don't mess with base-size.
11619         (minibuffer-completion-help): Set completion-base-position instead.
11620         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11621         choose-completion.
11622         * textmodes/bibtex.el (bibtex-complete):
11623         * emacs-lisp/crm.el (crm--choose-completion-string):
11624         Adjust to new calling convention.
11625         * complete.el (partial-completion-mode): Use minibufferp to avoid
11626         bumping into incompatible change to choose-completion-string-functions.
11627         * ido.el (ido-choose-completion-string): Make its calling convention
11628         more permissive.
11629         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11630         base-size manipulation.
11631         (comint-dynamic-list-input-ring): Use dotimes and push.
11632         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11633         fundamental-mode.  Use `or'.
11635 2009-10-14  Juri Linkov  <juri@jurta.org>
11637         * misearch.el (multi-isearch-next-buffer-from-list)
11638         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
11640 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11642         * Makefile.in (compile-onefile): Load `bytecomp' rather than
11643         `bytecomp.el'.
11645         * minibuffer.el (completion-pcm--merge-completions): Make sure the
11646         string we return is all made up of text from the completions rather
11647         than part from the completions and part from the input (bug#4219).
11649         * ido.el (ido-everywhere): Use define-minor-mode.
11651         * buff-menu.el (list-buffers, ctl-x-map):
11652         Mark the entry points with ;;;###autoload cookies.
11654 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11656         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11657         correctly in the detached head case.
11658         (vc-git-print-log): Remove unused binding.
11660         * vc.el (vc-responsible-backend): When a directory is passed for
11661         for registration create a VC repository if no backend is
11662         responsible for the directory argument.
11663         (vc-deduce-fileset): Tell vc-responsible-backend to register.
11665         * vc.el: Move comments about RCS and SCCS ...
11666         * vc-rcs.el:
11667         * vc-sccs.el: ... here, respectively.
11669 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11671         * minibuffer.el (completion--file-name-table): Return nil if there's
11672         no file completion, even if substitute-in-file-name changed
11673         the string (bug#4708).
11675 2009-10-13  Juri Linkov  <juri@jurta.org>
11677         * files-x.el (read-file-local-variable-value): Don't filter out
11678         minor modes from mode name completion (bug#4664).
11680 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11682         * international/mule-cmds.el (ucs-names): Remove exclusion of
11683         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11685 2009-10-13  Kenichi Handa  <handa@m17n.org>
11687         * international/uni-name.el: Regenerated.
11689 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11691         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
11692         should be automatically buffer-local, but isn't.)
11694 2009-10-12  Sam Steingold  <sds@gnu.org>
11696         * progmodes/compile.el (compilation-next-error-function): Fix the
11697         timestamps if the buffer has been visited before.
11698         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11699         non-anchored patterns, like the perl one (bug#3928).
11701 2009-10-12  Glenn Morris  <rgm@gnu.org>
11703         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11704         Let-bind `size'.
11706 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
11708         * proced.el (proced-unload-function): New function.
11710         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11711         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11712         Doc fix.
11714         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11716 2009-10-11  Juri Linkov  <juri@jurta.org>
11718         * files-x.el (read-file-local-variable-value):
11719         Provide default value only for bound variables (bug#4664).
11721 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
11723         * net/tramp.el (tramp-local-host-p): Function shall return nil for
11724         connection methods like smb.
11726         * net/tramp-cache.el (tramp-flush-connection-property): The hash
11727         can be empty.
11729         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11730         (tramp-smb-file-name-handler-alist): Add handlers for
11731         `add-name-to-file', `make-symbolic-link'.
11732         (tramp-smb-handle-add-name-to-file)
11733         (tramp-smb-do-file-attributes-with-stat)
11734         (tramp-smb-handle-make-symbolic-link)
11735         (tramp-smb-get-cifs-capabilities): New defuns.
11736         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11737         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11738         (tramp-smb-handle-file-local-copy)
11739         (tramp-smb-handle-make-directory-internal)
11740         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11741         The file name syntax depends on cifs capabilities.
11742         (tramp-smb-handle-file-attributes):
11743         Call `tramp-smb-do-file-attributes-with-stat' if possible.
11744         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11745         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
11747 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
11749         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11750         (eieio-defclass): Apply deftype handler and setf-method properties
11751         directly.
11752         (eieio-add-new-slot): Avoid union function from cl library.
11753         (eieio--typep): New function.
11754         (eieio-perform-slot-validation): Use it.
11756 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11758         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
11759         Update documentation to refer to the variables documented in r1.135.
11760         (Bug#4188)
11762 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11764         * bookmark.el (Info-suffix-list): Remove this unused variable.
11765         (bookmark-current-point): Remove this obsolete variable.
11766         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11767         Adjust for removal of bookmark-current-point.
11769         (bookmarks-already-loaded, bookmark-current-buffer)
11770         (bookmark-yank-point): Document.  (Bug#4188)
11772 2009-10-10  Glenn Morris  <rgm@gnu.org>
11774         * frame.el (frame-height): Doc fix.
11776         * calendar/calendar.el (calendar-split-width-threshold): New option.
11777         (calendar-basic-setup): Use calendar-split-width-threshold.
11779 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
11781         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11782         Ideographic Supplement" range (U+1F200..U+1F2FF).
11784 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11786         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
11787         since the list will have been rebuilt anyway.  (Bug#4349)
11789 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11791         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
11792         (bookmark-bmenu-execute-deletions): Don't save here, as
11793         bookmark-delete will now do so if necessary.
11794         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
11795         (Bug#4348)
11797 2009-10-09  Glenn Morris  <rgm@gnu.org>
11799         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11801 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11803         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
11804         (bookmark-jump-other-window): Just invoke bookmark-jump with new
11805         argument now, so the two function's behaviors will match.  (Bug#3645)
11807 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
11809         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
11810         (tramp-file-name-real-host, tramp-file-name-port):
11811         Apply `save-match-data'.
11813         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
11814         case both directories are remote.
11815         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
11816         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
11818 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
11820         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
11822 2009-10-07  Glenn Morris  <rgm@gnu.org>
11824         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
11825         of concat.
11827 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11829         * files-x.el (read-file-local-variable): Include some
11830         non-user-variables in the completion table (bug#4664).
11832 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
11834         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
11835         message.
11837         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11838         (tramp-smb-file-name-handler-alist): Add handler for
11839         `copy-directory', `expand-file-name', `set-file-modes'.
11840         (tramp-smb-handle-copy-directory)
11841         (tramp-smb-handle-expand-file-name)
11842         (tramp-smb-handle-set-file-modes): New defuns.
11843         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
11844         (tramp-smb-handle-file-attributes): Simplify check for retrieving
11845         entry.
11846         (tramp-smb-handle-insert-directory): Don't flush the cache.
11847         (tramp-smb-maybe-open-connection): Check for samba client and
11848         server versions.
11850 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
11852         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
11853         to not error out of search for "^lisp=" fails.
11855 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
11857         * makefile.w32-in (WINS_UPDATES): New macro.
11858         (custom-deps, finder-data, autoloads): Use it.
11860 2009-10-07  Glenn Morris  <rgm@gnu.org>
11862         * Makefile.in (autoloads): Revert previous change.
11863         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
11864         the list of preloaded files passed on the command-line, get
11865         it from src/Makefile.
11867         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
11868         show the original buffer rather than a random one.
11870 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
11872         * help.el (describe-no-warranty): Place point in a slightly better
11873         position in the GPLv3 text.
11875 2009-10-06  Sam Steingold  <sds@gnu.org>
11877         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
11878         the comm attribute is present before calling regexp-quote.
11880 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
11882         * play/animate.el (animate-string): For good effect, make sure
11883         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
11885         * play/animate.el (animate-sequence, animate-birthday-present):
11886         * misc.el (butterfly): Don't set `indent-tabs-mode'.
11888 2009-10-06  Glenn Morris  <rgm@gnu.org>
11890         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
11892         * emacs-lisp/autoload.el (autoload-excludes): New variable.
11893         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
11894         (batch-update-autoloads): Process a string value of autoload-excludes,
11895         set during the build process.
11896         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
11898         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
11899         inside with-parsed...  macro so that `v' is defined.
11901         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
11902         * progmodes/fortran.el (fortran-end-of-block)
11903         (fortran-beginning-of-block):
11904         Also push mark in the macro case.
11906         * emerge.el (emerge-show-file-name):
11907         * calc/calc.el (calc-quit):
11908         * calc/calc-misc.el (calc-big-or-small):
11909         * calc/calc-graph.el (calc-graph-view):
11910         * calc/calc-ext.el (calc-reset):
11911         * calendar/calendar.el (calendar-basic-setup):
11912         Use window-full-height-p.
11914         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
11915         header we don't understand, don't insert another.  (Bug#4624)
11916         If changing mime charset, insert the new one in the right place.
11918 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
11920         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11921         (cal-tex-cursor-month): Correctly increment the end date for diary and
11922         holiday listing.  (Bug#4626)
11924 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11926         * help-fns.el (describe-function-1): Don't burp if the function is not
11927         a symbol.
11929 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
11931         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
11932         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
11933         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
11934         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
11936         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
11937         (eieio-default-superclass): Reflow docstrings.
11938         (this, class-option-assoc, defclass, eieio-class-un-autoload)
11939         (eieio-unbind-method-implementations, defmethod)
11940         (eieio-validate-slot-value, eieio-validate-class-slot-value)
11941         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
11942         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
11943         (eieio-slot-originating-class-p, eieio-slot-name-index)
11944         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
11945         (constructor, initialize-instance, no-next-method, object-print)
11946         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
11947         Fix typos in docstrings.
11948         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
11949         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
11950         (next-method-p): Doc fixes.
11951         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
11952         Fix typos in error messages.
11953         (eieio-defmethod): Fix typo in description of generic method.
11955         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
11956         (eieio-persistent-save-interactive, slot-missing):
11957         Fix typos in docstrings.
11958         (eieio-instance-inheritor-slot-boundp): Doc fix.
11960         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
11961         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
11963         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
11964         (eieio-custom-object-apply-reset):
11965         Fix typos in docstrings and error messages.
11967         * emacs-lisp/eieio-datadebug.el (data-debug-show):
11968         Fix typo in docstring.
11970         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
11971         (eieio-browse-tree): Doc fix.
11972         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
11973         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
11974         Fix typos in docstrings.
11976         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
11977         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
11978         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
11979         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
11980         Reflow docstrings.
11982 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
11984         * vc-hg.el (log-view-vc-backend): Declare for compiler.
11985         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
11986         Set log-view-vc-backend so that diff can work.
11988         * log-view.el (log-view-diff): Use vc-diff-internal instead of
11989         vc-version-diff.
11990         (vc-diff-internal): Autoload this instead of vc-version-diff.
11992 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
11994         * simple.el (eval-expression): Doc fix.
11996         * progmodes/cwarn.el (cwarn-mode): Doc fix.
11998 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
12000         * files.el (directory-files-no-dot-files-regexp): New defconst.
12001         (delete-directory): Use it.
12002         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
12004         * net/tramp.el (tramp-verbose): Fix docstring.
12005         (tramp-methods): Add recursive option to `tramp-copy-args'.
12006         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
12007         "scp1_old", "scp2_old", "rsync", "rsyncc".
12008         (tramp-default-method): Check also for `auth-source-user-or-password'.
12009         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12010         Add handler for `copy-directory'.
12011         (tramp-handle-copy-directory): New defun.
12012         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12013         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12014         Optimize sent command.
12016 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12018         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12019         window if necessary.
12021         * calendar/calendar.el (calendar-basic-setup): Don't call
12022         switch-to-buffer in a dedicated window.
12024 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
12026         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12027         don't do anything related to relocating, just return nil.
12028         (bookmark-error-no-filename): New error.
12029         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12030         bookmark has no file.  Don't even attempt to handle things that
12031         are not files; the whole point of custom handlers is to keep that
12032         knowledge elsewhere anyway.  Tighten some comments.
12033         (bookmark-file-or-variation-thereof): Remove now-unused function.
12034         (bookmark-location): Doc string fix.
12035         (Bug#4250)
12037 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12039         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12040         don't use a file dialog, because they usually don't know how to read
12041         a directory target from the user.  (Bug#4230)
12042         Also, make sure the prompt can display directories as well as files.
12044 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12046         * bookmark.el (bookmark-set, bookmark-buffer-name):
12047         Improve doc strings.  (Bug#1193)
12049 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12051         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12052         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12053         (bookmark-get-annotation, bookmark-set-annotation)
12054         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12055         (bookmark-set-position, bookmark-get-front-context-string)
12056         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12057         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12058         (bookmark-jump-other-window, bookmark-handle-bookmark)
12059         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12060         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12061         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12062         Improve doc strings to say whether bookmark can be a string or
12063         a record or both, and make other consistency and clarity fixes.
12064         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12065         (bookmark-default-annotation-text, bookmark-yank-word)
12066         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12067         (bookmark-import-new-list, bookmark-maybe-rename)
12068         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12069         (bookmark-bmenu-bookmark): Give these doc strings.
12070         (bookmark-bmenu-check-position): Give this a doc string, but also
12071         add a FIXME comment about how the function may be pointless.
12072         (bookmark-default-handler): Rework doc string and change a
12073         parameter name, to clarify that this takes a bookmark record
12074         not a bookmark name.
12075         (bookmark-set): Change a parameter name to indicate its meaning,
12076         and improve the doc string a bit.
12077         (Bug#4188)
12079 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12081         * bookmark.el (bookmark-alist): Document the new `handler' element
12082         in the param alist.
12083         (bookmark-make-record-function): Adjust documentation for above.
12084         (Bug#4193)
12086 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12088         * info.el (Info-bookmark-make-record): Document this function.
12089         (Info-bookmark-jump): Document with a doc string, not just a comment.
12090         (Bug#4203)
12092 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12094         * files.el (copy-directory): New defun.
12096         * dired-aux.el (dired-copy-file-recursive): Use it.
12098 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12100         * files-x.el (modify-dir-local-variable)
12101         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12102         docstrings.
12104         * recentf.el (recentf-unload-function): New function.
12106 2009-10-04  Glenn Morris  <rgm@gnu.org>
12108         * window.el (window-full-height-p): Add doc string.
12110 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12112         * window.el (window-full-height-p): New function.  (Bug#4543)
12114 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12116         * vc.el: Remove commented out code.
12117         (vc-derived-from-dir-mode): Remove, unused.
12118         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12120 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12122         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12123         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12124         there could be recursive loading when `default-directory' is a
12125         remote file name.  (Bug#4614)
12127 2009-10-03  Glenn Morris  <rgm@gnu.org>
12129         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12130         the frame is wide.
12131         (calendar-generate-window): Test for shrinkability rather than width.
12133         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12134         reusing existing buffers, in case we happen to visit two files with the
12135         same basename.  (Bug#4593)
12137 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12139         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12140         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12141         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12142         subdirs of cedet as well.
12143         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12145 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12147         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12148         Obey advertised-signature-table.
12150         * help-fns.el (help-function-arglist): Don't check
12151         advertised-signature-table.
12152         (describe-function-1): Do it here instead so it also applies to subrs.
12154 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
12156         * simple.el (start-file-process): Say in the doc-string, that file
12157         handlers might not support pty association, if PROGRAM is nil.
12159         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12160         HOST and USER are strings.  They are nil, when there are
12161         incomplete entries in ~/.netrc, for example.
12162         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
12163         root directory ("device busy" error otherwise).
12165         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12166         Flush file properties of created directory.
12168 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12170         * makefile.w32-in (WINS_BASIC): Remove cedet.
12171         (WINS_CEDET): Add cedet.
12172         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12174 2009-10-02  Kevin Ryde  <user42@zip.com.au>
12176         * net/browse-url.el (browse-url): Pass any symbol in
12177         browse-url-browser-function to `apply', since if you've mistakenly put
12178         an unbound symbol then the error is clearer.  (Bug#4531)
12180 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12182         * allout.el (allout-init, allout-back-to-current-heading)
12183         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12184         (allout-ascend, allout-up-current-level, allout-end-of-level)
12185         (allout-previous-visible-heading, allout-forward-current-level)
12186         (allout-backward-current-level, allout-show-children):
12187         * apropos.el (apropos-describe-plist):
12188         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12189         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12190         * completion.el (add-completion, add-permanent-completion):
12191         * descr-text.el (describe-text-category, describe-char):
12192         * desktop.el (desktop-lazy-abort):
12193         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12194         * dired.el (dired-build-subdir-alist):
12195         * ediff.el (ediff-version):
12196         * elide-head.el (elide-head, elide-head-show):
12197         * emerge.el (emerge-version):
12198         * env.el (getenv):
12199         * face-remap.el (variable-pitch-mode):
12200         * faces.el (describe-face):
12201         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12202         (dired-at-point):
12203         * files.el (find-file-existing, auto-save-mode):
12204         * font-lock.el (font-lock-fontify-buffer):
12205         * help-fns.el (describe-function, describe-variable)
12206         (describe-syntax, describe-categories):
12207         * help.el (view-lossage, describe-bindings, describe-key)
12208         (describe-mode):
12209         * hexl.el (hexl-current-address):
12210         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12211         * info.el (Info-goto-emacs-key-command-node):
12212         * log-edit.el (log-edit-insert-cvs-template)
12213         (log-edit-insert-cvs-rcstemplate):
12214         * menu-bar.el (menu-bar-mode):
12215         * mouse.el (mouse-appearance-menu):
12216         * newcomment.el (comment-indent-new-line):
12217         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12218         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12219         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12220         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12221         * recentf.el (recentf-mode):
12222         * savehist.el (savehist-mode, savehist-save):
12223         * shadowfile.el (shadow-copy-files):
12224         * simple.el (kill-ring-save, next-line, previous-line)
12225         (normal-erase-is-backspace-mode):
12226         * strokes.el (strokes-update-window-configuration)
12227         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12228         (strokes-xpm-for-stroke):
12229         * time.el (emacs-uptime, emacs-init-time):
12230         * tutorial.el (tutorial--describe-nonstandard-key)
12231         (tutorial--detailed-help):
12232         * type-break.el (type-break-mode)
12233         (type-break-mode-line-message-mode, type-break-query-mode)
12234         (type-break-guesstimate-keystroke-threshold):
12235         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12236         * version.el (emacs-version):
12237         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12238         * winner.el (winner-mode):
12239         * calendar/timeclock.el (timeclock-in, timeclock-out)
12240         (timeclock-status-string, timeclock-change)
12241         (timeclock-workday-remaining-string)
12242         (timeclock-workday-elapsed-string)
12243         (timeclock-when-to-leave-string):
12244         * calendar/todo-mode.el (todo-add-category):
12245         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12246         * emacs-lisp/autoload.el (update-file-autoloads):
12247         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12248         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12249         (checkdoc-message-text, checkdoc-defun):
12250         * emacs-lisp/debug.el (debugger-list-functions):
12251         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12252         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12253         (eieio-describe-generic):
12254         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12255         * emacs-lisp/shadow.el (list-load-path-shadows):
12256         * emulation/cua-base.el (cua-mode):
12257         * emulation/edt.el (edt-set-scroll-margins):
12258         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12259         (tpu-toggle-regexp, tpu-toggle-search-direction)
12260         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12261         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12262         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12263         (viper-set-parsing-style-toggling-macro)
12264         (viper-set-emacs-state-searchstyle-macros):
12265         * emulation/viper.el (viper-set-hooks):
12266         * eshell/esh-mode.el (eshell-truncate-buffer):
12267         * international/mule-cmds.el (prefer-coding-system)
12268         (describe-input-method, describe-language-environment):
12269         * international/mule-diag.el (list-character-sets)
12270         (describe-character-set, describe-coding-system)
12271         (describe-fontset, list-fontsets, list-input-methods):
12272         * mail/sendmail.el (mail-signature):
12273         * net/ange-ftp.el (ange-ftp-copy-file):
12274         * net/browse-url.el (browse-url):
12275         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12276         * net/quickurl.el (quickurl-add-url):
12277         * net/rcirc.el (names, topic):
12278         * net/xesam.el (xesam-mode):
12279         * play/5x5.el (5x5-new-game):
12280         * play/yow.el (apropos-zippy):
12281         * progmodes/ada-mode.el (ada-mode-version):
12282         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12283         (f90-end-of-block)
12284         (f90-beginning-of-block):
12285         * progmodes/fortran.el (fortran-end-of-block)
12286         (fortran-beginning-of-block):
12287         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12288         * progmodes/python.el (python-describe-symbol, python-shell):
12289         * term/ns-win.el (ns-print-buffer):
12290         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12291         * textmodes/flyspell.el (flyspell-mode-on):
12292         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12293         (pages-directory-for-addresses):
12294         * textmodes/table.el (table-recognize-cell)
12295         (table-query-dimension, table-generate-source)
12296         (table-insert-sequence, table--warn-incompatibility):
12297         * textmodes/tex-mode.el (tex-validate-buffer):
12298         * textmodes/texinfmt.el (texinfmt-version)
12299         (texinfo-format-buffer):
12300         Use `called-interactively-p' instead of `interactive-p'.
12302 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12304         * image-mode.el (image-toggle-display):
12305         * emacs-lisp/elp.el (elp-instrument-function):
12306         * emacs-lisp/advice.el (ad-make-advised-definition):
12307         * emacs-lisp/easy-mmode.el (define-minor-mode):
12308         * net/browse-url.el (browse-url-maybe-new-window):
12309         * progmodes/sh-script.el (sh-learn-buffer-indent):
12310         Pass new argument 'any to `called-interactively-p'.
12312 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12314         * international/uni-bidi.el:
12315         * international/uni-category.el:
12316         * international/uni-combining.el:
12317         * international/uni-comment.el:
12318         * international/uni-decimal.el:
12319         * international/uni-decomposition.el:
12320         * international/uni-digit.el:
12321         * international/uni-lowercase.el:
12322         * international/uni-mirrored.el:
12323         * international/uni-name.el:
12324         * international/uni-numeric.el:
12325         * international/uni-old-name.el:
12326         * international/uni-titlecase.el:
12327         * international/uni-uppercase.el:
12328         Regenerate from Unicode 5.2.0 data.
12330 2009-10-01  Glenn Morris  <rgm@gnu.org>
12332         * Makefile.in (ELCFILES): Regenerate.
12334 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12336         * subr.el (interactive-p): Mark obsolete.
12337         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12338         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12339         advertised-signature-table for subroutines as well.
12341         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12342         (set-advertised-calling-convention): New function.
12343         (make-obsolete, define-obsolete-function-alias)
12344         (make-obsolete-variable, define-obsolete-variable-alias):
12345         Make the optional-ness of `when' obsolete.
12346         (define-obsolete-face-alias): Make `when' non-optional.
12347         * help-fns.el (help-function-arglist):
12348         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12349         Use advertised-signature-table.
12351 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12353         * files.el (delete-directory): New defun.  The original function
12354         in fileio.c has been renamed to `delete-directory-internal'.
12356         * dired.el (dired-delete-file): Call `delete-directory' with
12357         RECURSIVE parameter.
12359         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12360         parameter RECURSIVE.  Implementation is missing.
12362         * net/tramp.el (tramp-handle-make-directory): Flush upper
12363         directory's file properties.
12364         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12365         (tramp-handle-dired-recursive-delete-directory): Flush directory
12366         properties after the remove command only.
12368         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12369         Handle optional parameter RECURSIVE.
12371         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12372         Handle optional parameter RECURSIVE.
12374         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12375         connection timeout.
12376         (tramp-smb-handle-delete-directory): Handle optional parameter
12377         RECURSIVE.
12379 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12381         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12382         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12383         (byte-compile-defmacro): Use backquotes.
12385         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12387         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12388         has no associated file.
12389         (vc-resynch-buffer): Use vc-dir-buffers.
12391 2009-10-01  Glenn Morris  <rgm@gnu.org>
12393         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12394         (chart-file-count):
12395         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12396         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12397         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12398         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12399         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12400         (eieio-copy-parents-into-subclass, make-instance, class-children)
12401         (eieio-generic-form):
12403         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12404         match-data.  (Bug#4555).
12406         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12407         rather than parsing it as a regexp.  This relaxes the layout
12408         requirements and makes errors easier to detect.
12409         (check-declare-verify): Check file is regular.
12410         (check-declare-directory): Doc fix.
12411         * subr.el (declare-function): Doc fix.
12413         * ibuffer.el (ibuffer-format-qualifier):
12414         * isearch.el (hi-lock-regexp-okay):
12415         * calc/calc.el (math-zerop):
12416         * mail/uce.el (rmail-msgbeg, rmail-msgend):
12417         * term/w32-win.el (setup-default-fontset, set-fontset-font):
12418         Remove unused declarations.
12420 2009-09-30  Glenn Morris  <rgm@gnu.org>
12422         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12424         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12425         filename is not a string.
12427 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
12429         * files.el (safe-local-eval-forms): Fix typo.
12431 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12433         * vc-hooks.el (vc-dir-buffers): New var.
12434         (vc-state-refresh): New function.
12435         (vc-state): Use it.
12436         (vc-after-save): Always ask the backend to recompute the new state.
12437         Always call vc-dir if necessary, using vc-dir-buffers.
12438         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12439         Use vc-dir-buffers.
12440         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12441         (vc-dir-prepare-status-buffer, vc-dir-update)
12442         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12443         Don't call expand-file-name on default-directory.
12445 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12447         * speedbar.el (speedbar-item-delete):
12448         * calc/calc-prog.el (calc-kbd-if):
12449         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12451         * epa.el (epa-key-list-mode-map):
12452         * hi-lock.el (hi-lock-menu): Fix typos in menus.
12454         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12455         (hs-show-hook): Fix typo in docstring.
12457 2009-09-29  Glenn Morris  <rgm@gnu.org>
12459         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12460         file-name-nondirectory call preventing location of cedet files.
12461         (check-declare-verify): Use literal search rather than re-search.
12462         Add basic defmethod and defclass, and define-overloadable-function.
12464         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12465         Use tramp-compat-file-attributes rather than nonexistent
12466         tramp-compat-handle-file-attributes.
12468         * Makefile.in (lisptagsfiles4): New.
12469         (AUTOGENEL): Add cedet loaddefs files.
12470         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12471         (update-elclist, compile-always, backup-compiled-files)
12472         (bootstrap-clean): Add yet another directory level.
12473         (update-elclist): Use LC_COLLATE rather than COLLATE.
12474         (ELCFILES): Update, via `make update-elclist'.
12476 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12478         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12479         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12480         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12482 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
12484         * Makefile.in (lisptagsfiles3): Define.
12485         (TAGS, TAGS-LISP): Use it.
12486         (update-elclist): Add third directory level to look for elc files.
12487         (compile-always): Likewise.
12488         (backup-compiled-files): Likewise.
12489         (bootstrap-clean): Likewise.
12490         (ELCFILES): Update.
12492 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
12494         * Makefile.in (ELCFILES): Add CEDET files.
12496 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
12498         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12500         * net/tramp.el (top): Require tramp-imap.
12502         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12503         Use `tramp-compat-handle-file-attributes'.
12505 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12507         * net/tramp-imap.el: New package.
12509 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12511         * whitespace.el (whitespace-trailing-regexp)
12512         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12513         Fix doc string.
12515 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
12517         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12518         menu.
12520         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12521         menu-bar-ediff-menu.
12523         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12524         define-overloadable-function.
12526         * progmodes/autoconf.el: Provide autoconf as well, so that this
12527         file can be `require'd.
12529         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12531         * emacs-lisp/autoload.el (generated-autoload-feature)
12532         (generated-autoload-load-name): New vars.
12533         (autoload-rubric, autoload-generate-file-autoloads): Use them.
12534         (make-autoload): Recognize define-overloadable-function and
12535         defclass forms (for EIEIO).
12537         * Makefile.in (update-subdirs): Exclude cedet directory.
12539 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
12541         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
12543         * faces.el: Default light-background background for region face to
12544         ns_selection_color under NS.
12546 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12548         * net/imap-hash.el: New library, see NEWS.
12550         * Makefile.in (ELCFILES): Add imap-hash.el.
12552 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12554         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12555         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12556         * help-macro.el (make-help-screen): Avoid using an ambiguous function
12557         definition where the docstring could be taken for the return value.
12559 2009-09-26  Glenn Morris  <rgm@gnu.org>
12561         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12562         Add option to only show images below a certain size.
12563         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12564         save-excursion calls.
12566 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
12568         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12569         subdirectories) and eieio.
12571 2009-09-26  Alan Mackenzie  <acm@muc.de>
12573         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12574         buggy bracketing.  (Bug#4289)
12576         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12577         character constants (as case labels).  (Bug#4289)
12579 2009-09-25  Juri Linkov  <juri@jurta.org>
12581         * files.el (safe-local-eval-forms): Allow time-stamp in
12582         before-save-hook (Bug#4554).
12584 2009-09-25  Drew Adams  <drew.adams@oracle.com>
12586         * menu-bar.el (list-buffers-directory): Doc fix.
12588 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12590         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12591         Try and avoid copying twice the same paragraph.
12592         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12593         Remove save-excursion.
12594         (log-edit-changelog-entry): Do it here instead.
12596 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
12598         * bs.el (bs--get-file-name): Use `list-buffers-directory'
12599         when available, instead of hardcoding mode names.  Doc fix.
12601         * menu-bar.el (list-buffers-directory): Add docstring.
12602         Make automatically buffer-local.
12604         * dired.el (dired-mode):
12605         * files.el (cd-absolute):
12606         * pcvs.el (cvs-temp-buffer):
12607         * pcvs-util.el (cvs-get-buffer-create):
12608         * shell.el (shell-mode):
12609         * vc-dir.el (vc-dir-mode):
12610         Don't make `list-buffers-directory' buffer local.
12612 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
12614         * comint.el (comint-exec, comint-run, make-comint):
12615         Doc fixes (Bug#4542).
12617 2009-09-25  Glenn Morris  <rgm@gnu.org>
12619         * mail/rmailmm.el (rmail-mime): New custom group.
12620         Move all defcustoms in this file into this group.
12621         (rmail-mime-media-type-handlers-alist): Revert previous change.
12622         (rmail-mime-show-images): New option.
12623         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12624         references to it, since it wasn't actually used for anything.
12625         (rmail-mime-insert-image): New function.
12626         (rmail-mime-image): Use rmail-mime-insert-image.
12627         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12628         obey the value of `rmail-mime-show-images' option.  Print the size of
12629         attachments.
12631 2009-09-25  David Engster  <deng@randomsample.de>
12633         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
12635 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12637         * whitespace.el: Does not highlight trailing spaces While point is
12638         at end of line.  Does not highligt spaces at beginning of buffer
12639         while point is at beginning of buffer.  Does not highlight spaces
12640         at end of buffer while point is at end of buffer.  (Bug#4177)
12641         New version 12.0.
12642         (whitespace-display-mappings): Adjust initialization.
12643         (whitespace-point, whitespace-font-lock-refontify): New vars.
12644         (whitespace-color-on, whitespace-color-off): Adjust code.
12645         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12646         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12647         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12649 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
12651         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12653         * textmodes/sgml-mode.el: Remove xml-mode alias.
12655         * files.el (auto-mode-alist, conf-mode-maybe)
12656         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12658 2009-09-24  Alan Mackenzie  <acm@muc.de>
12660         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12661         c-forward-conditionals, but it doesn't move point and doesn't set
12662         the mark.
12663         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12664         (c-down-conditional-with-else, c-backward-conditional)
12665         (c-forward-conditional): Refactor to use c-scan-conditionals.
12667 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12669         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12670         (help-default-arg-highlight): Remove.
12671         (help-highlight-arg): New function.
12672         (help-do-arg-highlight): Use it.
12673         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
12675 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12677         * term.el (term-set-scroll-region, term-handle-ansi-escape):
12678         Undo last change, which didn't fix the problem and introduced others.
12680 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
12682         * progmodes/gdb-mi.el: Don't require speedbar.
12683         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12685 2009-09-24  Glenn Morris  <rgm@gnu.org>
12687         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12689         * term/ns-win.el (ns-reg-to-script): Define for compiler.
12691         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12692         there is no newline after the final mime boundary.  (Bug#4539)
12693         Move markers on insertion so that any buttons inserted don't end up in
12694         the next part of a multipart message.
12695         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
12696         (rmail-mime-bulk-handler): Optionally handle images.
12697         (rmail-mime-image): New button action.
12698         (rmail-mime-image-handler): New function.
12699         (rmail-mime-mode): New mode.
12700         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
12702 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12704         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12705         than just dropping elements from it (bug#4504).
12707         * term.el (term-set-scroll-region): Don't move cursor any more.
12708         (term-handle-ansi-escape): Call term-goto here instead.
12709         Suggested by Ivan Kanis <apple@kanis.eu>.
12711         * term.el: Require CL.
12712         (term-ansi-reset): New function.
12713         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12714         (term-handle-colors-array): Simplify.
12716 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12718         * allout.el (allout-overlay-interior-modification-handler)
12719         (allout-obtain-passphrase):
12720         * epa-file.el (epa-file-write-region):
12721         * ps-print.el (ps-begin-job):
12722         * vc-hooks.el (vc-toggle-read-only):
12723         * vc-rcs.el (vc-rcs-rollback):
12724         * vc-sccs.el (vc-sccs-rollback):
12725         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12726         (vc-version-diff, vc-revert, vc-rollback):
12727         * wdired.el (wdired-check-kill-buffer):
12728         * emacs-lisp/authors.el (authors):
12729         * net/socks.el (socks-open-connection):
12730         * net/zeroconf.el (zeroconf-service-add-hook):
12731         * obsolete/vc-mcvs.el (vc-mcvs-register):
12732         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12733         (gdb-select-frame):
12734         * progmodes/grep.el (lgrep, rgrep):
12735         * progmodes/idlw-help.el (idlwave-help-check-locations)
12736         (idlwave-help-html-link, idlwave-help-assistant-open-link):
12737         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12738         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12739         (reftex-toc-rename-label): Fix typos in error messages.
12741         * dired-aux.el (dired-do-shell-command): Reflow docstring.
12742         (dired-copy-how-to-fn): Doc fix.
12743         (dired-files-attributes, dired-read-shell-command):
12744         Fix typos in docstrings.
12746         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12747         (dired-x-find-file-other-window): Reflow docstrings.
12748         (dired-omit-marker-char, dired-read-shell-command)
12749         (dired-x-submit-report): Fix typos in docstrings.
12751         * shell.el (shell-mode-hook):
12752         * view.el (View-scroll-line-forward):
12753         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12754         Fix typos in docstrings.
12756         * net/dig.el (dig-invoke): Fix typo in docstring.
12757         (query-dig): Reflow docstring.
12759         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12760         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12761         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12762         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12763         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12764         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12765         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12766         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12767         (idlwave-completion-map, idlwave-current-indent)
12768         (idlwave-custom-ampersand-surround, idlwave-customize)
12769         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12770         (idlwave-define-abbrev, idlwave-determine-class-special)
12771         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12772         (idlwave-end-block-reg, idlwave-end-of-statement)
12773         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12774         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12775         (idlwave-explicit-class-listed, idlwave-file-header)
12776         (idlwave-fill-paragraph, idlwave-find-class-definition)
12777         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12778         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12779         (idlwave-in-quote, idlwave-indent-action-table)
12780         (idlwave-indent-expand-table, idlwave-indent-line)
12781         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12782         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12783         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12784         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12785         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12786         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12787         (idlwave-outlawed-buffers, idlwave-popup-select)
12788         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12789         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12790         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12791         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12792         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12793         (idlwave-statement-type, idlwave-struct-skip)
12794         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12795         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12796         (idlwave-what-module-find-class): Fix typos in docstrings.
12797         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12798         (idlwave-calculate-cont-indent, idlwave-expand-equal)
12799         (idlwave-find-module, idlwave-find-structure-definition)
12800         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12801         (idlwave-list-load-path-shadows, idlwave-next-statement)
12802         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
12803         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
12804         (idlwave-template): Reflow docstrings.
12806         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
12807         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
12808         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
12809         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
12810         (idlwave-shell-display-line, idlwave-shell-display-wframe)
12811         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
12812         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
12813         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
12814         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
12815         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
12816         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
12817         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
12818         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
12819         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
12820         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
12821         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
12822         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
12823         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
12824         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
12825         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
12826         Fix typos in docstrings.
12827         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
12828         (idlwave-shell-hide-output, idlwave-shell-mode)
12829         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
12830         Reflow docstrings.
12832         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
12834 2009-09-24  Ivan Kanis  <apple@kanis.eu>
12836         * term.el (term-bold-attribute): New var.
12837         (term-handle-colors-array): Use it.
12839 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
12841         * progmodes/gdb-mi.el (gdb-version): New variable.
12842         (gdb-non-stop-handler): Set gdb-version.
12843         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
12844         Condition "--thread" option on gdb-version.
12845         (gdb-invalidate-threads): Remove unused argument.
12847 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12849         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
12850         to looking-back to avoid ridiculous slow down in large files (bug#4511).
12852 2009-09-23  Glenn Morris  <rgm@gnu.org>
12854         * mail/rmail.el (rmail-reply): Don't try to add a References header when
12855         replying to mail without References or Message-Id.  (Bug#4525)
12857 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
12859         * term/ns-win.el (ns-reg-to-script): New variable.
12861 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
12863         * epg.el (epg-wait-for-status): Preserve existing 'error results.
12865 2009-09-22  Sam Steingold  <sds@gnu.org>
12867         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
12868         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
12869         to 1 because hg returns status 1 when nothing is found.
12870         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
12872 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12874         * textmodes/fill.el: Convert to utf-8 encoding.
12875         (fill-french-nobreak-p): Remove redundant » and « inherited from our
12876         pre-Unicode days.
12878         * add-log.el (change-log-fill-forward-paragraph): New function.
12879         (change-log-mode): Use it so fill-region DTRT.
12880         Set fill-indent-according-to-mode here rather than in
12881         change-log-fill-paragraph.
12882         (change-log-fill-paragraph): Remove.
12884 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
12886         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
12887         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
12889 2009-09-22  Glenn Morris  <rgm@gnu.org>
12891         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
12892         the scroll-bar scroll the calendar window rather than the buffer.
12894         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
12895         commands that move point (as opposed to scrolling).
12897         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
12899         * emacs-lisp/elint.el (elint): New custom group.
12900         (elint-log-buffer): Make it a defcustom.
12901         (elint-scan-preloaded, elint-ignored-warnings)
12902         (elint-directory-skip-re): New options.
12903         (elint-builtin-variables): Doc fix.
12904         (elint-preloaded-env): New variable.
12905         (elint-unknown-builtin-args): Add an entry for encode-time.
12906         (elint-extra-errors): Make it a variable rather than a constant.
12907         (elint-preloaded-skip-re): New constant.
12908         (elint-directory): Skip files matching elint-directory-skip-re.
12909         (elint-features): New variable, local to linted buffers.
12910         (elint-update-env): Initialize elint-features.  Possibly add
12911         elint-preloaded-env to the buffer's environment.
12912         (elint-get-top-forms): Bind elint-current-pos, for log messages.
12913         Skip quoted forms.
12914         (elint-init-form): New function, extracted from elint-init-env.
12915         Make non-list forms a warning rather than an error.
12916         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
12917         easy-menu-define, put that adds an error-condition, and provide.
12918         When requiring cl, also require cl-macs.  Really require cl, to handle
12919         some cl macros.  Store required libraries in the list elint-features,
12920         so as not to re-load them.  Treat cc-require like require.
12921         (elint-init-env): Call elint-init-form to do the work.
12922         Handle eval-and-compile and such like.
12923         (elint-add-required-env): Do not clear messages.
12924         (elint-special-forms): Add handlers for function, defalias, if, when,
12925         unless, and, or.
12926         (elint-form): Add optional argument to ignore elint-special-forms,
12927         useful to prevent recursive calls from handlers.  Doc fix.
12928         Respect elint-ignored-warnings.
12929         (elint-form): Respect elint-ignored-warnings.
12930         (elint-bound-variable, elint-bound-function): New variables.
12931         (elint-unbound-variable): Respect elint-bound-variable.
12932         (elint-get-args): Respect elint-bound-function.
12933         (elint-check-cond-form): Add some simple handling for (f)boundp and
12934         featurep tests.
12935         (elint-check-defalias-form): New handler.
12936         (elint-check-let-form): Make an empty let a warning rather than an
12937         error.
12938         (elint-check-setq-form): Make an empty setq a warning rather than an
12939         error.  Respect elint-ignored-warnings.
12940         (elint-check-defvar-form): Accept null doc-strings.
12941         (elint-check-conditional-form): New handler.  Does some simple-minded
12942         checking of featurep and (f)boundp tests.
12943         (elint-put-function-args): New function.
12944         (elint-initialize): Use elint-scan-doc-file rather than
12945         elint-find-builtin-variables.  Use elint-put-function-args.
12946         Possibly scan preloaded-file-list.
12947         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
12948         extend to handle functions as well.
12950 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
12952         * linum.el (linum-delete-overlays, linum-update-window):
12953         Do not modify the right margin.  (Bug#3971)
12955 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
12957         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12958         nxml-mode instead of xml-mode.
12960 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12962         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
12964 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12966         * net/dig.el (dig-mode): Use define-derived-mode.
12968 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
12970         * vc-dispatcher.el (vc-do-command): Return the process object in
12971         the asynchronous case.  Use when instead of if.  Do not run
12972         vc-exec-after to display a message if not enabled.  (Bug#4463)
12974         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
12975         properties to the stash strings.
12976         (vc-git-stash-list): Return a list of strings.
12977         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
12978         (vc-git-stash-show-at-point): New functions.
12979         (vc-git-stash-map): New keymap.
12981         * register.el (ctl-x-r-map): Define the keys here instead of
12982         using autoload.
12984 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
12986         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
12987         list, to workaround performance problem (bug#4485).
12989 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
12991         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
12993 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
12995         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12996         Document that this option is not recommended to use.
12998 2009-09-19  Glenn Morris  <rgm@gnu.org>
13000         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13001         variable `var'.
13003         * calc/calc-alg.el (var):
13004         * calc/calcalg2.el (var): Define for compiler.
13006 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
13008         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13009         Doc fix (Bug#3932).
13011         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13013         * time-stamp.el (time-stamp-month-dd-yyyy)
13014         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13015         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13016         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13017         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13018         Remove functions that have been obsolete since 1995 (Bug#4436).
13020         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13021         indent buffer only if called interactively (Bug#4452).
13023 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
13024             Eli Zaretskii  <eliz@gnu.org>
13026         This fixes bug#4197 (merged to bug#865, though not identical).
13027         * server.el (server-auth-dir): Add docstring note about FAT32.
13028         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13029         but warn against using them.
13031 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
13033         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13034         older GDB where there is no has_more field.
13036 2009-09-19  Glenn Morris  <rgm@gnu.org>
13038         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13040 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
13042         * files.el (auto-mode-alist): Change default for XML files to nXML
13043         mode (Bug#4169).
13045 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
13047         * server.el (server-ensure-safe-dir): Pass 'integer
13048         to `file-attributes', as suggested.
13050 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13052         * dired-aux.el (dired-query-alist): Remove spurious backslash.
13053         (dired-query): Use read-key.
13055 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13057         * cus-start.el (ns-use-qd-smoothing): Remove.
13059 2009-09-18  Glenn Morris  <rgm@gnu.org>
13061         * allout.el (top-level): Remove unnecessary progn.
13063         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13065         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13066         definition of abbrev table.
13068         * speedbar.el (speedbar-track-mouse):
13069         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13070         * net/eudc.el (eudc-expand-inline):
13071         * net/newst-backend.el (newsticker--cache-read-feed):
13072         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13073         condition-case handlers.
13075 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13077         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13078         (gdb-var-list): Add an element for has_more field.
13079         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13080         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13081         (gdb-var-update-handler-1): Parse output of dynamic variable
13082         objects (STL containers).
13083         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13084         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13086         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13087         gdb-var-list.
13088         (gud-speedbar-buttons): Make node expandable if expression "has more"
13089         children.
13091 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13093         * startup.el (emacs-quick-startup): Remove variable and all uses.
13094         (command-line): Set `inhibit-x-resources' instead.
13095         (command-line-1): Use `inhibit-x-resources' instead.
13097 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13099         * subr.el: Fix last change to avoid using the `unless' macro,
13100         which breaks bootstrapping.
13102 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13104         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13105         extended definitions, in case we reload subr.el after having
13106         loaded CL.
13107         (eval-next-after-load): Mark as obsolete.
13109 2009-09-17  Juri Linkov  <juri@jurta.org>
13111         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13112         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13113         (menu-bar-showhide-menu, menu-bar-tools-menu)
13114         (menu-bar-describe-menu, menu-bar-help-menu)
13115         (minibuffer-local-completion-map, minibuffer-local-map):
13116         Fix list quoting.
13118 2009-09-17  Glenn Morris  <rgm@gnu.org>
13120         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13121         arguments, whether or not it has a handler.
13123         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13125         * simple.el (hard-newline): Give it a doc-string.
13127         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13128         (lisp-mode-syntax-table): Give them doc-strings.
13130 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13132         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13133         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13134         (menu-bar-options-menu, menu-bar-showhide-menu)
13135         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13136         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13137         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13138         (menu-bar-options-menu, menu-bar-tools-menu)
13139         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13140         (menu-bar-help-menu):
13141         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13142         string arguments.
13144         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13145         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13146         calls for the menu names and :help.
13148 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13150         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13151         to :minor-mode-function (bug#4455).
13153 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13155         * startup.el (command-line): Initialize the window-system after
13156         processing the command-line.
13158         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13159         page-delimiter matches the empty string.
13161 2009-09-16  Glenn Morris  <rgm@gnu.org>
13163         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13164         byte-compile-not-obsolete-var.  It's a list now.
13165         (byte-compile-not-obsolete-funcs): New variable.
13166         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13167         byte-compile-not-obsolete-funcs.
13168         (byte-compile-variable-ref, byte-compile-defvar): Update for
13169         byte-compile-not-obsolete-vars name-change and list nature.
13170         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13171         and variables behind (f)boundp tests.
13172         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13174 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13176         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13178 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13180         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13181         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13182         Don't autoload.
13184 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13186         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13187         the virtual-buffers, use the name of the buffer specified by
13188         find-file-noselect, as the match may be a symlink.  (This was a
13189         problem if the target and the symlink had different names.)
13191 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13193         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13195         * desktop.el (desktop-path): Check user-emacs-directory.
13197         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13199         * loadup.el: Use after-load-functions to GC after loading each file.
13200         Remove the explicit GC calls that used to be sprinkled around.
13202         * subr.el (after-load-functions): New hook.
13203         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13204         `obsolete' packages, rather than painfully extracting the relevant
13205         directory name.
13207 2009-09-15  Glenn Morris  <rgm@gnu.org>
13209         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13210         free variable `doc'.
13212         * dired.el (dired-mode-map): Add menu entry for async shell command.
13214         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13215         variables, also consider the .elc files, since the .el files are
13216         normally gzipped (subsequent code locates the .el.gz from the .elc).
13218         * calc/calc-prog.el (arglist): Define for compiler.
13220         * calendar/diary-lib.el (diary-display-function): Change the default to
13221         fancy display.
13222         (body): Define for compiler.
13224         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13225         (byte-compile-file-form, byte-compile-lambda)
13226         (byte-compile-top-level-body, byte-compile-form)
13227         (byte-compile-variable-ref, byte-compile-setq)
13228         (byte-compile-setq-default, byte-compile-body)
13229         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13230         (batch-byte-compile): Give some more local variables with common names
13231         a "bytecomp-" prefix to avoid masking warnings about free variables.
13233         * startup.el (command-line-1): Give local variables with common names a
13234         distinguishing prefix, so as not to hide free variable warnings during
13235         bootstrap.
13237         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13238         clever and add a suffix to make a unique name, just let the user decide
13239         whether or not to overwrite it.  If the input is a directory, write the
13240         default filename to that directory.  (Bug#4388)
13241         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13242         is a filename-as-a-directory.
13244 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13246         * textmodes/page.el (what-page): Don't move to beginning of line.
13247         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13249 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13251         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13253 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13255         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13256         * help.el (help-for-help-internal): Add purecopy calls for text.
13258         * vc.el (top): print-log method now takes an optional SHORTLOG
13259         argument.  Add a new method: root.
13260         (vc-root-diff, vc-print-root-log): New functions.
13261         (vc-log-short-style): New variable.
13262         (vc-print-log-internal): Add support for showing short logs.
13264         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13265         vc-print-root-log and vc-print-root-diff.
13267         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13268         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13269         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13270         short logs.
13272         * vc-cvs.el (vc-cvs-print-log):
13273         * vc-mtn.el (vc-mtn-print-log):
13274         * vc-rcs.el (vc-rcs-print-log):
13275         * vc-sccs.el (vc-sccs-print-log):
13276         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13277         that is ignored for now.
13279         * vc-mtn.el (vc-mtn-annotate-command):
13280         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13282 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13284         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13285         to function-key-map, and give them ascii-character property.
13286         * term/x-win.el (x-alternatives-map):
13287         * term/ns-win.el (ns-alternatives-map):
13288         * term/internal.el (msdos-key-remapping-map):
13289         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13291 2009-09-14  Glenn Morris  <rgm@gnu.org>
13293         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13294         temp-buffers (2009-09-12).
13296 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13298         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13299         the new read-key function.
13301 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13303         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13304         is defined (Bug#4405).
13306 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
13308         * recentf.el (recentf-cleanup): Use a hash table to find
13309         duplicates (Bug#4407).
13311 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
13313         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13314         kp-0 to ascii equivalents (Bug#4325).
13316 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13318         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13320         * eshell/em-hist.el:
13321         * eshell/em-dirs.el (eshell-complete-user-reference):
13322         Declare pcomplete functions and variables to avoid compiler warnings.
13324 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
13326         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13327         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13328         * eshell/em-alias.el (eshell-aliases-file):
13329         * eshell/em-hist.el (eshell-history-file-name):
13330         Use expand-file-name instead of concat to make file names (Bug#4308).
13332 2009-09-13  Glenn Morris  <rgm@gnu.org>
13334         * ediff-merg.el (ediff-do-merge):
13335         * filesets.el (filesets-run-cmd):
13336         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13337         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13338         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13339         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13340         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13341         Replace empty `let's with `progn'.
13343 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13345         * mail/sendmail.el (send-mail-function):
13346         * tooltip.el (tooltip-mode):
13347         * simple.el (transient-mark-mode):
13348         * rfn-eshadow.el (file-name-shadow-mode):
13349         * frame.el (blink-cursor-mode):
13350         * font-core.el (global-font-lock-mode):
13351         * files.el (temporary-file-directory)
13352         (small-temporary-file-directory, auto-save-file-name-transforms):
13353         * epa-hook.el (auto-encryption-mode):
13354         * composite.el (global-auto-composition-mode):
13355         Use custom-initialize-delay.
13356         * startup.el (command-line): Don't explicitly call
13357         custom-reevaluate-setting for all the above vars.
13358         * custom.el (custom-initialize-safe-set)
13359         (custom-initialize-safe-default): Delete.
13361 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13363         * term/x-win.el (x-initialize-window-system):
13364         * term/w32-win.el (w32-initialize-window-system):
13365         * term/ns-win.el (ns-initialize-window-system): Don't call
13366         mouse-wheel-mode since it's enabled globally by default already.
13368         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13369         actually define the variable, but only silences the byte-compiler.
13370         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13371         before looking it up.
13372         (mouse-wheel-scroll-amount): Also reset the bindings if this value
13373         is changed.
13375 2009-09-12  Glenn Morris  <rgm@gnu.org>
13377         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13378         1000.
13379         (elint-add-required-env): Don't beep on error.
13380         (elint-forms): In case of error, return ENV unchanged.
13381         (elint-init-env): Skip non-list forms.
13382         (elint-log): Handle unknown file positions.
13384 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
13386         * epg.el (epg-make-context): Add autoload cookie.
13387         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13388         (epg-decrypt-string, epg-start-verify, epg-verify-file)
13389         (epg-verify-string, epg-start-sign, epg-sign-file)
13390         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13391         (epg-encrypt-string, epg-start-export-keys)
13392         (epg-export-keys-to-file, epg-export-keys-to-string)
13393         (epg-start-import-keys, epg-import-keys-from-file)
13394         (epg-import-keys-from-string, epg-start-receive-keys)
13395         (epg-receive-keys, epg-import-keys-from-server)
13396         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13397         (epg-sign-keys, epg-start-generate-key)
13398         (epg-generate-key-from-file, epg-generate-key-from-string):
13399         Remove autoload cookie.
13401 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
13403         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13404         reevaluation of trash-directory.
13406         * mwheel.el: Fix last change.
13407         (mouse-wheel-mode): New defvar.
13408         (mouse-wheel-mode): Remove autoload cookie.
13410 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13412         * mwheel.el (mwheel-installed-bindings): New var.
13413         (mouse-wheel-mode): Use it, so as to make sure we really remove all
13414         the bindings we set last time.  Use custom-initialize-delay.
13415         * loadup.el: Load mwheel after term/*-win.el.
13416         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13417         and mouse-wheel-up-event now that their first evaluation is done
13418         sufficiently late to be correct.
13420         * startup.el (tutorial-directory): Make it a defcustom.
13421         Use custom-initialize-delay rather than eval-at-startup to set it.
13422         * image.el (image-load-path): Make it a defcustom.
13423         Use custom-initialize-delay rather than eval-at-startup to set it.
13424         * subr.el (eval-at-startup): Remove.
13425         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13427         * subr.el (do-after-load-evaluation): Warn the user after loading an
13428         obsolete package.
13430 2009-09-12  Glenn Morris  <rgm@gnu.org>
13432         * proced.el (proced-mark-alt): Remove alias.
13433         (proced-mode-map): Remove proced-mark-alt.
13435         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13436         Elint file and directory.  Remove initialization entry.
13438         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13439         commands.
13440         (elint-current-buffer): Set mode-line-process.
13441         (elint-init-env): Handle define-derived-mode.
13442         Fix declare-function with unspecified arglist.  Guard against odd
13443         defalias statements (eg iso-insert's 8859-1-map).
13444         (elint-add-required-env): Use a temp buffer.
13445         (elint-form): Just print the function/macro name, not the whole form.
13446         Return env unchanged if we fail to parse a macro.
13447         (elint-forms): Guard against parse errors.
13448         (elint-output): New function, to handle batch mode.
13449         (elint-log-message): Add optional argument.  Use elint-output.
13450         (elint-set-mode-line): New function.
13452 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
13454         * emacs-lisp/elp.el (elp-not-profilable): Add more
13455         functions (Bug#4233).
13457 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
13459         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13460         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13462 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13464         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13465         (gdb-var-list-children): Use json parsing.
13467 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
13469         * progmodes/js.el (js--proper-indentation): Handle the case where
13470         char-before is null.  Reported by Deniz Dogan.
13472 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13474         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13476 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
13478         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13479         (epg-digest-algorithm-alist): Add SHA224.
13480         (epg-context-set-passphrase-callback)
13481         (epg-context-set-progress-callback): Add description about
13482         callback function.
13484 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13486         * custom.el (custom-delayed-init-variables): New var.
13487         (custom-initialize-delay): New function.
13488         * startup.el (command-line): "Re"evaluate all vars in
13489         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
13490         explicitly any more.
13491         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13492         to avoid creating a ~/.emacs.d at build-time (bug#4347).
13494         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13496 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13498         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13499         (gdb-var-update-handler): Use json parsing.
13501 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13503         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13504         decode annotated text, regardless of language environment.  (Bug#2741)
13506 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13508         * Makefile.in (autoloads): Make rmail.el writable as well.
13510 2009-09-11  Glenn Morris  <rgm@gnu.org>
13512         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13513         loaddefs.el.
13514         * dired.el: Regenerate with extracted autoloads.
13515         * Makefile.in (autoloads): Make dired.el writable.
13517         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13518         * ibuffer.el: Regenerate with extracted autoloads.
13519         * Makefile.in (autoloads): Make ibuffer.el writable.
13521         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13522         * version.el (emacs-copyright, emacs-major-version)
13523         (emacs-minor-version): Reformat doc-strings for make-docfile.
13525         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13526         functions and variables, since they must be stuff specific to some other
13527         platform.
13528         (apropos-print): Make mouse-click message less specific about button.
13530         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13531         that records where a macro was defined.
13532         * help-fns.el (describe-function-1): Mention if a function has a
13533         compiler-macro.
13534         * help-mode.el (help-function-cmacro): New button.
13536         * locate.el (top-level): Always require dired.
13537         (locate-mode-map): Initialize inside the defvar.
13539         * net/ange-ftp.el (dired-compress-file): Declare.
13540         (ange-ftp-dired-compress-file): Add doc string.
13542         * term/ns-win.el (x-display-name, x-setup-function-keys):
13543         Unify doc-strings with X versions.
13545 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13547         * emulation/crisp.el (crisp-mode-map): Move initialization
13548         into declaration.
13549         (crisp-mode): Use define-minor-mode.
13551         * progmodes/xscheme.el (xscheme-evaluation-commands):
13552         Put a :advertised-binding property rather than using
13553         advertised-xscheme-send-previous-expression.
13554         (advertised-xscheme-send-previous-expression): Declare obsolete.
13555         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13556         `advertised-undo'.
13557         (crisp-mode): Add corresponding bindings to
13558         undo's :advertised-binding instead.
13559         * dired.el (dired-mode-map): Put a :advertised-binding property rather
13560         than using dired-advertised-find-file.
13561         (dired-advertised-find-file):
13562         * simple.el (advertised-undo):
13563         * wid-edit.el (advertised-widget-backward): Declare obsolete.
13564         (widget-keymap): Put a :advertised-binding property rather
13565         than using advertised-widget-backward.
13566         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13567         than using advertised-undo.
13568         * tutorial.el (tutorial--default-keys): Adjust accordingly.
13570 2009-09-10  Simon South  <ssouth@slowcomputing.org>
13572         * progmodes/delphi.el (delphi-tab): Indent region when Transient
13573         Mark mode is enabled and region is active; otherwise indent or
13574         insert TAB as usual.
13575         (delphi-mode): Update description of TAB-key binding.
13577 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13579         * subr.el (define-key-rebound-commands): Mark obsolete.
13580         * startup.el (precompute-menubar-bindings): Remove.
13581         (normal-top-level): Remove obsolete code that tried to precompute
13582         menubar bindings.
13583         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13584         define-key-rebound-commands and precompute-menubar-bindings.
13586 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13588         * net/imap.el (imap-interactive-login): Better messages.
13589         (imap-open): Fix bug with renamed buffer on reconnect.
13590         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13591         for easier debugging and cleaner code.  On successful (guessed based on
13592         server capabilities) secondary authentication, set imap-state
13593         correctly.
13594         (imap-last-authenticator): Define imap-last-authenticator as a variable
13595         to avoid warnings.
13597 2009-09-10  Glenn Morris  <rgm@gnu.org>
13599         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13601         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13602         (byte-compile-file-form-autoload): Don't warn about unknown functions
13603         where the autoload statement comes after the use.
13604         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13605         that any handlers inside the body (eg require) are in turn respected.
13607         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13608         effects.
13610         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13611         and syntax and abbrev tables basic docs, if they don't have any.
13613         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13615         * international/mule-cmds.el (top-level): Require cl when compiling.
13616         (view-hello-file): Use default-value rather than
13617         default-enable-multibyte-characters.
13619         * progmodes/fortran.el: Move all safe and risky properties into the
13620         defcustoms.
13622         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13623         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13624         * mail/undigest.el:
13625         Put autoloads in rmail.el rather than loaddefs.el.
13626         * mail/rmail.el: Regenerate with extracted autoloads.
13628         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13629         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13631 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
13633         Reported in thread for Bug#4375.
13634         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13635         "-data-evaluate-expression" instead of print.
13636         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13637         (gdb-tooltip-print): Parse output from above MI command.
13638         (gdb): Revert 2009-08-11 change.  User should detach inferior
13639         manually.
13641         Remove the word "separate" from IO functions as inferior
13642         output is now never displayed in the GUD buffer.
13644 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
13646         * startup.el (command-line-normalize-file-name): On Windows and
13647         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13649 2009-09-10  Juri Linkov  <juri@jurta.org>
13651         * isearch.el (isearch-text-char-description): Propertize escape
13652         character sequences with the `escape-glyph' face.  (Bug#4344)
13654         * simple.el (shell-command): Set asynchronous process filter to
13655         `comint-output-filter'.  (Bug#4343)
13657         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13658         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
13659         the list.  Move "asm" to the bottom.
13660         (grep-find-ignored-directories): Add `choice' with nil value
13661         to empty the list easily.
13662         (grep-find-ignored-files): New option.
13663         (grep-files-history): Set to nil by default instead of '("ch" "el").
13664         (grep-compute-defaults): Add "<X>" to `grep-template'.
13665         (grep-read-files): Bind new local variables `default-alias' and
13666         `default-extension'.  Use a list of default values for the file prompt.
13667         (lgrep): Add `--exclude=' command line options composed from
13668         `grep-find-ignored-files'.
13669         (rgrep): Add `-name' command line options composed from
13670         `grep-find-ignored-files'.  (Bug#4301)
13672 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13674         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13675         (bug#4368).
13677 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13679         * calendar/time-date.el (autoload):
13680         Expand define-obsolete-function-alias into defalias and make-obsolete
13681         for old Emacsen that Gnus supports.
13682         (with-no-warnings): Define it for old Emacsen.
13683         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13684         is available.
13685         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13686         float-time is available; suppress compile warning for time-to-seconds.
13688 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13690         * net/imap.el (imap-message-map): Docstring fix.
13692 2009-09-09  Glenn Morris  <rgm@gnu.org>
13694         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13695         line numbers too.  (Bug#4374)
13697 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13699         * smerge-mode.el (smerge-remove-props, smerge-refine):
13700         Use with-silent-modifications (bug#4342).
13702         * subr.el (with-silent-modifications): New macro.
13704 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
13706         * files.el (top-level): Require `cl' when compiling.
13708 2009-09-07  Glenn Morris  <rgm@gnu.org>
13710         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13712         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13713         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
13715 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
13717         * vc-git.el (vc-git-annotate-command): Use separator to parse
13718         arguments correctly.
13720 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
13722         * proced.el (proced-mode): Doc fix.
13724 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
13726         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13727         lstat fails.
13728         (tramp-do-file-attributes-with-ls): Check for file existence at
13729         remote end.
13730         (tramp-do-file-attributes-with-stat): Likewise.
13731         (tramp-convert-file-attributes): Return nil when attr is nil.
13733 2009-09-05  Glenn Morris  <rgm@gnu.org>
13735         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13736         properties to this button.
13737         (diary-fancy-display): Don't extend the button to the final newline.
13738         (diary-fancy-display-mode): Continue to define "q" as a local key.
13740         * calendar/cal-china.el (holiday-chinese): Make it slightly more
13741         efficient.
13743         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13745         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13746         (byte-compile-dest-file-function): New option.
13747         (byte-compile-dest-file): Doc fix.
13748         Obey byte-compile-dest-file-function.
13749         (byte-compile-cl-file-p): New function.
13750         (byte-compile-eval): Only suppress noruntime warnings about cl functions
13751         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
13752         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13753         than for file being previously loaded.
13754         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13755         (byte-compile-file-form-require): Handle the case where requiring a file
13756         indirectly causes CL to be loaded.
13758 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13760         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13761         before killing the old buffer, since by the time `kill-buffer' is
13762         run so many buffer variables have been set to nil that it may not
13763         behave as expected.  (Bug#4061)
13765 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13767         * files.el (find-alternate-file): If the old buffer is modified
13768         and visiting a file, behave similarly to `kill-buffer' when
13769         killing it, thus reverting to the pre-1.878 behavior; see
13770         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13771         for discussion.  Also, consult `buffer-file-name' as a variable
13772         not as a function, for consistency with the rest of the code.
13774 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
13776         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13777         also when adding a new directory.
13779         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13780         defun.
13782 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13784         * files.el (locate-file-completion-table): Make it provide boundary
13785         information, so partial-completion works better.
13787 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
13789         * mail/footnote.el (Footnote-text-under-cursor):
13790         Check footnote-text-marker-alist before using it (bug#4324).
13792 2009-09-04  Glenn Morris  <rgm@gnu.org>
13794         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13795         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13796         * play/solitaire.el, play/tetris.el:
13797         Remove leading * from defcustom and defface docs.
13799         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13800         necessary.
13801         (diary-fancy-overriding-map): New variable.
13802         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
13803         Use view-mode.
13805         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
13806         goto-line.
13808 2009-09-03  Glenn Morris  <rgm@gnu.org>
13810         * arc-mode.el (archive-mode):
13811         * dos-fns.el (set-default-process-coding-system):
13812         * man.el (Man-getpage-in-background):
13813         * menu-bar.el (menu-bar-describe-menu):
13814         * server.el (server-process-filter):
13815         * startup.el (command-line):
13816         * tar-mode.el (tar-header-block-tokenize, tar-extract):
13817         * w32-fns.el (set-default-process-coding-system):
13818         * x-dnd.el (x-dnd-handle-file-name):
13819         * international/mule-cmds.el (mule-menu-keymap)
13820         (set-default-coding-systems, language-info-alist, set-language-info)
13821         (set-language-environment, standard-display-european-internal)
13822         (set-locale-environment):
13823         * international/mule-diag.el (mule-diag):
13824         * mail/emacsbug.el (report-emacs-bug):
13825         * mail/rmail.el (rmail-mode):
13826         * mail/sendmail.el (mail-setup):
13827         Use default-value rather than default-enable-multibyte-characters.
13829         * progmodes/f90.el: Move all safe properties into the defcustoms.
13830         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
13832         * calendar/appt.el (appt-check):
13833         * calendar/diary-lib.el (diary-set-header, diary-live-p)
13834         (diary-check-diary-file, diary-list-entries)
13835         (diary-include-other-diary-files, diary-simple-display)
13836         (diary-fancy-display, diary-print-entries)
13837         (diary-mark-included-diary-files, diary-make-entry):
13838         Don't call substitute-in-file-name on diary-file.
13840 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
13841             Stefan Monnier  <monnier@iro.umontreal.ca>
13843         * mail/footnote.el (footnote-prefix): Make it a defcustom.
13844         (footnote-mode-map): Move initialization into the declaration.
13845         (footnote-minor-mode-map): Define it rather than changing global-map.
13846         (footnote-mode): Use define-minor-mode.
13848 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
13850         * net/tramp.el (tramp-handle-file-attributes-with-ls)
13851         (tramp-do-file-attributes-with-perl)
13852         (tramp-do-file-attributes-with-stat): Rename from
13853         `tramp-handle-file-attributes-with-*'.
13854         (tramp-handle-file-attributes): Use them.
13855         (tramp-do-directory-files-and-attributes-with-perl)
13856         (tramp-do-directory-files-and-attributes-with-stat): Rename from
13857         `tramp-handle-directory-files-and-attributes-with-*'.
13858         (tramp-handle-directory-files-and-attributes): Use them.
13859         (tramp-method-out-of-band-p): Additional parameter SIZE.
13860         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
13861         (tramp-handle-write-region): Use it.
13862         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
13863         (tramp-handle-vc-registered): Check, whether the first run did
13864         return files to be tested.
13865         (tramp-advice-make-auto-save-file-name): Do not call directly
13866         `tramp-handle-make-auto-save-file-name', because this would bypass
13867         the locking mechanism.
13869         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
13870         (file-remote-p, process-file, start-file-process, set-file-times)
13871         (tramp-compat-file-attributes): Compatibility functions shall not
13872         call directly `tramp-handle-*', because this would bypass the
13873         locking mechanism.
13874         (tramp-compat-number-sequence): New defun.
13876 2009-09-02  Glenn Morris  <rgm@gnu.org>
13878         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
13879         alias for float-time.
13880         (time-to-number-of-days): In Emacs, use float-time.
13881         * net/newst-backend.el (time-add): Suppress warnings from compat
13882         function.
13883         * time.el (emacs-uptime, emacs-init-time):
13884         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
13885         Use float-time rather than time-to-seconds.
13887         * minibuffer.el (completion-initials-expand): Fix typo.
13889         * faces.el (modeline, modeline-inactive, modeline-highlight)
13890         (modeline-buffer-id):
13891         * info.el (info-menu-5): Mark these face aliases as obsolete.
13893 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
13895         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
13896         space ...
13897         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
13898         no "--thread" option.
13899         (gdb-stopped): Don't print "Switched to thread" message when it is
13900         unchanged.
13902 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13904         * minibuffer.el (completion-try-completion)
13905         (completion-all-completions): Remove ill-defined (and
13906         mistakenly installed and luckily never used nor documented)
13907         `completion-styles' property.
13908         (completion-initials-expand, completion-initials-all-completions)
13909         (completion-initials-try-completion): New functions.
13910         (completion-styles-alist): Add doc to each entry.
13911         Add new `initials' entry.
13913 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
13915         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
13916         MI command -var-evaluate-expression.
13917         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
13918         and tweak for case of string child.
13919         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
13921 2009-09-01  Glenn Morris  <rgm@gnu.org>
13923         * add-log.el (change-log-date-face, change-log-name-face)
13924         (change-log-email-face, change-log-file-face, change-log-list-face)
13925         (change-log-conditionals-face, change-log-function-face)
13926         (change-log-acknowledgement-face):
13927         * cus-edit.el (custom-invalid-face, custom-rogue-face)
13928         (custom-modified-face, custom-set-face, custom-changed-face)
13929         (custom-saved-face, custom-button-face, custom-button-pressed-face)
13930         (custom-documentation-face, custom-state-face, custom-comment-face)
13931         (custom-comment-tag-face, custom-variable-tag-face)
13932         (custom-variable-button-face, custom-face-tag-face)
13933         (custom-group-tag-face-1, custom-group-tag-face):
13934         * diff-mode.el (diff-header-face, diff-file-header-face)
13935         (diff-index-face, diff-hunk-header-face, diff-removed-face)
13936         (diff-added-face, diff-changed-face, diff-function-face)
13937         (diff-context-face, diff-nonexistent-face):
13938         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
13939         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
13940         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13941         (Info-title-4-face):
13942         * isearch.el (isearch-lazy-highlight-face):
13943         * log-view.el (log-view-file-face, log-view-message-face):
13944         * paren.el (show-paren-match-face, show-paren-mismatch-face):
13945         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13946         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13947         (cvs-msg-face):
13948         * smerge-mode.el (smerge-mine-face, smerge-other-face)
13949         (smerge-base-face, smerge-markers-face):
13950         * wid-edit.el (widget-documentation-face, widget-button-face)
13951         (widget-field-face, widget-single-line-field-face)
13952         (widget-inactive-face, widget-button-pressed-face):
13953         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
13954         (woman-addition-face):
13955         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
13956         (eshell-ls-executable-face, eshell-ls-readonly-face)
13957         (eshell-ls-unreadable-face, eshell-ls-special-face)
13958         (eshell-ls-missing-face, eshell-ls-archive-face)
13959         (eshell-ls-backup-face, eshell-ls-product-face)
13960         (eshell-ls-clutter-face):
13961         * eshell/em-prompt.el (eshell-prompt-face):
13962         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
13963         * obsolete/old-whitespace.el (whitespace-highlight-face):
13964         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13965         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13966         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13967         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
13968         (antlr-font-lock-literal-face):
13969         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
13970         (ebrowse-root-class-face, ebrowse-file-name-face)
13971         (ebrowse-default-face, ebrowse-member-attribute-face)
13972         (ebrowse-member-class-face, ebrowse-progress-face):
13973         * progmodes/make-mode.el (makefile-space-face):
13974         * progmodes/sh-script.el (sh-heredoc-face):
13975         * textmodes/flyspell.el (flyspell-incorrect-face)
13976         (flyspell-duplicate-face):
13977         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
13978         * textmodes/texinfo.el (texinfo-heading-face):
13979         Mark face aliases with "-face" suffix as obsolete.
13981         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
13982         compiler.
13984         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
13985         (eudc-bob-sound-menu): Use defvar rather than defconst, since
13986         easy-menu-define wants to modify these.
13988         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
13990         * net/browse-url.el (browse-url-file-url):
13991         * term/internal.el (dos-codepage-setup):
13992         Use default-value rather than default-enable-multibyte-characters.
13994         * progmodes/etags.el (etags-goto-tag-location):
13995         * progmodes/flymake.el (flymake-highlight-line)
13996         (flymake-goto-file-and-line, flymake-goto-line):
13997         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
13998         (gdb-goto-breakpoint):
13999         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14000         * progmodes/python.el (python-find-function)
14001         (python-pdbtrack-track-stack-file):
14002         * progmodes/verilog-mode.el (verilog-surelint-off):
14003         * term/ns-win.el (ns-open-file-select-line):
14004         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14005         Use forward-line rather than goto-line.
14007         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14008         * textmodes/reftex-index.el (reftex-display-index):
14009         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14010         * textmodes/reftex-toc.el (reftex-toc):
14011         Remove unnecessary bindings of default-major-mode (all are followed by
14012         major-mode check and possible mode switch).
14014 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14016         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14017         Handle watchpoints (bug#4282).
14018         (def-gdb-thread-buffer-command): Enable thread to be selected by
14019         clicking without selecting threads buffer first.
14020         (gdb-current-context-command): Use selected frame so that "up",
14021         "down" etc work in the GUD buffer.
14022         (gdb-update): Find selected frame before rendering stack buffer.
14023         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14025 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14027         * progmodes/sym-comp.el (displayed-completions): Remove.
14028         (symbol-complete): Use minibuffer-complete.
14030 2009-08-31  Glenn Morris  <rgm@gnu.org>
14032         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14034         * apropos.el (apropos-symbols-internal):
14035         Handle (obsolete) face aliases.
14037         * faces.el (describe-face): Adjust the output format to be more like
14038         describe-variable, and to mention (obsolete) face aliases.
14039         Adjust the whitespace so that help-setup-xref works.
14041         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14042         * calendar/diary-lib.el (diary-button-face):
14043         Mark these face aliases as obsolete.
14045         * calendar/calendar.el (calendar-today): Doc fix.
14047 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14049         * progmodes/gdb-mi.el (gdb-control-all-threads)
14050         (gdb-control-current-thread): Force tool bar update.
14051         (gdb-non-stop-handler): New function.
14052         (gdb-init-1): Use it to test if non-stop mode is supported.
14053         Remove unused gdbmi buffer type.
14055 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14057         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14058         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14060 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14062         * comint.el (comint-exec-1): Check command is non-null first.
14063         Part of gdb-mi.el change (2009-08-28).
14065 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14067         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14069 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14071         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14072         instead of `dolist' to avoid a recursive require when bootstrapping.
14074 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14076         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14078         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14080         * net/imap.el (imap-send-command): Simplify.
14081         (imap-wait-for-tag): point-max -> buffer-size.
14083         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14085         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14086         with constant argument.
14088         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14090         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14092         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14093         Change default, since most of our files don't have a history.
14094         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14095         the user.
14097         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14098         Add comint-run.
14100         * calc/calc.el: Improve commenting convention.
14101         (calc-digit-map, toplevel): Simplify.
14103         * comint.el (comint-insert-input): Be careful to only set point if we
14104         don't delegate to some other command.
14106         * proced.el (proced-signal-list): Make it an alist.
14107         (proced-grammar-alist): Capitalize names.
14108         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14109         Disable undo manually and make it read-only.
14110         Use completion-annotate-function.
14112         * minibuffer.el (minibuffer-message): If the current buffer is not
14113         a minibuffer, insert the message in the echo area rather than at the
14114         end of the buffer.
14115         (completion-annotate-function): New variable.
14116         (minibuffer-completion-help): Use it.
14117         (completion--embedded-envvar-table): Environment vars are
14118         always case-sensitive.
14120 2009-08-30  Glenn Morris  <rgm@gnu.org>
14122         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14123         from fortran-current-defun.
14124         (fortran-beginning-of-subprogram): Be more precise about finding the
14125         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14126         (fortran-end-of-subprogram): Simplify.
14127         (fortran-current-defun): Use fortran-start-prog-re.
14129 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14131         * subr.el (do-after-load-evaluation): Simplify.
14133 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14135         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14137         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14138         (vc-rcs-print-log): Use it.
14140         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14142 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14144         * paths.el (abbrev-file-name): Move to abbrev.el.
14145         * abbrev.el (abbrev-file-name): Move from paths.el.
14146         Obey user-emacs-directory.
14147         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14148         user-emacs-directory.
14149         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14150         abbrev-file-name and calc-settings-file any more.
14151         * startup.el (command-line): Recompute abbrev-file-name and
14152         abbreviated-home-dir.
14153         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14154         of the special code for when C-h bindings haven't been changed.
14155         (display-startup-echo-area-message): Use with-current-buffer.
14156         (command-line-1): Use a list of strings, rather than a list of lists
14157         of strings for longopts.
14159         * files.el (get-free-disk-space): Use / for default-directory.
14161         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14162         Use with-current-buffer.
14164         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14165         Recognize immutable variables like most-positive-fixnum.
14166         (byte-compile-setq-default): Check and warn if trying to assign
14167         to an immutable variable, or a non-variable.
14169         * progmodes/cc-vars.el (c-comment-continuation-stars):
14170         * progmodes/cc-engine.el (c-looking-at-bos):
14171         * progmodes/cc-cmds.el (c-toggle-auto-state)
14172         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14173         (c-comment-line-break-function): Add version of obsolescence.
14175 2009-08-28  Juri Linkov  <juri@jurta.org>
14177         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14178         associated with `archive-mode'.
14180         * image.el (image-type-header-regexps): Use only JPEG magic number
14181         to determine JPEG images, and don't use `image-jpeg-p' because
14182         Emacs can display non-JFIF non-Exif JPEG images.
14184 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14186         * arc-mode.el (archive-mode):
14187         * emacs-lisp/re-builder.el (re-builder-unload-function):
14188         Protect against the default value of `major-mode' being nil.
14190 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14192         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14193         Fix typos in docstrings.
14195         * progmodes/js.el (js--macro-decl-re): Doc fix.
14196         (js--plain-method-re, js--split-name): Refloc docstring.
14197         (js--class-styles, js--make-merged-item, js--splice-into-items):
14198         Fix typos in docstrings; reflow docstrings.
14199         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14200         (js--variable-decl-matcher, js--inside-pitem-p)
14201         (js--parse-state-at-point, js--get-all-known-symbols)
14202         (js--symbol-history, js-find-symbol, js--js-references)
14203         (js--moz-interactor, js--js-encode-value, js--read-tab):
14204         Fix typos in docstrings.
14206 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14208         * textmodes/reftex.el (reftex-get-file-buffer-force):
14209         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14210         * emulation/viper.el (viper-go-away, viper-set-hooks):
14211         * emacs-lisp/re-builder.el (re-builder-unload-function):
14212         * emacs-lisp/bytecomp.el (byte-compile-file):
14213         * ses.el (ses-unload-function):
14214         * hexl.el (hexl-find-file):
14215         * files.el (normal-mode):
14216         * ehelp.el (with-electric-help):
14217         * autoinsert.el (auto-insert-alist):
14218         * arc-mode.el (archive-mode):
14219         Use (default-value 'major-mode) instead of default-major-mode.
14221         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14222         * international/mule.el (load-with-code-conversion):
14223         * emacs-lisp/debug.el (debug):
14224         * ediff-vers.el (ediff-rcs-get-output-buffer):
14225         * dired.el (dired-internal-noselect): Don't let-bind
14226         default-major-mode around code that doesn't use it.
14227         E.g. buffer creation via get-buffer-create doesn't use it.
14229 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14231         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14232         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14233         when writing the temp file.  Otherwise, epa-file gets confused.
14234         (tramp-register-file-name-handlers): Make it a defun.  Move also
14235         `epa-file-handler' to the front of `file-name-handler-alist'.
14237 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14239         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14240         start right after a ^M.
14241         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14242         (tramp-completion-file-name-regexp-separate)
14243         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14244         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14245         Don't modify last-coding-system-used by accident.
14246         (tramp-completion-file-name-handler): Apply the checks here,
14247         instead during registration.
14248         (tramp-register-file-name-handlers): Renamed from
14249         `tramp-register-file-name-handler'.  Register both
14250         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14251         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14253 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
14255         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14256         Remove variable ...
14257         (gdb-init-1, gdb-display-separate-io-buffer)
14258         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14259         references to it.
14260         (gdb-inferior-io-mode): Use make-comint-in-buffer.
14261         (gdb-inferior-filter): Use comint-output-filter to stop
14262         echoing and remove ^M characters.
14264 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14266         * emulation/viper-init.el (viper-restore-cursor-type):
14267         * emulation/cua-base.el (cua--update-indications):
14268         Replace default-cursor-type with (default-value 'cursor-type).
14270         * mail/sendmail.el (mail-recover-1):
14271         * international/mule-diag.el (describe-current-coding-system-briefly)
14272         (describe-current-coding-system):
14273         * international/mule-cmds.el (select-safe-coding-system)
14274         (select-message-coding-system)
14275         (set-language-environment-coding-systems, set-locale-environment):
14276         * hexl.el (hexl-insert-multibyte-char):
14277         * dos-w32.el (find-buffer-file-type-coding-system):
14278         * simple.el (what-cursor-position):
14279         Replace uses of default-buffer-file-coding-system
14280         with (default-value 'buffer-file-coding-system).
14282         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14283         Replace uses of default-cursor-in-non-selected-windows
14284         with (default-value 'cursor-in-non-selected-windows).
14285         Use with-current-buffer.
14287         * mail/feedmail.el: Use CL macros.
14288         (feedmail-run-the-queue, feedmail-send-it-immediately):
14289         * dos-w32.el (find-buffer-file-type): Replace uses of
14290         default-buffer-file-type with (default-value 'buffer-file-type).
14292 2009-08-28  Glenn Morris  <rgm@gnu.org>
14294         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14295         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14296         Use default-value of major-mode rather than default-major-mode.
14298 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14300         * Makefile.in (update-elcfiles): Report left over elc files.
14302         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14303         expand-file-name and with-current-buffer.
14304         (mail-get-names, mail-directory): Use with-current-buffer.
14306         * vc.el (vc-read-revision): New function.
14307         (vc-version-diff, vc-merge): Use it.
14309 2009-08-27  Sam Steingold  <sds@gnu.org>
14311         * simple.el (kill-do-not-save-duplicates): New user option.
14312         (kill-new): When it is non-nil, and the new string is the same as
14313         the latest kill, set replace to t to avoid duplicates in kill-ring.
14315 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
14317         * net/tramp.el (tramp-handle-process-file): Do not flush all
14318         caches when `process-file-side-effects' is set.
14319         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14320         instead of `tramp-find-file-exists-command'.
14321         Unset `process-file-side-effects'.
14323 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
14325         * net/tramp.el (tramp-methods): New method "rsyncc".
14326         (top): Add completion function for "rsyncc".
14327         (tramp-message-show-message): New defvar.
14328         (tramp-message, tramp-error): Use it.
14329         (tramp-do-copy-or-rename-file-directly): Extend check for direct
14330         remote copying.
14331         (tramp-do-copy-or-rename-file-out-of-band): Handle new
14332         `tramp-methods' entry `copy-env' of "rsyncc".
14333         (tramp-vc-registered-read-file-names): New defconst.
14334         (tramp-vc-registered-file-names): New defvar.
14335         (tramp-handle-vc-registered): Implement optimization strategy.
14336         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14337         (tramp-vc-file-name-handler): New defun.
14338         (tramp-get-ls-command, tramp-get-test-command)
14339         (tramp-get-file-exists-command, tramp-get-remote-ln)
14340         (tramp-get-remote-perl, tramp-get-remote-stat)
14341         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14343         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14344         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
14345         timestamps.
14346         (tramp-get-file-property): Check for timestamps in
14347         `tramp-cache-inhibit-cache'.
14348         (tramp-set-file-property): Write timestamp.
14350 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14352         * language/japan-util.el (japanese-symbol-table): Add entries for
14353         cp932-2-byte.
14355         * international/characters.el: Add category `j' to cp932-2-byte.
14357 2009-08-27  Kenichi Handa  <handa@m17n.org>
14359         * international/fontset.el (build-default-fontset-data): New macro.
14360         (setup-default-fontset): Use build-default-fontset-data for CJK,
14361         tibetan, ethiopic, and ipa.
14363 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14365         * cus-start.el (default-major-mode): Customize `major-mode' instead.
14366         (enable-multibyte-characters): Not customizable any more.
14368         * subr.el (default-mode-line-format, default-header-line-format)
14369         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14370         (default-direction-reversed, default-truncate-lines)
14371         (default-left-margin, default-tab-width, default-case-fold-search)
14372         (default-left-margin-width, default-right-margin-width)
14373         (default-left-fringe-width, default-right-fringe-width)
14374         (default-fringes-outside-margins, default-scroll-bar-width)
14375         (default-vertical-scroll-bar, default-indicate-empty-lines)
14376         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14377         (default-fringe-cursor-alist, default-scroll-up-aggressively)
14378         (default-scroll-down-aggressively, default-fill-column)
14379         (default-cursor-type, default-buffer-file-type)
14380         (default-cursor-in-non-selected-windows)
14381         (default-buffer-file-coding-system, default-major-mode)
14382         (default-enable-multibyte-characters): Mark as obsolete.
14384 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
14386         * vc-dir.el (vc-dir-update): Remove debug helper.
14388         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14390 2009-08-26  Sam Steingold  <sds@gnu.org>
14392         * simple.el (save-interprogram-paste-before-kill): New user option.
14393         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14394         save the interprogram-paste into kill-ring before overriding it
14395         with the Emacs kill.
14397 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14399         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14400         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14401         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14402         and move to vc-rcs.el.
14403         (vc-default-next-revision): Rename to vc-rcs-next-revision and
14404         move to vc-rcs.el.
14405         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14406         (vc-rcs-update-changelog): Remove.
14407         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14408         and move to vc-rcs.el.
14410         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14411         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14412         renaming.
14413         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14414         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14415         vc.el, renamed to be RCS specific.
14417         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14418         New functions.
14419         (vc-cvs-update-changelog): Move here from vc.el.
14421         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14422         New functions.
14424 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14426         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14428 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14430         * vc-git.el (vc-git-register): Use "git add" for directories.
14431         (vc-git-stash, vc-git-stash-show): New functions.
14432         (vc-git-extra-menu-map): Bind them.
14434         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14435         directory correctly in case the item is a directory itself.
14437         * vc.el: Document the desired behavior for reverted files in the
14438         `added' state.
14439         (vc-default-prettify-state-info): Remove function, unused.
14441         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14443 2009-08-26  Glenn Morris  <rgm@gnu.org>
14445         * bindings.el (standard-mode-line-format): Reposition dashes in
14446         which-func entry.  (Bug#4217)
14448         * files.el (enable-local-variables, enable-local-eval)
14449         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14450         the defcustoms.
14451         (auto-mode-alist, ignored-local-variables)
14452         (save-some-buffers-action-alist): Move risky declarations to the
14453         definitions.
14454         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14455         (font-lock-defaults, format-alist, imenu--index-alist)
14456         (imenu-generic-expression, input-method-alist, minor-mode-alist)
14457         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14458         (mode-line-modified, mode-line-mule-info, mode-line-position)
14459         (mode-line-process, mode-line-remote, outline-level)
14460         (parse-time-rules, rmail-output-file-alist)
14461         (special-display-buffer-names, vc-mode):
14462         Move risky declarations to the relevant files.
14463         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14464         (mode-line-modified, mode-line-process, mode-line-position)
14465         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14466         * font-core.el (font-lock-defaults):
14467         * format.el (format-alist):
14468         * vc-hooks.el (vc-mode):
14469         * window.el (special-display-buffer-names):
14470         * international/mule-cmds.el (input-method-alist):
14471         Define riskiness here (dumped file) rather than in files.el.
14472         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14473         * imenu.el (imenu-generic-expression, imenu--index-alist):
14474         * outline.el (outline-level):
14475         * time.el (display-time-string):
14476         * calendar/parse-time.el (parse-time-rules):
14477         * mail/rmailout.el (rmail-output-file-alist):
14478         Autoload riskiness here, rather than placing in files.el.
14480 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
14482         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14484 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
14486         * simple.el (process-file-side-effects): New defvar.
14488         * dired-aux.el (dired-show-file-type):
14489         * vc.el (vc-diff-internal):
14490         * vc-arch.el (vc-arch-diff):
14491         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14492         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14493         * vc-git.el (vc-git-registered, vc-git-working-revision)
14494         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14495         (vc-git--empty-db-p):
14496         * vc-hooks.el (vc-user-login-name):
14497         * vc-svn.el (vc-svn-registered, vc-svn-state)
14498         (vc-svn-dir-extra-headers, vc-svn-find-revision):
14499         * progmodes/grep.el (grep-probe): Let-bind
14500         `process-file-side-effects' with nil.
14502         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14504         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14505         daemon.  Replace ping by checking for running service for bluez
14506         and zeroconf.  (Bug#4239)
14508 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14510         * net/dig.el (dig): Add autoload cookie.
14512 2009-08-25  Glenn Morris  <rgm@gnu.org>
14514         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14515         load-history for absolute file-names.
14516         (byte-compile-file-form-require): Warn about use of the cl package.
14518         * format.el (format-alist): Doc fix.
14520         * play/bubbles.el (top-level): Don't require cl at run-time.
14522         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14523         run-time cl).
14525 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
14527         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14528         from cl package.
14529         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14531 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
14533         * calc/calc-alg.el (math-trig-rewrite)
14534         (math-hyperbolic-trig-rewrite): New functions.
14535         (calc-simplify): Simplify trig functions when asked.
14537 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14539         * diff-mode.el (diff-find-source-location): Avoid goto-line.
14541 2009-08-24  Kenichi Handa  <handa@m17n.org>
14543         * language/ind-util.el (mapthread): Delete it.
14544         (combinatorial): New function.
14545         (indian--puthash-cv): Use combinatorial instead of mapthread.
14547 2009-08-22  Kevin Ryde  <user42@zip.com.au>
14549         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14550         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14551         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14552         Clarify docstring that the value is strings not symbols.
14553         (checkdoc-list-of-strings-p): New function.
14555 2009-08-22  Glenn Morris  <rgm@gnu.org>
14557         * files.el (auto-mode-alist):
14558         * hippie-exp.el (he-concat-directory-file-name):
14559         * lpr.el (lpr-windows-system, printer-name):
14560         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14561         * ps-print.el (ps-windows-system):
14562         * startup.el (command-line):
14563         * emulation/viper-ex.el (viper-glob-function):
14564         * international/mule-cmds.el (set-language-environment-coding-systems):
14565         * net/ange-ftp.el (ange-ftp-write-region):
14566         * obsolete/fast-lock.el (fast-lock-cache-name):
14567         Remove code for defunct system-types emx, macos, mswindows, next-mach,
14568         unisoft-unix, vax-vms, win32, w32.
14570         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14571         given name if the pattern is not more specific.
14573         * calendar/lunar.el (lunar-phase-names): New option.
14574         (lunar-phase): Doc fix.
14575         (lunar-cycles-per-year): New constant.
14576         (lunar-index): New function.
14577         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14578         (lunar-phase-name): Use lunar-phase-names.
14579         (calendar-lunar-phases): Use format.
14580         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14582         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14583         Copy imenu-example--name-and-position function here for own use.
14584         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14586         * bs.el (bs--redisplay):
14587         * cus-edit.el (custom-redraw):
14588         * ibuffer.el (ibuffer-bury-buffer):
14589         * server.el (server-goto-line-column):
14590         * startup.el (command-line-1):
14591         * strokes.el (strokes-xpm-for-stroke):
14592         * term.el (term-display-buffer-line):
14593         * view.el (View-goto-line):
14594         * calc/calc.el (calc-do, calc-trail-buffer):
14595         * play/gamegrid.el (gamegrid-add-score-insecure):
14596         * progmodes/ada-mode.el (ada-compile-goto-error):
14597         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14598         (ebrowse-select-1st-to-9nth):
14599         * progmodes/cperl-mode.el (cperl-time-fontification):
14600         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14601         * progmodes/gud.el (gud-display-line):
14602         (idlwave-shell-display-line):
14603         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14604         * progmodes/make-mode.el (makefile-browser-toggle):
14605         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14606         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14607         * textmodes/picture.el (picture-draw-rectangle):
14608         * textmodes/reftex-index.el (reftex-index-goto-letter):
14609         (reftex-select-jump-to-previous):
14610         * textmodes/reftex-sel.el (reftex-find-start-point)
14611         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14612         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14613         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14614         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14615         * textmodes/two-column.el (2C-associated-buffer):
14616         Use forward-line rather than goto-line.
14618         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14619         goto-line.
14621         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14622         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14623         (quick-check-list-to-regexp): Declare.
14625         * progmodes/make-mode.el (makefile-browser-insert-selection):
14626         Use goto-char rather than goto-line.
14628         * progmodes/prolog.el (compilation-error-regexp-alist)
14629         (compilation-forget-errors): Declare.
14631 2009-08-22  Juri Linkov  <juri@jurta.org>
14633         * progmodes/grep.el (lgrep, rgrep): At the beginning
14634         set `dir' to `default-directory' unless `dir' is a non-nil
14635         readable directory.  (Bug#4052)
14636         (lgrep, rgrep): Change a weird way to report an error
14637         from using `read-string' to using `error'.
14638         Instead of using interactive arguments in the function body,
14639         add new argument `confirm'.
14641 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14643         * textmodes/remember.el (remember-buffer):
14644         * progmodes/cperl-mode.el (cperl-vc-header-alist):
14645         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14646         (icalendar-extract-ical-from-buffer):
14647         * net/newst-treeview.el (newsticker-groups-filename):
14648         * net/newst-backend.el (newsticker-cache-filename):
14649         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14650         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14651         (speedbar-add-ignored-path-regexp, speedbar-line-path)
14652         (speedbar-buffers-line-path, speedbar-path-line)
14653         (speedbar-buffers-line-path):
14654         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14655         (epg-sign-keys):
14656         * epa.el (epa-display-verify-result):
14657         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14659 2009-08-21  Glenn Morris  <rgm@gnu.org>
14661         * progmodes/js.el (inferior-moz-process): Fix declaration.
14663         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14665         * obsolete/rnewspost.el (news-mail-reply):
14666         Use goto-char rather than goto-line.
14668         * term/ns-win.el (ns-open-file-select-line):
14669         Use line-beginning-position rather than goto-line.
14671         * apropos.el (apropos-command):
14672         * ehelp.el (electric-helpify):
14673         * printing.el (pr-show-setup):
14674         * strokes.el (strokes-help):
14675         * tutorial.el (tutorial--describe-nonstandard-key)
14676         (tutorial--detailed-help):
14677         * woman.el (woman-mini-help, woman-display-extended-fonts):
14678         * calc/calc-help.el (calc-describe-key):
14679         * emulation/edt.el (edt-electric-helpify):
14680         * international/mule-diag.el (mule-diag):
14681         * play/yow.el (apropos-zippy):
14682         * progmodes/python.el (python-describe-symbol):
14683         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14684         * textmodes/table.el (*table--cell-describe-mode)
14685         (*table--cell-describe-bindings):
14686         Use help-print-return-message rather than the now obsolete alias.
14688         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14689         (calendar-cursor-to-visible-date):
14690         * play/5x5.el (5x5-position-cursor):
14691         * play/decipher.el (decipher):
14692         * play/gomoku.el (gomoku-goto-xy):
14693         * play/landmark.el (lm-goto-xy):
14694         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14695         (mpuz-paint-digit):
14696         Use forward-line, not goto-line.
14698         * mail/rmail.el (rmail-obsolete): Delete custom group.
14699         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14700         (rmail-remote-password, rmail-remote-password-required):
14701         Remove unneeded :set-after and :set properties.
14703 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
14705         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14707 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
14709         * loadup.el: Remove leftover macos code.
14711         * vc-git.el (vc-git-annotate-command): Run asynchronously.
14712         Explicitly pass the date format to git blame so that user local
14713         so that the output format can be parsed.
14715 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
14717         * net/dbus.el (top): Don't check for (getenv
14718         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
14720 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
14722         * log-edit.el (log-edit-strip-single-file-name): New var.
14723         (log-edit-insert-changelog): Use it.  Bug#3571
14725 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14727         * subr.el (read-passwd): Use read-key so keypad keys work as well.
14728         Bug#3287
14730         * help.el (help-print-return-message): Rename from
14731         print-help-return-message.
14733         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14734         cvs-mode-map parent hack.
14735         (log-view-mode): Derive from special-mode.
14737         * linum.el (linum-mode): window-size-change-functions is redundant.
14738         Adapt to new window-configuration-change-hook behavior.
14739         (linum-after-size, linum-after-config): Remove.
14741         * imenu.el (imenu-example--name-and-position)
14742         (imenu-example--lisp-extract-index-name)
14743         (imenu-example--create-lisp-index, imenu-example--create-c-index):
14744         Mark as obsolete.
14746         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14747         (inferior-prolog-mode): Use it.
14748         (inferior-prolog-load-file): Reset list of errors.
14750 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14752         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14754         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14756 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
14758         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14759         is running already.
14761 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14763         * subr.el (listify-key-sequence-1): Use normal syntax since those
14764         integers are nowadays always represented by the same (positive) number
14765         on all platforms.
14766         (read-key-empty-map): New const.
14767         (read-key-delay): New var.
14768         (read-key): New function.
14769         (force-mode-line-update): Use with-current-buffer.
14770         (locate-user-emacs-file): Don't forget to abbreviate the file name.
14771         (start-process-shell-command, start-file-process-shell-command):
14772         Discourage the use of command-args.
14774 2009-08-19  Glenn Morris  <rgm@gnu.org>
14776         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14778 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14780         * simple.el (choose-completion-string): Don't rely on
14781         minibuffer-completing-file-name and ad-hoc checks to decide whether
14782         to continue completion or not.
14784         * minibuffer.el (minibuffer-hide-completions): New function.
14785         (completion--do-completion): Use it.
14786         (completions-annotations): New face.
14787         (completion--insert-strings): Use it.
14788         (completion-pcm--delim-wild-regex): Add docstring.
14789         (completion-pcm--string->pattern): Add support for 0-width delimiters
14790         in completion-pcm--delim-wild-regex.
14792 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14794         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14795         Remove unused var `buffer-modified-p'.
14797         * minibuffer.el (completion--do-completion): Move point for the #b001
14798         case as well (bug#4176).
14799         (minibuffer-complete, minibuffer-complete-word): Don't move point.
14801 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
14803         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
14804         and :session buses.
14806 2009-08-18  Kenichi Handa  <handa@m17n.org>
14808         * international/ucs-normalize.el (ucs-normalize-version):
14809         Change to 1.1.
14810         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
14811         (utf-8-hfs): Make it perform normalization on encoding too.
14813         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
14814         (sentence-end-without-space): Delete duplicated chars.
14815         (sentence-end-base): Likewise.
14817         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
14818         (html-mode): Delete duplicated chars from sentence-end-base.
14820         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
14821         (texinfo-mode): Delete duplicated chars from sentence-end-base.
14823 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
14825         * files.el (hack-one-local-variable): If the mode function is for
14826         a minor mode, pass it an argument (Bug#4148).
14828 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
14830         * net/tramp.el (tramp-register-completion-file-name-handler):
14831         Check also for (member 'partial-completion completion-styles).
14833 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14835         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
14836         abbrev (Bug#3943).
14838 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
14840         * progmodes/cperl-mode.el: Merge upstream 6.2.
14841         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
14842         (cperl-forward-re): Check cperl-brace-recursing.
14843         (cperl-highlight-charclass): New function.
14844         (cperl-find-pods-heres): Use it.
14845         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
14846         (cperl-beautify-regexp-piece): Fix column calculation.
14847         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
14848         (cperl-beautify-level): Don't process entire regexp.
14849         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
14850         calling man.
14851         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
14852         (cperl-init-faces): Build a list in the normal way.
14854 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14856         * calendar/parse-time.el (parse-time-string-chars): Save match
14857         data.
14859 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14861         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
14862         (sql-product): Use it.
14863         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
14864         (sql-set-product): Add completion.
14865         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
14866         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
14867         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
14868         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
14869         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
14870         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
14871         (sql-highlight-db2-keywords): Remove.
14872         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
14873         (sql-highlight-product): Use derived-mode-p.
14874         (sql-set-sqli-buffer): Use with-current-buffer.
14875         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
14876         Simplify.
14878         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
14880         * term.el: Fix commenting convention, turn comments into docstrings.
14882 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14884         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
14886 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14888         * calendar/parse-time.el (parse-time-string-chars): Compute using
14889         character classes, to handle non-ascii characters (Bug#3190).
14891 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14893         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
14894         another heredoc if the user adds another < (Bug#3226).
14896         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14897         Don't initialize based on window-system (Bug#4124).
14899         * facemenu.el (facemenu-read-color): Use a completion function
14900         that accepts any defined color, such as RGB triplets (Bug#3677).
14902         * files.el (get-free-disk-space): Change fallback default
14903         directory to /.  Expand DIR argument before switching to fallback.
14904         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
14906 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
14908         * files.el (load-library): Doc fix.
14910 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
14912         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
14913         (viper-if-string): Redefine C-s in the minibuffer to insert the last
14914         incremental search string.
14916         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
14917         XEmacs.
14919         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
14920         (ediff-merge-region-is-non-clash)
14921         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
14922         Also check if the job is really a merge job.
14924         * ediff.el (ediff-current-file): New function.
14926 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
14928         * progmodes/js.el: Edit docstrings throughout to follow Emacs
14929         conventions.
14930         (js-insert-and-indent): Delete function.
14931         (js-mode-map): Don't bind keys to js-insert-and-indent.
14932         (js-beginning-of-defun): Rename from js--beginning-of-defun.
14933         (js-end-of-defun): Rename from js--end-of-defun.
14934         (js-auto-indent-flag): Delete variable.
14936 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
14938         * progmodes/js.el: Remove proclaim statement.
14939         Defvar which-func-imenu-joiner-function to silence compiler.
14941         * files.el (auto-mode-alist): Use js-mode for .js files.
14943         * progmodes/js2-mode.el: Remove file.
14945         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
14947         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
14949         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
14951 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
14952             Karl Landstrom  <karl.landstrom@brgeight.se>
14954         * progmodes/js.el: New file.
14956 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
14958         * timezone.el (timezone-parse-date): Add ability to understand ISO
14959         basic format (minimal separators) dates in addition to the
14960         already-supported extended format dates.
14962 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
14964         * international/ucs-normalize.el: Add a `coding' file variable.
14966         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14968 2009-08-14  Sam Steingold  <sds@gnu.org>
14970         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
14972 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
14974         * faces.el (help-argument-name): Define it here instead of
14975         help-fns.el, because in daemon mode help-fns.el may be loaded when
14976         faces are still uninitialized (Bug#1078).
14978         * help-fns.el (help-argument-name): Move defface to faces.el.
14980 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
14982         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
14983         create buffer with a pty but no process so that GDB can make the
14984         inferior the controlling process.
14986 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
14988         * international/ucs-normalize.el: New file.
14990 2009-08-13  Richard Stallman  <rms@gnu.org>
14992         * mail/rmail.el (rmail-get-attr-names):
14993         Accept an attribute header that is too short.
14995         * mail/rmail.el (rmail-forget-messages):
14996         Ignore nil elt in rmail-message-vector.  Use dotimes.
14998         * progmodes/compile.el (compilation-goto-locus):
14999         Use next-error-move-function.
15001         * simple.el (next-error-move-function): New variable.
15003 2009-08-12  Juri Linkov  <juri@jurta.org>
15005         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15006         always non-nil.  (Bug#4052)
15008         * replace.el (read-regexp): Return empty string when
15009         `default-value' is nil.
15010         (keep-lines-read-args): Don't use empty string as the
15011         default value for `read-regexp'.  (Bug#2495)
15013 2009-08-12  Juri Linkov  <juri@jurta.org>
15015         * international/mule-cmds.el (ucs-insert): Change arguments
15016         from `arg' to `character', `count', `inherit' to be the same
15017         as in `insert-char'.  Doc fix.  (Bug#4039)
15019         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15021 2009-08-12  Juri Linkov  <juri@jurta.org>
15023         * files-x.el: New file.
15025         * files.el: Move code that deals with adding/deleting
15026         file/directory-local variables to files-x.el.
15028         * Makefile.in (ELCFILES): Add files-x.elc.
15030 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
15032         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15033         to use `goto-line'.
15034         (gdb-place-breakpoints, gdb-get-location): Rewritten without
15035         `goto-line'.
15036         (gdb-invalidate-disassembly): Do not refresh upon receiving
15037         'update signal.  Instead, update all disassembly buffers only after
15038         threads list.
15039         (gdb): Send -target-detach when buffer is killed (Bug#3794).
15040         (gdb-starting): Moved -data-list-register-names...
15041         (gdb-stopped): ...here so it's sent when first thread stops.
15042         (gdb-registers-handler-custom): Do nothing if register names are
15043         unknown yet.
15045         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15046         from `gdb-mi.el' to avoid extra tangling.
15048         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15049         change which breaks `gud-def' definitions used in `gdb'.
15050         (gdb-update-gud-running): No extra fuss for updating frame number.
15052 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15054         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15055         (describe-language-environment-map, setup-language-environment-map)
15056         (set-coding-system-map): Move initialization into declaration.
15057         (set-language-info-alist): Last arg to define-key-after can be skipped.
15059         * international/quail.el (quail-completion-1): Simplify.
15060         (quail-define-rules): Use slightly more compact code.
15061         (quail-insert-decode-map): Propertize keys, compact columns.
15063         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15064         Add goto-line.
15066 2009-08-10  Miles Bader  <miles@gnu.org>
15068         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15069         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15070         (js2-instance-member, js2-private-member, js2-private-function-call)
15071         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15072         (js2-magic-paren, js2-external-variable):
15073         Remove "-face" suffix from face names.
15074         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15075         (js2-highlight-undeclared-vars, js2-peek-token)
15076         (js2-parse-function-params, js2-mode-show-errors)
15077         (js2-mode-show-warnings, js2-make-magic-delimiter)
15078         (js2-mode-highlight-magic-parens): Update to use new face names.
15080 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15082         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15083         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15085 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15087         * subr.el: Provide hashtable-print-readable.
15089         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15090         hs-c-like-adjust-block-beginning.
15091         (hs-hide-block-at-point): Stop hiding at the beginning of
15092         hs-block-end-regexp (Bug#700).
15094 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15096         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15097         a macro.
15098         (gdb-registers-handler-custom): Do not fail when register names
15099         are unavailable.
15101 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15103         * progmodes/gdb-mi.el (gdb-control-all-threads)
15104         (gdb-control-current-thread): Interactive setters for
15105         `gdb-gud-control-all-threads' to use in menu.
15106         (gdb-show-run-p): Show «Go» when process is not active.
15107         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15108         gud/thread.xpm and gud/all.xpm.
15110 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15112         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15113         (nslookup-font-lock-keywords): Make it a variable.
15114         (net-utils-mode): New mode for viewing diagnostic network output.
15115         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15116         (net-utils-run-simple): New function.
15117         (ifconfig, iwconfig, netstat, arp, route): Use it.
15119 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15121         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15122         (gdb-memory-set-address, def-gdb-set-positive-number)
15123         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15124         after changing settings.
15125         (gdb-invalidate-disassembly): Update when first shown.
15126         (gdb-edit-locals-value): Fixed.
15127         (gdb-registers-handler-custom): Print registers in right order and
15128         allow changing register values (only for current thread yet).
15129         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15130         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15131         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15132         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15133         info in mode name.
15134         (gdb-registers-mode-map): TAB to switch to locals.
15136 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15138         * mail/rmail.el (rmail-add-mbox-headers)
15139         (rmail-set-message-counters-counter): Search for
15140         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15142 2009-08-08  Glenn Morris  <rgm@gnu.org>
15144         * Makefile.in (ELCFILES): Update.
15146 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15148         * mail/sendmail.el (mail-yank-original): Set
15149         buffer-file-coding-system from the one used by the message whose
15150         text is yanked.
15152         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15153         to "windows" when "pgnuplot" is used.
15154         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15155         call accept-process-output if "pgnuplot" is used.
15156         (calc-graph-init): Don't send -display and -geometry to
15157         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15158         running "pgnuplot -V" with shell-command-to-string.
15160         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15161         the default.
15163 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15165         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15166         org/org-latex.elc.
15168 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15170         * vc-dispatcher.el (vc-resynch-window): Update comment.
15172         * term.el (term-handle-ansi-escape): Add comments with the
15173         terminfo capabilities implemented.
15175 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15177         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15178         (gdb-var-create-handler): Rewritten using JSON parser.
15179         (gdb-propertize-header): Moved earlier.
15180         (gdb-set-header): Removed to avoid duplication.
15181         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15182         Refresh disassembly buffers only after threads list have been
15183         update.
15184         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15185         variables.
15187 2009-08-04  Juri Linkov  <juri@jurta.org>
15189         * files.el: Commands to add/delete file/directory-local variables.
15190         (read-file-local-variable, read-file-local-variable-value)
15191         (read-file-local-variable-mode, modify-file-local-variable)
15192         (modify-file-local-variable-prop-line)
15193         (modify-dir-local-variable): New functions.
15194         (add-file-local-variable, delete-file-local-variable)
15195         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15196         (add-dir-local-variable, delete-dir-local-variable)
15197         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15198         (copy-dir-locals-to-file-locals-prop-line): New commands.
15200 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15202         * abbrev.el (insert-abbrev-table-description): Prettify output.
15203         Suggested by Karl Chen.
15205 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15207         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15208         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15209         (gdb-overlay-arrow-position, gdb-thread-position)
15210         (gdb-disassembly-position): Declare variables.
15211         (gdb-wait-for-pending): Function now.
15212         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15213         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15214         compilation goes smoothly.
15215         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15216         (gdb-non-stop-setting): New customization setting which replaces
15217         `gdb-non-stop' so changing it doesn't break active GDB session.
15218         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15219         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15220         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15221         (gdb-show-threads-by-default): New customization options.
15222         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15223         routines.
15224         (gdb-get-buffer-create): Send buffers update signal when they are
15225         created.
15226         (gdb-invalidate-locals, gdb-invalidate-registers)
15227         (gdb-invalidate-breakpoints)
15228         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15229         (gdb-invalidate-memory): Accept update signal.
15230         (gdb-current-context-command): Use --frame option.
15231         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15232         Implement `gdb-frame-number' selection logic.
15233         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15234         whether to show GUD toolbar buttons.
15235         (gdb-thread-exited): Unselect current thread when it exits.
15236         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15237         (gdb-mark-line): Routine which sets overlay arrow or inverses
15238         video on fringeless displays.
15239         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15240         to build aligned columns of data in GDB buffers and set text
15241         properties line-by-line.
15242         (gdb-invalidate-breakpoints)
15243         (gdb-breakpoints-list-handler-custom)
15244         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15245         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15246         (gdb-registers-handler-custom): Align data columns.
15247         (gdb-locals-handler-custom): Now prints data like in variable
15248         declarations.
15249         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15250         Removed confusing buttons.
15251         (gdb-invalidate-threads): Append --frame.
15252         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15253         between breakpoints/threads buffers.
15254         (gdb-set-window-buffer): Now can ignore dedicated windows.
15255         (gdb-propertize-header): Use `gdb-set-window-buffer'.
15256         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15257         (def-gdb-thread-buffer-gud-command): Replaces
15258         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15259         for fine thread control.
15260         (gdb-preempt-existing-or-display-buffer): New function used to
15261         display bound buffers without breaking window layout.
15262         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15263         (gdb-select-frame): New version of `gdb-frames-select' which now
15264         sets `gdb-frame-number' so commands may use --frame option instead
15265         of inner debugger state.
15266         (gdb-frame-handler): Do not set `gdb-frame-number'.
15267         (gdb-threads-mode-map): Select threads with mouse.
15269         * progmodes/gud.el (gdb-gud-context-call): Declare function to
15270         avoid compilation warning.
15271         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15272         `gdb-show-stop-p`.
15274         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15275         Argument `key' renamed to `buffer-type'.
15276         (gdb-current-context-buffer-name): Do not add thread info to
15277         buffer name when no thread is selected.
15278         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15279         command (bug 3794).
15280         (gdb-thread-selected): Handle `=thread-selected' notification.
15281         (gdb-wait-for-pending): New macro to deal with congestion problems.
15282         (gdb-breakpoints-list-handler-custom): Don't fail on pending
15283         breakpoints.
15284         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15285         This fixes problem similar to one described in bug 3947.
15286         (gud-menu-map): More menu items.
15287         (gdb-init-1): Reset `gdb-thread-number' to nil.
15289         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15290         non-stop settings.
15292         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15293         (gdb-current-context-command): Do not append --thread if
15294         `gdb-thread-number' is nil.
15295         (gdb-running-threads-count, gdb-stopped-threads-count): New
15296         variables.
15297         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15298         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15299         customization options.
15300         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15301         GUD commands.
15302         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15303         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15304         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15305         set `gdb-thread-number' and update `gud-running' properly.
15306         (gdb-running): Update threads list when new threads appear.
15307         (gdb-stopped): Support non-stop operation and new thread switching
15308         logic.
15309         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15310         (gdb-json-partial-output): New set of JSON routines.
15311         (def-gdb-auto-update-trigger): New `signal-list' optional
15312         argument.
15313         (gdb-thread-list-handler-custom): Update `gud-running',
15314         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15315         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15316         (gdb-continue-thread, gdb-step-thread): New commands for fine
15317         thread execution control.
15318         (gud-menu-map): New menu items to switch non-stop options.
15319         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15320         (gdb-send): Mimic RET properly (bug 3794).
15322         * progmodes/gdb-mi.el (gdb-rules-name-maker)
15323         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15324         gdb-buffer-rules.
15325         (def-gdb-auto-update-handler): New nopreserve optional argument.
15326         (gdb-stack-list-frames-custom): Print stack from top to bottom.
15328         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15329         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15330         (gdb-parent-mode): New mode to derive other GDB modes from.
15331         (gdb-display-disassembly-for-thread)
15332         (gdb-frame-disassembly-for-thread): New commands for threads
15333         buffer.
15335         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15336         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15337         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15338         (gdb-update): We now store all GDB buffers in a list so that they
15339         can be updated by traversing a list instead of calling invalidate
15340         triggers explicitly.
15341         (def-gdb-trigger-and-handler): New macro to define trigger-handler
15342         pair for GDB buffer.
15343         (gdb-stack-buffer-name): Add thread information.
15344         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15345         handle pending triggers.
15346         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15347         (def-gdb-thread-buffer-simple-command)
15348         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15349         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15350         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15351         New commands which show buffers bound to thread.
15352         (gdb-stack-list-locals-regexp): Removed unused regexp.
15354         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15355         (gdb-locals-buffer-name, gdb-registers-buffer-name)
15356         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15357         to (gud-comint-buffer) in *-buffer-name functions
15358         because (gdb-get-target-string) already does that.
15359         (gdb-locals-handler-custom, gdb-registers-handler-custom)
15360         (gdb-changed-registers-handler): Rewritten without regexps.
15362         * progmodes/gdb-mi.el: Basic thread selection support.
15363         (gdb-thread-number): New variable.
15364         (gdb-current-context-command): New macro which adds --thread
15365         option to command.
15366         (gdb-threads-mode-map): Select thread with SPC.
15367         (gdb-thread-list-handler-custom): Mark current thread with overlay
15368         arrow.  Synchronize GDB thread and Emacs thread.
15369         (gdb-select-thread): New command which selects current thread.
15370         (gdb-invalidate-frames, gdb-invalidate-locals)
15371         (gdb-invalidate-registers): Use --thread option.
15373 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
15375         * net/tramp.el (top): Make check for tramp-gvfs loading more
15376         robust.  (Bug#3977)
15377         (tramp-handle-insert-file-contents): `unwind-protect' must be
15378         inside `with-parsed-tramp-file-name'.
15380         * net/tramp-gvfs.el (top): Remove superfluous message when loading
15381         fails.
15383 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
15385         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15386         directory if CLASSPATH is not set.
15388 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
15390         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15391         New defconst.
15392         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
15394 2009-08-02  Kevin Ryde  <user42@zip.com.au>
15396         * net/newst-backend.el (newsticker--raw-url-list-defaults):
15397         Update freshmeat link.  Delete newsforge.com as it seems gone.
15399 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15401         * select.el (x-set-selection): Doc fix (Bug#4021).
15403         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15405         * help-fns.el (describe-variable): Treat list return values from
15406         dir-locals-find-file properly (Bug#4005).
15408 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
15410         * net/tramp.el (tramp-debug-message): Print also microseconds.
15412 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
15414         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15415         or END is non-nil.
15416         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15417         (tramp-get-debug-buffer): Change `outline-regexp' according to new
15418         format.
15420         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15421         (tramp-get-file-property): Use it.
15423         * autorevert.el (auto-revert-handler): Allow
15424         `auto-revert-tail-mode' for remote files.
15426 2009-08-02  Jason Rumney  <jasonr@gnu.org>
15428         * minibuffer.el (read-file-name): Treat confirm options to
15429         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
15431 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15433         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15434         (font-lock-variable-name-face, font-lock-constant-face): Darken
15435         the colors for light backgrounds.
15437 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
15439         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15440         month names.  (Bug#3987)
15442 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
15444         * simple.el (line-move-finish): Pass whole number to
15445         line-move-to-column.
15446         (line-move-visual): Perform hscroll to the recorded position.
15448 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
15450         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15452 2009-07-29  Alan Mackenzie  <acm@muc.de>
15454         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15456 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
15458         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15459         (gdb-place-breakpoints): Use full path when setting breakpoints.
15461 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
15463         * calc/calc.el (calc-mode-map): Add keybinding for
15464         `calc-transpose-lines'.
15466 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
15468         * calc/calc-misc.el (calc-transpose-lines): New function.
15470 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
15472         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15473         Simplify check for out-of-band methods.
15474         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15475         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
15477 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
15479         * vc-git.el (vc-git-checkin): Fix typo.
15481 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
15483         * progmodes/js2-mode.el: New file.
15485 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
15487         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15488         (gud-menu-map): Adjust tooltip accordingly.
15490 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
15492         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15493         (vc-bzr-log-view-mode): Adjust log-view-file-re.
15495         * add-log.el (change-log-mode-map): Add a menu.
15497 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
15499         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15500         function returns nil.
15501         (dbus-handle-event): Handle special return value :ignore.
15502         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15504 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
15506         * view.el (view-mode-enable): Don't define Helper-return-blurb if
15507         it's not needed.
15509 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
15511         Fix Bug#3888:
15513         * w32-vars.el (x-select-enable-clipboard): Doc fix.
15515         * term/pc-win.el (x-display-name, x-colors)
15516         (x-select-enable-clipboard, x-select-text): Doc fix.
15518         * term/common-win.el (x-display-name, x-colors): Doc fix.
15520         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15521         (xw-defined-colors): Doc fix.
15523         * w32-fns.el (x-select-text, x-setup-function-keys)
15524         (x-get-selection, x-set-selection): Doc fix.
15526         * term/x-win.el (x-select-text, x-setup-function-keys)
15527         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15529         * select.el (x-set-selection): Doc fix.
15531 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
15533         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15534         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
15535         "IsNSSSupportAvailable" method is not available.  Reported by
15536         Steve Youngs <steve@sxemacs.org>.
15538 2009-07-24  Kenichi Handa  <handa@m17n.org>
15540         * international/characters.el: Fix setting of category ?C, ?|, ?K,
15541         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
15542         (build-unicode-category-table): Fix range checks.
15544 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
15546         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15547         the buffer we try to sync is current when calling
15548         vc-resynch-buffer.
15550         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15551         not show up to date files.
15553 2009-07-24  Glenn Morris  <rgm@gnu.org>
15555         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15556         Add autoload cookies.  If necessary, initialize.
15557         (elint-log): Handle non-file buffers.
15558         (elint-initialize): Add optional argument to reinitialize.
15559         (elint-find-builtin-variables): Save excursion.
15561 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
15563         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15564         for Lint.
15566 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15568         * vc.el (vc-print-log-internal): New function, split out from ...
15569         (vc-print-log): ... here.
15570         (vc-dir-move-to-goal-column): Declare.
15572         * vc-git.el (vc-git-add-signoff): New variable.
15573         (vc-git-checkin): Use it.
15574         (vc-git-toggle-signoff): New function.
15575         (vc-git-extra-menu-map): Bind it to menu.
15576         (vc-git--run-command-string): Accept a nil FILE argument.
15577         (vc-git-stash-list): New function.
15578         (vc-git-dir-extra-headers): Use it.
15580 2009-07-23  Glenn Morris  <rgm@gnu.org>
15582         * help-fns.el (describe-variable): Describe ignored and risky local
15583         variables in a similar way to that in which we describe safe ones.
15585         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15586         (byte-compile-output-file-form, byte-compile-output-docform)
15587         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15588         Give some more local variables with common names a "bytecomp-" prefix,
15589         so as not to shadow things during compilation.
15590         * emacs-lisp/cl-macs.el (load-time-value)
15591         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15592         `outbuffer' to `bytecomp-outbuffer'.
15594         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15595         since the next two variables cover them automatically now.
15596         (elint-builtin-variables, elint-autoloaded-variables): New.
15597         (elint-unknown-builtin-args): Remove all members, since they can be
15598         parsed automatically now.
15599         (elint-extra-errors): New.
15600         (elint-env-add-env, elint-env-add-macro): Use cadr.
15601         (elint-current-buffer): Use or.  Change final message.
15602         (elint-get-top-forms): Use line-end-position.
15603         (elint-init-env): Use cadr.  Handle autoload, declare-function,
15604         and defalias.
15605         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
15606         (regexp-assoc): Remove unused function.
15607         (elint-top-form): Set elint-current-pos, to record the start of the
15608         top-level form, for compilation-mode.
15609         (elint-form): Trap errors in macro expansion.  Use dolist.
15610         (elint-unbound-variable): Use elint-builtin-variables and
15611         elint-autoloaded-variables.
15612         (elint-get-args): Use cadr, or.
15613         (elint-check-cond-form): Use dolist, cadr.
15614         (elint-check-condition-case-form): Doc fix.  Use cadr.
15615         Use elint-extra-errors.
15616         (elint-log): New function.
15617         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15618         Distinguish errors and warnings.
15619         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
15620         Use a bytecomp-style format.
15621         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
15622         (elint-get-log-buffer): Use compilation mode.  Disable undo.
15623         Don't truncate lines.
15624         (elint-initialize): Set builtin and autoloaded variable lists.
15625         Only process elint-unknown-builtin-args if non-nil.
15626         (elint-find-builtin-variables, elint-find-autoloaded-variables):
15627         New functions.
15628         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
15630 2009-07-22  Kevin Ryde  <user42@zip.com.au>
15632         * net/newst-backend.el (newsticker--parse-atom-1.0)
15633         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15634         (newsticker--parse-rss-1.0):
15635         * progmodes/idlwave.el (idlwave-mode):
15636         * progmodes/idlw-shell.el (idlwave-shell-mode):
15637         * progmodes/vera-mode.el (vera-mode):
15638         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15639         * progmodes/vhdl-mode.el (vhdl-mode):
15640         * textmodes/table.el (table-generate-source)
15641         (table--warn-incompatibility):
15642         Hyperlink urls in docstrings with URL `...'.
15644 2009-07-22  Glenn Morris  <rgm@gnu.org>
15646         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15647         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15648         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15649         Remove leading * from defcustom docs.
15651         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
15653         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15654         defcustom doc.
15655         (list-load-path-shadows): Optionally, just return shadows as a string.
15657         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15659 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
15661         * mail/rmailedit.el (rmail-edit-mode): Use
15662         auto-save-include-big-deletions.
15664         * mail/rmail.el (rmail-variables): Use
15665         auto-save-include-big-deletions.
15667         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15668         changes.
15670 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
15672         * calc/calc.el (calc-undo-length): New variable.
15673         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15675 2009-07-21  Richard Stallman  <rms@gnu.org>
15677         * files.el (auto-save-mode): Handle buffer-save-size = -2
15678         for toggling mode.
15680 2009-07-21  Glenn Morris  <rgm@gnu.org>
15682         * textmodes/ispell.el (ispell-looking-back): Update declaration.
15684         * calendar/todo-mode.el (calendar-current-date): Update declaration.
15686         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15687         silence compiler.  Instead...
15688         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15689         (ps-print-ensure-fontified): Update for above function name changes.
15691         * printing.el (pr-mh-get-msg-num, pr-mh-show)
15692         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15693         silence compiler.  Instead...
15694         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15695         (mh-show-buffer): Only define for compiler.
15696         (pr-mh-current-message): Update for above function name changes.
15698         * files.el (abort-if-file-too-large): Explicitly pass `filename'
15699         as an argument.
15700         (find-file-noselect, insert-file-1): Update for above change.
15702         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15704         * mail/mailclient.el (mailclient-send-it): Fix message.
15706         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15707         (edebug-eval): Check cl-debug-env is bound.
15708         (print-level, print-circle): Don't redefine built-in variables.
15710         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15711         (custom-print-vectors): Remove old comments from doc.
15713         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15714         (emerge-version): Make the variable an obsolete alias for the
15715         emacs-version variable.  Make the function obsolete.
15716         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15717         Emerge options, rather than merging in into the main Options menu.
15718         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
15719         and auto advance modes.  Disable edit/fast items when not relevant.
15721 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
15723         * term/vt420.el (terminal-init-vt420): Fix typo.
15725 2009-07-20  Sam Steingold  <sds@gnu.org>
15727         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15728         variable (removed from compile.el on 2004-03-11).
15730 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
15732         * files.el (hack-local-variables-filter): Fix last change.
15734 2009-07-19  Juri Linkov  <juri@jurta.org>
15736         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15737         (dir-local-variables-alist): New buffer-local variable.
15738         (hack-local-variables-filter): If variable is not dir-local,
15739         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15740         because file-local overrides dir-local.
15741         (c-postprocess-file-styles) <declare-function>:
15742         Remove obsolete declaration.
15743         (hack-dir-local-variables): Add dir-local variable/value pair to
15744         `dir-local-variables-alist' and remove duplicates.  Doc fix.
15746         * help-fns.el (describe-variable): Add information about
15747         file-local and dir-local variables.
15749 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
15751         * files.el (hack-local-variables-filter): Rewrite.
15753 2009-07-19  Glenn Morris  <rgm@gnu.org>
15755         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15756         Silence compiler by only defining on XEmacs.
15758         * international/mule.el (auto-coding-regexp-alist): Only match
15759         BABYL... at the start of buffer, not of lines.  (Bug#3790)
15761         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15762         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
15763         (cal-menu-context-mouse-menu): Doc fix.
15765         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15767         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
15769 2009-07-18  Juri Linkov  <juri@jurta.org>
15771         * info.el: Virtual Info keyword finder.
15772         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15773         (Info-finder-file): New variable.
15774         (Info-finder-find-file): New function.
15775         (finder-known-keywords, finder-package-info)
15776         (find-library-name, lm-commentary): Use defvar and
15777         declare-function to silence compiler warnings.
15778         (Info-finder-find-node): New function.
15779         (info-finder): New command.
15781         * subr.el (process-kill-buffer-query-function): New function.
15782         (add-hook)<kill-buffer-query-functions>: Add hook
15783         `process-kill-buffer-query-function'.
15785 2009-07-18  Alan Mackenzie  <acm@muc.de>
15787         * progmodes/cc-mode.el (c-before-hack-hook)
15788         (c-postprocess-file-styles): Give invocation of `c-set-style'
15789         DONT-OVERRIDE parameter of t.  Already set style variables will
15790         thus not be overridden by style settings given by `c-file-syle'.
15792         * files.el (hack-local-variables-filter): Remove entries with
15793         duplicate keys from `file-local-variables-alist'.
15795 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
15797         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15798         x-set-selection if display-selections-p returns nil for the
15799         current frame.
15801 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
15803         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
15805 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
15807         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
15808         Accept nil in addition to a regexp.
15809         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
15810         Accept nil in addition to a regexp.
15811         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
15812         buffers that have an associated file.  Handle nil values of
15813         desktop-buffers-not-to-save and desktop-files-not-to-save.
15814         (Bug#3833)
15816         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15817         (x-disown-selection-internal): New functions.
15819 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
15821         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
15822         warning.
15823         (gdb-breakpoints-header): Move forward to avoid compiler warning.
15824         (gdb-make-header-line-mouse-map): Remove duplicate definition.
15826 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
15828         * simple.el (set-mark): Revert last change.
15830 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
15832         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
15833         rendering of pngs is not possible instead of messaging a long
15834         description.
15836 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
15838         * w32-fns.el (x-selection-owner-p): New function.
15840         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
15841         (mouse-yank-at-click, mouse-yank-primary): If
15842         select-active-regions is non-nil, deactivate the mark before
15843         insertion.
15845         * simple.el (deactivate-mark, set-mark): Only save selection if we
15846         own it.
15848 2009-07-17  Kenichi Handa  <handa@m17n.org>
15850         * case-table.el (describe-buffer-case-table): Fix for the case
15851         that KEY is a cons.
15853 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
15855         * vc-rcs.el (vc-rcs-find-file-hook):
15856         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
15858 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
15860         * net/tramp.el (tramp-wait-for-output): Handle the case when
15861         commands do not return a newline but a null byte before the shell
15862         prompt.  (Bug#3858)
15864 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15866         * term/ns-win.el (ns-set-alpha): Don't declare.
15867         (ns-set-background-alpha): Remove function.
15869 2009-07-16  Kevin Ryde  <user42@zip.com.au>
15871         * emacs-lisp/copyright.el (copyright-update): Save match-data across
15872         y-or-n-p, for safety.
15874 2009-07-16  Richard Stallman  <rms@gnu.org>
15876         * files.el (auto-save-mode): If buffer-saved-size is -2,
15877         don't clobber it.
15879         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
15880         (rmail-retry-ignored-headers): Add more uninteresting fields.
15882 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
15884         * net/rcirc.el (rcirc): Use history variables.
15885         (rcirc-server-name-history, rcirc-nick-name-history)
15886         (rcirc-server-port-history): New variables.
15888 2009-07-15  Kenichi Handa  <handa@m17n.org>
15890         * international/mule-cmds.el (set-language-environment-charset):
15891         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
15892         ignore them.
15894         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
15895         Delete unibyte-display.
15897 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
15899         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
15901 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
15903         * simple.el (deactivate-mark): Optional argument FORCE.
15904         (set-mark): Use deactivate-mark.
15906         * info.el (Info-search): No need to check transient-mark-mode
15907         before calling deactivate-mark.
15909         * select.el (x-set-selection): Doc fix.
15910         (x-valid-simple-selection-p): Allow buffer values.
15911         (xselect--selection-bounds): Handle buffer values.  Suggested by
15912         David De La Harpe Golden.
15914         * mouse.el (mouse-set-region, mouse-drag-track): Call
15915         copy-region-as-kill before setting the mark, to let
15916         select-active-regions work.
15918 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
15920         * simple.el (deactivate-mark): If select-active-regions is
15921         non-nil, copy the selection data into a string.
15922         (activate-mark): If select-active-regions is non-nil, set the
15923         selection to the current buffer.
15924         (set-mark): Update selection if select-active-regions is non-nil.
15926         * select.el (x-valid-simple-selection-p): Allow buffer values.
15928 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15930         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
15931         and more featureful message-mode.
15933 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
15935         * select.el (x-set-selection): Doc fix.
15936         (x-valid-simple-selection-p): Disallow selection data consisting
15937         of a list or cons of integers, since that is not used.
15938         (xselect--selection-bounds, xselect--int-to-cons): New functions.
15939         (xselect-convert-to-string, xselect-convert-to-length)
15940         (xselect-convert-to-filename, xselect-convert-to-charpos)
15941         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
15943 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
15945         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
15946         output in -break-info command (Emacs bug #3794).
15948 2009-07-14  Glenn Morris  <rgm@gnu.org>
15950         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
15951         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
15952         (edebug-print-length, edebug-print-level, edebug-print-circle)
15953         (edebug-sit-for-seconds, edebug-view-outside)
15954         (edebug-bounce-point, edebug-set-global-break-condition)
15955         (edebug-Go-nonstop-mode, edebug-trace-mode)
15956         (edebug-Trace-fast-mode, edebug-continue-mode)
15957         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15958         (edebug-visit-eval-list): Doc fixes.
15960         * subr.el (def-edebug-spec): Doc fix.
15962 2009-07-14  Kenichi Handa  <handa@m17n.org>
15964         * international/characters.el: Fix setting of category ?C.
15966 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
15968         * term/ns-win.el (x-select-font): defalias x-select-font to
15969         ns-popup-font-panel instead of generate-fontset-menu.
15971 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
15973         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
15975 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
15977         * arc-mode.el (archive-find-type): Allow for a PK00 string before
15978         the PK\003\004 header (Bug#3770).
15980 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
15982         * pcomplete.el (pcomplete-comint-setup): Check for
15983         shell-dynamic-complete-filename too.
15985 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
15987         * simple.el (temporary-goal-column): Change the value for
15988         line-move-visual to a cons cell.
15989         (line-move-visual): Record or set the window hscroll, if
15990         necessary (Bug#3494).
15991         (line-move-1): Handle cons value of temporary-goal-column.
15993 2009-07-11  Kenichi Handa  <handa@m17n.org>
15995         * international/mule-diag.el (describe-character-set): Don't show
15996         width.
15998 2009-07-10  Sam Steingold  <sds@gnu.org>
16000         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16001         Omake sometimes indents the errors it prints, so allow all
16002         regexps to start with spaces.
16004 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
16006         * cus-edit.el (customize-changed-options-previous-release):
16007         Bump value to 22.1.  (Bug#3804)
16009 2009-07-08  Sam Steingold  <sds@gnu.org>
16011         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16012         to be a cons cell (test . ignored-directory) to selectively ignore
16013         some directories depending on the location of the search.
16015 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
16017         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16018         remote user is root, on the local host.
16019         (tramp-local-host-p): Either the local user or the remote user
16020         must be root.  (Bug#3771)
16022 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16024         * progmodes/gdb-mi.el (gdb): Remove description of
16025         gdb-use-separate-io-buffer.
16026         (menu): Don't allow toggling of or enable
16027         gdb-use-separate-io-buffer from menubar.
16029 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16031         * mail/unrmail.el (unrmail): Make sure the message ends with two
16032         newlines (Bug#3769).
16034 2009-07-08  Glenn Morris  <rgm@gnu.org>
16036         * calendar/calendar.el (calendar-current-date): Rework previous change.
16038 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
16040         * calendar/calendar.el (calendar-current-date):
16041         Add an optional argument giving an offset from today.
16043 2009-07-08  Glenn Morris  <rgm@gnu.org>
16045         * tutorial.el (tutorial--describe-nonstandard-key):
16046         Adjust the message for when a key has been unbound.
16047         (help-with-tutorial): Hide the arch-tag.
16049 2009-07-08  Kenichi Handa  <handa@m17n.org>
16051         * international/fontset.el (setup-default-fontset): For each
16052         script, append (not set) font-specs.
16054         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16055         docstring.
16057 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16059         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16060         -data-list-register-names to ...
16061         (gdb-starting): ... here because GDB 7.0 requires execution to
16062         have started when using this MI command.
16063         (gdb-set-header): New function to distinguish select and
16064         unselected tabs in gdb buffers.
16065         (gdb-propertize-header): New macro that uses gdb-set-header.
16066         (gdb-breakpoints-header, gdb-locals-header): Use it.
16067         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16069 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16071         * Makefile.in (ELCFILES): Remove fadr.elc.
16073 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16075         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16076         may contain frame information, so `string-match' should be used.
16077         (gdb-update): Disassembly is invalidated through
16078         `gdb-get-selected-frame'.
16079         (gdb-pad-string): New function to pad string with spaces.
16080         (gdb-invalidate-disassembly): Invalidate only if the buffer
16081         exists.
16082         (gdb-disassembly-handler-custom): Column alignment.
16083         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16084         placing new ones.
16085         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16086         end of line, too.
16087         (gdb-frame-handler): Match convention to for disassembly buffer
16088         mode name.
16089         (gdb-stack-list-frames-handler): Rewritten without regexps.
16090         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16091         not highlight breakpoints without line information.
16092         (gdb-input): Add trailing newline to command.
16094         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16095         buffer properly.
16096         (gdb-breakpoints-list-handler-custom): Replacement for
16097         `gdb-break-list-handler'.  Using real parser instead of regexps
16098         now.
16099         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16100         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16101         to place breakpoints.
16102         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16103         functions.
16104         (gdb-disassembly-handler-custom): Show overlay arrow.
16105         (gdb-disassembly-place-breakpoints): Show breakpoints in
16106         disassembly buffer.
16107         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16108         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16109         instead of parsing breakpoints buffer.  Fixed old menu references
16110         in `gud-menu-map'.
16112         * fadr.el: Remove.
16114         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16115         (gdb-memory-address): New variable which holds top address of
16116         memory page shown in memory buffer.
16117         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16118         customization variables.
16119         New functions:
16120         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16121         display the memory buffer.
16122         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16123         buffer display parameters.
16124         (def-gdb-memory-format, gdb-memory-format-binary)
16125         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16126         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16127         Functions for setting memory buffer format.
16128         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16129         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16130         unit size used in memory buffer.
16131         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16132         to next/previous page of memory buffer.
16133         Now using (bindat-get-field) instead of fadr functions.
16135 2009-07-07  Sam Steingold  <sds@gnu.org>
16137         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16138         non-top-level files.
16140 2009-07-07  Kenichi Handa  <handa@m17n.org>
16142         * international/mule-cmds.el (reset-language-environment): Put
16143         the highset priority to the charset iso-8859-1.
16145 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16147         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16148         to the end of the line when locating the block (Bug#700).
16150 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16152         * net/tramp.el (tramp-handle-write-region): Flush file properties
16153         in case of short track.
16155 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16157         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16158         Coded custom representation of verilog error regular expressions
16159         to work with Emacs-22's new format.
16160         (verilog-error-regexp-xemacs-alist): Coded custom representation
16161         of verilog error regular expressions to work with XEmacs format.
16162         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16163         error recognition into XEmacs.
16164         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16165         error recognition into Emacs-22.
16167 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16169         * woman.el: Remove stand-alone closing parentheses.
16170         (woman-file-name, woman2-format-paragraphs)
16171         (woman-leave-blank-lines): Code cleanup.
16172         (woman-use-own-frame): Change default to nil.
16173         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16174         defaults to inherit from default faces.
16175         (woman2-process-escapes): Consume the newline after a stand-alone
16176         filler character (Bug#3651).
16178 2009-07-06  Glenn Morris  <rgm@gnu.org>
16180         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16181         (top-level): Move provide to the end.
16182         (ffap): Remove defunct URL from custom group.
16184         * subr.el (eval-after-load): Doc fix.
16186 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16188         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16189         `calc-embedded-word' is called twice.
16191 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16193         * files.el (find-alternate-file-other-window, find-alternate-file):
16194         Obey confirm-nonexistent-file-or-buffer.
16196 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16198         * dired-aux.el (dired-show-file-type): Handle remote files.
16200 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16202         * desktop.el (desktop-globals-to-save):
16203         Add file-name-history (Bug#2750).
16205 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16207         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16209 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16211         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16212         property on entire argument since this is what eshell-lisp-command
16213         expects.
16215 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16217         * net/tramp-gvfs.el (tramp-gvfs-methods)
16218         (tramp-gvfs-zeroconf-domain)
16219         (tramp-bluez-discover-devices-timeout): Add version flag.
16220         (tramp-gvfs-handler-mounted-unmounted)
16221         (tramp-gvfs-connection-mounted-p): Polish handling of
16222         incompatibilities between GVFS 0.2 and 1.0.
16224 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16226         * cus-start.el (all): Add make-pointer-invisible.
16228 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16230         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16231         formatted correctly.
16233 2009-07-02  Juri Linkov  <juri@jurta.org>
16235         * info.el: Virtual Info files and nodes.
16236         (Info-virtual-files, Info-virtual-nodes): New variables.
16237         (Info-current-node-virtual): New variable.
16238         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16239         New functions.
16240         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16241         to check for a virtual file instead of checking a fixed list
16242         of node names.
16243         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16244         instead of ad-hoc processing of "dir" and (apropos history toc).
16245         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16246         instead of ad-hoc processing of "dir" and (apropos history toc).
16247         Reread a file when moving from a virtual node.
16248         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16249         (Info-directory-toc-nodes, Info-directory-find-file)
16250         (Info-directory-find-node): New functions.
16251         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16252         (Info-history): Move part of code to
16253         `Info-history-find-node'.
16254         (Info-history-toc-nodes, Info-history-find-file)
16255         (Info-history-find-node): New functions.
16256         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16257         (Info-toc): Move part of code to `Info-toc-find-node'.
16258         (Info-toc-find-node): New function.
16259         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
16260         the current Info file name to references because now the node
16261         "*TOC*" belongs to the same Info manual.
16262         (Info-toc-build): Rename from `Info-build-toc'.
16263         (Info-toc-nodes): Rename input argument `file' to `filename'.
16264         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16265         instead of ad-hoc processing of ("dir" apropos history toc).
16266         (Info-index-nodes): Use Info-virtual-file-p
16267         to check for a virtual file instead of checking a fixed list
16268         of node names.
16269         (Info-index-node): Add check for `Info-current-node-virtual'.
16270         Raise `save-match-data' higher up the tree to contain
16271         `search-forward' too (bug fix).
16272         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16273         (Info-virtual-index-nodes): New variable.
16274         (Info-virtual-index-find-node, Info-virtual-index): New functions.
16275         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16276         (Info-apropos-file, Info-apropos-nodes): New variables.
16277         (Info-apropos-toc-nodes, Info-apropos-find-file)
16278         (Info-apropos-find-node, Info-apropos-matches): New functions.
16279         (info-apropos): Move part of code to `Info-apropos-find-node' and
16280         `Info-apropos-matches'.
16281         (Info-mode-map): Bind "I" to `Info-virtual-index'.
16282         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16283         for a virtual file instead of checking a fixed list of node names.
16285         * simple.el (async-shell-command): New command.
16287         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16289         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16290         instead of `mount-info'.
16292 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
16294         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16295         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16297 2009-07-02  Kenichi Handa  <handa@m17n.org>
16299         * international/mule.el (set-keyboard-coding-system): Force *-unix
16300         coding-system to avoid eol conversion.
16302 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
16304         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16305         Add handler for `process-file', `shell-command' and
16306         `start-file-process'.
16307         (tramp-gvfs-handle-shell-command)
16308         (tramp-gvfs-handle-start-file-process)
16309         (tramp-gvfs-handle-process-file): New defuns.
16310         (tramp-synce-list-devices): Simplify check for existence of property.
16312 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
16314         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16316 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
16318         * language/korean.el (set-language-info-alist): Add korean-cp949,
16319         cp949 to spec.
16321 2009-07-01  Kenichi Handa  <handa@m17n.org>
16323         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16325         * international/encoded-kb.el: Deleted.
16327         * international/mule.el (set-keyboard-coding-system): Perform the
16328         necessary setup here instead of calling encoded-kbd-setup-display.
16330 2009-07-01  Glenn Morris  <rgm@gnu.org>
16332         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16334 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
16336         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
16338 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
16340         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16341         Handle also the 'rename case, when setting file modes.  (Bug#3712)
16342         (tramp-default-file-modes): Remove execute permissions.
16344         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16345         (top): Add a default for "synce" in `tramp-default-user-alist'.
16346         Add completion function for "synce" method.
16347         (tramp-hal-service, tramp-hal-path-manager)
16348         (tramp-hal-interface-manager, tramp-hal-interface-device):
16349         New defconst.
16350         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16351         (tramp-synce-list-devices, tramp-synce-parse-device-names):
16352         New defuns.
16354         * net/trampver.el: Update release number.
16356 2009-06-30  Kenichi Handa  <handa@m17n.org>
16358         * international/fontset.el (setup-default-fontset): Add CJK fonts
16359         for symbols and the other miscellaneous characters.
16361         * language/korea-util.el (setup-korean-environment-internal):
16362         Make char-width-table suitable for Korean environments.
16363         (exit-korean-environment): Cancel above.
16365         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16366         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16367         setup-function to make char-width-table suitable for respective
16368         environments, and an exit-function to cancel that.
16370         * language/japan-util.el (setup-japanese-environment-internal):
16371         Call use-cjk-char-width-table with arg `ja_JP'.
16373         * international/characters.el (cjk-char-width-table): Delete it.
16374         (cjk-char-width-table-list): New variable.
16375         (use-cjk-char-width-table): New arg local-name.
16376         (use-default-char-width-table): Fix for the case that Emacs is
16377         already using the default char-width-table.
16379 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
16381         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16382         modes mandatory.  (Bug#3712)
16384 2009-06-29  Alan Mackenzie  <acm@muc.de>
16386         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16387         correction between the visible width of TABs and their number of bytes.
16389 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
16391         * server.el (server-buffer-done): Prevent kill-buffer from
16392         prompting by clearing the buffer modification flag (Bug#3696).
16394 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
16396         * progmodes/verilog-mode.el (verilog-beg-of-statement)
16397         (verilog-endcomment-reason-re): Support unique case and priority case.
16398         (verilog-basic-complete-re): Support localparam lineup.
16399         (verilog-beg-of-statement-1): Fix for robustness, unique case.
16400         (verilog-set-auto-endcomments): Fix for unique case, always_comb
16401         commenting.
16402         (verilog-leap-to-case-head): Now support *nested* unique &
16403         priority case statements.
16404         (verilog-auto-lineup): Make just declarations the default (as it
16405         had been).
16406         (verilog-leap-to-case-head): Support priority/unique case statements.
16407         (verilog-auto-lineup): Rework to give users radio buttons to
16408         select the various styles of automatic lineup.
16409         (verilog-error-regexp-alist): Rework to support the XEmacs style
16410         of error regular expressions from compilers, lint tools &
16411         simulators.  Note that GNU Emacs has made it impossible for a mode
16412         to load such things.
16413         (electric-verilog-terminate-line, verilog-indent-declaration)
16414         (verilog-auto-wiure): Rework for radio button selection of
16415         auto-lineup selection of specification of auto lineup.
16416         (verilog-beg-of-statement-1): Redesign to support proper operation
16417         in additional code, based on testing with auto-lineup.
16418         (verilog-calculate-indent, assignments & declarations)
16419         (verilog-backward-token): Enhance to support auto-lineup of
16420         assignments & declarations.
16421         (verilog-in-directive-p, verilog-at-struct-p): New function for
16422         easy test of whether we are.
16423         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16424         to support safe execution at almost anyline.
16425         (verilog-calc-1): Properly support indenting deep inside generate
16426         blocks.
16427         (verilog-init-font): Remove definition & use of verilog-init-font,
16428         as it is redundant with font-lock-defaults.
16429         (verilog-mode): Alter the definition of verilog-font-lock-defaults
16430         to avoid circular calls if syntax-ppss is a function (as is the
16431         case now in 22.x GNU Emacs) as that function would sometimes call
16432         itself, leading to (nearly) infinite recursion.
16433         (verilog-ovm-begin-re, verilog-ovm-end-re)
16434         (verilog-ovm-statement-re, verilog-leap-to-head)
16435         (verilog-backward-token): Add support for OVM macros.  Some are
16436         complete statements, and others open and close scopes like begin
16437         and end.
16438         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16439         (verilog-defun-level-generate-only-re): Really fix the defun-list
16440         compilation issue.
16441         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16442         coverpoint, constraint and cross statements.
16443         (verilog-defun-level-list, verilog-generate-defun-level-list)
16444         (verilog-all-defun-level-list): Redo these specifications - it is
16445         too hard to support eval-when compile aggregation of lists also
16446         built at when-compile time.
16447         (verilog-defun-level-list): Place defconsts of variables used in
16448         building regular expressions which are built in eval-when-compile
16449         bodies in the same eval-when-compile body to facilitate compile
16450         without load.
16451         (verilog-beg-block-re-ordered): Support indenting
16452         virtual/protected tasks and functions.
16453         (verilog-defun-level-list, verilog-in-generate-region-p)
16454         (verilog-backward-ws&directives, verilog-calc-1): Speed up
16455         indentation of some module items (generate items).
16456         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16457         across virtual/protected tasks and functions.
16459 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
16461         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16462         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
16463         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16464         in concatenations.  Reported by Yishay Belkind.
16465         (verilog-auto-ascii-enum): Support one-hot state machines in
16466         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
16467         (verilog-auto-inst, verilog-auto-inst-port): Include interface
16468         modport in AUTOINST and add vl-modport for users.  Reported by
16469         David Rogoff.
16470         (verilog-auto-inout-module, verilog-auto-inst)
16471         (verilog-decls-get-interfaces, verilog-insert-definition)
16472         (verilog-insert-one-definition, verilog-read-decls)
16473         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16474         (verilog-sig-modport, verilog-signals-combine-bus)
16475         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16476         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16477         Suggested by David Rogoff.
16478         (verilog-repair-open-comma): Fix non-insertion of comma when
16479         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
16480         (verilog-make-width-expression): Simplify [A-1:0] expression
16481         widths to just {A{1'b0}}.
16482         (verilog-mode): Cleanup checkdoc warnings.
16483         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16484         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16485         inputs/outputs or data type.  Suggested by Vasu Kandadi.
16486         (next-error-last-buffer): Fix byte-compiler warning.
16487         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16488         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16489         or shell command text during AUTO expansion.  Suggested by Tad Truex.
16490         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16491         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16492         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16493         in AUTOINOUT.  Reported by Matthew Lovell.
16494         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16495         causing use of <= assignments.  Reported by Alex Reed.
16496         (verilog-read-decls): Fix triand, trior, wand, wor to be
16497         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
16498         (verilog-extended-complete-re): Support import "DPI-C" functions.
16499         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16500         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
16501         (verilog-insert-date, verilog-insert-year)
16502         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16503         Windows systems.  Reported by Michael Potts.
16504         (verilog-read-module-name): Fix AUTOINST when the child module
16505         declaration's name is a tick define.  Reported by Elliot Mednick.
16506         (verilog-read-decls): Fix V2K parameter bit subscripts getting
16507         passed to next parameter's definition.  Reported by Bruce T.
16508         (verilog-read-decls): Fix detecting "parameter int" when using
16509         AUTOINSTPARAM.  Reported by Bruce T.
16510         (verilog-goto-defun): Fix goto not finding modules unless first
16511         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
16512         (verilog-mode): Expand -f flag arguments on entry to mode so
16513         verilog-goto-defun will work.  Reported by Lawrence Butcher.
16514         (verilog-getopt): Expand environment variables in -f file
16515         arguments.  Suggested by Lawrence Butcher.
16516         (verilog-set-define): Fix "Symbol's value as variable is void"
16517         when reading enumerations.
16518         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16519         Suggested by Stephen Peltan.
16520         (verilog-read-defines): Fix reading of enumerations in include
16521         files.  Reported by Steve Peltan.
16523 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16525         * files.el (trash-directory): Fix defcustom type.
16527 2009-06-28  Juri Linkov  <juri@jurta.org>
16529         * help-fns.el (describe-function-1): Correctly locate adviced
16530         functions in hyperlink (Bug#2438).
16532 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
16534         * files.el (trash-directory): Change default to nil.
16535         (move-file-to-trash): If trash-directory is nil and
16536         system-move-file-to-trash is unbound, perform freedesktop-style
16537         trashing.
16539 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16541         * files.el (move-file-to-trash): Add freedesktop trash
16542         support (Bug#973).
16544 2009-06-28  Glenn Morris  <rgm@gnu.org>
16546         * autorevert.el (global-auto-revert-non-file-buffers)
16547         (global-auto-revert-mode): Doc fixes.
16549 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
16551         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16553 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
16555         * faces.el (x-handle-named-frame-geometry): Ensure that we have
16556         opened an X connection before calling x-get-resource (Bug#3194).
16558         * play/doctor.el: Remove reference to obsolete website.
16559         (make-doctor-variables): Correct grammar mistake (Bug#2633).
16561 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
16563         Remove find-file-not-found-hook VC method.  (Bug#2757)
16564         * vc-hooks.el (vc-file-not-found-hook)
16565         (vc-default-find-file-not-found-hook): Remove functions.
16566         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16567         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16568         * vc.el:
16569         * vc-hg.el:
16570         * vc-git.el: Do not mention find-file-not-found-hook VC method.
16572 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
16574         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16575         compatibility function for `looking-back'.
16577         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16578         Use `ispell-looking-back'.
16580 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
16582         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16583         rather than `filename'.
16585 2009-06-23  Miles Bader  <miles@gnu.org>
16587         * face-remap.el (text-scale-set): New function.
16589 2009-06-23  Glenn Morris  <rgm@gnu.org>
16591         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16593         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16595         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16597         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16599         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16600         Simplify Persian conditionals.
16602         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16603         variable `filename'.
16605         * comint.el (comint-insert-input): Doc fix.
16607         * Makefile.in (ELCFILES): Fix typo in previous change.
16609 2009-06-23  Miles Bader  <miles@gnu.org>
16611         * cus-start.el: Add entry for `recenter-redisplay'.
16613 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16615         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16616         Add an optional argument for the backend, use it instead of
16617         calling vc-backend.
16618         (vc-mode-line): Add an optional argument for the backend.
16619         Pass the backend to vc-state and vc-working-revision.  Move code for
16620         special handling for vc-state being a buffer to ...
16622         * vc-rcs.el (vc-rcs-find-file-hook):
16623         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
16625         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16626         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16627         vc-stay-local-p and vc-mode-line calls.
16629         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16630         (vc-cvs-diff, vc-cvs-annotate-command)
16631         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16632         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16633         vc-mode-line calls.
16635         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16636         direct comparison.
16637         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16638         backend when calling vc-mode-line.
16639         (vc-register): Do not create a closure for calling the vc register
16640         function, call it directly.
16642 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16644         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16645         to make it obvious item can be clicked.
16647         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16649 2009-06-23  Kenichi Handa  <handa@m17n.org>
16651         * language/korea-util.el (korean-key-bindings): Change the binding
16652         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
16653         same command.
16655 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
16657         Sync with Tramp 2.1.16.
16659         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16661         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
16662         when a loading of a package fails.  Completion function for rsync
16663         is `tramp-completion-function-alist-ssh'.
16664         (all): Replace all calls of `split-string' and
16665         `tramp-split-string' by `tramp-compat-split-string'.
16666         (tramp-default-method): Use `tramp-compat-process-running-p'.
16667         (tramp-default-proxies-alist): Allow also Lisp forms.
16668         (tramp-remote-path): Add choice "Private Directories".
16669         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16670         (tramp-domain-regexp): Allow also "-", "_" and ".".
16671         (tramp-end-of-output): Remove newlines, and add "$" at the end.
16672         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16673         (tramp-debug-message): Insert header line in debug buffer.
16674         (tramp-handle-directory-files-and-attributes-with-stat):
16675         Care about filenames with spaces, or starting with "-".
16676         (tramp-handle-dired-uncache): New defun.
16677         (tramp-handle-insert-directory): Don't flush the directory from
16678         cache, this is handled by `dired-uncache' now.
16679         (tramp-handle-insert-file-contents): Improve error handling.
16680         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16681         Quote `tramp-end-of-output'.
16682         (tramp-action-password): Improve trace message.
16683         (tramp-check-for-regexp): Both echoes must be present, before removing.
16684         (tramp-open-connection-setup-interactive-shell): Trace coding system.
16685         (tramp-compute-multi-hops): Eval cons cells of
16686         `tramp-default-proxies-alist'.
16687         (tramp-maybe-open-connection): Use the same command pattern for
16688         first hop and further hops.
16689         (tramp-wait-for-output): Remove handling of newlines.
16690         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16691         (tramp-split-string): Remove function.  It is handled in
16692         tramp-compat now.
16694         * net/tramp-cmds.el (tramp-bug):
16695         Recommend `tramp-cleanup-all-connections' in the bug mail.
16697         * net/tramp-compat.el (tramp-compat-split-string)
16698         (tramp-compat-process-running-p): New defuns.
16700         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16701         for `dired-uncache'.
16703         * net/tramp-gvfs.el: New package.
16705         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16706         Add handler for `dired-uncache'.
16707         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16709         * net/trampver.el: Update release number.  Make version check fit
16710         for SXEmacs 22.
16712 2009-06-22  Jim Meyering  <meyering@redhat.com>
16714         Automatically handle .xz suffix (XZ-compressed files), too.
16715         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16716         XZ is the successor to LZMA: <http://tukaani.org/xz/>
16718 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
16719             Nick Roberts  <nickrob@snap.net.nz>
16721         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16722         repository (http://sphinx.net.ru/hg/gdb-mi/).
16724 2009-06-22  Glenn Morris  <rgm@gnu.org>
16726         * files.el (dir-locals-collect-mode-variables): Allow for any number of
16727         `mode' and `eval' entries.  (Bug#3430)
16729         * Makefile.in (ELCFILES): Add fadr.elc.
16731         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16732         differing behavior of \n and ^ in strings.  (Bug#3385)
16734         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16736         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16737         property.
16738         (lisp-indent-function): Make it a defcustom.
16740 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
16742         * progmodes/gdb-ui.el: Replace with ...
16743         * progmodes/gdb-mi.el: ... this file.
16744         * progmodes/gud.el: Modify for gdb-mi.el.
16746 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
16748         * fadr.el: New file.
16750 See ChangeLog.14 for earlier changes.
16752 ;; Local Variables:
16753 ;; coding: utf-8
16754 ;; End:
16756     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
16758   This file is part of GNU Emacs.
16760   GNU Emacs is free software: you can redistribute it and/or modify
16761   it under the terms of the GNU General Public License as published by
16762   the Free Software Foundation, either version 3 of the License, or
16763   (at your option) any later version.
16765   GNU Emacs is distributed in the hope that it will be useful,
16766   but WITHOUT ANY WARRANTY; without even the implied warranty of
16767   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16768   GNU General Public License for more details.
16770   You should have received a copy of the GNU General Public License
16771   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16773 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1