Fix message-* user options that differ from Gnus trunk.
[emacs.git] / lisp / ChangeLog
blob54564dccffad5742a18f8af608669f547945f1f7
1 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
4         citation prefix.
6 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
8         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
11 2010-09-27  Kenichi Handa  <handa@m17n.org>
13         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
14         "ustar" format.
16 2010-09-27  Kenichi Handa  <handa@m17n.org>
18         * international/mule.el (define-coding-system): Docstring fixed.
20         * international/mule-diag.el (describe-character-set): Use princ
21         with proper print-length and print-level instead of insert.
23 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
25         * window.el (walk-windows): Doc fix (bug#7105).
27 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29         * emacs-lisp/float-sup.el (e): Remove.
31 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
33         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
34         variable.
35         (starttls-negotiate): Use it.
37 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
40         back.
42 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
44         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
46 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
50         * net/netrc.el (netrc-store-data): New function.
52 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
54         * net/gnutls.el: GnuTLS glue code to set up a connection.
56 2010-09-25  Julien Danjou  <julien@danjou.info>
58         * notifications.el: Call dbus-register-signal only if it is bound.
60 2010-09-25  Glenn Morris  <rgm@gnu.org>
62         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
63         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
64         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
65         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
66         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
67         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
68         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
69         * eshell/esh-util.el, eshell/esh-var.el:
70         Remove leading `*' from docs of faces and defcustoms.
72 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
74         * eshell/em-ls.el (eshell-ls-archive-regexp):
75         * eshell/esh-util.el (eshell-tar-regexp):
76         * ibuffer.el (ibuffer-compressed-file-name-regexp):
77         * info.el (Info-suffix-list):
78         * international/mule.el (auto-coding-alist):
79         * woman.el (woman-file-regexp, woman-file-compression-regexp):
80         * progmodes/etags.el (tags-compression-info-list):
81         Support xz compression.
83 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
85         * files.el (get-free-disk-space): Don't assume the "df" output
86         columns line up (Bug#6995).
88 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
90         * finder.el (finder-unknown-keywords):
91         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
92         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
94 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
96         * server.el (server-start): Revert part of 2010-08-08 change.  Using
97         address 127.0.0.1 for local host is now done in Fmake_network_process.
99 2010-09-24  Glenn Morris  <rgm@gnu.org>
101         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
102         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
103         * textmodes/css-mode.el, textmodes/dns-mode.el:
104         Move autoloaded auto-mode-alist entries to files.el.
105         * files.el (auto-mode-alist): Move entries here.
107 2010-09-23  Glenn Morris  <rgm@gnu.org>
109         * isearch.el (isearch-lazy-highlight-cleanup)
110         (isearch-lazy-highlight-initial-delay)
111         (isearch-lazy-highlight-interval)
112         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
113         * net/net-utils.el (ipconfig-program-options):
114         Move aliases to options before the associated definitions.
116 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
118         * newcomment.el (comment-normalize-vars): Better test validity of
119         comment-end-skip.
121 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
123         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
124         (float-e): New name for `e'.
125         (degrees-to-radians, radians-to-degrees):
126         * calendar/solar.el (solar-longitude):
127         * calculator.el (calculator-registers, calculator-funcall):
128         * textmodes/artist.el (artist-spray-random-points):
129         * play/bubbles.el (bubbles--initialize-images): Use new names.
131 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
133         Update to CEDET 1.0's version of EIEIO.
135         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
136         New function.
137         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
138         (eieio-default-eval-maybe): Eval val instead of unquoting only.
139         (class-precedence-list): If class is nil, return nil.
140         (eieio-generic-call): If class of first input arg is nil, don't
141         look up static methods, and do check for primary methods.
142         (initialize-instance): See if the default needs to be evaluated
143         during the constructor.
144         (eieio-perform-slot-validation-for-default): Don't do the check
145         for values that will eventually be evaluated.
146         (eieio-eval-default-p): New function.
147         (eieio-default-eval-maybe): Use it.
149 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
151         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
152         method-invocation-order.
153         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
154         (eieio-class-precedence-dfs): Compute class precedence list using
155         dfs algorithm.
156         (eieio-class-precedence-bfs): Compute class precedence list using
157         bfs algorithm.
158         (eieio-class-precedence-c3): Compute class precedence list using
159         c3 algorithm.
160         (class-precedence-list): New function.
161         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
162         (inconsistent-class-hierarchy): New error symbol.
163         (call-next-method): Stow the replacement argument list for future
164         call-next-method invocations.
166 2010-09-23  Glenn Morris  <rgm@gnu.org>
168         * calendar/appt.el (appt-check): If not displaying the diary,
169         use (diary 1) to only get the entries we need.
170         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
171         that it is in day order.  (Bug#7019)
173         * calendar/appt.el (appt-check): Rather than showing the diary,
174         just turn off invisible display, and only if needed.
176         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
178 2010-09-23  Glenn Morris  <rgm@gnu.org>
180         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
181         (byte-compile-defvar, byte-compile-cl-warn):
182         Start warnings with lower-case, like the majority.
184         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
186         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
188         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
189         * files.el (auto-mode-alist): Move ld-script entries here, further down
190         the list.
192         * vc/add-log.el: Don't require timezone when compiling.
193         (timezone-make-date-sortable): Autoload it.
194         (change-log-sortable-date-at): Don't require timezone.
195         Use `ignore-errors'.
197         * comint.el (comint-use-prompt-regexp-instead-of-fields):
198         Move alias before definition, so it does not need autoloading.
200         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
201         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
202         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
203         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
204         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
205         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
206         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
207         * textmodes/tex-mode.el, textmodes/two-column.el:
208         Remove leading `*' from docs of defcustoms etc.
210 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
212         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
214 2010-09-22  Dan Christensen  <jdc@uwo.ca>
216         * calendar/time-date.el (date-to-time): Try using parse-time-string
217         first before using the slower timezone-make-date-arpa-standard.
219 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
221         * calendar/time-date.el (format-seconds): Comment fix.
223 2010-09-22  Glenn Morris  <rgm@gnu.org>
225         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
226         is not automatically buffer-local.
228 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
230         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
231         (smie-indent-comment): Be more careful with comment-start-skip.
232         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
233         (smie-indent-functions): Use them.
235 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
237         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
239 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
241         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
242         tool-bar-position.  Don't modify frame parameters here.
243         (menu-bar-options-save): Add tool-bar-position.
245         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
247 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
249         * textmodes/reftex-parse.el (reftex-what-macro)
250         (reftex-context-substring): Let-bind forward-sexp-function to nil
251         since we don't need/want to treat \begin...\end as a block (bug#7053).
253         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
255         * simple.el (blink-matching-open): Use syntax-class.
257         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
258         Set invisibility spec for pascal's outline mode.
259         (pascal-outline-change): Clean up calling convention.
260         (pascal-show-all, pascal-hide-other-defuns): Update callers.
262         * progmodes/prolog.el (prolog-smie-forward-token)
263         (prolog-smie-backward-token): New functions.
264         (prolog-mode-variables): Use them to parse "!," correctly.
265         Set up smie-blink-matching for ".".
267         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
268         and `end'.
269         (ispell-region, ispell-process-line): Update users.
271         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
272         point-min==1.
274         * textmodes/ispell.el: Fix commenting convention.
275         (ispell-parse-output): Simplify, use push.
276         (ispell-region): Use match-string-no-properties.
277         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
278         (ispell-minor-mode): Use define-minor-mode.
279         (ispell-message): Remove unused var `skip-regexp'.
280         (ispell-add-per-file-word-list): Use dynamic let-binding.
281         Try and use the proper comment marker.
283         * mail/sendmail.el: Fix commenting convention.
284         (sendmail-send-it): Use line-beginning-position.
286         * help-fns.el (describe-variable): Add original value, if applicable.
288 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
290         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
292         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
294 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
296         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
297         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
298         (smie-prec2-levels): Use them to better diagnose precedence cycles.
299         (smie-blink-matching-check): Don't signal a mismatch if car is t.
300         (smie-blink-matching-open): Rewrite to remove assumptions, so that
301         something like "." can also be a closer.
302         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
303         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
304         Rename internal functions to use "--".  Update callers.
306         * frame.el (make-frame-names-alist): Don't list frames on other displays.
308         * fringe.el (fringe-styles): New var.
309         (fringe-mode, fringe-query-style): Use it.
311 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
313         * progmodes/sql.el: Version 2.8
314         (sql-login-params): Update widget structure; changes still needed.
315         (sql-product-alist): Add :list-all and :list-table features for
316         SQLite, Postgres and MySQL products.
317         (sql-redirect): Handle default value.
318         (sql-execute, sql-execute-feature): New functions.
319         (sql-read-table-name): New function.
320         (sql-list-all, sql-list-table): New functions.  User API.
321         (sql-mode-map, sql-interactive-mode-map): Add key definitions
322         for above functions.
323         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
324         for above functions.
325         (sql-postgres-login-params): Add user and database defaults.
326         (sql-buffer-live-p): Bug fix.
327         (sql-product-history): New variable.
328         (sql-read-product): New function. Use it.
329         (sql-set-product, sql-product-interactive): Use it.
330         (sql-connection-history): New variable.
331         (sql-read-connection): New function.  Use it.
332         (sql-connect): New function.
333         (sql-for-each-login): Redesign function interface.
334         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
335         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
336         (sql-comint): Check for program.  Existing live buffer.
337         (sql-comint-postgres): Add port parameter.
339 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
341         * emacs-lisp/warnings.el: Fix commenting convention.
342         (display-warning): Use special mode and make the buffer read-only.
344 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
346         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
347         empty string when it follows a repeated or optional pattern.
349 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * indent.el (indent-according-to-mode): Apply syntax-propertize.
352         (indent-region): Use indent-according-to-mode.
354 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
356         * fringe.el (fringe-mode): Doc fix.
358 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
360         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
361         refreshing the preview buffer.
363 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
365         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
366         (latex-syntax-propertize-rules): New consts; replace
367         tex-font-lock-syntactic-keywords.
368         (tex-env-mark, latex-env-before-change): New functions.
369         (latex-electric-env-pair-mode): New minor mode.
370         (tex-font-lock-verb): Change arguments; do move point.
371         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
372         representation as a form of comment.
373         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
374         (doctex-syntax-propertize-rules): New const; replaces
375         doctex-font-lock-syntactic-keywords.
376         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
378         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
379         (fortran-make-syntax-propertize-function): New function; replaces
380         fortran-font-lock-syntactic-keywords.
381         (fortran-mode): Use it.
382         (fortran-line-length): Use it.  Improve interactive spec.
384         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
385         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
386         when adding surrounding \(..\).
388         * progmodes/js.el (js-mode): Fix last change (bug#7054).
390 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
392         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
393         Use with-current-buffer.
395         * isearch.el (isearch-face): Rename from `isearch'.
396         (isearch-highlight): Use new name.
398 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
400         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
401         5, for `half' width fringes.  (Bug#6933)
403 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
405         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
406         (byte-compile-defvar): "foo/bar" does not lack a prefix.
408         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
410 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
412         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
413         in calculating new frame position.  Add more space between new and
414         parent on the left (Bug#7048).
416 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
418         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
419         defmacro.
421 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
423         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
425         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
426         obsolete alias for x-selection-value.
428         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
430 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
432         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
433         cookie.
435 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
437         * net/tramp-compat.el (tramp-compat-with-temp-message)
438         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
439         (tramp-compat-process-put): New defuns.
441         * net/tramp.el (top):
442         * net/tramp-gvfs.el (top):
443         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
445         * net/tramp.el (tramp-progress-reporter-update):
446         Use `tramp-compat-funcall'.
448         * net/tramp.el (tramp-process-actions):
449         * net/tramp-gvfs.el (tramp-handle-vc-registered):
450         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
451         (tramp-get-remote-stat, tramp-get-remote-readlink):
452         Use `tramp-compat-with-temp-message'.
454         * net/tramp-sh.el (top): Require 'cl.
455         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
456         (tramp-open-connection-setup-interactive-shell):
457         Use `tramp-compat-process-put'.
459 2010-09-15  Alan Mackenzie  <acm@muc.de>
461         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
462         indentation.
463         (c-forward-<>-arglist-recur): Fix an infinite recursion.
465 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
467         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
468         `lexical' for warnings related to lexical scoping.
469         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
470         global vars which don't have a prefix and could hence affect lexical
471         scoping in unrelated files.
473 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
475         * net/imap.el: Revert back to version
476         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
477         seem problematic.
479 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
481         * obsolete/old-whitespace.el (whitespace-unload-function):
482         Explicitly pass `obarray' to `unintern' to avoid a warning.
484 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
486         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
487         Add `when' argument.  Update callers.
489         * subr.el (unintern): Declare the obarray arg mandatory.
491 2010-09-14  Glenn Morris  <rgm@gnu.org>
493         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
494         Doc fixes.
496         * calendar/diary-lib.el (diary-included-files): New variable.
497         (diary-list-entries): Maybe initialize diary-included-files.
498         (diary-include-other-diary-files): Append to diary-included-files.
499         * calendar/appt.el (appt-update-list): Also check the members of
500         diary-included-files.  (Bug#6999)
501         (appt-check): Doc fix.
503 2010-09-14  David Reitter  <david.reitter@gmail.com>
505         * simple.el (line-move-visual): Do not truncate goal column to
506         integer size.  (Bug#7020)
508 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
510         * repeat.el (repeat): Allow repeating when the last event is a click.
511         Suggested by Drew Adams (bug#6256).
513 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
515         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
516         Replace setting HGRCPATH to "" by some less invasive --config options.
518 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
520         * font-lock.el (font-lock-beginning-of-syntax-function):
521         Mark as obsolete.
523 2010-09-14  Glenn Morris  <rgm@gnu.org>
525         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
526         and tool-bar modes.  (Bug#6211)
527         (menu-bar-mode): Move setting of standard-value after the
528         minor-mode definition, otherwise it seems to have no effect.
530 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
532         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
533         Fix typo.  (Bug#6976)
535 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
537         * whitespace.el: Allow cleaning up blanks without blank
538         visualization (Bug#6651).  Adjust help window for
539         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
540         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
541         (whitespace-style): Add new value 'face.  Adjust docstring.
542         (whitespace-space, whitespace-hspace, whitespace-tab):
543         Adjust foreground property face.
544         (whitespace-line-column): Adjust docstring and type declaration.
545         (whitespace-style-value-list, whitespace-toggle-option-alist)
546         (whitespace-help-text): Adjust const initialization.
547         (whitespace-toggle-options, global-whitespace-toggle-options):
548         Adjust docstring.
549         (whitespace-display-window, whitespace-interactive-char)
550         (whitespace-style-face-p, whitespace-color-on): Adjust code.
551         (whitespace-help-scroll): New fun.
553 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
555         * calendar/time-date.el (format-seconds): Comment fix.
557 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
559         * progmodes/sql.el: Version 2.7.
560         (sql-buffer-live-p): Improve detection.
561         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
562         (sql-set-sqli-buffer): Use it.
563         (sql-product-interactive): Run `sql-set-sqli-hook'.
564         (sql-rename-buffer): Code cleanup.
565         (sql-redirect, sql-redirect-value): New functions.  More to come.
567 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
569         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.
570         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
571         (TRAMP_SRC): New macro.
572         ($(lisp)/net/tramp-loaddefs.el): New target.
574 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
576         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
578         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
580         * net/tramp.el (top): Don't show loading message.  Require just
581         'tramp-compat, everything else is required there.
582         Use `ignore-errors' where appropriate.
583         (tramp-inline-compress-start-size, tramp-copy-size-limit)
584         (tramp-terminal-type, tramp-end-of-output)
585         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
586         (tramp-completion-function-alist-ssh)
587         (tramp-completion-function-alist-telnet)
588         (tramp-completion-function-alist-su)
589         (tramp-completion-function-alist-putty, tramp-remote-path)
590         (tramp-remote-process-environment, tramp-sh-extra-args)
591         (tramp-actions-before-shell, tramp-uudecode)
592         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
593         (tramp-perl-file-attributes)
594         (tramp-perl-directory-files-and-attributes)
595         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
596         (tramp-perl-encode, tramp-perl-decode)
597         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
598         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
599         (tramp-handle-make-symbolic-link, tramp-handle-load)
600         (tramp-handle-file-name-as-directory)
601         (tramp-handle-file-name-directory)
602         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
603         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
604         (tramp-do-file-attributes-with-ls)
605         (tramp-do-file-attributes-with-perl)
606         (tramp-do-file-attributes-with-stat)
607         (tramp-handle-set-visited-file-modtime)
608         (tramp-handle-verify-visited-file-modtime)
609         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
610         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
611         (tramp-handle-file-selinux-context)
612         (tramp-handle-set-file-selinux-context)
613         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
614         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
615         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
616         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
617         (tramp-handle-file-ownership-preserved-p)
618         (tramp-handle-directory-file-name, tramp-handle-directory-files)
619         (tramp-handle-directory-files-and-attributes)
620         (tramp-do-directory-files-and-attributes-with-perl)
621         (tramp-do-directory-files-and-attributes-with-stat)
622         (tramp-handle-file-name-all-completions)
623         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
624         (tramp-handle-copy-file, tramp-handle-copy-directory)
625         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
626         (tramp-do-copy-or-rename-file-via-buffer)
627         (tramp-do-copy-or-rename-file-directly)
628         (tramp-do-copy-or-rename-file-out-of-band)
629         (tramp-handle-make-directory, tramp-handle-delete-directory)
630         (tramp-handle-delete-file)
631         (tramp-handle-dired-recursive-delete-directory)
632         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
633         (tramp-handle-insert-directory)
634         (tramp-handle-unhandled-file-name-directory)
635         (tramp-handle-expand-file-name)
636         (tramp-handle-substitute-in-file-name)
637         (tramp-handle-executable-find, tramp-process-sentinel)
638         (tramp-handle-start-file-process, tramp-handle-process-file)
639         (tramp-handle-call-process-region, tramp-handle-shell-command)
640         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
641         (tramp-handle-insert-file-contents)
642         (tramp-handle-insert-file-contents-literally)
643         (tramp-handle-find-backup-file-name)
644         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
645         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
646         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
647         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
648         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
649         (tramp-find-file-exists-command, tramp-open-shell)
650         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
651         (tramp-open-connection-setup-interactive-shell)
652         (tramp-local-coding-commands, tramp-remote-coding-commands)
653         (tramp-find-inline-encoding, tramp-call-local-coding-command)
654         (tramp-inline-compress-commands, tramp-find-inline-compress)
655         (tramp-compute-multi-hops, tramp-maybe-open-connection)
656         (tramp-send-command, tramp-wait-for-output)
657         (tramp-send-command-and-check, tramp-barf-unless-okay)
658         (tramp-send-command-and-read, tramp-mode-string-to-int)
659         (tramp-convert-file-attributes, tramp-check-cached-permissions)
660         (tramp-file-mode-from-int, tramp-file-mode-permissions)
661         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
662         (tramp-method-out-of-band-p, tramp-local-host-p)
663         (tramp-get-remote-path, tramp-get-remote-tmpdir)
664         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
665         (tramp-get-test-command, tramp-get-test-nt-command)
666         (tramp-get-file-exists-command, tramp-get-remote-ln)
667         (tramp-get-remote-perl, tramp-get-remote-stat)
668         (tramp-get-remote-readlink, tramp-get-remote-trash)
669         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
670         (tramp-get-local-uid, tramp-get-local-gid)
671         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
672         tramp-sh.el.
673         (tramp-methods, tramp-default-method-alist)
674         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
675         Move initialization to tramp-sh.el.
676         (tramp-temp-name-prefix): Make it a defconst.
677         (tramp-dissect-file-name): Don't check anymore for multi-hop
678         methods.
679         (tramp-debug-outline-regexp): Add a docstring.
680         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
681         (tramp-get-debug-buffer): Use it.
683         * net/tramp-cache.el (top): Set tramp-autoload cookie for
684         initialization forms.
685         (tramp-set-connection-property): Don't protect `tramp-message'
686         call, it isn't necessary any longer.
687         (tramp-dump-connection-properties): Use `ignore-errors'.
689         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
690         'password-cache and 'auth-source.
692         * net/tramp-gvfs.el (top):
693         * net/tramp-smb.el (top): Require 'tramp-sh.
695         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
697         * net/tramp-sh.el: New file, derived from tramp.el.
698         (top): Initialize `tramp-methods', `tramp-default-method-alist',
699         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
700         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
701         Use `ignore-errors' where appropriate.
702         (tramp-sh-file-name-handler-alist): Rename from
703         `tramp-file-name-handler-alist'.
704         (tramp-send-command-and-check): Return t or nil.  Remove all
705         `zerop' checks, where called.
706         (tramp-handle-set-file-modes)
707         (tramp-do-copy-or-rename-file-directly)
708         (tramp-handle-delete-directory, tramp-handle-delete-file)
709         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
710         (tramp-sh-file-name-handler, tramp-send-command-and-check)
711         (tramp-get-remote-ln): Set tramp-autoload cookie.
713         * net/tramp-fish.el: Remove file.
715 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
717         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
718         buffer-file-name to avoid file-locking.  (Bug#7026)
720 2010-09-13  Julien Danjou  <julien@danjou.info>
722         * notifications.el (notifications-notify): Add support for
723         image-path and sound-name.
724         (notifications-specification-version): Add this variable.
726 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
728         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
730 2010-09-12  Leo  <sdl.web@gmail.com>
732         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
733         (rcirc-completion-start): New variables.
734         (rcirc-nick-completions): Rename to rcirc-completions.
735         (rcirc-nick-completion-start-offset): Delete.
736         (rcirc-completion-at-point): New function for constructing
737         completion data for both nicks and irc commands.  Add to
738         completion-at-point-functions in rcirc mode.
739         (rcirc-complete): Rename from rcirc-nick-complete; use
740         rcirc-completion-at-point.
741         (defun-rcirc-command): Update rcirc-client-commands.
743 2010-09-11  Glenn Morris  <rgm@gnu.org>
745         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
746         atomically, to avoid parallel build errors.  (Bug#4196)
748 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
750         * progmodes/sql.el: Version 2.6
751         (sql-dialect): Synonym for "sql-product".
752         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
753         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
754         Set "sql-buffer" to buffer name not buffer object so multiple sql
755         interactive buffers work properly.  Reverts misguided changes in
756         earlier work.
757         (sql-comint): Make sure different buffer name is used if "*SQL*"
758         buffer is for a different product.
759         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
760         login param.
761         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
762         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
763         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
764         Accept new buffer name or prompt for one.
765         (sql-port): Default to zero.
766         (sql-comint-mysql): Handle "sql-port" as a numeric.
767         (sql-port-history): Delete unused variable.
768         (sql-get-login): Default "sql-port" to a number.
769         (sql-product-alist): Correct Postgres prompt and terminator regexp.
770         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
771         "sqlite3" executables.
772         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
773         (sql-buffer-live-p): New function.
774         (sql-mode-menu, sql-send-string): Use it.
775         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
776         syntax pattern.
777         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
778         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
780 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782         * net/netrc.el (netrc-credentials): New convenience function.
784 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
786         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
787         to replace texinfo-font-lock-syntactic-keywords.
788         (texinfo-mode): Use it.
790         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
791         Use syntax-propertize-function.
793         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
794         replace sgml-font-lock-syntactic-keywords.
795         (sgml-mode): Use it.
797         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
798         since we don't use it.
800         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
802         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
803         if available.
804         (vhdl-fontify-buffer): Adjust.
806         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
807         replace tcl-font-lock-syntactic-keywords.
808         (tcl-mode): Use it.
810         * progmodes/simula.el (simula-syntax-propertize-function): New var to
811         replace simula-font-lock-syntactic-keywords.
812         (simula-mode): Use it.
814         * progmodes/sh-script.el (sh-st-symbol): Remove.
815         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
816         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
817         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
818         (sh-font-lock-paren): Set syntax-multiline.
819         (sh-font-lock-syntactic-keywords): Remove.
820         (sh-syntax-propertize-function): New function to replace it.
821         (sh-mode): Use it.
823         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
824         Define while compiling.
825         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
826         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
827         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
828         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
829         (ruby-here-doc-end-syntax): Only define when
830         syntax-propertize is not available.
831         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
832         New functions.
833         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
834         (electric-indent-chars): Silence bytecompiler.
835         (ruby-mode): Use prog-mode, syntax-propertize-function, and
836         electric-indent-chars.
838         * progmodes/python.el (python-syntax-propertize-function): New var to
839         replace python-font-lock-syntactic-keywords.
840         (python-mode): Use it.
841         (python-quote-syntax): Simplify and adjust to new use.
843         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
844         replace perl-font-lock-syntactic-keywords.
845         (perl-syntax-propertize-special-constructs): New fun to replace
846         perl-font-lock-special-syntactic-constructs.
847         (perl-font-lock-syntactic-face-function): New fun.
848         (perl-mode): Use it.
850         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
851         to replace octave-font-lock-close-quotes.
852         (octave-syntax-propertize-function): New function to replace
853         octave-font-lock-syntactic-keywords.
854         (octave-mode): Use it.
856         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
857         replaces mixal-font-lock-syntactic-keywords.
858         (mixal-mode): Use it.
860         * progmodes/make-mode.el (makefile-syntax-propertize-function):
861         New var; replaces makefile-font-lock-syntactic-keywords.
862         (makefile-mode): Use it.
863         (makefile-imake-mode): Adjust.
865         * progmodes/js.el (js--regexp-literal): Define while compiling.
866         (js-syntax-propertize-function): New var; replaces
867         js-font-lock-syntactic-keywords.
868         (js-mode): Use it.
870         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
871         replaces gdb-script-font-lock-syntactic-keywords.
872         (gdb-script-mode): Use it.
874         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
875         (fortran--font-lock-syntactic-keywords): New var.
876         (fortran-line-length): Update syntax-propertize-function and
877         fortran--font-lock-syntactic-keywords.
879         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
881         * progmodes/cfengine.el (cfengine-mode):
882         Use syntax-propertize-function.
883         (cfengine-font-lock-syntactic-keywords): Remove.
885         * progmodes/autoconf.el (autoconf-mode):
886         Use syntax-propertize-function.
887         (autoconf-font-lock-syntactic-keywords): Remove.
889         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
890         (ada-after-change-function, ada-initialize-syntax-table-properties)
891         (ada-handle-syntax-table-properties): Only define when
892         syntax-propertize is not available.
893         (ada-mode): Use syntax-propertize-function.
895         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
896         (font-lock-fontify-syntactic-keywords-region): Move handling of
897         font-lock-syntactically-fontified to...
898         (font-lock-default-fontify-region): ...here.
899         Let syntax-propertize-function take precedence.
900         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
902         * emacs-lisp/syntax.el (syntax-propertize-function)
903         (syntax-propertize-chunk-size, syntax-propertize--done)
904         (syntax-propertize-extend-region-functions): New vars.
905         (syntax-propertize-wholelines, syntax-propertize-multiline)
906         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
907         (syntax-propertize): New functions.
908         (syntax-propertize-rules): New macro.
909         (syntax-ppss-flush-cache): Set syntax-propertize--done.
910         (syntax-ppss): Call syntax-propertize.
912         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
914 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
916         * textmodes/ispell.el (ispell-init-process): Improve comments.
917         XEmacs compatibility changes regarding (add-hook) 'local option
918         and (set-process-query-on-exit-flag).
920 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
922         * net/tramp-cache.el (tramp-parse-connection-properties):
923         Set tramp-autoload cookie.
925 2010-09-09  Glenn Morris  <rgm@gnu.org>
927         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
928         (imagemagick-register-types): Doc fix.
930 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
932         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
934         * progmodes/js.el (require): Require is already "eval-and-compile".
935         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
936         (js--re-search-backward): Use js--re-search-forward.
938         * progmodes/fortran.el (fortran-line-length): Don't recompute
939         syntactic keywords redundantly a second time.
941         * progmodes/ada-mode.el: Replace "(set '" with setq.
942         (ada-mode): Simplify.
943         (ada-create-case-exception, ada-adjust-case-interactive)
944         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
945         (ada-search-ignore-string-comment, ada-move-to-start)
946         (ada-move-to-end): Use with-syntax-table.
948         * font-lock.el (save-buffer-state): Remove `varlist' arg.
949         (font-lock-unfontify-region, font-lock-default-fontify-region):
950         Update usage correspondingly.
951         (font-lock-fontify-syntactic-keywords-region):
952         Set parse-sexp-lookup-properties buffer-locally here.
953         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
955         * simple.el (blink-matching-open): Don't burp if we can't find a match.
957 2010-09-08  Glenn Morris  <rgm@gnu.org>
959         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
960         Error if not compiled with -DBYTE_CODE_METER.
962         * emacs-lisp/bytecomp.el (byte-recompile-directory):
963         Ignore dir-locals-file.
965 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
967         * progmodes/compile.el (compilation-error-regexp-alist-alist):
968         Not a const.
969         (compilation-error-regexp-alist-alist): Rule out ": " in file names
970         for the `gnu' messages.
971         (compilation-set-skip-threshold): New command.
972         (compilation-start): Use \' rather than $.
973         (compilation-forget-errors): Use clrhash.
975 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
977         * textmodes/ispell.el (ispell-valid-dictionary-list):
978         Simplify logic.
980 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
982         Migrate to Tramp 2.2.  Rearrange load dependencies.
983         (Bug#1529, Bug#5448, Bug#5705)
985         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
986         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
987         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
989         * net/tramp.el (top): Remove all other tramp-* loads except
990         tramp-compat.el.  Remove all changes to tramp-unload-hook for
991         other tramp-* packages.  Rearrange defun order.  Change calls of
992         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
993         `tramp-compat-octal-to-decimal' to new function names.
994         (tramp-terminal-type, tramp-initial-end-of-output)
995         (tramp-methods, tramp-foreign-file-name-handler-alist)
996         (tramp-tramp-file-p, tramp-completion-mode-p)
997         (tramp-send-command-and-check, tramp-get-remote-path)
998         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
999         (tramp-shell-quote-argument): Set tramp-autoload cookie.
1000         (with-file-property, with-connection-property): Move to
1001         tramp-cache.el.
1002         (tramp-local-call-process, tramp-decimal-to-octal)
1003         (tramp-octal-to-decimal): Move to tramp-compat.el.
1004         (tramp-handle-shell-command): Do not require 'shell.
1005         (tramp-compute-multi-hops): No special handling for tramp-gw-*
1006         symbols.
1007         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1009         * net/tramp-cache.el (top): Require 'tramp.  Add to
1010         `tramp-unload-hook'.
1011         (tramp-cache-data, tramp-get-file-property)
1012         (tramp-set-file-property, tramp-flush-file-property)
1013         (tramp-flush-directory-property, tramp-get-connection-property)
1014         (tramp-set-connection-property, tramp-flush-connection-property)
1015         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1016         cookie.
1017         (with-file-property, with-connection-property): New defuns, moved
1018         from tramp.el.
1019         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1020         macro.
1022         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1023         (tramp-version): Set tramp-autoload cookie.
1025         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
1026         changes to tramp-unload-hook for other tramp-* packages.  Add to
1027         `tramp-unload-hook'.
1028         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1029         (tramp-compat-call-process): New defuns, moved from tramp.el.
1031         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
1032         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1033         to `tramp-unload-hook'.  Change call of
1034         `tramp-compat-decimal-to-octal' to new function name.
1035         (tramp-fish-method): Make it a defconst.
1036         (tramp-fish-file-name-p): Make it a defsubst.
1037         (tramp-fish-method, tramp-fish-file-name-handler)
1038         (tramp-fish-file-name-p): Set tramp-autoload cookie.
1040         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1041         `tramp-foreign-file-name-handler-alist'.  Add to
1042         `tramp-unload-hook'.
1043         (tramp-ftp-method): Make it a defconst.
1044         (tramp-ftp-file-name-p): Make it a defsubst.
1045         (tramp-ftp-method, tramp-ftp-file-name-handler)
1046         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1048         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1049         `tramp-foreign-file-name-handler-alist'.  Add to
1050         `tramp-unload-hook'.  Change checks, whether package can be
1051         loaded.
1052         (tramp-gvfs-file-name-p): Make it a defsubst.
1053         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1054         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1055         (tramp-gvfs-handle-file-directory-p): New defun.
1056         (tramp-gvfs-file-name-handler-alist): Use it.
1058         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1059         `tramp-foreign-file-name-handler-alist'.  Add to
1060         `tramp-unload-hook'.
1061         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1062         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1063         defconst.
1064         (tramp-gw-tunnel-method, tramp-gw-socks-method)
1065         (tramp-gw-open-connection): Set tramp-autoload cookie.
1067         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
1068         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1069         to `tramp-unload-hook'.  Change checks, whether package can be
1070         loaded.
1071         (tramp-imap-file-name-p): Make it a defsubst.
1072         (tramp-imap-method, tramp-imaps-method)
1073         (tramp-imap-file-name-handler)
1074         (tramp-imap-file-name-p): Set tramp-autoload cookie.
1076         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
1077         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
1078         to `tramp-unload-hook'.  Change checks, whether package can be
1079         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
1080         function name.
1081         (tramp-smb-tunnel-method): Make it a defconst.
1082         (tramp-smb-file-name-p): Make it a defsubst.
1083         (tramp-smb-method, tramp-smb-file-name-handler)
1084         (tramp-smb-file-name-p): Set tramp-autoload cookie.
1086         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1087         (tramp-uuencode-region): Set tramp-autoload cookie.
1089         * net/trampver.el (top) Add to `tramp-unload-hook'.
1090         (tramp-version, tramp-bug-report-address): Set tramp-autoload
1091         cookie.  Update release number.
1093 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
1095         * textmodes/ispell.el (ispell-start-process): Make sure original
1096         arg list is properly initialized (Bug#6993, Bug#6994).
1098 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1100         * files.el (directory-abbrev-alist): Use \` as default regexp.
1102         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1103         chars like - or ] (bug#6984).
1104         (rx-any-condense-range): Explode 2-char ranges.
1106 2010-09-06  Glenn Morris  <rgm@gnu.org>
1108         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1110 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1112         * textmodes/bibtex.el:
1113         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1115 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117         * net/imap.el (imap-message-map): Remove optional buffer parameter,
1118         since no callers use it.
1119         (imap-message-get): Ditto.
1120         (imap-message-put): Ditto.
1121         (imap-mailbox-map): Ditto.
1122         (imap-mailbox-put): Ditto.
1123         (imap-mailbox-get): Ditto.
1124         (imap-mailbox-get): Revert last change for this function.
1126 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128         * net/imap.el (imap-fetch-safe): Remove function, and alter all
1129         callers to use `imap-fetch' instead.  According to the comments, this
1130         should be safe, since all other IMAP clients use the 1:* syntax.
1131         (imap-enable-exchange-bug-workaround): Remove.
1132         (imap-debug): Remove -- doesn't seem very useful.
1134 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136         * net/imap.el (imap-log): New convenience function used throughout
1137         instead of repeating the same code all over the place.
1139 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
1141         * mouse.el (mouse-save-then-kill): Save region to kill-ring
1142         when mouse-drag-copy-region is non-nil (Bug#6956).
1144 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
1146         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1147         Improve regexps (Bug#6987).
1148         (dired-sort-toggle): Search more robustly for -t flag.
1150         * files.el (get-free-disk-space): Search more robustly for
1151         "available" column.  Suggested by Ehud Karni
1152         <ehud@unix.mvs.co.il>.
1154 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
1156         * international/uni-bidi.el:
1157         * international/uni-category.el:
1158         * international/uni-combining.el:
1159         * international/uni-decimal.el:
1160         * international/uni-mirrored.el:
1161         * international/uni-name.el: Regenerate.
1163 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * electric.el (electric-indent-post-self-insert-function):
1166         Don't reindent with a sloppy indentation function.
1168         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1169         border case in change-log-mode.
1171 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
1173         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1174         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1175         Recognize leading tab in gcc-include regexp.  Ignore names with
1176         leading "from" or "in" in gnu regexp (Bug#6937).
1178 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1180         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1181         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1182         (ispell-start-process): Avoid setq and simplify logic.
1183         (ispell-init-process): Setup kill-buffer-hook locally when needed.
1184         (kill-buffer-hook): Don't use it globally with code that uses
1185         expand-file-name since that may call kill-buffer via
1186         code_conversion_restore.
1188 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
1190         * emacs-lisp/package.el (package-directory-list): Only call
1191         file-name-nondirectory on a string.
1193 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1195         * emacs-lisp/package.el (package--download-one-archive):
1196         Ensure that archive-contents is valid before saving it.
1197         (package-activate-1, package-mark-obsolete, define-package)
1198         (package-compute-transaction, package-list-maybe-add): Use push.
1200 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1202         Use SMIE's blink-paren for octave-mode.
1203         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1204         Backslashes do not escape single-quotes, single-quotes do.
1205         (octave-block-else-regexp, octave-block-end-regexp)
1206         (octave-block-match-alist): Remove.
1207         (octave-smie-bnf-table): New var, with old content.
1208         (octave-smie-op-levels): Use it.
1209         (octave-smie-closer-alist): New var.
1210         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
1211         (octave-blink-matching-block-open): Remove.
1212         (octave-reindent-then-newline-and-indent, octave-electric-semi)
1213         (octave-electric-space): Let self-insert-command run expand-abbrev and
1214         blink parens.
1216         * electric.el (electricity): New group.
1217         (electric-indent-chars): New var.
1218         (electric-indent-post-self-insert-function): New fun.
1219         (electric-indent-mode): New minor mode.
1220         (electric-pair-skip-self): New custom.
1221         (electric-pair-post-self-insert-function): New function.
1222         (electric-pair-mode): New minor mode.
1224         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1225         calcAlg-blink-matching-open.
1226         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1227         (calc-do-alg-entry): Only touch the part of the keymap that varies.
1228         Use the new blink-matching-check-function.
1230         Provide blink-matching support to SMIE.
1231         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1232         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1233         (smie-blink-matching-check, smie-blink-matching-open): New functions.
1235         * simple.el (newline): Fix last change to properly remove itself from
1236         the hook.
1238 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1240         * simple.el (newline): Eliminate optimization.
1241         Use post-self-insert-hook to set hard-newline and things before
1242         running post-self-insert-hook.
1243         (blink-matching-check-mismatch): New function.
1244         (blink-matching-check-function): New variable.
1245         (blink-matching-open): Use them.
1246         Skip back forward over prefix chars skipped by forward-sexp.
1247         Don't check if the parens are backslash escaped.
1248         (blink-paren-post-self-insert-function): Check backslash escaping here.
1250 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1252         * emacs-lisp/package.el (package-menu-mode-map):
1253         Change package-menu-revert bindings to revert-buffer.
1254         (package-menu-mode): Set revert-buffer-function.
1255         (package-menu-revert): Doc fix.
1257 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
1259         * textmodes/ispell.el (ispell-init-process): Use "~/" as
1260         `default-directory' unless using Ispell per-directory personal
1261         dictionaries and not in a mini-buffer under XEmacs.
1262         (kill-buffer-hook): Do not kill ispell process on exit when
1263         `ispell-process-directory' is "~/".  (Bug#6143)
1265 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1267         * simple.el (kill-new): Call interprogram-cut-function with only
1268         one argument.
1270         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1271         Remove cut buffer from error message.
1273         * term/x-win.el (x-select-text):
1274         * term/pc-win.el (x-selection-value):
1275         * term/ns-win.el (x-selection-value):
1276         * eshell/em-term.el:
1277         * w32-fns.el (x-get-selection-value):
1278         * mouse-sel.el (mouse-sel-set-selection-function):
1279         * frame.el (display-selections-p): Remove cut-buffer in documentation.
1281         * term/x-win.el: Update documentation for x-last-selected-text-*.
1282         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1283         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1284         (x-select-text): Remove argument PUSH, update documentation.  Remove
1285         cut-buffer code.
1286         (x-selection-value-internal): Was previously x-selection-value.
1287         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1288         Update documentation, remove cut-buffer code.  Call
1289         x-selection-value-internal.
1290         (x-clipboard-yank): Call x-selection-value-internal.
1291         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1293         * term/pc-win.el (x-last-selected-text):
1294         x-cut-buffer-or-selection-value renamed to x-selection-value
1295         (x-select-text): Remove argument PUSH, update documentation.
1297         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1298         x-cut-buffer-or-selection-value renamed to x-selection-value
1299         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1300         (x-select-text): Remove argument PUSH, update documentation.
1302         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1304         * w32-fns.el (x-last-selected-text):
1305         x-cut-buffer-or-selection-value renamed to x-selection-value.
1306         (x-cut-buffer-max): Remove.
1307         (x-select-text): Remove argument PUSH, update documentation.
1309         * simple.el (interprogram-cut-function): Remove mention of PUSH.
1311         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1313         * mouse-sel.el (mouse-sel-get-selection-function):
1314         x-cut-buffer-or-selection-value renamed to x-selection-value.
1315         (x-select-text): Remove optional push.
1317 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1319         * simple.el (blink-paren-function): Move from C to here.
1320         (blink-paren-post-self-insert-function): New function.
1321         (post-self-insert-hook): Use it.
1323         * emacs-lisp/pcase.el (pcase-split-memq):
1324         Fix overenthusiastic optimisation.
1325         (pcase-u1): Handle the case of a lambda pred.
1327 2010-08-31  Kenichi Handa  <handa@m17n.org>
1329         * international/mule-cmds.el (standard-display-european-internal):
1330         Setup standard-display-table for 8-bit characters by storing 8-bit
1331         characters in the element vector.
1333         * disp-table.el (standard-display-8bit):
1334         Setup standard-display-table for 8-bit characters by storing 8-bit
1335         characters in the element vector.
1336         (standard-display-european): Likewise.
1338 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
1340         * textmodes/nroff-mode.el (nroff-view): New command.
1341         (nroff-mode-map): Bind it to C-c C-c.
1343 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1345         * emacs-lisp/smie.el (smie-down-list): New command.
1347         Remove old indentation and navigation code on octave-mode.
1348         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1349         smie-down-list rather than add a binding for octave-down-block.
1350         (octave-mark-block, octave-blink-matching-block-open):
1351         Rely on forward-sexp-function.
1352         (octave-fill-paragraph): Don't narrow, so you can use
1353         indent-according-to-mode.
1354         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1355         (octave-in-block-p, octave-re-search-forward-kw)
1356         (octave-re-search-backward-kw, octave-indent-calculate)
1357         (octave-end-as-array-index-p, octave-block-end-offset)
1358         (octave-scan-blocks, octave-forward-block, octave-backward-block)
1359         (octave-down-block, octave-backward-up-block, octave-up-block)
1360         (octave-before-magic-comment-p, octave-indent-line): Remove.
1362 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1364         * emacs-lisp/package.el (package--read-archive-file): Just use
1365         `read', to avoid copying an additional string.
1366         (package-menu-mode): Set header-line-format here.
1367         (package-menu-refresh, package-menu-revert): Signal an error if
1368         not in the Package Menu.
1369         (package-menu-package-list): New var.
1370         (package--generate-package-list): Operate on the current buffer;
1371         don't assume that it is *Packages*, since the user may rename it.
1372         Allow persistent package listings and sort keys using
1373         package-menu-package-list and package-menu-package-sort-key.
1374         (package-menu--version-predicate): Fix version calculation.
1375         (package-menu-sort-by-column): Don't select the window.
1376         (package--list-packages): Create the *Packages* buffer.
1377         Set package-menu-package-list-key.
1378         (list-packages): Sorting by status is now the default.
1379         (package-buffer-info): Use match-string-no-properties.
1380         (define-package): Add a &rest argument for future proofing, but
1381         don't use it yet.
1382         (package-install-from-buffer, package-install-buffer-internal):
1383         Merge into a single function, package-install-from-buffer.
1384         (package-install-file): Change caller.
1386         * finder.el: Load finder-inf using `require'.
1387         (finder-list-matches): Sorting by status is now the default.
1388         (finder-compile-keywords): Simpify printing.
1390 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1392         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1393         (octave-mode-map): Remove special bindings for forward/backward-block
1394         and octave-backward-up-block.  Use smie-close-block.
1395         (octave-continuation-marker-regexp): New var.
1396         (octave-continuation-regexp): Use it.
1397         (octave-operator-table, octave-smie-op-levels)
1398         (octave-operator-regexp, octave-smie-indent-rules): New vars.
1399         (octave-smie-backward-token, octave-smie-forward-token): New funs.
1400         (octave-mode): Use SMIE.
1401         (octave-close-block): Delete.
1403 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
1405         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1406         CLIPBOARD, not in PRIMARY.  (Bug#6944)
1408 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1410         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1411         a list of parents.
1412         (smie-indent-column): Allow indirection through variables.
1414         * composite.el (save-buffer-state): Delete, unused.
1415         * font-lock.el (save-buffer-state): Use with-silent-modifications.
1416         (font-lock-default-fontify-region): Use with-syntax-table.
1417         * jit-lock.el (with-buffer-unmodified): Remove.
1418         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1420         Use `declare' in defmacros.
1421         * window.el (save-selected-window):
1422         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1423         * progmodes/python.el (def-python-skeleton):
1424         * net/dbus.el (dbus-ignore-errors):
1425         * jka-cmpr-hook.el (with-auto-compression-mode):
1426         * international/mule.el (with-category-table):
1427         * emacs-lisp/timer.el (with-timeout):
1428         * emacs-lisp/lisp-mnt.el (lm-with-file):
1429         * emacs-lisp/eieio.el (with-slots):
1430         * emacs-lisp/easymenu.el (easy-menu-define):
1431         * emacs-lisp/debug.el (debugger-env-macro):
1432         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1433         (Multiple-value-call, Multiple-value-prog1):
1434         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1435         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1436         edebug rule to definition.
1437         * emacs-lisp/lisp-mode.el (save-selected-window)
1438         (with-current-buffer, combine-after-change-calls)
1439         (with-output-to-string, with-temp-file, with-temp-buffer)
1440         (with-temp-message, with-syntax-table, read-if, eval-after-load)
1441         (dolist, dotimes, when, unless):
1442         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1444 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1446         * finder.el: Require `package'.
1447         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
1448         (finder-package-info): Var deleted.
1449         (finder-keywords-hash, finder--builtins-alist): New vars.
1450         (finder-compile-keywords): Compute package--builtins and
1451         finder-keywords-hash instead of finder-keywords-hash, respecting
1452         the "Package" header.
1453         (finder-unknown-keywords, finder-list-matches):
1454         Use finder-keywords-hash and package--list-packages.
1455         (finder-mode): Don't set font-lock-defaults.
1456         (finder-exit): We don't use "*Finder-package*" and "*Finder
1457         Category*" buffers anymore.
1459         * emacs-lisp/package.el (package--builtins-base): Var deleted.
1460         (package--builtins): Set default value to nil.
1461         (package-initialize): Load precomputed value of package--builtins
1462         from finder-inf.el.
1463         (package-alist, package-compute-transaction)
1464         (package-download-transaction): Improve docstring.
1465         (package-read-all-archive-contents): Do not change
1466         package--builtins here.
1467         (list-packages): Make package-list-packages an alias for this.
1468         Sort by status by default.
1469         (package--list-packages): Add optional PACKAGES arg.
1470         (describe-package-1): Use font-lock-face property.  For built-in
1471         packages, insert file commentary.
1472         (package--generate-package-list): Rename from
1473         package-list-packages-internal; all callers changed.  Add optional
1474         PACKAGES arg.  Add alphabetical sort fallbacks.
1475         (package-menu--version-predicate, package-menu--status-predicate)
1476         (package-menu--description-predicate)
1477         (package-menu--name-predicate): New functions.
1479         * info.el (Info-finder-find-node): Search package-alist instead of
1480         finder-package-info.
1482 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1484         * subr.el (version-regexp-alist): Don't use "a" and "b" for
1485         "alpha" and "beta".
1486         (version-to-list): Handle versions like "10.3d".
1488 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1490         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1491         (macroexp-accumulate): Use `declare'.
1493 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1495         * whitespace.el (whitespace-style): Adjust type declaration.
1497 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1499         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1500         empty argument to gvfs-copy.
1502 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1504         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1505         handle new TRASH arg of `delete-file'.
1507 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1509         * net/tramp.el (tramp-handle-insert-directory): Don't use
1510         `forward-word', its default syntax could be changed.
1512 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1513             Michael Albinus  <michael.albinus@gmx.de>
1515         Implement compression for inline methods.
1517         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1518         (tramp-copy-size-limit): Allow also nil.
1519         (tramp-inline-compress-commands): New defconst.
1520         (tramp-find-inline-compress, tramp-get-inline-compress)
1521         (tramp-get-inline-coding): New defuns.
1522         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1523         replaced by `tramp-get-inline-coding'.
1524         (tramp-handle-file-local-copy, tramp-handle-write-region)
1525         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1527 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1529         Detect ssh 'ControlMaster' argument automatically in some cases.
1531         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1532         (tramp-default-method): Use it.
1534 2010-08-26  Karel Klíč  <kklic@redhat.com>
1536         * net/tramp.el (tramp-file-name-for-operation):
1537         Add file-selinux-context.
1539 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1541         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1543 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1545         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1546         (Bug#6907).
1548 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
1550         * progmodes/js.el: Make indentation more customizable (Bug#6914).
1551         (js-paren-indent-offset, js-square-indent-offset)
1552         (js-curly-indent-offset): New options.
1553         (js--proper-indentation): Use them.
1555 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
1557         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1558         instead of inspecting font-lock properties (Bug#6916).
1560 2010-08-26  David Reitter  <david.reitter@gmail.com>
1562         * server.el (server-visit-files): Run pre-command-hook and
1563         post-command-hook for each buffer while it is current (Bug#6910).
1564         (server-execute): Do not run hooks here.
1566 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1568         Sync with Tramp 2.1.19.
1570         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1571         (tramp-reporter-dump-variable, tramp-load-report-modules)
1572         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1573         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1575         * net/tramp-compat.el (top): Do not autoload
1576         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1577         only when `start-file-process' is not bound.
1578         (byte-compile-not-obsolete-vars): Define if not bound.
1579         (tramp-compat-funcall): New defmacro.
1580         (tramp-compat-line-beginning-position)
1581         (tramp-compat-line-end-position)
1582         (tramp-compat-temporary-file-directory)
1583         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1584         (tramp-compat-copy-file, tramp-compat-copy-directory)
1585         (tramp-compat-delete-file, tramp-compat-delete-directory)
1586         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1587         Use it.
1588         (tramp-advice-file-expand-wildcards): Do not use
1589         `tramp-handle-file-remote-p'.
1590         (tramp-compat-make-temp-file): Simplify fallback implementation.
1591         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1592         (tramp-compat-copy-tree): Remove function.
1593         (tramp-compat-delete-file): New defun.
1594         (tramp-compat-delete-directory): Provide implementation for older
1595         Emacsen.
1596         (tramp-compat-file-attributes): Handle only
1597         `wrong-number-of-arguments' error.
1599         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1600         Add PRESERVE_SELINUX_CONTEXT.
1601         (tramp-fish-handle-delete-file): Add TRASH arg.
1602         (tramp-fish-handle-directory-files-and-attributes):
1603         Do not use `tramp-fish-handle-file-attributes.
1604         (tramp-fish-handle-file-local-copy)
1605         (tramp-fish-handle-insert-file-contents)
1606         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1608         * net/tramp-gvfs.el (top): Require url-util.
1609         (tramp-gvfs-mount-point): Remove.
1610         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1611         and `set-file-selinux-context'.
1612         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1613         (tramp-gvfs-handle-file-selinux-context)
1614         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1615         (with-tramp-dbus-call-method): Format trace message.
1616         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1617         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1618         Implement backup call, when operation on local files fails.
1619         Use progress reporter.  Flush properties of changed files.
1620         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
1621         `tramp-compat-delete-file'.
1622         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1623         (tramp-gvfs-handle-make-directory): Make more traces.
1624         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1625         (tramp-gvfs-url-file-name): Hexify file name in url.
1626         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1627         into account for the resulting file name.
1628         (tramp-gvfs-handler-askquestion): Preserve current message, in
1629         order to let progress reporter continue afterwards.  (Bug#6257)
1630         Return dummy mountpoint, when the answer is "no".
1631         See `tramp-gvfs-maybe-open-connection'.
1632         (tramp-gvfs-handler-mounted-unmounted)
1633         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1634         attribute "default_location".  Set "prefix" property.
1635         Handle default-location.
1636         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1637         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1638         exists.  Raise an error, if not (due to a corresponding answer
1639         "no" in interactive questions, for example).
1640         Use `tramp-compat-funcall'.
1642         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1643         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1644         (tramp-imap-do-copy-or-rename-file)
1645         (tramp-imap-handle-insert-file-contents)
1646         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1647         (tramp-imap-handle-delete-file): Add TRASH arg.
1649         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1650         Add PRESERVE-SELINUX-CONTEXT.
1651         (tramp-smb-handle-copy-file)
1652         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1653         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1654         Use `with-progress-reporter'.
1655         (tramp-smb-handle-delete-file): Add TRASH arg.
1657         * net/tramp.el (tramp-methods): Move hostname to the end in all
1658         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1659         appropriate.
1660         (tramp-verbose): Describe verbose level 9.
1661         (tramp-completion-function-alist)
1662         (tramp-file-name-regexp, tramp-chunksize)
1663         (tramp-local-coding-commands, tramp-remote-coding-commands)
1664         (with-connection-property, tramp-completion-mode-p)
1665         (tramp-action-process-alive, tramp-action-out-of-band)
1666         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1667         (tramp-exists-file-name-handler): Fix docstring.
1668         (tramp-remote-process-environment): Use `format' instead of
1669         `concat'.  Protect version string by apostroph.
1670         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1671         XEmacs.
1672         (tramp-file-name-regexp-unified)
1673         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1674         not regard the volume letter as remote filename.  (Bug#5447)
1675         (tramp-perl-file-attributes)
1676         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1677         (tramp-vc-registered-read-file-names): Read input as
1678         here-document, otherwise the command could exceed maximum length
1679         of command line.
1680         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1681         `set-file-selinux-context'.
1682         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1683         backtrace functions.
1684         (tramp-error-with-buffer): Don't show the connection buffer when
1685         we are in completion mode.
1686         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1687         (tramp-handle-file-selinux-context)
1688         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1689         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1690         New defuns.
1691         (with-progress-reporter): New defmacro.
1692         (tramp-debug-outline-regexp): New defconst.
1693         (top, tramp-rfn-eshadow-setup-minibuffer)
1694         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1695         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1696         (tramp-completion-mode-p, tramp-check-for-regexp)
1697         (tramp-open-connection-setup-interactive-shell)
1698         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1699         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1700         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1701         Use `tramp-compat-funcall'.
1702         (tramp-handle-make-symbolic-link): Flush file properties.
1703         (tramp-handle-load, tramp-handle-file-local-copy)
1704         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1705         (tramp-handle-vc-registered, tramp-maybe-send-script)
1706         (tramp-find-shell): Use `with-progress-reporter'.
1707         (tramp-do-file-attributes-with-stat): Add space in format string,
1708         in order to work around a bug in pdksh.  Reported by Gilles Pion
1709         <gpion@lfdj.com>.
1710         (tramp-handle-verify-visited-file-modtime): Do not send a command
1711         when the connection is not established.
1712         (tramp-handle-set-file-times): Simplify the check for utc.
1713         (tramp-handle-directory-files-and-attributes)
1714         (tramp-get-remote-path): Use `copy-tree'.
1715         (tramp-completion-handle-file-name-all-completions): Ensure, that
1716         non remote files are still checked.  Oops.
1717         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1718         Handle PRESERVE-SELINUX-CONTEXT.
1719         (tramp-do-copy-or-rename-file): Add progress reporter.
1720         (tramp-do-copy-or-rename-file-directly): Do not use
1721         `tramp-handle-file-remote-p'.
1722         (tramp-do-copy-or-rename-file-out-of-band):
1723         Use `tramp-compat-delete-directory'.
1724         (tramp-do-copy-or-rename-file-out-of-band)
1725         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1726         Use `format-spec-make'.
1727         (tramp-handle-delete-file): Add TRASH arg.
1728         (tramp-handle-dired-uncache): Flush directory cache, not only file
1729         cache.
1730         (tramp-handle-expand-file-name)
1731         (tramp-completion-handle-file-name-all-completions)
1732         (tramp-completion-handle-file-name-completion):
1733         Use `tramp-connectable-p'.
1734         (tramp-handle-start-file-process): Set connection property "vec".
1735         Use it, in order to invalidate file caches.  Check only for
1736         `remote-tty' process property.
1737         Implement tty setting.  (Bug#4604, Bug#6360)
1738         (tramp-file-name-for-operation): Add `call-process-region' and
1739         `set-file-selinux-context'.
1740         (tramp-find-foreign-file-name-handler)
1741         (tramp-advice-make-auto-save-file-name)
1742         (tramp-set-auto-save-file-modes): Remove superfluous check for
1743         `stringp'.  This is done inside `tramp-tramp-file-p'.
1744         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1745         operations when we are in completion mode.  This gives the user
1746         the chance to correct the file name in the minibuffer.
1747         (tramp-completion-mode-p): Use `non-essential'.
1748         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1749         compatibility: Use `completion-ignore-case' if
1750         `read-file-name-completion-ignore-case' does not exist.
1751         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1752         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1753         `tramp-open-shell'.
1754         (tramp-action-password): Hide password prompt before next run.
1755         (tramp-process-actions): Widen connection buffer for the trace.
1756         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1757         process property.  Trace stty settings if `tramp-verbose' >= 9.
1758         Apply workaround for IRIX64 bug.  Move argument of last
1759         `tramp-send-command' where it belongs to.
1760         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1761         front of `login-args'.
1762         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1763         on "/dev/null" instead of "/".
1764         (tramp-get-ls-command-with-dired): Make test for "--dired"
1765         stronger.
1766         (tramp-set-auto-save-file-modes): Adapt version check.
1767         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1768         (tramp-handle-process-file): Call the program in a subshell, in
1769         order to preserve working directory.
1770         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1771         `tramp-remote-sh' from `tramp-methods'.
1772         (tramp-get-ls-command): Make test for "--color=never" stronger.
1773         (tramp-check-for-regexp): Use (forward-line 1).
1775         * net/trampver.el: Update release number.
1777 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1779         * help.el (help-map): Bind `C-h P' to describe-package.
1781         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1783         * emacs-lisp/package.el (package-refresh-contents): Catch errors
1784         when downloading archives.
1785         (describe-package-1): Add package commentary.
1786         (package-install-button-action): New function.
1787         (package-menu-mode-map): Bind ? to package-menu-describe-package.
1788         (package-menu-view-commentary): Function removed.
1789         (package-list-packages-internal): Hide the `package' package too.
1791 2010-08-25  Kenichi Handa  <handa@m17n.org>
1793         * language/misc-lang.el ("Arabic"): New language environment.
1794         Setup composition-function-table for Arabic characters.
1796         * international/fontset.el (setup-default-fontset): Fix typo for
1797         arabic OTF spec (fini->fina).
1799 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
1801         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1802         on all frames.
1804 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1806         * whitespace.el: Allow cleaning up blanks without blank
1807         visualization (Bug#6651).  Adjust help window for
1808         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1809         instead of whitespace-line-column (from EmacsWiki).  New version
1810         13.1.
1811         (whitespace-style): Added new value 'face.  Adjust docstring.
1812         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1813         foreground property face.
1814         (whitespace-line-column): Adjust docstring and type declaration.
1815         (whitespace-style-value-list, whitespace-toggle-option-alist)
1816         (whitespace-help-text): Adjust const initialization.
1817         (whitespace-toggle-options, global-whitespace-toggle-options):
1818         Adjust docstring.
1819         (whitespace-display-window, whitespace-interactive-char)
1820         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1821         (whitespace-help-scroll): New fun.
1823 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1825         * emacs-lisp/package.el (list-packages): Alias for
1826         package-list-packages.
1828 2010-08-24  Kevin Ryde  <user42@zip.com.au>
1830         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1831         (Bug#5651).
1833         * progmodes/ruby-mode.el (ruby): Add defgroup.
1835 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1837         * progmodes/python.el: Add Ipython support (Bug#5390).
1838         (python-shell-prompt-alist)
1839         (python-shell-continuation-prompt-alist): New options.
1840         (python--set-prompt-regexp): New function.
1841         (inferior-python-mode, run-python, python-shell): Require
1842         ansi-color.  Use python--set-prompt-regexp to set the comint
1843         prompt based on the Python interpreter.
1844         (python--prompt-regexp): New var.
1845         (python-check-comint-prompt)
1846         (python-comint-output-filter-function): Use it.
1847         (run-python): Use a pipe (Bug#5694).
1849 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
1851         * progmodes/python.el (python-send-region): Send a different
1852         Python command if Ipython is in use.
1853         (python-check-version): Use a Python command to find the version.
1855 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1857         * mouse.el (mouse-yank-primary): Avoid setting primary when
1858         deactivating the mark (Bug#6872).
1860 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
1862         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1863         with "else" (Bug#3991).
1865 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1867         * net/dbus.el: Accept UNIX domain sockets as bus address.
1868         (top): Don't initialize `dbus-registered-objects-table' anymore,
1869         this is done in dbusbind,c.
1870         (dbus-check-event): Adapt test for bus.
1871         (dbus-return-values-table, dbus-unregister-service)
1872         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1873         Adapt doc string.
1875 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
1877         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1879 2010-08-22  Juri Linkov  <juri@jurta.org>
1881         * simple.el (read-extended-command): New function with the logic
1882         for `completing-read' moved to Elisp from `execute-extended-command'.
1883         Use `function-called-at-point' in `minibuffer-default-add-function'
1884         to get a command name for M-n (bug#5364, bug#5214).
1886 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1888         * startup.el (command-line-1): Issue warning for ignored arguments
1889         --unibyte, etc (Bug#6886).
1891 2010-08-22  Leo  <sdl.web@gmail.com>
1893         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1894         (ignore, bright, dim, keyword): Split list of nicknames before
1895         passing to rcirc-add-or-remove (Bug#6894).
1897 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1899         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1901 2010-08-22  Leo  <sdl.web@gmail.com>
1903         Fix buffer-list rename&refresh after killing a buffer in ido.
1904         * ido.el: Revert Óscar's.
1905         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1906         Remember the buffers at head, rather than their name.
1907         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1909 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1910             Stefan Monnier  <monnier@iro.umontreal.ca>
1912         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1913         extra backslash added to each line (bug#6890).
1915 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1917         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1919 2010-08-22  Glenn Morris  <rgm@gnu.org>
1921         * menu-bar.el (menu-bar-games-menu): Add landmark.
1923 2010-08-22  Glenn Morris  <rgm@gnu.org>
1925         * align.el (align-regexp): Make group and spacing arguments
1926         use the interactive defaults when non-interactive.  (Bug#6698)
1928         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1929         expansion, so as not to need sendmail.
1930         (mail-text-start): Remove declaration.
1931         (rmail-retry-failure): Require sendmail.
1933 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1935         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1937 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
1939         * progmodes/flymake.el (flymake-start-syntax-check-process):
1940         Use `start-file-process' in order to let it run also on remote hosts.
1942 2010-08-22  Kenichi Handa  <handa@m17n.org>
1944         * files.el: Add `word-wrap' as safe local variable.
1946 2010-08-22  Glenn Morris  <rgm@gnu.org>
1948         * woman.el (woman-translate): Case matters.  (Bug#6849)
1950 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1952         * simple.el (kill-region): Doc fix (Bug#6787).
1954 2010-08-22  Glenn Morris  <rgm@gnu.org>
1956         * calendar/diary-lib.el (diary-header-line-format):
1957         Fit it to the window, not the frame.
1959 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
1961         * subr.el (ignore-errors): Add debug declaration.
1963 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1965         * whitespace.el (whitespace-color-off): Remove post-command-hook
1966         locally.
1968 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1970         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
1972 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1974         * cus-edit.el (custom-group-value-create): Add extra newline
1975         before end line (Bug#6876).
1977 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1979         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
1980         when extending it.  Before killing on the second click, check if
1981         the buffer is the correct one.  Doc fix.
1982         (mouse-secondary-save-then-kill): Allow usage without first
1983         calling mouse-start-secondary, by defaulting to point.  Don't save
1984         an empty secondary selection.  Doc fix.
1986 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1988         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1989         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1990         New version 13.0.
1991         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1992         Adjust initialization.
1993         (whitespace-bob-marker, whitespace-eob-marker)
1994         (whitespace-buffer-changed): New vars.
1995         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1996         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1997         (whitespace-post-command-hook, whitespace-display-char-on):
1998         Adjust code.
1999         (whitespace-looking-back, whitespace-buffer-changed): New funs.
2000         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2002 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2004         * files.el (locate-file-completion-table): Only list the .el and .elc
2005         extensions if there's no other choice (bug#5955).
2007         * facemenu.el (facemenu-self-insert-data): New var.
2008         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2009         New functions.
2010         (facemenu-add-face): Use them.
2012         * simple.el (blink-matching-open): Obey forward-sexp-function.
2014 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2016         * simple.el (prog-mode-map): New var.
2017         (prog-indent-sexp): New command.
2019         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2021         * progmodes/prolog.el (smie): Require.
2023         * emacs-lisp/smie.el (smie-default-backward-token)
2024         (smie-default-forward-token): Strip properties.
2025         (smie-next-sexp): Be more careful with associative operators.
2026         (smie-forward-sexp-command): Generalize.
2027         (smie-backward-sexp-command): Simplify.
2028         (smie-closer-alist): New var.
2029         (smie-close-block): New command.
2030         (smie-indent-debug-log): New var.
2031         (smie-indent-offset-rule): Add a few more cases.
2032         (smie-indent-column): New function.
2033         (smie-indent-after-keyword): Use it.
2034         (smie-indent-keyword): Use it.
2035         Fix up the opener code's point position.
2036         (smie-indent-comment): Only applies at BOL.
2037         (smie-indent-debug): New command.
2039         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2040         declarations that are useful before running the macro.
2042 2010-08-18  Joakim Verona  <joakim@verona.se>
2044         * image.el (imagemagick-types-inhibit): New variable.
2045         (imagemagick-register-types): New function.
2046         * image-mode.el (image-transform-properties): New function.
2047         (image-transform-set-scale, image-transform-fit-to-height)
2048         (image-transform-set-rotation, image-transform-set-resize)
2049         (image-transform-fit-to-width, image-transform-fit-to-height):
2050         New functions.
2051         (image-toggle-display-image): Support image transforms.
2053 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2055         * image.el (create-animated-image): Don't add heuristic mask to image
2056         (Bug#6839).
2058 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
2060         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2061         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2063 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2065         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2067         Font-lock '...' strings, plus various simplifications and fixes.
2068         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2069         (octave-font-lock-close-quotes): New function.
2070         (octave-font-lock-syntactic-keywords): New var.
2071         (octave-mode): Use it.  Set beginning-of-defun-function.
2072         (octave-mode-map): Don't override the <foo>-defun commands.
2073         (octave-mode-menu): Pass it directly to easy-menu-define;
2074         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2075         (octave-block-match-alist): Fix up last change so that
2076         octave-close-block uses the more specific keyword.
2077         (info-lookup-mode): Silence byte-compiler.
2078         (octave-beginning-of-defun): Not interactive any more.
2079         Optimize slightly.
2080         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2081         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2082         (octave-completion-at-point-function): Make sure point is within
2083         beg..end.
2084         (octave-reindent-then-newline-and-indent):
2085         Use reindent-then-newline-and-indent.
2086         (octave-add-octave-menu): Remove.
2088 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
2090         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2091         (report-emacs-bug-can-use-xdg-email): New functions.
2092         (report-emacs-bug): Set can-xdg-email to result of
2093         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
2094         \C-cm to report-emacs-bug-insert-to-mailer and add help text
2095         about it.
2097         * net/browse-url.el (browse-url-default-browser): Add cond
2098         for browse-url-xdg-open.
2099         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2101 2010-08-17  Glenn Morris  <rgm@gnu.org>
2103         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2104         (c-fontify-recorded-types-and-refs): Define for compiler.
2105         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2106         before use.
2108         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2109         Fix format call.
2111 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
2113         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2114         properties.
2115         (tramp-handle-process-file): Call the program in a subshell, in
2116         order to preserve working directory.
2117         (tramp-action-password): Hide password prompt before next run.
2118         (tramp-process-actions): Widen connection buffer for the trace.
2120 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
2122         * net/rcirc.el (rcirc-log-process-buffers): New option.
2123         (rcirc-print): Use it.
2124         (rcirc-generate-log-filename): New function.
2125         (rcirc-log-filename-function): Change default to
2126         rcirc-generate-log-filename (Bug#6828).
2128 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
2130         * simple.el (deactivate-mark): If select-active-regions is `only',
2131         only set selection for temporarily active regions.
2133         * cus-start.el: Change defcustom for select-active-regions.
2135 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
2137         * mouse.el (mouse--drag-set-mark-and-point): New function.
2138         (mouse-drag-track): Use LOCATION arg to push-mark.
2139         Use mouse--drag-set-mark-and-point to take click-count into
2140         consideration when updating point and mark (Bug#6840).
2142 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
2144         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2145         Give the Ruby rule a lower priority than Gnu (Bug#6778).
2147 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2149         * font-lock.el (lisp-font-lock-keywords-2):
2150         Add combine-after-change-calls, condition-case-no-debug,
2151         with-demoted-errors, and with-silent-modifications (Bug#6025).
2153 2010-08-14  Kevin Ryde  <user42@zip.com.au>
2155         * emacs-lisp/copyright.el (copyright-update-year)
2156         (copyright-update): Temporary switch-to-buffer to ensure the
2157         buffer change being queried is visible (Bug#5394).
2159 2010-08-14  Tom Tromey  <tromey@redhat.com>
2161         * progmodes/etags.el (tags-file-name): Mark safe if stringp
2162         (Bug#6733).
2164 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
2166         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2167         MS-DOS.  (Bug#6689)
2169 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
2171         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2172         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2173         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2174         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2175         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2176         Call menu-bar-set-tool-bar-position.
2178 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2181         comment style (bug#6834).
2182         * progmodes/scheme.el (scheme-mode-syntax-table):
2183         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2184         "b" flag in "' 14b" syntax.
2186         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2187         for (un)commenting the region and performing completion.
2188         (octave-mode-menu): Use standard commands for help and completion.
2189         (octave-mode-syntax-table): Support %{..%} comments (sort of).
2190         (octave-mode): Use define-derived-mode.
2191         Set completion-at-point-functions and don't set columns.
2192         Don't disable adaptive-fill-regexp.
2193         (octave-describe-major-mode, octave-comment-region)
2194         (octave-uncomment-region, octave-comment-indent)
2195         (octave-indent-for-comment): Remove.
2196         (octave-indent-calculate): Rename from calculate-octave-indent.
2197         (octave-indent-line, octave-fill-paragraph): Update caller.
2198         (octave-initialize-completions): No need to make an alist.
2199         (octave-completion-at-point-function): New function.
2200         (octave-complete-symbol): Use it.
2201         (octave-insert-defun): Use define-skeleton.
2203         * progmodes/octave-mod.el (octave-mode): Set comment-add.
2204         (octave-mode-map): Use comment-dwim (bug#6829).
2206 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2208         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2209         indentation of inserted comment.
2211 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
2213         * faces.el (region): Add type gtk that uses gtk colors.
2215         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2216         Handle theme-name change.
2218 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
2220         * progmodes/sql.el: Version 2.5
2221         (sql-product-alist): Add :prompt-cont-regexp property for several
2222         database products.
2223         (sql-prompt-cont-regexp): New variable.
2224         (sql-output-newline-count, sql-output-by-send):
2225         New variables.  Record number of newlines in input text.
2226         (sql-send-string): Handle multiple filters and count newlines.
2227         (sql-send-magic-terminator): Count terminator newline.
2228         (sql-interactive-remove-continuation-prompt): Filters output to
2229         remove continuation prompts; one for each newline.
2230         (sql-interactive-mode): Set up new variables, prompt regexp and
2231         output filter.
2232         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2233         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2235 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2237         * emacs-lisp/pcase.el: New file.
2239 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
2241         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2242         as here-document, otherwise the command could exceed maximum
2243         length of command line.
2244         (tramp-handle-vc-registered): Call script accordingly.
2245         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2247 2010-08-10  Kenichi Handa  <handa@m17n.org>
2249         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2250         composable pattern.
2252 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
2254         * emacs-lisp/package.el (package-version-split)
2255         (package--version-first-nonzero, package-version-compare):
2256         Functions removed.
2257         (package-directory-list, package-load-all-descriptors)
2258         (package--built-in, package-activate, define-package)
2259         (package-installed-p, package-compute-transaction)
2260         (package-read-all-archive-contents)
2261         (package--add-to-archive-contents, package-buffer-info)
2262         (package-tar-file-info, package-list-packages-internal):
2263         Use version-to-list and version-list-*.
2265         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2266         Use version-to-list.
2267         (package-upload-buffer-internal): Use version-list-<=.
2269 2010-08-09  Kenichi Handa  <handa@m17n.org>
2271         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2272         composable pattern.
2274 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
2276         * tutorial.el (tutorial--default-keys): C-d is now bound to
2277         delete-forward-char (Bug#6826).
2279         * mouse.el (mouse-drag-track): Remove accidentally-removed check
2280         for `double' value of mouse-1-click-follows-link (Bug#6807).
2282 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2284         * replace.el (replace-highlight): Bind isearch-forward and
2285         isearch-error, ensuring that highlighting is updated if the user
2286         switches the search direction (Bug#6808).
2288         * isearch.el (isearch-lazy-highlight-forward): New var.
2289         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2290         (isearch-lazy-highlight-update): Use it.
2292 2010-08-08  Kenichi Handa  <handa@m17n.org>
2294         * international/mule.el (define-charset): Store NAME as :base property.
2295         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2296         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2297         current priority.  Force using the designation of the specific
2298         charset by adding `charset' text property.  Improve the whole algorithm.
2300 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2302         * emulation/pc-select.el (pc-selection-mode-hook)
2303         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2304         (pc-selection-mode): Fix typos in docstrings.
2306 2010-08-08  Kenichi Handa  <handa@m17n.org>
2308         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2309         ctext-non-standard-encodings-alist here.
2311         * international/mule.el (ctext-non-standard-encodings-alist):
2312         Add "koi8-r" and "microsoft-cp1251".
2313         (ctext-standard-encodings): New variable.
2314         (ctext-non-standard-encodings-table): List only elements for
2315         non-standard encodings.
2316         (ctext-pre-write-conversion): Adjust for the above change.
2317         Check ctext-standard-encodings.
2319         * international/mule-conf.el (compound-text): Doc fix.
2320         (ctext-no-compositions): Doc fix.
2321         (compound-text-with-extensions): Doc fix.
2323 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2325         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2327 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2329         * progmodes/which-func.el (which-func-format): Split help-echo text
2330         into lines, like other mode-line tooltips.
2332         * server.el (server-start): When using TCP sockets, force IPv4
2333         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2335 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2337         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2339 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2341         * term.el (term-delimiter-argument-list): Reflow docstring.
2342         (term-read-input-ring, term-write-input-ring, term-send-input)
2343         (term-bol, term-erase-in-display, serial-supported-or-barf):
2344         Fix typos in docstrings.
2346 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2348         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2350 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2352         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2354 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
2356         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2357         Fix typo in docstring (bug#6747).
2359 2010-08-08  Leo  <sdl.web@gmail.com>
2361         * eshell/esh-io.el (eshell-get-target): Better detection of
2362         read-only file (Bug#6762).
2364 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2366         * align.el (align-default-spacing): Doc fix.
2367         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2369 2010-08-08  Stephen Peters  <speters@itasoftware.com>
2371         * calendar/icalendar.el
2372         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
2373         (icalendar--get-weekday-numbers): New.
2374         (icalendar--convert-recurring-to-diary): Handle multiple byday
2375         values in weekly rules.  (Bug#6766)
2377 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2379         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2380         (icalendar--create-uid, icalendar-export-region)
2381         (icalendar--parse-summary-and-rest): Code formatting.
2383 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2385         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2386         to italicize headers.
2387         (calc-highlight-selections-with-faces): New variable.
2388         (calc-selected-face, calc-nonselected-face): New faces.
2390         * calc/calccomp.el (math-comp-highlight-string): Use
2391         `calc-highlight-selections-with-faces' to determine how to highlight
2392         sub-formulas.
2394         * calc/calc-sel.el (calc-show-selections): Change message to when
2395         using faces to highlight selections.
2397 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
2399         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2400         Add SQLite 3 keywords, functions and datatypes.
2401         (sql-interactive-mode): Remove `comint-process-echoes' set to t
2402         (Bug#6686).
2404 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
2406         * simple.el (select-active-regions): Move to keyboard.c.
2407         (deactivate-mark): Used saved-region-selection.
2408         (select-active-region): Function removed.
2409         (activate-mark, set-mark, push-mark-command)
2410         (handle-shift-selection): Don't call it.
2411         (keyboard-quit): Avoid adding the region to the window selection.
2413         * mouse.el (mouse-drag-track): Remove hacks to deal with old
2414         select-active-regions implementation.
2415         (mouse-yank-at-click): Doc fix.
2417         * cus-start.el: Add custom declaration for select-active-regions.
2419 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
2421         * simple.el (delete-forward-char): Doc fix.
2423         * tutorial.el (help-with-tutorial): Hack safe file-local variables
2424         after reading the tutorial.
2426 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
2428         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2429         for the case that a C style comment has its delimiters alone on
2430         their respective lines.
2432 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
2434         * net/tramp.el (tramp-handle-start-file-process): Set connection
2435         property "vec".
2436         (tramp-process-sentinel): Use it for flushing the cache.  We
2437         cannot do it via the process buffer, the buffer could be deleted
2438         already when running the sentinel.
2440 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
2442         * comint.el (comint-mode): Make directory tracking functions
2443         functional on remote files.  (Bug#6764)
2445 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2447         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2449 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2451         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2452         unexec.c => unexcoff.c.
2454         * emacs-lisp/authors.el (authors-fixed-entries): Rename
2455         unexec.c => unexcoff.c.
2457 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2459         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2460         cache, not only file cache.
2461         (tramp-process-sentinel): New defun.
2462         (tramp-handle-start-file-process): Use it, in order to invalidate
2463         file caches.
2465 2010-08-03  Leo  <sdl.web@gmail.com>
2467         * server.el (server-start): Simplify loop.
2469 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2471         * frame.el (screen-height, screen-width, set-screen-width)
2472         (set-screen-height): Remove ancient compatibility aliases.
2474         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2475         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
2477         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2478         that change current buffer.
2480 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2482         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2483         beginning of the string.  Use `string-match-p'.  (Bug#6765)
2485 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
2487         * cus-start.el (x-gtk-use-system-tooltips): New variable.
2489 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
2491         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2492         (package--builtins): Tweak descriptions.
2493         (package-print-package): Upcase descriptions if necessary.
2494         Show all built-in packages in font-lock-builtin-face.
2495         (package-list-packages-internal): Omit "emacs" package.
2496         Show status of built-in packages as "built-in".
2498 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
2500         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
2501         before killing to preserve the primary selection (Bug#6701).
2503         * term/x-win.el (x-select-text): Doc fix.
2505 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
2507         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2508         The following functions were modified or created:
2510         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2511         (objc-font-lock-extra-types):
2512         * progmodes/cc-mode.el (c-basic-common-init):
2513         * progmodes/cc-langs.el (c-make-mode-syntax-table)
2514         (c++-make-template-syntax-table)
2515         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2516         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2517         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2518         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2519         * progmodes/cc-fonts.el (c-make-inverse-face)
2520         (c-basic-matchers-after):
2521         * progmodes/cc-engine.el (c-forward-keyword-clause)
2522         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2523         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2524         (c-guess-continued-construct, c-guess-basic-syntax):
2526 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
2528         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2530 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2532         * files.el (bidi-paragraph-direction): Define safe local values.
2534         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2535         language-info-alist.  Remove outdated FIXME in a comment.
2537 2010-07-31  Alan Mackenzie  <acm@muc.de>
2539         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2540         Auto-fill broken in C/C++ modes.
2542 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2544         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2545         (menu-bar-showhide-tool-bar-menu-customize-disable)
2546         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2547         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2548         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2549         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2550         make a menu for Options => toolbar that can move it.
2552 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
2554         * emacs-lisp/package-x.el (package--make-rss-entry):
2555         (package-maint-add-news-item, package--update-news)
2556         (package-upload-buffer-internal): New arg ARCHIVE-URL.
2558         * emacs-lisp/package.el (package-archive-url): Rename from
2559         package-archive-id.
2560         (package-install): Doc fix.
2561         (package-download-single, package-download-tar, package-install)
2562         (package-menu-view-commentary): Callers changed.
2564 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2566         * net/tramp.el (tramp-handle-start-file-process): Check only for
2567         `remote-tty' process property.
2568         (tramp-open-shell): Don't check for tty.
2569         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2570         process property.
2572         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2573         host.
2575 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
2577         * emacs-lisp/package.el (package-load-list, package-archives)
2578         (package-archive-contents, package-user-dir)
2579         (package-directory-list, package--builtins, package-alist)
2580         (package-activated-list, package-obsolete-alist): Mark as risky.
2582 2010-07-28  Phil Hagelberg  <phil@evri.com>
2584         Add support for non-default package repositories.
2585         * emacs-lisp/package.el (package-archive-base): Var deleted.
2586         (package-archives): New variable.
2587         (package-archive-contents): Doc fix.
2588         (package-load-descriptor): Do nothing if descriptor file is missing.
2589         (package--write-file-no-coding): New function.
2590         (package-unpack-single): Use it.
2591         (package-archive-id): New function.
2592         (package-download-single, package-download-tar)
2593         (package-menu-view-commentary): Use it.
2594         (package-installed-p): Make second argument optional.
2595         (package-read-all-archive-contents): New function.
2596         (package-initialize): Use it.
2597         (package-read-archive-contents): Add ARCHIVE argument.
2598         (package--add-to-archive-contents): New function.
2599         (package-install): Don't call package-read-archive-contents.
2600         (package--download-one-archive): Store archive file in a
2601         subdirectory of package-user-dir.
2602         (package-menu-execute): Remove spurious line movement.
2604 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2606         * cus-start.el (tool-bar-style): Add text-image-horiz.
2608 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2610         * progmodes/gud.el (gud-common-init): Check for remoteness of
2611         `file', and not of `default-directory'.
2613 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2615         * net/tramp.el (tramp-methods): Move hostname to the end in all
2616         ssh `tramp-login-args'.
2617         (tramp-verbose): Describe verbose level 9.
2618         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2619         (tramp-open-connection-setup-interactive-shell): Trace stty
2620         settings if `tramp-verbose' >= 9.
2621         (tramp-handle-start-file-process): Implement tty setting.
2622         (Bug#4604, Bug#6360)
2624         * net/tramp-cmds.el (tramp-bug): Recommend setting of
2625         `tramp-verbose' to 9.
2627 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
2629         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2630         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2631         Remove references to package `lisp-re' (bug#4369).
2633 2010-07-27  Tom Tromey  <tromey@redhat.com>
2635         * progmodes/js.el (js-mode):
2636         * progmodes/make-mode.el (makefile-mode):
2637         * progmodes/simula.el (simula-mode):
2638         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2640 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2642         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2644         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2645         (display-time-world-buffer-name, display-time-world-mode-map):
2646         Fix typos in docstrings.
2648 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2650         * image-mode.el (image-display-size): New function.
2651         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2652         (image-mode-fit-frame): Use it (Bug#6639).
2654 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2656         * dired.el (dired-buffers-for-dir): Handle list values of
2657         dired-directory (Bug#6636).
2659 2010-07-26  Sam Steingold  <sds@gnu.org>
2661         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2662         Do not call `x-get-selection' the second time, reuse the value.
2664 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
2666         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
2667         which consist of control chars only.  Suggested by Richard Stallman.
2669 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
2671         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2672         exists before passing an error to find-file-not-found-functions
2673         (bug#6723).
2675 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
2677         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2678         Remove leading nil element, adjust values.
2679         (tetris-shapes, tetris-shape-scores):
2680         Change representation of shapes and remove some redundancy.
2681         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2682         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2683         Adjust for working with new representation of shapes.
2684         (tetris-shape-rotations): New function.
2685         (tetris-move-bottom, tetris-move-left, tetris-move-right)
2686         (tetris-rotate-prev, tetris-rotate-next):
2687         Adjust for working with the new version of tetris-test-shape.
2689 2010-07-23  Markus Triska  <markus.triska@gmx.at>
2691         * progmodes/ps-mode.el: Use comint (bug#5954).
2692         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2693         (ps-mode-other-newline): Simplify.
2694         (ps-run-mode): Derive from comint-mode instead of
2695         fundamental-mode, yielding input history etc.
2696         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2697         (ps-run-send-string): Adapt for comint-mode.
2698         (ps-run-newline): Remove now unneeded function.
2700 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2702         * net/tramp.el (tramp-methods): Move hostname to the end in all
2703         plink `tramp-login-args'.
2705 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2707         * net/tramp.el (tramp-open-shell): New defun.
2708         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2709         Use it.
2711 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2713         * net/tramp.el (tramp-file-name-regexp-unified)
2714         (tramp-completion-file-name-regexp-unified): On W32 systems, do
2715         not regard the volume letter as remote filename.  (Bug#5447)
2717 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2719         * custom.el (custom-declare-variable): Give a clearer error message
2720         when the docstring is missing (bug#6476).
2722 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
2724         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
2725         (sql-login-params): New widget definition.
2726         (sql-oracle-login-params, sql-mysql-login-params)
2727         (sql-solid-login-params, sql-sybase-login-params)
2728         (sql-informix-login-params, sql-ingres-login-params)
2729         (sql-ms-login-params, sql-postgres-login-params)
2730         (sql-interbase-login-params, sql-db2-login-params)
2731         (sql-linter-login-params): Use it.
2732         (sql-sqlite-login-params): Use it; Define "database" parameter as
2733         a file name.
2734         (sql-sqlite-program): Change to "sqlite3".
2735         (sql-comint-sqlite): Make sure database name is complete.
2736         (sql-for-each-login): New function.
2737         (sql-connect, sql-save-connection): Use it.
2738         (sql-get-login-ext): New function.
2739         (sql-get-login): Use it.
2740         (sql-make-alternate-buffer-name): Handle :file parameters.
2742 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
2744         * dired.el (dired-no-confirm): Document value t and fix defcustom to
2745         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
2747 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2749         * dired.el (dired-mode-map): Use command remapping (bug#6632).
2751 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
2753         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2755 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
2757         * net/tramp.el (tramp-get-ls-command)
2758         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2759         instead of "/".
2761 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
2763         * progmodes/sql.el: Version 2.3.
2764         (sql-connection-alist): Changed keys from symbols to strings;
2765         enhanced the widget definition.
2766         (sql-mode-menu): Added submenu to select connections.
2767         (sql-interactive-mode-menu): Added "Save Connection" item.
2768         (sql-add-product): Fixed menu item.
2769         (sql-get-product-feature): Improved error handling.
2770         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2771         (sql-make-alternate-buffer-name): Simplified.
2772         (sql-product-interactive): Handle missing product.
2773         (sql-connect): Support string keys, minor improvements.
2774         (sql-save-connection): New function.
2775         (sql-connection-menu-filter): New function.
2777 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2779         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2780         (tramp-open-connection-setup-interactive-shell): Apply
2781         workaround for IRIX64 bug.  Move argument of last
2782         `tramp-send-command' where it belongs to.
2784 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2786         * net/tramp.el (tramp-perl-file-attributes)
2787         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2788         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2789         front of `login-args'.
2791 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2793         * time.el (display-time-world-mode): Define with `define-derived-mode'.
2794         Set `show-trailing-whitespace' to nil.
2795         (display-time-world-display): Simplify.
2797 2010-07-18  Alan Mackenzie  <acm@muc.de>
2799         Enhance `c-file-style' in file/directory local variables.
2800         * progmodes/cc-mode.el (c-count-cfss): New function.
2801         (c-before-hack-hook): Call `c-set-style' differently according to
2802         whether c-file-style was set in file or directory local
2803         variables.
2805 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
2807         * progmodes/sql.el: Version 2.2.
2808         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2809         defcustom :safe keyword rather than putting safe-local-variable
2810         property.
2811         (sql-password): Use defcustom :risky keyword rather than putting
2812         risky-local-variable property.
2813         (sql-oracle-login-params, sql-sqlite-login-params)
2814         (sql-solid-login-params, sql-sybase-login-params)
2815         (sql-informix-login-params, sql-ingres-login-params)
2816         (sql-ms-login-params, sql-postgres-login-params)
2817         (sql-interbase-login-params, sql-db2-login-params)
2818         (sql-linter-login-params): Add `port' option.
2819         (sql-get-product-feature): Added NO-INDIRECT parameter.
2820         (sql-comint-oracle, sql-comint-sybase)
2821         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2822         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2823         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2824         (sql-comint-linter): Renamed sql-connect-* functions to
2825         sql-comint-*.
2826         (sql-product-alist, sql-mode-menu): Renamed as above and
2827         :sqli-connect-func to :sqli-comint-func.
2828         (sql-connection): New variable.
2829         (sql-interactive-mode): Set it.
2830         (sql-connection-alist): New variable.
2831         (sql-connect): New function.
2832         (sql--alt-buffer-part, sql--alt-if-not-empty)
2833         (sql-make-alternate-buffer-name): Improved alternative buffer name.
2835 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2837         * image-mode.el (image-bookmark-make-record): Do not set context
2838         in an image (Bug#6650).
2840 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2842         * simple.el (select-active-region): New function.
2843         (push-mark-command, set-mark, activate-mark)
2844         (handle-shift-selection): Use it.
2845         (deactivate-mark): Don't check for size of region.
2847         * mouse.el (mouse-drag-track): Use select-active-region.
2849 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2851         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2852         "--dired" stronger.
2854 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2856         * term/x-win.el (x-select-enable-primary): Change default to nil.
2857         (x-select-enable-clipboard): Add :version keyword.
2859         * mouse.el (mouse-drag-copy-region):
2860         * simple.el (select-active-regions): Likewise.
2862 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2864         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
2865         (vc-coding-system-for-diff): Use it to decide whether to inherit
2866         from the file the EOL format for reading the diffs of that file.
2867         (Bug#4451)
2869 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2871         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2872         unibyte, so compressed attachments are not compressed again.
2874 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
2876         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2877         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2878         (tramp-find-shell): Simplify setting connection property.
2879         (tramp-get-ls-command): Make test for "--color=never" stronger.
2881 2010-07-15  Simon South  <ssouth@member.fsf.org>
2883         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2884         blocks within record declarations (i.e. variant parts) correctly.
2886 2010-07-15  Simon South  <ssouth@member.fsf.org>
2888         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2889         over literal tokens when parsing so newlines aren't "absorbed" by
2890         single-line comments.  Corrects the indentation of case blocks
2891         that have a comment on the first line.
2893 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
2895         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2896         by Drew Adams (Bug#5504).
2898 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2900         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2901         now that Unicode is used (Bug#6594).
2903 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2905         * term/x-win.el (x-select-enable-clipboard): Default to t.
2906         (x-initialize-window-system): Don't overwrite Paste menu item.
2908         * simple.el (select-active-regions): Default to t.
2909         (push-mark-command): Don't overwrite primary with empty string.
2911         * mouse.el: Bind mouse-2 to mouse-yank-primary.
2912         (mouse-drag-copy-region): Default to nil.
2914         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2915         Cut/Copy/Paste menu bar items.
2917 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2919         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2920         Patch applied by Karl Fogel.
2922         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2923         and `bookmark-current-buffer' if they have been already set in
2924         another buffer (e.g gnus-art).
2926 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2927             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2929         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2931         * bookmark.el (bookmark-make-record-default): Allow unneeded
2932         information to be omitted from the record.
2934         Adjust declarations and calls:
2936         * info.el (bookmark-make-record-default): Adjust declaration.
2937         (Info-bookmark-make-record): Adjust call.
2939         * woman.el (bookmark-make-record-default): Adjust declaration.
2940         (woman-bookmark-make-record): Adjust call.
2942         * man.el (bookmark-make-record-default): Adjust declaration.
2943         (Man-bookmark-make-record): Adjust call.
2945         * image-mode.el (bookmark-make-record-default): Adjust declaration.
2947         * doc-view.el (bookmark-make-record-default): Adjust declaration.
2949 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2951         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
2952         This is also from Thierry Volpiatto's patch in bug #6444.  However,
2953         because it was extraneous to the functional change in that patch,
2954         and causes a re-indendation, I am committing it separately.
2956 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2958         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
2959         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2960         Patch applied by Karl Fogel (Bug#6444).
2962 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
2964         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
2966 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
2968         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
2969         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
2970         (ns-alternatives-map): Change S-tab binding to backtab
2971         (bug#6616).
2973         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
2974         under ns.
2976 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2978         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
2979         (Bug#5806)
2981         * language/tv-util.el (tai-viet-re): Remove format.
2983 2010-07-12  Kenichi Handa  <handa@m17n.org>
2985         * language/hebrew.el: Remove no-byte-compile declaration.
2986         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
2987         composition-function-table for 3-character looking back.
2988         (hebrew-font-get-precomposed): New function.
2989         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
2991 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
2993         * mouse.el (mouse-drag-track): Handle select-active-regions
2994         (Bug#6612).
2996 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
2998         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2999         empty argument to gvfs-copy.
3001 2010-07-10  Glenn Morris  <rgm@gnu.org>
3003         * calendar/calendar.el (calendar-week-end-day): New function.
3004         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3005         Respect calendar-week-start-day.  (Bug#6606)
3006         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3007         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3008         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3009         respect calendar-week-start-day.
3011 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
3013         * simple.el (use-region-p): Doc fix (Bug#6607).
3015 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
3017         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3018         regexps for cucumber and ruby.
3020 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
3022         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3023         (epa-file-insert-file-contents): Hack to prevent
3024         find-file from opening empty buffer when decryption failed
3025         (bug#6568).
3027 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
3029         * textmodes/ispell.el (ispell-alternate-dictionary):
3030         Use file-readable-p.
3031         Return nil if no word-list is found at default locations.
3032         (ispell-complete-word-dict): Default to nil.
3033         (ispell-command-loop): Use 'word-list' when using lookup-words.
3034         (lookup-words): Use ispell-complete-word-dict or
3035         ispell-alternate-dictionary.  Check for word-list availability
3036         and handle errors if needed with better messages (Bug#6539).
3037         (ispell-complete-word): Use ispell-complete-word-dict or
3038         ispell-alternate-dictionary.
3040 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
3042         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3043         builtins (BufferError, BytesWarning, WindowsError; callables
3044         bin, bytearray, bytes, format, memoryview, next, print; __package__).
3046 2010-07-07  Glenn Morris  <rgm@gnu.org>
3048         * play/zone.el (top-level): Do not require timer, tabify, or cl.
3049         (zone-shift-left): Ignore intangibility, and any errors from
3050         forward-char.
3051         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
3052         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3053         deleting, and copying text properties.
3054         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3055         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3056         to point-max is hard.
3057         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3058         (zone-fill-out-screen): Ignore intangibility.
3060 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
3062         * menu-bar.el (menu-bar-mode):
3063         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3064         if it has been set.
3066         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3067         word/line selection (Bug#6565).
3069 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3071         * net/dbus.el (dbus-send-signal): Declare function.
3073 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
3075         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3076         (dbus-register-property): New optional argument EMITS-SIGNAL.
3077         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3079 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
3081         * mouse.el (mouse-drag-overlay): Variable deleted.
3082         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3083         (mouse--remap-link-click-p): New function.
3084         (mouse-drag-track): Handle dragging by using temporary Transient
3085         Mark mode, instead of a special overlay.
3086         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3087         mouse-show-mark.
3089         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3090         deleted.
3092 2010-07-02  Juri Linkov  <juri@jurta.org>
3094         * autoinsert.el (auto-insert-alist): Fix readability
3095         by using dotted pair notation for lambda.
3097 2010-07-02  Juri Linkov  <juri@jurta.org>
3099         * faces.el (read-face-name): Rename arg `string-describing-default'
3100         to `default'.  Doc fix.  Display the default value in quotes
3101         in the prompt.  With empty input, return the `default' arg,
3102         unless the default value is a string (in which case return nil).
3103         (describe-face): Replace the string `default' arg of `read-face-name'
3104         with the symbol `default'.
3106 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
3108         * emulation/viper-cmd.el (viper-delete-backward-char)
3109         (viper-del-backward-char-in-insert)
3110         (viper-del-backward-char-in-replace, viper-change)
3111         (viper-backward-indent): Replace delete-backward-char with
3112         delete-char (Bug#6552).
3114 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
3116         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3118 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3120         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3121         argument passed to frame-creation-function (Bug#5378).
3123         * faces.el (x-handle-named-frame-geometry)
3124         (x-handle-reverse-video, x-create-frame-with-faces)
3125         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3126         separately consult default-frame-alist.  It is now passed as the
3127         PARAMETER argument.
3129 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
3131         * startup.el (command-line): Don't call tool-bar-setup in a
3132         tty-only build.
3134 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3136         * ruler-mode.el (ruler--save-header-line-format): New fun.
3137         (ruler-mode): Use it as a setter function, so as not to overwrite
3138         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3140 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
3142         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
3143         (vc-root-diff, vc-print-root-log, vc-log-incoming)
3144         (vc-log-outgoing): Use it.
3145         (vc-diff-internal): Set diff-vc-backend.
3147         * vc/diff-mode.el (diff-vc-backend): New var.
3149 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
3151         * dynamic-setting.el (font-setting-change-default-font): Remove
3152         call to message.
3154 2010-06-28  Kenichi Handa  <handa@m17n.org>
3156         * international/quail.el (quail-insert-kbd-layout): Fix the
3157         showing of untranslated characters.
3159 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
3161         * simple.el (delete-active-region): New option.
3162         (delete-backward-char): Implement in Lisp.
3163         (delete-forward-char): New command.
3165         * mouse.el (mouse-region-delete-keys): Deleted.
3166         (mouse-show-mark): Simplify.
3168         * bindings.el (global-map): Bind delete and DEL, the former to
3169         delete-forward-char.
3171 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
3173         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3174         (ruby-mode): Bind indent-line-function (Bug#5119).
3176 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
3178         * startup.el (command-line): Recognize "0" X resource value.
3180 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
3182         * startup.el (command-line): Use X resources to set the value of
3183         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3185         * menu-bar.el (menu-bar-mode):
3186         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3187         Set init-value to t.
3189         * frame.el (frame-notice-user-settings): Don't change
3190         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3191         vice versa (Bug#2249).
3193 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
3195         * w32-fns.el (w32-convert-standard-filename): Doc fix.
3197 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
3199         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3200         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3202         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3203         default directories are expanded (Bug#6143).
3205 2010-06-24  Juri Linkov  <juri@jurta.org>
3207         * minibuffer.el (completions-format): Change default from nil to
3208         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
3210 2010-06-24  Juri Linkov  <juri@jurta.org>
3212         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3213         buffer-locally to lambda that re-runs the vc diff command.
3214         (Bug#6447)
3216 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
3218         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3219         echo area is in use (Bug#3412).
3221 2010-06-22  Glenn Morris  <rgm@gnu.org>
3223         * textmodes/texinfmt.el (texinfo-format-region)
3224         (texinfo-raise-lower-sections, texinfo-format-separate-node)
3225         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3226         (texinfo-format-option, texinfo-noindent):
3227         Use line-beginning-position and line-end-position.
3229         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3230         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3231         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3232         utf-8 characters.
3234 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
3236         * play/zone.el (zone-fall-through-ws): Fix next-line ->
3237         forward-line fallout.
3239 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
3241         * mouse.el (mouse-appearance-menu): Add docstring.
3243         * help.el (describe-key): Print up-event using key-description.
3245 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
3247         * net/zeroconf.el (zeroconf-resolve-service)
3248         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3249         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3251 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3253         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3255 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
3257         Avoid displaying files with a nil state in vc-dir.
3258         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3259         cases that cause insertion.
3260         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3261         with a nil state.
3263 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3265         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3267 2010-06-29  Leo  <sdl.web@gmail.com>
3269         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
3271 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
3273         * generic-x.el (bat-generic-mode): Fix regexp for command line
3274         switches (Bug#5719).
3276 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
3278         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3279         of nconc to avoid pure storage error (Bug#6239).
3281 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
3283         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3284         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3285         bindings of bookmark-automatically-show-annotations (Bug#6515).
3287 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
3289         * arc-mode.el (archive-zip-extract): Don't quote the file name on
3290         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
3292 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3294         * comint.el (make-comint, make-comint-in-buffer): Mention return
3295         value in the docstrings.  (Bug#6498)
3297 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
3299         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3300         since it is not present when using some non-default switches.
3302 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
3304         * simple.el (compose-mail): Fix doc string to refer to
3305         `compose-mail-user-agent-warnings', instead of to the
3306         nonexistent `compose-mail-check-user-agent'.
3308 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
3310         Fix an indentation bug:
3312         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3313         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3314         of existing values.
3316         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3317         (c-clear->-pair-props-if-match-before): now return t when they've
3318         cleared properties, nil otherwise.
3319         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3320         by taking account of the existing value.
3322         * progmodes/cc-defs.el
3323         (c-clear-char-property-with-value-function): Fix this to clear the
3324         property rather than overwriting it with nil.
3326 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3328         * emacs-lisp/package.el (package-print-package): Add link to
3329         package description via describe-package.
3330         (describe-package-1): List package requirements.  Add button to
3331         perform installation.
3332         (package-menu-describe-package): New command.
3334         * help-mode.el (help-package): New button type.
3336 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3338         * emacs-lisp/package.el: Move package-list-packages binding to
3339         menu-bar.el.
3340         (describe-package, describe-package-1, package--dir): New funs.
3341         (package-activate-1): Use package--dir.
3343         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3345         * help-mode.el (help-package-def): New button type.
3347         * menu-bar.el: Move package-list-packages binding here from
3348         package.el.
3350 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
3352         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
3354 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3356         * emacs-lisp/edebug.el (edebug-read-list):
3357         Phase out old-style backquotes.
3359 2010-06-17  Juri Linkov  <juri@jurta.org>
3361         * help-mode.el (help-mode): Set buffer-local variable
3362         revert-buffer-function to help-mode-revert-buffer.
3363         (help-mode-revert-buffer): New function.
3365         * info.el (Info-revert-find-node): Check for major-mode Info-mode
3366         before popping to "*info*" (like in other Info functions).
3367         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
3368         old-history-forward.  Pop to old-buffer-name or "*info*" to
3369         recreate the killed buffer.  Set Info-history-forward from
3370         old-history-forward.
3371         (Info-breadcrumbs-depth): Add :group and :version.
3373 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
3375         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3377 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
3379         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3380         for languages like Portuguese with pt_{BR,PT} and no plain pt.
3382 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
3384         * emacs-lisp/package.el (package-menu-mode-map):
3385         Move initialization into declaration.
3387         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3389 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
3391         * emacs-lisp/package.el (package-archive-base): Point to
3392         elpa.gnu.org.
3393         (package-enable, package-load-list): New defcustoms.
3394         (package-user-dir, package-directory-list): Turn into defcustoms.
3395         Don't include package-user-dir in package-directory-list.
3396         (package--builtins-base): Don't include Emacs as a "package".
3397         (package-subdirectory-regexp): New var.
3398         (package-load-all-descriptors, package-compute-transaction)
3399         (package-download-transaction): Obey package-load-list.
3400         (package-activate-1): Rename from package-do-activate.
3401         (package-list-packages-internal): Check package-load-list.
3402         (package-load-descriptor, package-generate-autoloads)
3403         (package-unpack, package-unpack-single)
3404         (package--read-archive-file, package-delete): Use
3405         expand-file-name.
3407         * emacs-lisp/package-x.el: New file.  Package uploading
3408         functionality split out from package.el.
3410         * startup.el (command-line): Load packages after reading init file.
3412 2010-06-17  Tom Tromey  <tromey@redhat.com>
3414         * emacs-lisp/package.el: New file.
3416 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3418         Fix vc-annotate for renamed files when using Git.
3419         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
3420         ls-files.  Doe not pass the object as a file name to cat-file, it
3421         is not a file name.
3422         (vc-git-annotate-command): Pass the file name using -- to avoid
3423         ambiguity with the revision.
3424         (vc-git-previous-revision): Pass a relative file name.
3426 2010-06-22  Glenn Morris  <rgm@gnu.org>
3428         * progmodes/js.el (js-mode-map): Use standard capitalization and
3429         ellipses for menu entries.
3431         * wid-edit.el (widget-complete): Doc fix.
3433 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
3435         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3437 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3439         Fix annotating other revisions for renamed files in vc-annotate.
3440         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
3441         VC backend.  Use it when non-nil.
3442         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3443         (Bug#6487)
3445         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3446         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3447         Do not pass the file name to the 'previous-revision call when we
3448         don't want a file diff.  (Bug#6489)
3450 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3452         Fix finding revisions for renamed files in vc-annotate.
3453         * vc/vc.el (vc-find-revision): Add an optional argument for
3454         the VC backend.  Use it when non-nil.
3455         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3456         backend to vc-find-revision.  (Bug#6487)
3458 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3460         Fix reading file names in Git annotate buffers.
3461         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
3462         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
3464 2010-06-20  Alan Mackenzie  <acm@muc.de>
3466         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3467         in file local variables, set it first.
3469 2010-06-19  Glenn Morris  <rgm@gnu.org>
3471         * descr-text.el (describe-char-unicode-data): Insert separating
3472         space when needed.  (Bug#6422)
3474         * progmodes/idlwave.el (idlwave-action-and-binding):
3475         Fix typo in 2009-12-03 change.  (Bug#6450)
3477 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3479         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3480         handling for `lambda' (misunderstanding).
3482 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
3484         * calc/calc-poly.el (math-accum-factors): Make sure that
3485         constants aren't distributed after they are factored out.
3487 2010-06-16  Juri Linkov  <juri@jurta.org>
3489         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3490         `list-colors-print'.  (Bug#6332)
3492         * subr.el (read-quoted-char): Fix up last change (bug#6290).
3494 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3496         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3497         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
3499         * font-lock.el (font-lock-major-mode): Rename from
3500         font-lock-mode-major-mode to distinguish it from
3501         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3502         (font-lock-set-defaults):
3503         * font-core.el (font-lock-default-function): Adjust users.
3504         (font-lock-mode): Don't set it at all.
3506 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3508         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
3510 2010-06-16  Glenn Morris  <rgm@gnu.org>
3512         * calendar/appt.el (appt-time-msg-list): Doc fix.
3513         (appt-check): Let-bind appt-warn-time.
3514         (appt-add): Make the 3rd argument optional.
3515         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
3516         Only add WARNTIME to the output list if non-nil.
3518 2010-06-16  Ivan Kanis  <apple@kanis.eu>
3520         * calendar/appt.el (appt-check): Let the 3rd element of
3521         appt-time-msg-list specify the warning time.
3522         (appt-add): Add new argument with the warning time.  (Bug#5176)
3524 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3526         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3527         older than version 1.6.  (Bug#6361)
3529 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
3531         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3532         used by cl-do-arglist.  (Bug#6408)
3534 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
3536         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3537         portuguese casechars/not-casechars for missing 'çÇ'.
3538         Suggested by Rolando Pereira (bug#6434).
3540 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
3542         * facemenu.el (list-colors-sort): Doc fix.
3544 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3546         * progmodes/sql.el (sql-connect-mysql): Fix typo.
3548 2010-06-14  Juri Linkov  <juri@jurta.org>
3550         Add sort option `list-colors-sort'.  (Bug#6332)
3551         * facemenu.el (color-rgb-to-hsv): New function.
3552         (list-colors-sort): New defcustom.
3553         (list-colors-sort-key): New function.
3554         (list-colors-display): Doc fix.  Sort list according to the option
3555         `list-colors-sort'.
3556         (list-colors-print): Add HSV values to `help-echo' property of
3557         RGB strings.
3559 2010-06-14  Juri Linkov  <juri@jurta.org>
3561         * compare-w.el: Move to the "vc" subdirectory.
3563 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3565         * image-mode.el (image-mode-map): Remap left-char and right-char.
3567         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3569 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
3571         * term/common-win.el (x-colors): Add all the color names defined
3572         in rgb.txt (Bug#6332).
3574         * facemenu.el (list-colors-print): Don't print extra names if it
3575         will overflow the window width.
3577         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3578         change (Bug#6343).
3580 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
3582         * files.el (make-directory): Doc fix (bug#6396).
3584 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
3586         * net/tramp.el (tramp-remote-process-environment): Protect version
3587         string by apostroph.
3588         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3589         XEmacs.
3590         (tramp-file-name-for-operation): Add `call-process-region'.
3591         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3593         * net/tramp-compat.el (top): Do not autoload
3594         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3595         only when `start-file-process' is not bound.
3596         (tramp-advice-file-expand-wildcards): Do not use
3597         `tramp-handle-file-remote-p'.
3598         (tramp-compat-make-temp-file): Handle the case, that
3599         `make-temp-file' has no third argument EXTENSION.
3601 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
3603         * makefile.w32-in (WINS_BASIC): Include new directory vc.
3605         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3607 2010-06-11  Juri Linkov  <juri@jurta.org>
3609         * finder.el (finder-known-keywords): Add keyword "vc"
3610         for version control.
3612         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3613         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3614         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3615         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3617 2010-06-11  Juri Linkov  <juri@jurta.org>
3619         Move version control related files to the "vc" subdirectory.
3620         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3621         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3622         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3623         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3624         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3625         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3626         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3627         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3628         Move files to the "vc" subdirectory.
3630 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
3632         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3633         (Bug#6367).
3635 2010-06-11  Stephen Eglen  <stephen@gnu.org>
3637         * shell.el: Bind `shell-resync-dirs' to M-RET.
3639 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
3641         * notifications.el: Move file from lisp/net, because it is
3642         supposed to talk locally to the user.
3644 2010-06-10  Julien Danjou  <julien@danjou.info>
3646         * net/notifications.el (notifications-on-action-signal)
3647         (notifications-on-closed-signal): Pass notification id as first
3648         argument to the callback functions.  Add docstrings.
3649         (notifications-notify): Fix docstring.
3651 2010-06-10  Glenn Morris  <rgm@gnu.org>
3653         * emacs-lisp/authors.el (authors-ignored-files)
3654         (authors-valid-file-names): Add some files.
3656 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3658         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3659         merge conflict, giving preference to the emacs-23 version of the code.
3661 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * emacs-lisp/advice.el (ad-compile-function):
3664         Define warning-suppress-types before we let-bind it (bug#6275).
3666         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3667         declare it, make it buffer-local and permanent-local (bug#6324).
3668         (vc-resynch-window): Adjust name.
3669         * vc-hooks.el (vc-find-file-hook): Adjust name.
3671 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
3673         * net/notifications.el (notifications-notify): Fix docstring.
3675 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3677         Update to Unicode 6.0.0 beta.
3678         * international/charprop.el: Update copyright.
3679         * international/mule-cmds.el (ucs-names): Update character ranges.
3680         * international/uni-bidi.el:
3681         * international/uni-category.el:
3682         * international/uni-combining.el:
3683         * international/uni-comment.el:
3684         * international/uni-decimal.el:
3685         * international/uni-decomposition.el:
3686         * international/uni-digit.el:
3687         * international/uni-lowercase.el:
3688         * international/uni-mirrored.el:
3689         * international/uni-name.el:
3690         * international/uni-numeric.el:
3691         * international/uni-old-name.el:
3692         * international/uni-titlecase.el:
3693         * international/uni-uppercase.el: Regenerate.
3695 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3697         * emacs-lisp/smie.el (comment-string-strip): Declare function.
3698         (smie-precs-precedence-table): Fix typo in docstring.
3700         * vc-mtn.el (log-edit-extract-headers): Declare function.
3702         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3704         * net/notifications.el (dbus-register-signal): Declare function.
3705         (notifications-notify): Fix typos and reflow docstring.
3707 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3709         Improve VC create/retrieve tag/branch.
3710         * vc.el (vc-create-tag): Do not read the directory name for VCs
3711         with repository revision granularity.  Adjust the tag/branch
3712         prompt.  Reset VC properties.
3713         (vc-retrieve-tag): Do not read the directory name for VCs
3714         with repository revision granularity.  Reset VC properties.
3716 2010-06-09  Julien Danjou  <julien@danjou.info>
3718         * net/notifications.el: New file.
3720 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3722         Add optional support for resetting VC properties.
3723         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3724         call vc-file-clearprops when true.
3725         (vc-resynch-buffer): Add new optional argument, pass it down.
3726         (vc-resynch-buffers-in-directory): Likewise.
3728         Improve support for special markup in the VC commit message.
3729         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3730         * vc-hg.el (vc-hg-checkin): Add support for Date:.
3731         * vc-git.el (vc-git-checkin):
3732         * vc-bzr.el (vc-bzr-checkin): Likewise.
3734 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3736         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3737         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3739 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
3741         * iimage.el: Remove images as soon as the underlying text is modified.
3742         (iimage-modification-hook): New function.
3743         (iimage-mode-buffer): Use it.
3745 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3748         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
3749         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
3750         (smie-indent-keyword): Add handling of open-paren keywords.
3751         (smie-indent-comment-continue): Don't assume comment-continue.
3753 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
3755         * window.el (pop-to-buffer): Remove the conditional that
3756         compares new-window and old-window, so it will reselect
3757         the selected window unconditionally.
3758         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3760 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3762         * emacs-lisp/smie.el (smie-indent-offset-after)
3763         (smie-indent-forward-token, smie-indent-backward-token): New functions.
3764         (smie-indent-after-keyword): Use them.
3765         (smie-indent-fixindent): Only applies to the indentation of the BOL.
3766         (smie-indent-keyword): Tweak the black magic.
3767         (smie-indent-comment-continue): Strip comment-continue before use.
3768         (smie-indent-functions): Indent comments before keywords.
3770 2010-06-06  Juri Linkov  <juri@jurta.org>
3772         * isearch.el (isearch-lazy-highlight-search): Fix looping
3773         by checking for empty match.  This syncs this loop with the
3774         similar loop in `isearch-search'.  (Bug#6362)
3776 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
3778         * net/dbus.el (dbus-register-method): Declare function.
3779         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3780         (dbus-introspect): Doc fix.
3781         (dbus-event-bus-name, dbus-introspect-get-interface)
3782         (dbus-introspect-get-argument): Reflow docstrings.
3784 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
3786         vc-log-incoming/vc-log-outgoing fixes for Git.
3787         * vc-git.el (vc-git-log-view-mode): Fix font lock for
3788         incoming/outgoing logs.
3789         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3790         instead of vc-git-compute-remote.
3791         (vc-git-compute-remote): Remove.
3793 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
3795         * term/common-win.el (x-colors): Add "dark green" and "dark
3796         turquoise" (Bug#6332).
3798 2010-06-04  Juri Linkov  <juri@jurta.org>
3800         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3801         Instead of setting `replace' to t and replacing the same string
3802         with itself, don't do certain actions when
3803         kill-do-not-save-duplicates is non-nil and string is equal to car
3804         of kill-ring: don't call menu-bar-update-yank-menu, don't push
3805         interprogram-paste strings to kill-ring, and don't push the input
3806         argument `string' to kill-ring.
3807         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3809 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3811         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3813 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
3815         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3816         (tramp-gvfs-handler-mounted-unmounted)
3817         (tramp-gvfs-connection-mounted-p): Handle default-location.
3819         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3820         move files to trash.
3822 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3824         * international/mule-cmds.el (nonascii-insert-offset)
3825         (nonascii-translation-table): Add obsolescence information.
3827         * international/mule.el (make-translation-table-from-vector): Doc fix.
3829 2010-06-03  Glenn Morris  <rgm@gnu.org>
3831         * desktop.el (desktop-clear-preserve-buffers):
3832         Add "*Warnings*" buffer.  (Bug#6336)
3834 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
3836         vc-log-incoming/vc-log-outgoing improvements for Git.
3837         * vc-git.el (vc-git-log-outgoing): Use the same format as the
3838         short log.
3839         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
3841         Add bindings for vc-log-incoming and vc-log-outgoing.
3842         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3843         and vc-log-outgoing.
3844         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3845         and vc-log-outgoing.
3847 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3849         * net/rcirc.el (rcirc-sort-nicknames): Remove.
3850         (rcirc-handler-366): Always sort nicknames.
3852 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
3854         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3856 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3858         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
3860 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3862         * net/rcirc.el (rcirc-sort-nicknames): Change default.
3863         (rcirc-sort-nicknames-join): Avoid setq.
3865 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3867         * net/rcirc.el (rcirc-sort-nicknames): New custom.
3868         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3869         (rcirc-handler-366): Use them.
3871 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3873         Split smie-indent-calculate into more manageable chunks.
3874         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3875         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3876         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3877         (smie-indent-exps): Extract from smie-indent-calculate.
3878         (smie-indent-functions): New var.
3879         (smie-indent-functions): Use them.
3881 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3883         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3884         (smie-indent-calculate): Simplify and cleanup.
3886 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
3888         * net/tramp-gvfs.el (top): Require url-util.
3889         (tramp-gvfs-mount-point): Remove.
3890         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3891         New defuns.
3892         (with-tramp-dbus-call-method): Format trace message.
3893         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3894         Implement backup call, when operation on local files fails.
3895         Use progress reporter.  Flush properties of changed files.
3896         (tramp-gvfs-handle-make-directory): Make more traces.
3897         (tramp-gvfs-url-file-name): Hexify file name in url.
3898         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3899         into account for the resulting file name.
3900         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3901         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
3902         (tramp-gvfs-handler-mounted-unmounted)
3903         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3904         attribute "default_location".  Set "prefix" property.
3905         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3906         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3907         exists.  Raise an error, if not (due to a corresponding answer
3908         "no" in interactive questions, for example).
3910 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3912         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3914 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
3916         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3917         right-*.  (Bug#6265)
3919 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3921         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3922         * vc-git.el (vc-git-compute-remote): New function.
3923         (vc-git-log-outgoing): Use it instead of hard coding a value.
3924         (vc-git-log-incoming): New function.
3926         Improve state updating for VC tag commands.
3927         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3928         to update the state of all buffers in the directory.
3930         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3932 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3934         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3935         `file-directory-p' to the filename part rather than to the whole text.
3937 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3939         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3941 2010-05-31  Drew Adams  <drew.adams@oracle.com>
3943         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
3945 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
3947         * subr.el (momentary-string-display): Just use read-event to read
3948         the exit event (Bug#6238).
3950 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
3952         * international/mule.el (define-coding-system): Doc fix (bug#6313).
3954 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3956         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
3957         Suggested by Eli Zaretskii <eliz@gnu.org>.
3959 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3961         * minibuffer.el (completion-file-name-table): Don't return a boundary
3962         past the end of `string' (bug#6299).
3963         (completion--file-name-table): Delegate to completion-file-name-table
3964         for the `boundaries' case.
3966 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3968         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
3969         movement commands.
3971         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
3972         `path-separator', but maintain compatibility with Emacs 20.2.
3974 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3976         * server.el (server-process-filter): Receive parent-id argument
3977         from emacsclient.
3978         (server-create-window-system-frame): New arg.  Pass parent-id as
3979         frame parameter.
3981 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
3983         Bidi-sensitive word movement with arrow keys.
3984         * subr.el (right-arrow-command, left-arrow-command): Move to
3985         bindings.el.
3987         * bindings.el (right-char, left-char): Move from subr.el and
3988         rename from right-arrow-command and left-arrow-command.
3989         (right-word, left-word): New functions.
3990         (global-map) <right>: Bind to right-char.
3991         (global-map) <left>: Bind to left-char.
3992         (global-map) <C-right>: Bind to right-word.
3993         (global-map) <C-left>: Bind to left-word.
3995         * ls-lisp.el (ls-lisp-classify-file): New function.
3996         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
3997         (ls-lisp-classify): Call ls-lisp-classify-file.
3998         (insert-directory): Remove blanks from switches.
4000 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
4002         * ansi-color.el: Delete unused escape sequences (Bug#6085).
4003         (ansi-color-drop-regexp): New constant.
4004         (ansi-color-apply, ansi-color-filter-region)
4005         (ansi-color-apply-on-region): Delete unrecognized control sequences.
4006         (ansi-color-apply): Build string list before calling concat.
4008 2010-05-28  Juri Linkov  <juri@jurta.org>
4010         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4011         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4012         (Bug#5270)
4014 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4016         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4017         to ignored backtrace functions.
4018         (with-progress-reporter): Expand docstring.
4019         (tramp-handle-delete-file): Implement TRASH argument.
4020         (tramp-get-remote-trash): New defun.
4022 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4024         * net/tramp-compat.el (tramp-compat-delete-file): Use
4025         `symbol-value' for backward compatibility.
4027         * net/tramp.el (tramp-handle-make-symbolic-link)
4028         (tramp-handle-load)
4029         (tramp-do-copy-or-rename-file-via-buffer)
4030         (tramp-do-copy-or-rename-file-directly)
4031         (tramp-do-copy-or-rename-file-out-of-band)
4032         (tramp-handle-process-file, tramp-handle-call-process-region)
4033         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4034         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4035         (tramp-delete-temp-file-function): Use `delete-file' instead
4036         of `tramp-compat-delete-file'.
4038         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4039         (tramp-fish-handle-make-symbolic-link)
4040         (tramp-fish-handle-process-file): Use `delete-file' instead
4041         of `tramp-compat-delete-file'.
4043         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4044         `delete-file' instead of `tramp-compat-delete-file'.
4046         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4047         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4048         `tramp-compat-delete-file'.
4050         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4051         `delete-file' instead of `tramp-compat-delete-file'.
4053         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4054         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4055         (tramp-smb-handle-write-region): Use `delete-file' instead of
4056         `tramp-compat-delete-file'.
4057         (tramp-smb-handle-delete-directory): Use 'trash as arg.
4059 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4061         * dired.el (dired-delete-file): New arg TRASH.
4062         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
4063         (dired-do-flagged-delete, dired-do-delete): Use trash.
4065         * speedbar.el (speedbar-item-delete): Allow trashing.
4067         * files.el (delete-directory): New arg TRASH.
4069         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4070         (ange-ftp-rename-remote-to-remote)
4071         (ange-ftp-rename-local-to-remote)
4072         (ange-ftp-rename-remote-to-local, ange-ftp-load)
4073         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4074         `delete-file'.
4075         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4076         allow trashing.
4078         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4079         handle new TRASH arg of `delete-file'.
4081         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4082         (tramp-handle-make-symbolic-link, tramp-handle-load)
4083         (tramp-do-copy-or-rename-file-via-buffer)
4084         (tramp-do-copy-or-rename-file-directly)
4085         (tramp-do-copy-or-rename-file-out-of-band)
4086         (tramp-handle-process-file, tramp-handle-call-process-region)
4087         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4088         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4089         (tramp-delete-temp-file-function): Use null TRASH arg in
4090         tramp-compat-delete-file call.
4092         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4093         (tramp-fish-handle-delete-file)
4094         (tramp-fish-handle-make-symbolic-link)
4095         (tramp-fish-handle-process-file): Use null TRASH arg in
4096         `tramp-compat-delete-file' call.
4098         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4099         arg in `tramp-compat-delete-file' call.
4101         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4102         (tramp-gvfs-handle-write-region): Use null TRASH arg in
4103         `tramp-compat-delete-file' call.
4105         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4106         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4107         `tramp-compat-delete-file' call.
4109         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4110         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4111         (tramp-smb-handle-write-region): Use null TRASH arg in
4112         tramp-compat-delete-file call.
4113         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4114         (tramp-smb-handle-delete-file): Rename arg.
4116         * diff.el (diff-sentinel):
4117         * epg.el (epg--make-temp-file, epg-decrypt-string)
4118         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4119         * jka-compr.el (jka-compr-partial-uncompress)
4120         (jka-compr-call-process, jka-compr-write-region):
4121         * server.el (server-sentinel): Remove optional arg from
4122         delete-file, reverting 2010-05-03 change.
4124 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4126         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4127         font-lock-constant-face, not obsolete font-lock-reference-face.
4129 2010-05-27  Kenichi Handa  <handa@m17n.org>
4131         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4132         element of GSTRING is nil.
4134 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         * emacs-lisp/smie.el (smie-forward-token-function)
4137         (smie-backward-token-function): New vars.
4138         (smie-backward-sexp, smie-forward-sexp)
4139         (smie-indent-hanging-p, smie-indent-calculate): Use them.
4140         (smie-default-backward-token): Rename from smie-backward-token and
4141         skip comments.
4142         (smie-default-forward-token): Rename from smie-forward-token and
4143         skip comments.
4144         (smie-next-sexp): Handle nil results from next-token.
4145         (smie-indent-calculate): Add a new case for special `fixindent' comments.
4147 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4149         * progmodes/verilog-mode.el (verilog-type-font-keywords):
4150         Use font-lock-constant-face, not obsolete font-lock-reference-face.
4152 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
4154         * htmlfontify.el (hfy-face-resolve-face): New function.
4155         (hfy-face-to-style): Use it (Bug#6279).
4157 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4159         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4160         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4162 2010-05-26  Glenn Morris  <rgm@gnu.org>
4164         * emulation/edt.el (edt-load-keys): Use locate-library.
4166 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
4168         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4169         (log-edit-changelog-entries): Doc fix.
4170         (log-edit-changelog-insert-entries): Args changed.
4171         Rename relative filenames in ChangeLog entries.  Delete tabs.
4172         (log-edit-insert-changelog-entries): Reorganize return value of
4173         `log-edit-changelog-entries' to pass filenames to
4174         log-edit-changelog-insert-entries.
4176 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4178         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4179         `image-dired-dired-insert-marked-thumbs' to
4180         `image-dired-dired-toggle-marked-thumbs'.
4182         * image-dired.el: Require cl when compiling.
4183         (image-dired-dired-toggle-marked-thumbs): Rename from
4184         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
4185         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
4186         to 'no-dir.  Skip files whose names don't match
4187         `image-file-name-regexp'.  When file has a thumbnail overlay,
4188         delete it.  (Bug#5270)
4190 2010-05-25  Juri Linkov  <juri@jurta.org>
4192         * image-mode.el (image-mode): Add image-after-revert-hook to
4193         after-revert-hook.
4194         (image-after-revert-hook): New function.  (Bug#5669)
4196 2010-05-25  Juri Linkov  <juri@jurta.org>
4198         * image.el (image-animated-p): When delay between animated images
4199         is 0, set it to 10 (0.1 sec).  (Bug#6258)
4201 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
4203         * net/tramp.el (tramp-handle-insert-directory): Don't use
4204         `forward-word', its default syntax could be changed.
4206 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
4208         * net/tramp.el (tramp-progress-reporter-update): New defun.
4209         (with-progress-reporter): Use it.
4210         (tramp-process-actions):
4211         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4212         current message, in order to let progress reporter continue
4213         afterwards.  (Bug#6257)
4215 2010-05-25  Glenn Morris  <rgm@gnu.org>
4217         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4218         Add :version.
4220 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4222         * net/rcirc.el (rcirc-default-user-name): Change to "user".
4223         (rcirc-default-full-name): Change to "unknown".
4224         (rcirc-user-name-history): Add variable.
4226 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4227             Jonathan Rockway  <jon@jrock.us>
4229         * net/rcirc.el (rcirc-server-alist): Add :pass.
4230         (rcirc): When prompting for connection parameters, also prompt for
4231         username and password.
4232         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
4233         value to server when connecting.
4235 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4237         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4238         (smie-merge-prec2s): Pass the tables as separate args.
4239         (smie-bnf-precedence-table): Adjust call accordingly.
4240         (smie-prec2-levels): Set levels at the end.
4242         Replace Lisp calls to delete-backward-char by delete-char.
4243         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4244         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4245         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4246         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4247         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4248         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4249         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4250         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4251         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4252         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4253         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4254         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4255         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4256         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4257         delete-backward-char by calls to delete-char.
4259 2010-05-25  Kenichi Handa  <handa@m17n.org>
4261         * language/hebrew.el (hebrew-shape-gstring): New function.
4262         Register it in composition-function-table for all Hebrew combining
4263         characters.
4265 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4267         * epa.el (epa--select-keys): Don't explicitly delete the window since
4268         that can fail (e.g. sole window in frame).  Use dedication instead.
4270 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
4272         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4274 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4276         * image.el (image-refresh): Define as an alias for image-flush.
4278         * image-mode.el (image-toggle-display-image): Caller changed.
4280 2010-05-21  Juri Linkov  <juri@jurta.org>
4282         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4283         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
4284         whitespace, call wildcard-to-regexp on substrings and concat them
4285         with "\\|".  (Bug#6114)
4287 2010-05-21  Alan Mackenzie  <acm@muc.de>
4289         * progmodes/cc-engine.el (c-parse-state-get-strategy):
4290         Replace parameter `here' with `here-' and `here-plus', which sandwich
4291         any pertinent CPP construct.
4292         (c-remove-stale-state-cache-backwards): Fix a bug which happens
4293         when doing (c-parse-state) in a CPP construct: Exclude any "new"
4294         CPP construct from taking part in the scanning.
4296 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
4298         * net/tramp.el (tramp-do-copy-or-rename-file)
4299         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4300         Tune `with-progress-reporter' messages.
4301         (tramp-handle-vc-registered):
4302         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4303         (tramp-fish-handle-insert-file-contents)
4304         (tramp-fish-maybe-open-connection):
4305         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4306         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4307         (tramp-imap-handle-insert-file-contents)
4308         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4310 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
4312         * add-log.el (change-log-font-lock-keywords):
4313         Highlight all authors in multi-author entries.
4315         * smerge-mode.el (smerge-refine-ignore-whitespace)
4316         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4317         Fix typos in docstrings.
4318         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4320 2010-05-21  Glenn Morris  <rgm@gnu.org>
4322         * progmodes/fortran.el (fortran-mode):
4323         * progmodes/f90.el (f90-mode): Derive from prog-mode.
4325         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4326         having a relative path in src/Makefile.in.
4328 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4330         * help-mode.el (help-make-xrefs): For Info node links turn
4331         newlines into spaces.  Link node names with newlines are matched
4332         by help-xref-info-regexp and buttonized, this change ensures they
4333         can be followed successfully with RET.  (Bug#6206)
4335 2010-05-20  Juri Linkov  <juri@jurta.org>
4337         * locate.el (locate): Use pop-to-buffer instead of
4338         switch-to-buffer-other-window.  (Bug#6204)
4340 2010-05-20  Juri Linkov  <juri@jurta.org>
4342         * replace.el (replace-highlight): Fix lazy-highlighting
4343         for `M-s w str M-% str RET'.
4345 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
4347         * isearch.el (isearch-yank-word-or-char): Pull next subword
4348         when `subword-mode' is activated.  (Bug#6220)
4350 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
4352         * isearch.el (isearch-update-post-hook): New hook.
4353         (isearch-update): Use the new hook.  (Bug#6225)
4355 2010-05-20  Juri Linkov  <juri@jurta.org>
4357         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4358         [f1], [help], and (char-to-string help-char) instead of "\C-h".
4359         (Bug#6222)
4361 2010-05-20  Juri Linkov  <juri@jurta.org>
4363         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4364         (Bug#6223)
4366 2010-05-20  Juri Linkov  <juri@jurta.org>
4368         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4369         FILE-NAME to read from the minibuffer when called interactively
4370         with prefix argument instead of using buffer-file-name.
4371         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4373         * dired.el: Update autoloads.
4375 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
4377         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4378         nxml-finish-element, for consistency with SGML mode.
4380         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4381         octave-close-block.
4383 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
4385         * composite.el: Require cl when compiling.
4386         (reference-point-alist, compose-gstring-for-graphic)
4387         (compose-gstring-for-terminal): Fix typos in docstrings.
4389 2010-05-19  Juri Linkov  <juri@jurta.org>
4391         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4392         set-window-parameter.
4394 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4396         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4397         where appropriate.
4398         (tramp-maybe-open-connection): Use it.
4400 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4402         * simple.el (move-end-of-line): Make sure we are at line beginning
4403         before backing up to end of previous line.
4405 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4407         * password-cache.el (password-cache-remove): Fix docstring.
4409         * net/secrets.el: Autoload the widget functions.
4410         (secrets-search-items, secrets-create-item)
4411         (secrets-get-attributes, secrets-expand-item): Attributes will be
4412         stored on the password database without leading ":", as all other
4413         clients do as well.
4414         (secrets-mode): Fix docstring.
4415         (secrets-show-secrets): Provide it as autoloaded command only when
4416         D-Bus support is available.  Check existence of Secret Service API.
4418 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4420         * indent.el (indent-region): Deactivate region (bug#6200).
4422 2010-05-19  Glenn Morris  <rgm@gnu.org>
4424         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
4426 2010-05-19  Kenichi Handa  <handa@m17n.org>
4428         * composite.el: Register compose-gstring-for-graphic in
4429         composition-function-table only for combining characters (Mn, Mc, Me).
4431 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4433         * calc/calc-trail.el (calc-trail-isearch-forward)
4434         (calc-trail-isearch-backward): Ensure that the new window
4435         point is set correctly.
4437 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4439         * subr.el (read-quoted-char): Resolve modifiers after key
4440         remapping (bug#6212).
4442 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
4444         Add visualization code for secrets.
4445         * net/secrets.el (secrets-mode): New major mode.
4446         (secrets-show-secrets, secrets-show-collections)
4447         (secrets-expand-collection, secrets-expand-item)
4448         (secrets-tree-widget-after-toggle-function)
4449         (secrets-tree-widget-show-password): New defuns.
4451 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4453         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4454         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4455         handled in smie-next-sexp.
4456         (smie-indent-calculate): Provide a starting indentation (so the
4457         recursion is well-founded ;-).
4459         Fix handling of non-associative equal levels.
4460         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4461         when it's not needed.
4462         (smie-op-left, smie-op-right): New functions.
4463         (smie-next-sexp): New function, extracted from smie-backward-sexp.
4464         Better handle equal levels to distinguish the associative case from
4465         the "multi-keyword construct" case.
4466         (smie-backward-sexp, smie-forward-sexp): Use it.
4468 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
4470         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4472         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4473         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4475 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4477         Provide a simple generic indentation engine and use it for Prolog.
4478         * emacs-lisp/smie.el: New file.
4479         * progmodes/prolog.el (prolog-smie-op-levels)
4480         (prolog-smie-indent-rules): New var.
4481         (prolog-mode-variables): Use them to configure SMIE.
4482         (prolog-indent-line, prolog-indent-level): Remove.
4484 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
4486         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4487         order before computing the averages.
4489 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
4491         * calc/calc-vec.el (calc-histogram):
4492         (calcFunc-histogram): Allow vectors as inputs.
4493         (math-vector-avg): New function.
4495         * calc/calc-ext.el (math-group-float): Have the number of digits
4496         being grouped depend on the radix (Bug#6189).
4498 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4500         * version.el (emacs-copyright, emacs-version): Don't define here,
4501         now that emacs.c defines it.
4503 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4505         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4506         "Describe Language Environment" menu item.
4508         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4510         Bidi-sensitive movement with arrow keys.
4511         * subr.el (right-arrow-command, left-arrow-command): New functions.
4513         * bindings.el (global-map): Bind them to right and left arrow keys.
4515         Don't override standard definition of convert-standard-filename.
4516         * files.el (convert-standard-filename): Call
4517         w32-convert-standard-filename and dos-convert-standard-filename on
4518         the corresponding systems.
4520         * w32-fns.el (w32-convert-standard-filename): Rename from
4521         convert-standard-filename.  Doc fix.
4523         * dos-fns.el (dos-convert-standard-filename): Doc fix.
4524         (convert-standard-filename): Don't defalias.
4525         (register-name-alist, make-register, register-value)
4526         (set-register-value, intdos): Obsolete aliases for the
4527         corresponding dos-* functions and variables.
4528         (dos-intdos): Add a doc string.
4530 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
4532         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4533         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4534         (math-compose-tex-func):
4535         * calc/calccomp.el (math-compose-expr):
4536         * calc/calc-ext.el (math-format-flat-expr-fancy):
4537         * calc/calc-store.el (calc-read-var-name):
4538         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4540         * calc/calc.el (var-π, var-φ, var-γ): New variables.
4541         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4542         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4543         (math-standard-units): Add units.
4545 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4547         * progmodes/asm-mode.el (asm-mode):
4548         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4550         * pcomplete.el (pcomplete-completions-at-point): New function,
4551         extracted from pcomplete-std-complete.
4552         (pcomplete-std-complete): Use it.
4554 2010-05-15  Glenn Morris  <rgm@gnu.org>
4556         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4557         Remove references to CVS, RCS and Old directories.
4559 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
4561         * calc/calc-bin.el (math-format-twos-complement): Group digits when
4562         appropriate.
4564 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4566         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4567         (sh-mode-syntax-table): Give it a default value instead.
4568         (sh-header-marker): Make buffer-local.
4569         (sh-mode): Move make-local-variable to the corresponding setq.
4570         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4571         Use complete-with-action.
4573         * simple.el (prog-mode): New (abstract) major mode.
4574         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4575         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4577 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
4579         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4580         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4581         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4582         (sql-make-alternate-buffer-name, sql-placeholders-filter)
4583         (sql-escape-newlines-filter, sql-input-sender)
4584         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4586 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
4588         Add TeX open-block and close-block keybindings to SGML, and vice versa.
4590         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4591         latex-open-block and C-c / to latex-close-block.
4593         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4594         and C-c C-e to sgml-close-tag.
4596 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
4598         * net/tramp.el (with-progress-reporter): Create reporter object
4599         only when the message would be displayed.  Handle nested calls.
4600         (tramp-handle-load, tramp-handle-file-local-copy)
4601         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4602         (tramp-maybe-send-script, tramp-find-shell):
4603         Use `with-progress-reporter'.
4604         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4605         Fix message text.
4607         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4608         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4609         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4610         Use `with-progress-reporter'.
4612 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
4614         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4615         process everytime when spellchecking from the minibuffer (bug#6143).
4617 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4619         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4621         * dos-fns.el: Add "dos-" prefix for namespace control.
4622         (convert-standard-filename): Define as alias for
4623         dos-convert-standard-filename but only if applicable.
4625 2010-05-12  Alan Mackenzie  <acm@muc.de>
4627         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4628         Push the mark at the start of these functions when appropriate.
4630 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4632         * minibuffer.el (completion-cycle-threshold): New custom var.
4633         (completion--do-completion): Use it.
4634         (minibuffer-complete): Use cycling if appropriate.
4636 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
4638         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4639         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4641 2010-05-11  Juri Linkov  <juri@jurta.org>
4643         * scroll-all.el (scroll-all-check-to-scroll):
4644         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4646 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4648         * iimage.el (iimage-mode-map): Move initialization into declaration.
4649         (iimage-mode-buffer): Use with-silent-modifications.
4650         Simplify calling convention.  Adjust callers.
4651         (iimage-mode): Don't run hook redundantly.
4653         * minibuffer.el (completion-pcm--pattern->regex):
4654         Fix last change (bug#6160).
4656 2010-05-10  Juri Linkov  <juri@jurta.org>
4658         Remove nodes visited during Isearch from the Info history.
4659         * info.el (Info-isearch-initial-history)
4660         (Info-isearch-initial-history-list): New variables.
4661         (Info-isearch-start): Record initial values of
4662         Info-isearch-initial-history and Info-isearch-initial-history-list.
4663         Add Info-isearch-end to isearch-mode-end-hook.
4664         (Info-isearch-end): New function.
4666 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
4668         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
4669         format string, in order to work around a bug in pdksh.
4670         Reported by Gilles Pion <gpion@lfdj.com>.
4671         (tramp-handle-verify-visited-file-modtime): Do not send a command
4672         when the connection is not established.
4673         (tramp-handle-set-file-times): Simplify the check for utc.
4675 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
4677         Fix use of `filter-buffer-substring' (rework previous change).
4678         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4679         (cua-repeat-replace-region):
4680         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4681         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4682         (cua-cut-region-to-global-mark): Use it.
4684 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
4686         * progmodes/sql.el: Version 2.1.
4687         (sql-product-alist): Redesign structure of product info.
4688         (sql-product, sql-user, sql-server, sql-database): Safe variables.
4689         (sql-port, sql-port-history): New variables.
4690         (sql-interactive-product): New variable.
4691         (sql-send-terminator): New variable.
4692         (sql-imenu-generic-expression): Add "Types" imenu entry.
4693         (sql-oracle-login-params, sql-sqlite-login-params)
4694         (sql-mysql-login-params, sql-solid-login-params)
4695         (sql-sybase-login-params, sql-informix-login-params)
4696         (sql-ingres-login-params, sql-ms-login-params)
4697         (sql-postgres-login-params, sql-interbase-login-params)
4698         (sql-db2-login-params, sql-linter-login-params)
4699         (sql-oracle-scan-on): New variables.
4700         (sql-mode-map): Add C-c C-i to start interactive mode.
4701         (sql-mode-menu): Update existing menu entries.
4702         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
4703         (sql-mode-oracle-font-lock-keywords)
4704         (sql-mode-postgres-font-lock-keywords)
4705         (sql-mode-ms-font-lock-keywords)
4706         (sql-mode-sybase-font-lock-keywords)
4707         (sql-mode-informix-font-lock-keywords)
4708         (sql-mode-interbase-font-lock-keywords)
4709         (sql-mode-ingres-font-lock-keywords)
4710         (sql-mode-solid-font-lock-keywords)
4711         (sql-mode-mysql-font-lock-keywords)
4712         (sql-mode-sqlite-font-lock-keywords)
4713         (sql-mode-db2-font-lock-keywords)
4714         (sql-mode-linter-font-lock-keywords): Update initialization to
4715         reduce run-time complexity.
4716         (sql-add-product, sql-del-product): New functions.
4717         (sql-set-product-feature, sql-get-product-feature): New functions.
4718         (sql-product-font-lock): Update product API.
4719         (sql-add-product-keywords): New function.
4720         (sql-highlight-product): Update product API.
4721         (sql-help-list-products): New function.
4722         (sql-help): Dynamically lists free and non-free products.
4723         (sql-get-login): Correct bug in handling history and added
4724         prompt for port.
4725         (sql-copy-column): Copy without properties.
4726         (sqli-input-sender): Apply filters to SQLi input.
4727         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4728         Implement as a filter.
4729         (sql-escape-newlines-filter): Implement as a filter.
4730         (sql-remove-tabs-filter): New function.
4731         (sql-send-magic-terminator): New function.
4732         (sql-send-string): Implement magic terminator.
4733         (sql-send-region): Use `sql-send-string'.
4734         (sql-interactive-mode): Use product API.
4735         (sql-product-interactive): Use product API.
4736         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4737         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4738         (sql-db2, sql-linter): Use `sql-product-interactive'.
4739         (sql-connect): New function.
4740         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4741         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4742         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4743         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4744         Use `sql-connect'.
4746 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4748         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4749         New custom variable.
4750         (completion-pcm--string->pattern): Use it.
4751         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4752         Make it handle any symbol as `any'.
4753         (completion-pcm--merge-completions): Extract common suffix for the new
4754         `prefix' symbol as well.
4755         (completion-substring--all-completions): Use the new `prefix' symbol.
4757 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
4759         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4760         not bound.
4761         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4762         (tramp-compat-funcall): New defmacro.
4763         (tramp-compat-line-beginning-position)
4764         (tramp-compat-line-end-position)
4765         (tramp-compat-temporary-file-directory)
4766         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4767         (tramp-compat-copy-file, tramp-compat-copy-directory)
4768         (tramp-compat-delete-file, tramp-compat-delete-directory)
4769         (tramp-compat-number-sequence, tramp-compat-process-running-p)
4770         * net/tramp.el (top, with-progress-reporter)
4771         (tramp-rfn-eshadow-setup-minibuffer)
4772         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4773         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4774         (tramp-completion-mode-p, tramp-check-for-regexp)
4775         (tramp-open-connection-setup-interactive-shell)
4776         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4777         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4778         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4779         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4780         (tramp-reporter-dump-variable, tramp-load-report-modules)
4781         (tramp-append-tramp-buffers)
4782         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4784         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4786 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4788         * progmodes/compile.el (compilation-buffer-modtime): Rename from
4789         buffer-modtime.  Adjust users.
4791 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4793         * international/mule.el (auto-coding-alist): Only purecopy
4794         car of each item, not the whole list (Bug#6083).
4796 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4798         * progmodes/js.el (js-mode): Make paragraph variables local before
4799         calling c-setup-paragraph-variables (Bug#6071).
4801 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
4803         * composite.el (compose-region, reference-point-alist): Fix typos
4804         in the doc strings.
4806 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4808         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4809         gnuplot's "set" command.
4811 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4813         * abbrev.el (last-abbrev-text): Doc fix.
4814         (abbrev-prefix-mark): Don't escape parenthesis.
4816 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
4818         * composite.el (find-composition): Doc fix.
4820 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4822         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4823         (sql-oracle-program, sql-sqlite-options)
4824         (sql-query-placeholders-and-send): Doc fixes.
4825         (sql-set-product, sql-interactive-mode): Reflow docstrings.
4826         (sql-imenu-generic-expression, sql-buffer)
4827         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4828         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4829         (sql-mode-sybase-font-lock-keywords)
4830         (sql-mode-informix-font-lock-keywords)
4831         (sql-mode-interbase-font-lock-keywords)
4832         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4833         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4834         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4835         (sql-product-feature, sql-highlight-product)
4836         (comint-line-beginning-position, sql-rename-buffer)
4837         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4838         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
4839         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4840         Fix typos in docstrings.
4842 2010-05-08  Juri Linkov  <juri@jurta.org>
4844         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4845         property instead of `invisible' and `after-string' (bug#5998).
4847 2010-05-08  Juri Linkov  <juri@jurta.org>
4849         * image-mode.el (image-mode-as-text): Fix typo in docstring.
4851 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4853         * filecache.el (file-cache-add-directory-list)
4854         (file-cache-add-directory-recursively): Fix typos in docstrings.
4856 2010-05-08  Kenichi Handa  <handa@m17n.org>
4858         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
4859         (gujarati-composable-pattern): Fix typo.
4861 2010-05-08  Kenichi Handa  <handa@m17n.org>
4863         * language/indian.el (oriya-composable-pattern)
4864         (tamil-composable-pattern, malayalam-composable-pattern):
4865         Add two-part vowels to "v" (vowel sign).
4867 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4869         * files.el (copy-directory): Handle symlinks (Bug#5982).
4871 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
4873         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4874         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
4875         (Bug#5846).
4877 2010-05-08  Glenn Morris  <rgm@gnu.org>
4879         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4881         * minibuffer.el (completion-at-point): Doc fix.
4883 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4885         * electric.el (Electric-command-loop): Minor tweak.
4887         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4888         better with dedicated windows.
4890 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
4892         * Version 23.2 released.
4894 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4895             Stefan Monnier  <monnier@iro.umontreal.ca>
4897         Highlight vendor specific properties.
4898         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4899         (css-proprietary-property): New face.
4900         (css-font-lock-keywords): Use them.
4902 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4904         * cus-start.el (all): Add native condition for tool-bar-* symbols.
4906 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4908         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4909         * files.el (auto-mode-alist): Remove redundant entries.
4911         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4912         * simple.el (auto-save-mode): Move from files.el.
4913         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4915 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4917         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4919 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4921         * mail/binhex.el (binhex-decode-region-internal)
4922         * mail/uudecode.el (uudecode-decode-region-internal)
4923         * net/dns.el (dns-read-string-name, dns-write, dns-read)
4924         (dns-read-type, dns-query)
4925         * pgg-parse.el (pgg-parse-armor)
4926         * pgg.el (pgg-verify-region)
4927         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4928         XEmacs.
4930         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
4932 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
4934         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4936         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4937         * emulation/cua-base.el (cua-repeat-replace-region):
4938         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4939         (cua-cut-region-to-global-mark):
4940         Remove text properties with `set-text-properties'.
4942 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
4944         * net/tramp.el (top, with-progress-reporter):
4945         Use `symbol-function' inside `funcall'.
4947         * net/tramp-compat.el (tramp-compat-file-attributes)
4948         (tramp-compat-delete-file, tramp-compat-delete-directory):
4949         Handle only `wrong-number-of-arguments' error.
4951         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
4952         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
4953         inside `funcall'.
4955 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4957         * minibuffer.el (completion--sreverse, completion--common-suffix):
4958         New functions.
4959         (completion-pcm--merge-completions): Extract common suffix when safe.
4961         * emacs-lisp/easy-mmode.el (define-minor-mode):
4962         Make :variable more flexible.
4963         * files.el (auto-save-mode): Use it to define using define-minor-mode.
4965 2010-05-05  Juri Linkov  <juri@jurta.org>
4967         Add `slow' and `history' tags to the desktop data.
4969         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
4970         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
4971         (Info-finder-find-node): Require `finder.el' to be able
4972         to restore node from the desktop.
4973         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
4974         data `Info-history' and `slow' tag in the assoc list.
4975         (Info-restore-desktop-buffer): Don't restore nodes with the
4976         `slow' tag.  Restore `Info-history'.
4978 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
4980         Add FORCE argument to `delete-file'.
4982         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
4983         forcing to delete the temporary file.
4984         (ange-ftp-delete-file): Add FORCE arg.
4985         (ange-ftp-rename-remote-to-remote)
4986         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
4987         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
4988         Force file deletion.
4990         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
4992         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
4993         (tramp-handle-make-symbolic-link, tramp-handle-load)
4994         (tramp-do-copy-or-rename-file-via-buffer)
4995         (tramp-do-copy-or-rename-file-directly)
4996         (tramp-do-copy-or-rename-file-out-of-band)
4997         (tramp-handle-process-file, tramp-handle-call-process-region)
4998         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4999         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5000         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5002         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5003         (tramp-fish-handle-make-symbolic-link)
5004         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5006         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5007         Use `tramp-compat-delete-file'.
5009         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5010         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5012         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5013         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5015         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5016         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5017         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5018         `tramp-compat-delete-file'.
5020 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5022         Minor cleanups.
5023         * subr.el (add-minor-mode): Use push.
5024         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5025         * emulation/edt.el (edt-select-mode): Simplify.
5027         Use define-minor-mode in more cases.
5028         * term/tvi970.el (tvi970-set-keypad-mode):
5029         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5030         (normal-erase-is-backspace-mode):
5031         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5032         (set-scroll-bar-mode-1): (Re)move to its sole caller.
5033         (get-scroll-bar-mode): New function.
5034         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5036         Use define-minor-mode for less obvious cases.
5037         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5038         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5039         * international/iso-ascii.el (iso-ascii-mode):
5040         * frame.el (auto-raise-mode, auto-lower-mode):
5041         * composite.el (global-auto-composition-mode): Use define-minor-mode.
5043 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
5045         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5046         in order to see error messages for failed logins.
5048 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
5050         * diff.el (diff-sentinel):
5052         * epg.el (epg--make-temp-file, epg-decrypt-string)
5053         (epg-verify-string, epg-sign-string, epg-encrypt-string):
5055         * jka-compr.el (jka-compr-partial-uncompress)
5056         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5058         * server.el (server-sentinel): Use delete-file's new FORCE arg
5059         (Bug#6070).
5061 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5063         Use define-minor-mode where applicable.
5064         * view.el (view-mode):
5065         * type-break.el (type-break-query-mode)
5066         (type-break-mode-line-message-mode):
5067         * textmodes/reftex.el (reftex-mode):
5068         * term/vt100.el (vt100-wide-mode):
5069         * tar-mode.el (tar-subfile-mode):
5070         * savehist.el (savehist-mode):
5071         * ibuf-ext.el (ibuffer-auto-mode):
5072         * composite.el (auto-composition-mode):
5073         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5074         Use define-minor-mode.
5075         (vhdl-mode): Use static mode-line format.
5076         (vhdl-mode-line-update): Delete.
5077         (vhdl-create-mode-menu, vhdl-activate-customizations)
5078         (vhdl-hs-minor-mode): Don't bother calling it.
5080 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5082         * simple.el (with-wrapper-hook): Move.
5083         (buffer-substring-filters): Mark obsolete.
5084         (filter-buffer-substring-functions): New variable.
5085         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
5087 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5088             Michael Albinus  <michael.albinus@gmx.de>
5090         Implement compression for inline methods.
5092         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5093         (tramp-copy-size-limit): Allow also nil.
5094         (tramp-inline-compress-commands): New defconst.
5095         (tramp-find-inline-compress, tramp-get-inline-compress)
5096         (tramp-get-inline-coding): New defuns.
5097         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5098         replaced by `tramp-get-inline-coding'.
5099         (tramp-handle-file-local-copy, tramp-handle-write-region)
5100         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5102 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5104         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5105         Remove unused functions.
5107         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5108         Set find-tag-default-function as a variable rather than a property.
5110         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5111         * progmodes/etags.el (tags-completion-at-point-function):
5112         Remove left over interactive spec.  Add autoloading stub.
5113         (complete-tag): Use tags-completion-at-point-function.
5115 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
5117         * minibuffer.el (tags-completion-at-point-function): Fix return value.
5119 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5121         * ido.el (ido-init-completion-maps): Remove C-v binding.
5122         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5124 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5126         * minibuffer.el (tags-completion-at-point-function): New function.
5127         (completion-at-point-functions): Use it.
5129         * progmodes/etags.el (complete-tag): Revert last change.
5131 2010-04-29  Alan Mackenzie  <acm@muc.de>
5133         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5134         off-by-one error (in end of macro position).
5136 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5138         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5139         firefox is absent.  Don't autoload.
5140         (browse-url-galeon-program): Don't autoload.
5142 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5144         * bindings.el (complete-symbol): Move into minibuffer.el.
5146         * minibuffer.el (complete-tag): Move from etags.el.  If tags
5147         completion cannot be performed, return nil instead of signalling
5148         an error.
5149         (completion-at-point): Make it an alias for complete-symbol.
5150         (complete-symbol): Move from bindings.el, and replace with the
5151         body of completion-at-point.
5153         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5155 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
5157         * net/tramp.el (tramp-remote-selinux-p): New defun.
5158         (tramp-handle-file-selinux-context)
5159         (tramp-handle-set-file-selinux-context): Use it.
5161 2010-04-28  Sam Steingold  <sds@gnu.org>
5163         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5164         `safe-local-variable' if the value is a string or a symbol with
5165         the property `bug-reference-url-format'.
5167 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5169         * progmodes/bug-reference.el (bug-reference-url-format):
5170         Revert 2010-04-27 change due to security risk.
5172 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5174         Make it possible to locally disable a globally enabled mode.
5175         * simple.el (fundamental-mode): Run fundamental-mode-hook.
5176         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5177         rather than kill-all-local-variables so it runs fundamental-mode-hook.
5178         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5179         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5180         that subsequent hooks get a chance to disable it.
5182 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5184         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5185         Avoid re-enabling a minor mode after the user turned the minor mode
5186         off if MODE-enable-in-buffers is run twice (typically once from
5187         fundamental-mode's after-change-major-mode-hook and a second time from
5188         run-mode-hook's own after-change-major-mode-hook).
5190         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5192 2010-04-27  Sam Steingold  <sds@gnu.org>
5194         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5195         `safe-local-variable' if the value is a string or a function, as
5196         documented and implemented on 2010-04-02.
5198 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
5200         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5201         when method is 'kill.
5203 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
5205         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5206         condition in default directory check.
5207         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5208         Kill ispell process when killing its associated buffer.
5210 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
5212         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5213         but we aren't using it.
5215 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
5217         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5218         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5220 2010-04-24  Glenn Morris  <rgm@gnu.org>
5222         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5223         Ignore VCS-ignore files, and deleted nextstep preferences files.
5224         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5225         (authors-ambiguous-files): New list.
5226         (authors-valid-file-names): Add some deleted files.
5227         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5228         (authors-disambiguate-file-name): New function.  (Bug#5501)
5229         (authors-canonical-file-name): Doc fix.
5230         Don't warn about obsolete files.
5231         (authors-canonical-file-name, authors-scan-el):
5232         Use authors-disambiguate-file-name.
5234         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5235         Add autoload cookies.
5236         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5237         (generated-autoload-file): Set file-local value to "htmlfontify.el".
5238         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5239         They have definitions / compiler macros in cl.el.
5240         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5241         Replace manual autoloads with generated ones.
5242         (htmlfontify-unload-rgb-file): Remove autoload.
5243         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5245 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5247         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5248         (byte-compile-setq-default): Optimize for the
5249         single-var case and don't call byte-compile-form in this case to avoid
5250         inf-loop with byte-compile-set-default.
5252         * progmodes/compile.el (compilation-start): Abbreviate default directory.
5254 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
5256         Implement SELINUX backends.
5258         * net/tramp.el (tramp-file-name-handler-alist):
5259         Add `file-selinux-context' and `set-file-selinux-context'.
5260         (tramp-handle-file-selinux-context)
5261         (tramp-handle-set-file-selinux-context): New defuns.
5262         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5263         Handle PRESERVE-SELINUX-CONTEXT.
5265         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5266         Add `file-selinux-context' and `set-file-selinux-context'.
5267         (tramp-gvfs-handle-file-selinux-context)
5268         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5269         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5271         * net/ange-ftp.el (ange-ftp-copy-file):
5272         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5273         * net/tramp-imap.el (tramp-imap-handle-copy-file):
5274         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5275         Add PRESERVE-SELINUX-CONTEXT.
5277 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5279         Synchronize with Tramp repository.
5281         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5282         (tramp-action-process-alive, tramp-action-out-of-band)
5283         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5284         (tramp-exists-file-name-handler): Fix docstring.
5285         (with-progress-reporter): New defmacro.
5286         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5287         (tramp-maybe-open-connection): Use it.
5289 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
5291         Detect ssh 'ControlMaster' argument automatically in some cases.
5293         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5294         (tramp-default-method): Use it.
5296 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5298         * net/tramp.el (tramp-handle-copy-file): Add new optional
5299         parameter `preserve-selinux-context'.
5300         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5302 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5304         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5305         Ensure, that non remote files are still checked.  Oops.
5307 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
5309         Fix Bug#5840.
5311         * icomplete.el (icomplete-completions): Use `non-essential'.
5313         * net/tramp.el (tramp-connectable-p): New defun.
5314         (tramp-handle-expand-file-name)
5315         (tramp-completion-handle-file-name-all-completions)
5316         (tramp-completion-handle-file-name-completion): Use it.
5318 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5320         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5322 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5324         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5326         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5328         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5329         is present.
5331         * info.el (info-tool-bar-map): Add labels.
5333         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5335         * cus-edit.el (custom-commands): Add labels for tool bar.
5336         (custom-buffer-create-internal, Custom-mode): Adjust for
5337         labels in custom-commands.
5339         * dynamic-setting.el: Renamed from font-setting.el.
5341 2010-04-21  John Wiegley  <jwiegley@gmail.com>
5343         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5344         toggles the use of virtual buffers.
5345         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5346         (ido-toggle-virtual-buffers): New function.
5348 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5350         Use `define-derived-mode'; fix window selection; doc fixes.
5351         * play/tetris.el (tetris, tetris-update-speed-function)
5352         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5353         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5354         (tetris-rotate-next, tetris-end-game, tetris-start-game)
5355         (tetris-pause-game): Fix typos in docstrings.
5356         (tetris-mode-map, tetris-null-map):
5357         Move initialization into declaration.
5358         (tetris-mode): Define with `define-derived-mode';
5359         set show-trailing-whitespace to nil.
5360         (tetris): Prefer window already displaying the "*Tetris*" buffer.
5362 2010-04-21  Karel Klíč  <kklic@redhat.com>
5364         * files.el (backup-buffer): Handle SELinux context, and return it
5365         if a backup was made by renaming.
5366         (backup-buffer-copy): Set SELinux context to the target file.
5367         (basic-save-buffer): Set SELinux context of the newly written file.
5368         (basic-save-buffer-1): Now it also returns any SELinux context.
5369         (basic-save-buffer-2): Set SELinux context of the newly created file,
5370         and return it.
5371         * net/tramp.el (tramp-file-name-for-operation):
5372         Add file-selinux-context.
5374 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5376         Make the log-edit comments use RFC822 format throughout.
5378         * vc.el (vc-checkin, vc-modify-change-comment):
5379         Adjust to new vc-start/finish-logentry.
5380         (vc-find-conflicted-file): New command.
5381         (vc-transfer-file): Adjust to new vc-checkin.
5382         (vc-next-action): Improve scoping.
5384         * vc-hg.el (vc-hg-log-edit-mode): Remove.
5385         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
5387         * vc-git.el (vc-git-log-edit-mode): Remove.
5388         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
5389         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5391         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5392         (vc-start-logentry): Remove argument `extra'.
5393         (vc-finish-logentry): Remove extra args.
5395         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5396         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
5397         (vc-bzr-conflicted-files): New function.
5399         * log-edit.el (log-edit-extra-flags)
5400         (log-edit-before-checkin-process): Remove.
5401         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5402         (log-edit-headers-alist): New var.
5403         (log-edit-header-contents-regexp): New const.
5404         (log-edit-match-to-eoh): New function.
5405         (log-edit-font-lock-keywords): Use them.
5406         (log-edit): Insert a "Summary:" header as default.
5407         (log-edit-mode): Mark font-lock rules as case-insensitive.
5408         (log-edit-done): Cleanup headers.
5409         (log-view-process-buffer): Remove.
5410         (log-edit-extract-headers): New function to replace it.
5412 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5414         * subr.el (default-direction-reversed): Remove obsolescence info.
5416 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5418         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5419         windows/frames.
5421         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5422         I.e. include text after point in the completion region.
5423         Also, return nil when we're not after/in a symbol.
5425         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5426         default enable-multibyte-characters.
5428 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5430         * international/mule.el: Help the user choose a valid coding-system.
5431         (read-buffer-file-coding-system): New function.
5432         (set-buffer-file-coding-system): Use it.  Prompt the user if the
5433         coding-system cannot encode all the chars.
5435         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5436         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5437         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5438         Don't use *vc-bzr-shelve*.
5440 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
5442         Fix the version number for added files.
5443         * vc-hg.el (vc-hg-working-revision): Check if the file is
5444         registered after hg parent fails (Bug#5961).
5446 2010-04-19  Glenn Morris  <rgm@gnu.org>
5448         * htmlfontify.el (htmlfontify-buffer)
5449         (htmlfontify-copy-and-link-dir): Autoload entry points.
5451 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
5453         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5454         name relative to the project root (Bug#5960).
5456 2010-04-19  Glenn Morris  <rgm@gnu.org>
5458         * vc-git.el (vc-git-print-log): Doc fix.
5460 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
5462         * ido.el (ido-file-internal): Fix 2009-12-02 change.
5464 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
5466         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5467         default settings (Bug#5928).
5469 2010-04-19  Glenn Morris  <rgm@gnu.org>
5471         * progmodes/fortran.el (fortran-match-and-skip-declaration):
5472         New function.
5473         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
5475 2010-04-19  Kenichi Handa  <handa@m17n.org>
5477         * language/indian.el (malayalam-composable-pattern): Fix previous
5478         change (add U+0D4D "SIGN VIRAMA").
5479         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5480         (tamil-composable-pattern): Fix typo in the regexp.
5481         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5482         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5483         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5485 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5487         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5488         paragraph-separate (Bug#5821).
5490 2010-04-19  Juri Linkov  <juri@jurta.org>
5492         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5494         * info.el (Info-find-node-2): Comment out code that skips
5495         breadcrumbs line.
5496         (Info-mouse-follow-link): New command.
5497         (Info-link-keymap): New keymap.
5498         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5499         Return a string with links instead of inserting breadcrumbs
5500         to the Info buffer.
5501         (Info-fontify-node): Comment out code that inserts breadcrumbs.
5502         Instead of putting the `invisible' text property over the Info
5503         header, make an overlay over the Info header with the `invisible'
5504         property and `after-string' set to the string returned by
5505         `Info-breadcrumbs'.
5507 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5509         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5510         Reported by monkey@sandpframing.com.
5512 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5515         (tmm-get-keymap): Add key-binding shortcuts now that they're not
5516         available in the "keyseq cache" any more.
5518         * custom.el (defcustom): Add edebug spec.
5520 2010-04-18  Juri Linkov  <juri@jurta.org>
5522         Test for special mode-class in view-buffer instead of view-file (bug#5513).
5524         * view.el (view-file, view-buffer): Move test for special mode-class
5525         from view-file to view-buffer.
5527         * tar-mode.el (tar-extract): Turn if's into one cond
5528         like in arc-mode.el.
5530 2010-04-18  Juri Linkov  <juri@jurta.org>
5532         Add 7z archive format support (bug#5475).
5534         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5535         (archive-7z-extract): New defcustom.
5536         (archive-find-type): Add magic string for 7z.
5537         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5538         If `stderr-file' is non-nil, use `(t stderr-file)' for the
5539         `buffer' arg of `call-process'.
5540         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5541         call the function `archive-7z-extract' with the variable
5542         `archive-7z-extract' let-bound to `archive-zip-extract'.
5543         (archive-7z-summarize, archive-7z-extract): New functions.
5545         * international/mule.el (auto-coding-alist):
5546         * files.el (auto-mode-alist): Add 7z file extension.
5548 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5550         * loadup.el: Setup hash-cons for pure data.
5552         Fix duplicate entries in cedet's loaddefs.el files.
5553         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5554         Should make most file-local generated-autoload-file unnecessary.
5555         (print-readably): Silence warnings.
5556         (autoload-find-destination): Take load-name as an arg to make sure
5557         it's the same as the one that will be in the file.
5558         (autoload-generate-file-autoloads): Adjust to above changes.
5559         Try to make the dataflow a bit simpler.
5561         * cvs-status.el (cvs-refontify): Remove unused.
5563 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
5565         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5567         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
5568         twos-complement mode.
5570 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
5572         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5573         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
5574         (calc-inverse): Add "Option" to message, as appropriate.
5575         (calc-hyperbolic): Add "Option" to message, as appropriate.
5576         (calc-option, calc-is-option): New functions.
5578         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
5579         (calc-option-prefix-help): New function.
5581         * calc/calc-misc.el (calc-help): Add "Option" entry.
5583         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
5584         (calc-option-flag): New variable.
5585         (calc-do): Set `calc-option-flag to nil.
5586         (calc-set-mode-line): Add "Opt " as appropriate.
5588 2010-04-16  Juri Linkov  <juri@jurta.org>
5590         Move scrolling commands from simple.el to window.el
5591         because their primitives are implemented in window.c.
5593         * simple.el (scroll-error-top-bottom)
5594         (scroll-up-command, scroll-down-command, scroll-up-line)
5595         (scroll-down-line, scroll-other-window-down)
5596         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5597         * window.el (scroll-error-top-bottom)
5598         (scroll-up-command, scroll-down-command, scroll-up-line)
5599         (scroll-down-line, scroll-other-window-down)
5600         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5601         Move from simple.el to window.el because their primitives are
5602         implemented in window.c.
5604 2010-04-16  Juri Linkov  <juri@jurta.org>
5606         * isearch.el (isearch-lookup-scroll-key): Check both
5607         `isearch-scroll' and `scroll-command' properties.
5608         (scroll-up, scroll-down): Remove `isearch-scroll' property.
5610         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5612         * simple.el (scroll-up-command, scroll-down-command)
5613         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5615 2010-04-15  Juri Linkov  <juri@jurta.org>
5617         * simple.el (scroll-up-command, scroll-down-command)
5618         (scroll-up-line, scroll-down-line): Put `scroll-command'
5619         property on the these symbols.  Remove them from
5620         `scroll-preserve-screen-position-commands'.
5622         * mwheel.el (mwheel-scroll): Put `scroll-command' and
5623         `isearch-scroll' properties on the `mwheel-scroll' symbol.
5624         Remove it from `scroll-preserve-screen-position-commands'.
5626         * isearch.el (isearch-allow-scroll): Doc fix.
5628 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
5630         * net/tramp.el (tramp-error-with-buffer): Don't show the
5631         connection buffer when we are in completion mode.
5632         (tramp-file-name-handler): Catch the error for some operations
5633         when we are in completion mode.  This gives the user the chance to
5634         correct the file name in the minibuffer.
5636 2010-04-15  Glenn Morris  <rgm@gnu.org>
5638         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5640 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
5642         Simplify by using `define-derived-mode'.
5643         * info.el (Info-mode):
5644         * calendar/todo-mode.el (todo-mode):
5645         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5646         (gomoku-mode-map): Move initialization into declaration.
5648 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
5650         Fix Bug#5840.
5651         * ido.el (ido-file-name-all-completions-1):
5652         * minibuffer.el (minibuffer-completion-help):
5653         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5655 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * simple.el (non-essential): New var.
5659         Add a new field `location' to bookmarks for non-file bookmarks.
5660         * bookmark.el (bookmark-location): Use the new field, if present.
5661         (bookmark-insert-location): Undo last change, not needed any more.
5662         * man.el (Man-bookmark-make-record):
5663         * woman.el (woman-bookmark-make-record): Add `location' field.
5665 2010-04-14  Juri Linkov  <juri@jurta.org>
5667         * simple.el (scroll-error-top-bottom): New defcustom.
5668         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
5670         * emulation/pc-select.el (pc-select-override-scroll-error):
5671         Obsolete in favor of `scroll-error-top-bottom'.
5673 2010-04-14  Juri Linkov  <juri@jurta.org>
5675         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5676         `scroll-up-command' and `M-v' to `scroll-down-command'.
5678         * emulation/cua-rect.el (cua--init-rectangles):
5679         * forms.el (forms--change-commands):
5680         * image-mode.el (image-mode-map):
5681         Remap scroll-down-command and scroll-up-command
5682         in addition to scroll-down and scroll-up.
5684 2010-04-14  Juri Linkov  <juri@jurta.org>
5686         * mwheel.el (scroll-preserve-screen-position-commands):
5687         Add mwheel-scroll to this list of commands.
5689         * simple.el (scroll-preserve-screen-position-commands):
5690         Add scroll-up-command, scroll-down-command, scroll-up-line,
5691         scroll-down-line to this list of commands.
5693 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5695         * obsolete/complete.el: Move from lisp/complete.el.
5697         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5699         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5700         to the minor mode function now turns the mode ON unconditionally.
5702 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * vc-dir.el (vc-dir-kill-line): New command.
5705         (vc-dir-mode-map): Bind it to C-k.
5707         * bookmark.el (bookmark-insert-location): Handle a nil filename.
5709         * woman.el: Add bookmark declarations to silence the compiler.
5710         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5711         step to compatibility between man and woman bookmarks.
5712         Adjust for Man-default-bookmark-title renaming.
5713         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
5715         * man.el: Add bookmark declarations to silence the compiler.
5716         (Man-name-local-regexp): Make it match NAME as well.
5717         (Man-getpage-in-background): Return the buffer.
5718         (Man-notify-when-ready): Use `case'.
5719         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5720         Don't hardcode "NAME".  Simplify.
5721         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5722         Rename from Man-bookmark-make-record.
5723         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
5724         we have the actual man-args.  Use Man-getpage-in-background rather
5725         than `man' since the arg is already processed.  Let bookmark.el do the
5726         window handling.  Only wait for the relevant process.
5727         Don't forget to autoload.
5729         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5731 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5733         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5734         New functions.
5735         (woman-mode): Setup bookmark support.
5737         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5738         (man-bookmark-jump): New functions.
5739         (Man-mode): Setup bookmark support.
5741 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
5743         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5744         recognize ssh-keygen prompt (Bug#2817).
5746 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5748         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5750 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5752         Synchronize with Tramp repository.
5754         * net/tramp.el (tramp-completion-function-alist)
5755         (tramp-file-name-regexp, tramp-chunksize)
5756         (tramp-local-coding-commands, tramp-remote-coding-commands):
5757         Fix docstring.
5758         (tramp-remote-process-environment): Use `format' instead of `concat'.
5759         (tramp-handle-directory-files-and-attributes)
5760         (tramp-get-remote-path): Use `copy-tree'.
5761         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5762         compatibility: Use `completion-ignore-case' if
5763         `read-file-name-completion-ignore-case' does not exist.
5764         (tramp-do-copy-or-rename-file-directly): Do not use
5765         `tramp-handle-file-remote-p'.
5766         (tramp-do-copy-or-rename-file-out-of-band):
5767         Use `tramp-compat-delete-directory'.
5768         (tramp-do-copy-or-rename-file-out-of-band)
5769         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5770         Use `format-spec-make'.
5771         (tramp-find-foreign-file-name-handler)
5772         (tramp-advice-make-auto-save-file-name)
5773         (tramp-set-auto-save-file-modes): Remove superfluous check for
5774         `stringp'.  This is done inside `tramp-tramp-file-p'.
5775         (tramp-debug-outline-regexp): New defconst.
5776         (tramp-get-debug-buffer): Use it.
5777         (tramp-check-for-regexp): Use (forward-line 1).
5778         (tramp-set-auto-save-file-modes): Adapt version check.
5780         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5781         Wrap call of `featurep' for 2nd argument.
5782         (tramp-compat-make-temp-file): Simplify fallback implementation.
5783         (tramp-compat-copy-tree): Remove function.
5784         (tramp-compat-delete-directory): Provide implementation for older
5785         Emacsen.
5787         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5788         Do not use `tramp-fish-handle-file-attributes.
5790         * net/trampver.el: Update release number.
5792 2010-04-10  Glenn Morris  <rgm@gnu.org>
5794         * progmodes/compile.el (compilation-save-buffers-predicate):
5795         Add missing :version tag.
5797 2010-04-09  Sam Steingold  <sds@gnu.org>
5799         * progmodes/compile.el (compilation-save-buffers-predicate):
5800         Remove the "autoload" cookie.
5802         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5803         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5804         and `bug-reference-prog-mode' can be used in hooks directly.
5806 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5808         Add --author support to git commit.
5809         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5810         (vc-git-log-edit-mode): New minor mode.
5811         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5812         New declarations.
5814 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
5816         * vc-hooks.el, vc-git.el: Improve documentation comments.
5818 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5820         Fix some of the problems in defsubst* (bug#5728).
5821         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5822         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5824 2010-04-07  Sam Steingold  <sds@gnu.org>
5826         * progmodes/compile.el (compilation-save-buffers-predicate):
5827         New custom variable.
5828         (compile, recompile): Pass it to `save-some-buffers'.
5830 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5832         * wid-edit.el (widget-choose): Move cursor to the second line of
5833         the buffer (Bug#5695).
5835 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5837         Add new VC methods: vc-log-incoming and vc-log-outgoing.
5838         * vc.el (vc-print-log-setup-buttons): New function split out from
5839         vc-print-log-internal.
5840         (vc-log-internal-common): New function, a parametrized version of
5841         vc-print-log-internal.
5842         (vc-print-log-internal): Just call vc-log-internal-common with the
5843         right arguments.
5844         (vc-incoming-outgoing-internal):
5845         (vc-log-incoming, vc-log-outgoing): New functions.
5846         (vc-log-view-type): New permanent local variable.
5848         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5850         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5851         of the dynamic bound vc-short-log.
5852         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5854         * vc-git.el (vc-git-log-outgoing): New function.
5855         (vc-git-log-view-mode): Use vc-log-view-type instead
5856         of the dynamic bound vc-short-log.
5858         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5859         of the dynamic bound vc-short-log.  Highlight the tag.
5860         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5861         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5862         (vc-hg-incoming-mode): Remove.
5863         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5865 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5867         Fix default-directory for vc-root-diff.
5868         * vc.el (vc-root-diff): Bind default-directory to the root
5869         directory for the diff command.
5871 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
5873         * progmodes/verilog-mode.el (verilog-forward-sexp):
5874         (verilog-calc-1): Support "disable fork" and "fork wait" multi
5875         word keywords, suggested by Steve Pearlmutter.
5876         (verilog-pretty-declarations): Support lineup of declarations in
5877         port lists.
5878         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
5879         fix bug for /* / comments.
5880         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
5881         Speed up and simplfy as this is never called with a bound.
5882         (verilog-pretty-declarations): Enhance to line up declarations
5883         inside a parameter list, suggested by Alan Morgan.
5884         (verilog-pretty-expr): Tune assignment regular expression match
5885         string for corner cases; also use markers instead of character
5886         number as indent changes the later.
5888 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
5890         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5891         as missing keyword.
5892         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5893         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
5894         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5895         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
5896         Tennant.
5897         (verilog-keywords):
5898         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5899         1800-2009 keywords, including "global.".
5901 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5903         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
5904         appearing in buffer list (if a live buffer name matched a recentf
5905         file basename).  Should use uniquify to offer a real solution.
5907 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5909         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5910         comment to code, and add a :version tag.
5911         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
5913 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
5915         Enable recentf-mode if using virtual buffers.
5916         * ido.el (recentf-list): Declare for byte-compiler.
5917         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
5918         (ido-make-buffer-list): Simplify.
5919         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
5921 2010-04-05  Juri Linkov  <juri@jurta.org>
5923         Scrolling commands which scroll a line instead of full screen.
5924         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5926         * simple.el (scroll-up-line, scroll-down-line): New commands.
5927         Put property isearch-scroll=t on them.
5929         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5930         Remove commands.
5932 2010-04-05  Juri Linkov  <juri@jurta.org>
5934         Scrolling commands which do not signal errors at top/bottom.
5935         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5937         * simple.el (scroll-up-command, scroll-down-command): New commands.
5938         Put property isearch-scroll=t on them.
5940         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5941         `scroll-down-command' and [next] from `scroll-up' to
5942         `scroll-up-command'.
5944         * emulation/cua-base.el: Put property CUA=move on
5945         `scroll-up-command' and `scroll-down-command'.
5946         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
5947         and `scroll-down-command' to `cua-scroll-down'.
5949 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
5951         * help.el (describe-mode): Return nil.
5953 2010-04-04  John Wiegley  <jwiegley@gmail.com>
5955         * ido.el (ido-use-virtual-buffers): New variable to indicate
5956         whether "virtual buffer" support is enabled for IDO.
5957         (ido-virtual): Face used to indicate virtual buffers in the list.
5958         (ido-buffer-internal): If a buffer is chosen, and no such buffer
5959         exists, but a virtual buffer of that name does (which would be why
5960         it was in the list), recreate the buffer by reopening the file.
5961         (ido-make-buffer-list): If virtual buffers are being used, call
5962         `ido-add-virtual-buffers-to-list' before the make list hook.
5963         (ido-virtual-buffers): New variable which contains a copy of the
5964         current contents of the `recentf-list', albeit pared down for the
5965         sake of speed, and with proper faces applied.
5966         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
5967         create a list of "virtual buffers" to present to the user in
5968         addition to the currently open set.  Note that this logic could
5969         get rather slow if that list is too large.  With the default
5970         `recentf-max-saved-items' of 200, there is little speed penalty.
5972 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5974         * font-lock.el: Require CL when compiling.
5975         (font-lock-turn-on-thing-lock): Use `case'.
5977 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
5979         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
5980         Zaretskii.
5982 2010-04-02  Juri Linkov  <juri@jurta.org>
5984         * ehelp.el (electric-help-orig-major-mode):
5985         New buffer-local variable.
5986         (electric-help-mode): Set it to original major-mode.  Doc fix.
5987         (with-electric-help): Use `electric-help-orig-major-mode' instead
5988         of (default-value 'major-mode).  Doc fix.
5989         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
5991 2010-04-02  Sam Steingold  <sds@gnu.org>
5993         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5994         `vc-hg-command' with a list of flags.
5996         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5997         Also accept "patch" and "RFE".
5998         (bug-reference-fontify): `bug-reference-url-format' can also be a
5999         function to be able to handle the bug kind.
6000         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6002 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
6004         * tmm.el (tmm-get-keymap): Check with symbolp before passing
6005         value to fboundp, it may not be a symbol.
6007 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6009         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6011 2010-03-31  Juri Linkov  <juri@jurta.org>
6013         * simple.el (next-line, previous-line): Re-throw a signal
6014         with `signal' instead of using `ding'.
6015         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6017 2010-03-31  Juri Linkov  <juri@jurta.org>
6019         * simple.el (keyboard-escape-quit): Raise deselecting the active
6020         region higher than exiting the minibuffer.
6021         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6023 2010-03-31  Juri Linkov  <juri@jurta.org>
6025         * image.el (image-animated-p): Use `image-metadata' instead of
6026         `image-extension-data'.  Get GIF extenstion data from metadata
6027         property `extension-data'.
6029 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6031         * simple.el (append-to-buffer): Simplify.
6033 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
6035         * textmodes/artist.el (artist-mode): Fix typo in docstring.
6036         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
6038 2010-03-31  Kenichi Handa  <handa@m17n.org>
6040         * language/sinhala.el (composition-function-table): Fix regexp for
6041         the new Unicode specification.
6043         * language/indian.el (devanagari-composable-pattern)
6044         (tamil-composable-pattern, kannada-composable-pattern)
6045         (malayalam-composable-pattern): Adjust for the new Unicode
6046         specification.
6047         (bengali-composable-pattern, gurmukhi-composable-pattern)
6048         (gujarati-composable-pattern, oriya-composable-pattern)
6049         (telugu-composable-pattern): New variables to cope with the new
6050         Unicode specification.  Use them in composition-function-table.
6052 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         Make tmm-menubar work for the Buffers menu again (bug#5726).
6055         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6056         vectors rather than cons cells, as used in menu-bar-update-buffers.
6058 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6060         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6061         (js-insert-and-indent): Revert 2009-08-15 change, restoring
6062         electric punctuation for "{}();,:" (Bug#5586).
6064         * mail/sendmail.el (mail-default-directory): Doc fix.
6066 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6068         * mail/sendmail.el (mail-default-directory): Doc fix.
6070 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
6072         * subr.el (version-regexp-alist, version-to-list)
6073         (version-list-<, version-list-=, version-list-<=)
6074         (version-list-not-zero, version<, version<=, version=): Doc fix.
6075         (Bug#5744).
6077 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
6079         * vc.el (vc-root-diff): Doc fix.
6081 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6083         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6085         * simple.el (append-to-buffer): Fix last change.
6087 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6089         * simple.el (append-to-buffer): Ensure that point is preserved if
6090         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
6091         (Bug#5749)
6093 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6095         * files.el (auto-mode-case-fold): Change default to t.
6097 2010-03-30  Juri Linkov  <juri@jurta.org>
6099         * dired-x.el (dired-omit-mode): Doc fix.
6101 2010-03-30  Juri Linkov  <juri@jurta.org>
6103         * replace.el (occur-accumulate-lines): Move occur-engine related
6104         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6105         to be located after `occur-engine'.
6107 2010-03-30  Juri Linkov  <juri@jurta.org>
6109         Make occur handle multi-line matches cleanly with context.
6110         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6112         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6113         (occur-engine): Add local variables `ret', `prev-after-lines',
6114         `prev-lines'.  Use more arguments for `occur-context-lines'.
6115         Set first elem of its returned list to `data', and the second elem
6116         to `prev-after-lines'.  Don't print the separator line.
6117         In the end, print remaining context after-lines.
6118         (occur-context-lines): Add new arguments `begpt', `endpt',
6119         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
6120         after-lines of the previous match with before-lines of the
6121         current match and not overlap them.  Return a list with two
6122         values: the output line and the list of context after-lines.
6124 2010-03-30  Juri Linkov  <juri@jurta.org>
6126         * replace.el (occur-accumulate-lines): Fix a bug where the first
6127         context line at the beginning of the buffer was missing.
6129 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
6131         * files.el: Make bidi-display-reordering safe variable for boolean
6132         values.
6134 2010-03-29  Phil Hagelberg  <phil@evri.com>
6135             Chong Yidong  <cyd@stupidchicken.com>
6137         * subr.el: Extend progress reporters to perform "spinning".
6138         (progress-reporter-update, progress-reporter-do-update):
6139         Handle non-numeric value arguments.
6140         (progress-reporter--pulse-characters): New var.
6142 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
6144         * progmodes/compile.el (compilation-start): Fix regexp detection
6145         of initial cd command (Bug#5771).
6147 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
6149         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6151 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
6153         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6154         * progmodes/gdb-mi.el: Restore.
6155         * progmodes/gdb-ui.el: Remove.
6156         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6158 2010-03-25  Glenn Morris  <rgm@gnu.org>
6160         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6161         all dired buffers, even tramp ones.  (Bug#5755)
6163 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6165         Add "union tags" in mpc.el.
6166         * mpc.el: Remove backward compatibility code.
6167         (mpc-browser-tags): Change default.
6168         (mpc--find-memoize-union-tags): New var.
6169         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6170         (mpc-cmd-find): Handle the case where the playlist does not exist.
6171         Handle union-tags.
6172         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
6173         (mpc-cmd-add): Use mpc-cmd-flush.
6174         (mpc-tagbrowser-tag-name): New fun.
6175         (mpc-tagbrowser-buf): Use it.
6176         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
6178 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6180         Misc cleanup.
6181         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6182         Use replace-regexp-in-string.
6183         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6184         (makefile-imake-mode-syntax-table): Move init into defvar.
6185         (makefile-mode): Use define-derived-mode.
6187         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6188         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6189         not be present any more.
6191 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6193         * faces.el (set-face-attribute): Fix typo in docstring.
6194         (face-valid-attribute-values): Reflow docstring.
6196 2010-03-24  Glenn Morris  <rgm@gnu.org>
6198         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6200 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6202         * indent.el (indent-for-tab-command): Doc fix.
6204 2010-03-24  Alan Mackenzie  <acm@muc.de>
6206         * progmodes/cc-engine.el (c-remove-stale-state-cache):
6207         Fix off-by-one error.  Fixes bug #5747.
6209 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6211         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6212         (image-dired-read-comment): Doc fix.
6214         * json.el (json-object-type, json-array-type, json-key-type)
6215         (json-false, json-null, json-read-number):
6216         * minibuffer.el (completion-in-region-functions):
6217         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6218         (cal-tex-cursor-week):
6219         * emacs-lisp/trace.el (trace-function):
6220         * eshell/em-basic.el (eshell/printnl):
6221         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6222         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6223         * obsolete/levents.el (allocate-event, event-key, event-object)
6224         (event-point, event-process, event-timestamp, event-to-character)
6225         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6226         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6227         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6228         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6229         (reftex-highlight-selection): Fix typos in docstrings.
6231 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6233         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6235 2010-03-24  Glenn Morris  <rgm@gnu.org>
6237         * mail/rmail.el (rmail-highlight-face): Restore option deleted
6238         2008-02-13 without comment; mark it obsolete.
6239         (rmail-highlight-headers): Use rmail-highlight-face once more.
6241 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6243         * woman.el (woman2-process-escapes): Only consume the newline if
6244         the filler character is on a line by itself (Bug#5729).
6246 2010-03-24  Kenichi Handa  <handa@m17n.org>
6248         * language/indian.el (devanagari-composable-pattern): Add more
6249         consonants.
6251 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6253         * net/trampver.el: Update release number.
6255 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6257         * net/tramp.el (tramp-find-executable):
6258         Use `tramp-get-connection-buffer'.  Make the regexp for checking
6259         output of "wc -l" more robust.
6260         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6261         (tramp-open-connection-setup-interactive-shell): Remove workaround
6262         for OpenSolaris bug, it is not needed anymore.
6264 2010-03-24  Glenn Morris  <rgm@gnu.org>
6266         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
6268 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
6270         * files.el (auto-mode-alist): Accept more verilog file patterns.
6272 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6274         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6276 2010-03-24  Glenn Morris  <rgm@gnu.org>
6278         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6279         log-edit-before-checkin-process.
6281         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6283         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6285         * vc-dispatcher.el (vc-start-logentry): Doc fix.
6286         (log-view-process-buffer, log-edit-extra-flags): Declare.
6288         * log-edit.el (log-edit-before-checkin-process): Doc fix.
6290 2010-03-23  Sam Steingold  <sds@gnu.org>
6292         Fix bug#5620: recalculate all markers on compilation buffer
6293         modifications, not on file modifications.
6294         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6295         the buffer modification time, for buffers not associated with files.
6296         (compilation-mode): Create it.
6297         (compilation-filter): Update it.
6298         (compilation-next-error-function): Use it instead of
6299         `visited-file-modtime' for timestamp.
6301 2010-03-23  Juri Linkov  <juri@jurta.org>
6303         Implement Occur multi-line matches.
6304         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6306         * replace.el (occur): Doc fix.
6307         (occur-engine): Set `begpt' to the beginning of the first line.
6308         Set `endpt' to the end of the last match line.  At first, count
6309         line numbers between `origpt' and `begpt'.  Split out code from
6310         `out-line' variable to new let-bindings `match-prefix' and
6311         `match-str'.  In `out-line' add non-numeric prefix to all
6312         non-first lines of multi-line matches.  Finally, count lines
6313         between `begpt' and `endpt' and add to `lines'.
6315 2010-03-23  Juri Linkov  <juri@jurta.org>
6317         * replace.el (occur-accumulate-lines, occur-engine):
6318         Use `occur-engine-line' instead of duplicate code.
6319         (occur-engine-line): New function created from duplicate code
6320         in `occur-accumulate-lines' and `occur-engine'.
6322         * replace.el (occur-engine-line): Add optional arg `keep-props'.
6323         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6325 2010-03-23  Juri Linkov  <juri@jurta.org>
6327         * finder.el: Remove TODO tasks.
6329         * info.el (Info-finder-find-node): Add node "all"
6330         with all package info.  Handle a list of multiple keywords
6331         separated by comma.
6332         (info-finder): In interactive use with a prefix argument,
6333         use `completing-read-multiple' to read a list of keywords
6334         separated by comma.
6336 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6338         Add a new completion style `substring'.
6339         * minibuffer.el (completion-basic--pattern): New function.
6340         (completion-basic-try-completion, completion-basic-all-completions):
6341         Use it.
6342         (completion-substring--all-completions)
6343         (completion-substring-try-completion)
6344         (completion-substring-all-completions): New functions.
6345         (completion-styles-alist): New style `substring'.
6347 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6349         Get rid of .elc files after removal of the corresponding .el.
6350         * Makefile.in (compile-clean): New target.
6351         (compile-main): Use it.
6353 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
6355         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6356         don't do make there.  When compiling with separate object dir, there
6357         is no Makefile there.
6359 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6361         Get rid of the ELCFILES abomination, again.
6362         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6363         (all, compile): Don't call compile-last.
6364         (compile-main): Build the "elcfiles" list dynamically.
6365         (compile-targets): New (internal) target.
6367 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6369         * Makefile.in (top_srcdir): Define.
6370         (abs_top_builddir): Define.
6371         (srcdir): Don't append `/..'.
6372         (EMACS): Use ${abs_top_builddir}.
6373         (all, compile, compile-always, compile-last): Don't set emacswd.
6374         (update-subdirs, update-authors): Use $(top_srcdir) instead of
6375         $(srcdir).
6376         (lisp): Use $(srcdir) instead of @srcdir@.
6378 2010-03-21  Juri Linkov  <juri@jurta.org>
6380         Fix message of multi-line occur regexps and multi-buffer header lines.
6381         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6383         * replace.el (occur-1): Don't display regexp if it is longer
6384         than window-width.  Use `query-replace-descr' to display regexp.
6385         (occur-engine): Don't display regexp in the buffer header for
6386         multi-buffer occur.  Display a separate header line with total
6387         match count and regexp for multi-buffer occur.
6388         Use `query-replace-descr' to display regexp.
6390 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6392         * net/secrets.el: Fix parenthesis.
6393         (secrets-enabled): Fix parenthesis.
6395 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6397         Use more relative file and directory names.
6398         * Makefile.in (EMACS): Arrange for it to work when we chdir.
6399         (setwins, setwins_almost, setwins_for_subdirs):
6400         Don't `cd'; output relative names.
6401         (all, compile, compile-always, compile-last): Set emacswd.
6402         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6403         Just cd to the lisp source dir so we can use relative file names.
6405         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6407 2010-03-20  Glenn Morris  <rgm@gnu.org>
6409         * textmodes/rst.el: Use faces for font-lock customization, and make the
6410         old -face variables obsolete.
6411         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6412         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6413         (rst-block-face, rst-external-face, rst-definition-face)
6414         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6415         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6416         Make obsolete.
6417         (rst-font-lock-keywords-function): Update for above changes.
6419 2010-03-20  Juri Linkov  <juri@jurta.org>
6421         * s-region.el:
6422         * obsolete/s-region.el: Move to obsolete.
6424 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
6426         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6428 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6430         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6432 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6434         Add special markup processing for commit logs.
6435         * log-edit.el (log-edit-extra-flags): New variable.
6436         (log-edit): Add new argument MODE.  Use that mode when non-nil
6437         instead of the log-view-mode.
6438         (log-view-process-buffer): New function.
6440         * vc.el: Document that the checkin method takes optional
6441         arguments.  Document new backend specific method: log-view-mode.
6442         (vc-default-log-edit-mode): New function.
6443         (vc-checkin): Use a backend specific log-view-mode.
6444         Pass extra arguments to the checkin method.
6445         (vc-modify-change-comment): Pass a dummy extra argument.
6447         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6448         log-edit.
6449         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6450         (vc-finish-logentry): Process the log buffer before passing it
6451         down.  Pass log-edit-extra-flags.
6453         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6454         command.
6455         (log-edit-extra-flags, log-edit-before-checkin-process):
6456         New declarations.
6458         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6459         command.
6460         (log-edit-extra-flags, log-edit-before-checkin-process):
6461         New declarations.
6462         (vc-hg-log-edit-mode): New derived mode.
6464         * vc-arch.el (vc-arch-checkin):
6465         * vc-cvs.el (vc-cvs-checkin):
6466         * vc-git.el (vc-git-checkin):
6467         * vc-mtn.el (vc-mtn-checkin):
6468         * vc-rcs.el (vc-rcs-checkin):
6469         * vc-sccs.el (vc-sccs-checkin):
6470         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6472 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6474         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6475         parent typo).
6477 2010-03-19  Glenn Morris  <rgm@gnu.org>
6479         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6481 2010-03-18  Glenn Morris  <rgm@gnu.org>
6483         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6485         * replace.el (query-replace-history): Give it a doc string.
6486         (map-query-replace-regexp): Use query-replace-from-history-variable
6487         and query-replace-to-history-variable.
6489         * mail/hashcash.el (declare-function): Remove duplicate definition.
6491         * mail/emacsbug.el (report-emacs-bug-pretest-address):
6492         Make it an obsolete alias for report-emacs-bug-address.
6493         (message-strip-special-text-properties): Declare.
6494         (report-emacs-bug): Remove test for a pretest bug address.
6495         Combine message-mode-specific code.
6497         * mail/supercite.el: Don't require sendmail.
6498         (mh-in-header-p): Declare rather than using with-no-warnings.
6499         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6500         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
6502         * calendar/cal-french.el: Convert to utf-8.
6504         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6505         Emacs scripts.
6507 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
6509         * net/secrets.el (secrets-enabled): New variable.  Use it instead
6510         of a subfeature.
6512 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
6514         * net/secrets.el (top): Register the D-Bus signals only when the
6515         service "org.freedesktop.secrets" can be pinged.
6516         Provide subfeature `enabled'.
6518 2010-03-14  Juri Linkov  <juri@jurta.org>
6520         Add finder unknown keywords.
6522         * finder.el (finder-unknown-keywords): New function.
6524         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6525         to create a Finder node with unknown keywords.
6527 2010-03-14  Juri Linkov  <juri@jurta.org>
6529         * finder.el (finder-compile-keywords): Replace `princ' with
6530         `prin1' on a list of symbols interned from keyword strings.
6532         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6533         a comma, then split keywords using a comma and optional whitespace.
6534         Otherwise, split by whitespace.
6536         * complete.el:
6537         * face-remap.el:
6538         * log-view.el:
6539         * net/hmac-def.el:
6540         * net/hmac-md5.el:
6541         * net/netrc.el:
6542         * progmodes/mixal-mode.el: Fix keywords.
6544 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
6546         * Makefile.in (ELCFILES): Add net/secrets.elc.
6548         * net/secrets.el: New file.
6550 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6552         * facemenu.el (list-colors-display, list-colors-print): New arg
6553         callback.  Use it to allow selecting colors.
6555         * wid-edit.el (widget-image-insert): Insert image prop even if the
6556         current display is non-graphic.
6557         (widget-field-value-set): New fun.
6558         (editable-field): Use it.
6559         (widget-field-value-get): Clean up unused var.
6560         (widget-color-value-create, widget-color--choose-action):
6561         New funs.  Allow using list-colors-display to choose color.
6563 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6565         * cus-edit.el: Resort topmost custom groups.
6566         (custom-buffer-sort-alphabetically): Default to t.
6567         (customize-apropos): Use apropos-parse-pattern.
6568         (custom-search-field): New var.
6569         (custom-buffer-create-internal): Add custom-apropos search field.
6570         (custom-add-parent-links): Don't display parent doc.
6571         (custom-group-value-create): Don't sort top-level custom group.
6572         (custom-magic-value-create): Show visibility button before option name.
6574         (custom-variable-state): New fun, from custom-variable-state-set.
6575         (custom-variable-state-set): Use it.
6576         (custom-group-value-create): Hide options with standard values
6577         using the :hidden-states property.  Use progress reporter.
6579         (custom-show): Simplify.
6580         (custom-visibility): Disable images by default.
6581         (custom-variable): New property :hidden-states.
6582         (custom-variable-value-create): Enable images for
6583         custom-visibility widgets.  Use :hidden-states property to
6584         determine initial visibility.
6586         * wid-edit.el (widget-image-find): Give images center ascent.
6587         (visibility): Add :on-image and :off-image properties.
6588         (widget-visibility-value-create): Use them.
6590 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6592         * cus-edit.el (processes): Remove from development group.
6593         (oop, hypermedia): Delete group.
6594         (comm): Promote to top-level group.
6596         * net/browse-url.el (browse-url):
6597         * net/xesam.el (xesam):
6598         * net/tramp.el (tramp):
6599         * net/goto-addr.el (goto-address):
6600         * net/ange-ftp.el (ange-ftp): Put in comm group.
6602         * view.el (view): Remove from editing group.
6604         * uniquify.el (uniquify): Put in files group.
6606         * net/browse-url.el (browse-url):
6607         * ps-print.el (postscript): Put in external group.
6609         * cus-edit.el (outlines):
6610         * textmodes/text-mode.el (text-mode-hook):
6611         * textmodes/table.el (table):
6612         * textmodes/picture.el (picture):
6613         * outline.el (outlines): Put in wp group.
6615         * nxml/nxml-mode.el (nxml): Remove from wp group.
6617         * net/tramp-imap.el (tramp-imap): Put in tramp group.
6619         * mail/metamail.el (metamail): Remove from hypermedia group.
6621         * cus-edit.el (abbrev):
6622         * whitespace.el (whitespace):
6623         * vcursor.el (vcursor):
6624         * reveal.el (reveal):
6625         * hl-line.el (hl-line): Put in convenience group.
6627         * epg-config.el (epg): Put in data group.
6629         * emulation/pc-select.el (pc-select): Put in emulations group.
6631         * calculator.el (calculator): Put in applications group.
6633 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6635         Add .dir-locals.el support for file-less buffers.
6636         * files.el (hack-local-variables): Split out code to apply local
6637         variable settings ...
6638         (hack-local-variables-apply): ... here.  New function.
6639         (hack-dir-local-variables): Use the default directory for when the
6640         buffer does not have an associated file.
6641         (hack-dir-local-variables-non-file-buffer): New function.
6642         * diff-mode.el (diff-mode):
6643         * vc-annotate.el (vc-annotate-mode):
6644         * vc-dir.el (vc-dir-mode):
6645         * log-edit.el (log-edit-mode):
6646         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6648 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6650         Add support for shelving snapshots and for showing shelves.
6651         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6652         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6653         New functions.
6654         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6655         (vc-bzr-extra-menu-map): Map them.
6657 2010-03-11  Glenn Morris  <rgm@gnu.org>
6659         * cus-edit.el (customize-changed-options-previous-release):
6660         Bump to 23.1.
6662         * image.el (image-animate-max-time): Fix :version tag.
6664 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6666         * Branch for 23.2.
6668 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6670         * vc-git.el (vc-git-revision-table): Include remote branches.
6672 2010-03-10  Kim F. Storm  <storm@cua.dk>
6674         Animated image API.
6675         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6677         * image.el (image-animate-max-time): New defcustom.
6678         (image-animated-types): New defconst.
6679         (create-animated-image, image-animate-timer)
6680         (image-animate-start, image-animate-stop, image-animate-timeout)
6681         (image-animated-p): New functions.
6683         * image-mode.el (image-toggle-display-image):
6684         Replace `create-image' with `create-animated-image'.
6686 2010-03-09  Miles Bader  <miles@gnu.org>
6688         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6689         instead of "format:"; this ensures that the output is
6690         newline-terminated.
6692 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
6694         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6695         that all errors are caught, and that the return value is always a
6696         list (Bug#5692).
6698 2010-03-08  Kenichi Handa  <handa@m17n.org>
6700         * language/misc-lang.el (windows-1256): New coding system.
6701         (cp1256): New alias of windows-1256 (bug#5690).
6703 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6705         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6706         call to rfc822-bad-address.  (Bug#5692)
6708 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6710         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6711         Use vc-git-root as default directory for revision path (Bug#5657).
6713 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
6715         * calculator.el (calculator): Don't bind split-window-keep-point
6716         (Bug#5674).
6718 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6720         * vc-git.el: Re-flow to fit into 80 columns.
6721         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6722         Remove spurious `quote' element in each case alternative.
6723         (vc-git-show-log-entry): Use prog1.
6724         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6726 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6728         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6730 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6732         * macros.el (insert-kbd-macro): Look up keyboard macro using the
6733         definition, not the name (Bug#5481).
6735 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6737         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6738         argument with a local variable.  (Bug#5670)
6740 2010-03-02  Juri Linkov  <juri@jurta.org>
6742         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
6744 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
6746         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6747         error when FILENAME and NEWNAME are existing remote directories.
6749         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6750         parameter DIR-FLAG.
6752 2010-03-02  Glenn Morris  <rgm@gnu.org>
6754         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6755         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6757 2010-03-01  Kenichi Handa  <handa@m17n.org>
6759         * language/burmese.el (burmese-composable-pattern): Rename from
6760         myanmar-composable-pattern.
6762         * international/characters.el (script-list):
6763         * international/fontset.el (script-representative-chars):
6764         Change myanmar to burmese.
6765         (otf-script-alist): Likewise.
6766         (setup-default-fontset): Likewise.  Re-fix :otf spec.
6768 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6770         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6772 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
6774         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6776 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6778         * net/tramp.el (tramp-handle-write-region): START can be a string.
6779         Take care in the checks.  Reported by Dan Davison
6780         <davison@stats.ox.ac.uk>.
6782 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6784         * net/dbus.el (dbus-introspect, dbus-get-property)
6785         (dbus-set-property, dbus-get-all-properties):
6786         Use `dbus-call-method' when noninteractive.  (Bug#5645)
6788 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6790         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6791         * emacs-lisp/elint.el (elint-add-required-env):
6792         * calendar/icalendar.el (icalendar--add-diary-entry):
6793         * calc/calcalg2.el (math-tracing-integral):
6794         * files.el (recover-session-finish): Use with-current-buffer
6795         instead of save-excursion.
6797 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6799         Fix in-buffer completion when after-change-functions modify the buffer.
6800         * minibuffer.el (completion--replace): New function.
6801         (completion--do-completion): Use it and use relative movement.
6803 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6805         * international/fontset.el (setup-default-fontset): Fix :otf spec.
6807 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
6809         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6810         Allow the characters _<> in the stack entry (Bug#5653).
6812 2010-02-26  Kenichi Handa  <handa@m17n.org>
6814         * language/burmese.el: Fix entries in composition-function-table.
6815         (myanmar-composable-pattern): New variable.
6817         * international/fontset.el (setup-default-fontset): Add an entry
6818         for myanmar.
6820         * international/characters.el (script-list): Add Myanmar
6821         Extended-A.
6823 2010-02-26  Glenn Morris  <rgm@gnu.org>
6825         * custom.el (custom-initialize-delay): Doc fix.
6827         * mail/sendmail.el (send-mail-function): Autoload the call
6828         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6830 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
6832         * files.el (hack-local-variables-filter): For eval forms, also
6833         check safe-local-variable-p (Bug#5636).
6835 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
6837         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6838         setting the modes by `ignore-errors'.  It might fail, for example
6839         if the file is not owned by the user but the group.
6840         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6842 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6844         * files.el (directory-listing-before-filename-regexp): Use
6845         stricter matching for iso-style dates, to avoid false matches with
6846         date-like filenames (Bug#5597).
6848         * htmlfontify.el (htmlfontify): Doc fix.
6850         * eshell/eshell.el (eshell): Doc fix.
6852         * startup.el (fancy-about-screen): In mode-line, apply
6853         mode-line-buffer-id face only to the buffer name (Bug#5613).
6855 2010-02-20  Kevin Ryde  <user42@zip.com.au>
6857         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6858         In `watcom' anchor regexp to start of line, to avoid slowness
6859         (Bug#5599).
6861 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
6863         * subr.el (remove-yank-excluded-properties): Explain in a comment
6864         why `category' property is removed.
6866 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
6868         * isearch.el (isearch-update-post-hook, isearch-update): Revert
6869         2010-02-17 change.
6871 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
6873         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6874         (icalendar--convert-weekly-to-ical)
6875         (icalendar--convert-yearly-to-ical)
6876         (icalendar--convert-block-to-ical)
6877         (icalendar--convert-cyclic-to-ical)
6878         (icalendar--convert-anniversary-to-ical): Take care of time
6879         specifications where hour has 1-digit only (Bug#5549).
6881 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
6883         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6884         of disassemble output in GDB 7.1.
6886 2010-02-19  Glenn Morris  <rgm@gnu.org>
6888         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6889         property.  (Bug#5593)
6891 2010-02-18  Sam Steingold  <sds@gnu.org>
6893         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6895 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6897         Use abbreviated file names in bookmarks (bug#5591).
6898         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6899         calls to expand-file-name.
6900         (bookmark-relocate): Use abbreviated file names in bookmarks.
6901         (bookmark-load): Use abbreviated file names in messages.
6903 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6905         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6906         expand "." and "..".  Reported by Thierry Volpiatto
6907         <thierry.volpiatto@gmail.com>.
6909 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6911         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6912         permissions of the temporary file to "0600".  In case the remote
6913         file has no read permissions for the owner, there might be
6914         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
6916 22010-02-18  Glenn Morris  <rgm@gnu.org>
6918         * emacs-lisp/authors.el (authors-renamed-files-alist):
6919         Add entries for INSTALL.CVS.
6921 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
6923         * vc-bzr.el: Fix typo in Known Bugs section.
6925         * isearch.el (isearch-update-post-hook): New hook.
6926         (isearch-update): Use the new hook.
6928 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
6930         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6931         Fix errors in copying directories.
6932         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6933         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6934         (tramp-handle-delete-file)
6935         (tramp-handle-dired-recursive-delete-directory)
6936         (tramp-handle-write-region): Flush also the cache for the upper
6937         directory.
6939 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
6941         * simple.el (save-interprogram-paste-before-kill): Doc fix.
6943         * cus-edit.el (hardware): Doc fix.
6945         * man.el (man): Add to external custom group.
6947         * delim-col.el (columns): Move to wp custom group.
6949         * doc-view.el (doc-view): Add to data custom group.
6951         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
6953         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
6954         by ispell-parse-output (Bug#5575).
6956 2010-02-16  Kenichi Handa  <handa@m17n.org>
6958         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6959         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6960         (skkdic-convert): Use `euc-japan' coding system for writing.
6962 2010-02-16  Glenn Morris  <rgm@gnu.org>
6964         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6965         tex-main-file before using it.  (Bug#5562)
6967 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6969         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6970         warnings, since it is annoying for the user to see them each time he
6971         runs the code.
6973 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
6975         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6976         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6977         instead of PROC for caching "first-password-request".  Otherwise,
6978         new processes would not profit from passwords already entered.
6980         * net/tramp-cache.el (tramp-dump-connection-properties):
6981         Don't save "first-password-request" property.
6983 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
6985         * outline.el (outline-head-from-level):
6986         * simple.el (with-wrapper-hook):
6987         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6988         (elint-defun, elint-buffer-env, elint-top-form-logged)
6989         (elint-unbound-variable):
6990         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6991         Fix typos in docstrings.
6993 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
6995         * files.el (insert-directory): When WILDCARD-REGEXP and
6996         FULL-DIRECTORY-P are nil, insert the file entry instead of the
6997         whole directory.  (Bug#5551)
6999         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
7000         dired's alignment sanity.  (Bug#5516)
7002 2010-02-14  Juri Linkov  <juri@jurta.org>
7004         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7005         Remove remaining ^H with their preceding chars.  (Bug#5566)
7007 2010-02-13  Glenn Morris  <rgm@gnu.org>
7009         * simple.el (transpose-subr): Give it a doc-string.
7011         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7012         Doc fixes.
7014 2010-02-12  Juri Linkov  <juri@jurta.org>
7016         * arc-mode.el (archive-unique-fname): Make directories for nested
7017         archives.  (Bug#5540)
7019 2010-02-12  Juri Linkov  <juri@jurta.org>
7021         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
7023 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7025         * subr.el (copy-overlay): Handle deleted overlays.
7027         * man.el (Man-completion-table): Don't signal an error if we can't run
7028         manual-program (bug#4056).
7030 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
7032         * textmodes/artist.el (artist-mt): Fix typos in docstring.
7034 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7036         * info.el (Info-bookmark-jump): Simplify.
7038         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7039         (bookmark-default-handler): Accept new bookmark field `buffer'.
7041 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
7043         * iswitchb.el (iswitchb-completions): Revert last change.
7045 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
7047         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7048         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7049         This prevents file names like "~/" being listed literally.
7051 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
7053         * term/xterm.el (xterm-maybe-set-dark-background-mode):
7054         Remove dead code.  (Bug#5546)
7056 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
7058         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7059         correctly (Bug#5548).
7061 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
7063         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7064         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7066 2010-02-08  Kenichi Handa  <handa@m17n.org>
7068         * international/mule-util.el (with-coding-priority): Add autoload
7069         cookie for putting `lisp-indent-function'.
7071 2010-02-07  Glenn Morris  <rgm@gnu.org>
7073         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7074         Move F2003 named interfaces from keywords-2 to keywords-1, and
7075         use function-name-face rather than constant-face.
7076         Simplify "abstract interface" regexp.
7078 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
7080         * eshell/esh-util.el (eshell-file-attributes): New optional arg
7081         ID-FORMAT.  Pass it to `file-attributes'.
7083         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7085 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
7087         * faces.el (set-face-attribute): Allow calling
7088         internal-set-lisp-face-attribute with 'unspecified family and
7089         foundry argument (Bug#5536).
7091 2010-02-07  Glenn Morris  <rgm@gnu.org>
7093         * progmodes/f90.el (f90-font-lock-keywords-2)
7094         (f90-looking-at-type-like, f90-looking-at-program-block-end):
7095         Handle F2003 named interfaces.
7097 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
7099         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7100         beg and end before calling c-get-state-before-change-functions.
7102 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
7104         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7106 2010-02-05  Juri Linkov  <juri@jurta.org>
7108         * doc-view.el (doc-view-mode):
7109         * image-mode.el (image-mode): Put property mode-class=special.
7110         (Bug#4896)
7112 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
7114         * vc-svn.el (vc-svn-revision-table): New function.
7116 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
7118         * net/ange-ftp.el (ange-ftp-insert-directory):
7119         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7120         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7121         Handle also directories.  (Bug#5478)
7123 2010-02-05  Glenn Morris  <rgm@gnu.org>
7125         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7127 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
7129         * startup.el (command-line-1): Convert options beginning with a
7130         single dash as well (Bug#5519).
7132 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7134         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7135         * minibuffer.el (completion-initials-expand): Only check the presence
7136         of delims *within* the boundaries, since otherwise the / delim is
7137         always found for files.
7139         Fix up various corner case problems.
7140         * doc-view.el (doc-view-last-page-number): New function.
7141         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7142         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7143         (doc-view-kill-proc): Avoid inf-loop in freak cases.
7144         (doc-view-reconvert-doc): Use the new recursive delete-directory.
7145         (doc-view-convert-current-doc): Don't create the resolution.el file
7146         here any more.
7147         (doc-view-pdf/ps->png): Do it here instead.
7148         (doc-view-already-converted-p): Check that resolution.el is present.
7149         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7150         windows that are not yet showing images.
7152 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
7154         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7155         `dired-uncache' for every elemnt which is an absolute file name.
7157         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7158         directory, handle its directory component.
7159         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7160         function is called permanently and creates noise, otherwise.
7162         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7163         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7164         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
7166 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
7168         * macros.el (apply-macro-to-region-lines):
7169         Minor simplification.  (Bug#5485)
7171 2010-02-04  Glenn Morris  <rgm@gnu.org>
7173         * mail/rmail.el (rmail-show-message-1): Handle malformed
7174         quoted-printable text.  (Bug#5441)
7176         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7178         * simple.el (visual-line-mode): Capitalize lighter.
7180 2010-02-03  John Wiegley  <jwiegley@gmail.com>
7182         * iswitchb.el (iswitchb-completions): Add bookmark files to the
7183         list of files considered for "virtual buffer" completions.
7185 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
7187         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7188         also in case of (and (not full) (not wildcard)).  This is needed
7189         when dired is called with a list of files, which are not in
7190         `default-directory'.  (Bug#5478)
7192 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7194         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7196 2010-02-02  Juri Linkov  <juri@jurta.org>
7198         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7199         from unidiff to allow function-line after @@.
7201 2010-02-02  Juri Linkov  <juri@jurta.org>
7203         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7204         '(RCS SCCS) with inverted condition.
7206 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
7208         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7209         messages.
7211 2010-02-01  Juri Linkov  <juri@jurta.org>
7213         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7214         compare with "pkunzip" and "pkzip" instead of only "pkzip".
7215         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7216         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
7218 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7220         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7221         (doc-view-revert-buffer): New command.
7222         (doc-view-mode-map): Use it.
7224 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7226         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7227         pending merge is detected.
7229 2010-01-31  Juri Linkov  <juri@jurta.org>
7231         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7232         beginning of interactive spec like all other grep commands do.
7233         Put "all" in front of "gz".  (Bug#5260)
7235 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
7237         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7239 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
7241         * dirtrack.el (dirtrack): Warn instead of signalling error if the
7242         regexp is incorrect (Bug#5476).
7244 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
7246         * net/tramp.el (tramp-handle-insert-directory): Handle also
7247         symlinks, when FILENAME is not in `default-directory'.
7249 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7251         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7252         FILE is not in `default-directory'.  (Bug#5478)
7254         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7255         of SWITCHES.  Handle the case, FILENAME is not in
7256         `default-directory'.  (Bug#5478)
7257         (tramp-register-file-name-handlers): Add safe-magic property.
7259 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
7261         * arc-mode.el (archive-zip-extract): Quote the argument passed to
7262         unzip (Bug#5475).
7264 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
7266         * progmodes/flymake.el (flymake-allowed-file-name-masks)
7267         (flymake-master-make-header-init): Add other C++ filename masks.
7268         (flymake-find-possible-master-files)
7269         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7271 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7273         Fix some busybox annoyances.
7275         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7276         not responding." string.
7277         (tramp-open-connection-setup-interactive-shell): Dump stty
7278         settings.  Enable "neveropen" arg for all `tramp-send-command'
7279         calls.  Handle "=" in variable values properly.
7280         (tramp-find-inline-encoding): Raise an error, when no encoding is
7281         found.
7282         (tramp-wait-for-output): Check, whether PROC buffer is available.
7283         Remove spurious " ^H" sequences, sent by busybox.
7284         (tramp-get-ls-command): Suppress coloring, if possible.
7286 2010-01-28  Glenn Morris  <rgm@gnu.org>
7288         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
7290         * log-edit.el (log-edit-strip-single-file-name): Add missing
7291         :safe, :group, and :version tags.
7293 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
7295         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7296         buffers.  (Bug#5477)
7298 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
7300         * files.el (delete-directory): Handle moving to trash without
7301         first doing recursion (Bug#5436).
7303 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
7305         * vc-hooks.el (vc-path): Mark as obsolete.
7307 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
7309         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7310         names too.
7312         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7313         for the short log.
7314         (vc-bzr-log-view-mode): Adjust regexp for the above change.
7316 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
7318         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7320         * vc-bzr.el (vc-bzr-revision-table): New function.
7322 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
7324         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7325         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
7327 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7329         Remove support for adding --signoff on commit.
7330         Future support will use an incompatible generic mechanism.
7331         * vc-git.el (vc-git-add-signoff): Remove variable.
7332         (vc-git-toggle-signoff): Remove function.
7333         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7335         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7336         from xterm-set-background-mode.  Return t if the background mode
7337         was set.
7338         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7339         earlier, call it again in case the background mode has changed.
7341 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
7343         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7344         (Bug#3541).
7346 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
7348         * emacs-lisp/assoc.el (aelement): Doc fix.
7349         (aput, adelete, amake): Use lexical-let (Bug#5450).
7351 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
7353         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7354         is the same as subprogram call, not declaration.  (Bug#5435).
7356 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
7358         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7359         (tramp-smb-maybe-open-connection): Use it.
7361 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
7363         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
7365 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7367         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7368         just because we see "encoding: 8bit".
7369         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7371 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
7373         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7375 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
7377         * jka-compr.el (jka-compr-load): If load-file is not in
7378         load-history, try its file-truename version.  (bug#5447)
7380 2010-01-21  Alan Mackenzie  <acm@muc.de>
7382         Fix a situation where deletion of a cpp construct throws an error.
7383         * progmodes/cc-engine.el (c-invalidate-state-cache):
7384         Before invoking c-with-all-but-one-cpps-commented-out, check that the
7385         special cpp construct is still in the buffer.
7386         (c-parse-state): Record the special cpp with markers, not numbers.
7388 2010-01-21  Kenichi Handa  <handa@m17n.org>
7390         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7391         process last-command-event, as it is now decoded first (Bug#5380).
7393 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
7395         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7397 2010-01-20  Glenn Morris  <rgm@gnu.org>
7399         * indent.el (tab-always-indent): Fix custom-type.
7401 2010-01-19  Alan Mackenzie  <acm@muc.de>
7403         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7404         buffer throws "args out of range".
7405         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7406         playing the role of delimiter.
7408 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
7410         * progmodes/ada-mode.el: Fix bug#5400.
7411         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7412         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7413         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
7414         Improve comments in "is" portion.  Handle null procedure declaration.
7415         (ada-move-to-end): Improve doc string.
7417 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
7419         * ido.el (ido-cur-list): Initialize to nil.
7420         Remove obsolete information from commentary.
7421         (ido-choice-list): Initialize to nil.
7422         (ido-get-bufname): Reject minibuffers.
7423         (ido-make-buffer-list): If "default" is a nonexistent
7424         buffer, ignore it, as per the function's comment.
7425         (ido-kill-buffer-internal): New function.
7426         (ido-kill-buffer-at-head): Use it.
7427         (ido-visit-buffer): Likewise.
7429 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7431         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7433 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
7435         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7436         Fix typos in chart titles.
7438         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7439         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7440         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7441         (describe-class, eieio-describe-generic, describe-generic):
7442         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7443         (eieio-speedbar-expand):
7444         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7445         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7446         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7447         (viper-del-backward-char-in-replace, viper-backward-indent)
7448         (viper-brac-function, viper-register-to-point, viper-submit-report):
7449         * net/tramp.el (tramp-remote-coding-commands):
7450         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7451         Fix typos in docstrings.
7453 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7455         * mail/sendmail.el (mail-yank-original): Set the mark if the
7456         specified function for yanking does not do it.
7458 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
7460         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
7462         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7463         resyncing a directory.
7465 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
7467         * progmodes/ada-mode.el: Fix bug#1920.
7468         (ada-ident-re): Delete ., allow multibyte characters.
7469         (ada-goto-label-re): New; matches goto labels.
7470         (ada-block-label-re): New; matches block labels.
7471         (ada-label-re): New; matches both.
7472         (ada-named-block-re): Deleted; callers changed to use
7473         `ada-block-label-re' instead.
7474         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7475         Use `ada-block-label-re'.
7476         (ada-indent-on-previous-lines): Improve handling of goto labels.
7477         (ada-get-indent-block-start): Special-case block label.
7478         (ada-get-indent-label): Split into `ada-indent-block-label' and
7479         `ada-indent-goto-label'.
7480         (ada-goto-stmt-start, ada-goto-next-non-ws):
7481         Optionally ignore goto labels.
7482         (ada-goto-next-word): Simplify.
7483         (ada-indent-newline-indent-conditional): Insert newline before
7484         trying to fix indentation; doc fix.
7486 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
7488         * calc/calc.el (calc-command-flags): Give it an initial value.
7490 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7492         * files.el (minibuffer-with-setup-hook):
7493         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7494         (artist-key-draw-continously, artist-key-do-continously-continously)
7495         (artist-key-set-point-continously, artist-mouse-draw-continously):
7496         Fix typos in docstrings.
7498 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
7500         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7501         return t (Bug#3898).
7503 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
7505         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7506         can parse the output of the external commands (Bug#5279).
7508 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
7510         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7512 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
7514         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7516         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7518         * startup.el (command-line): Remove unused --icon-type arg.
7519         Handle --display arg, passing it to command-line-1 (Bug#5392).
7521 2010-01-16  Mario Lang  <mlang@delysid.org>
7523         * emacs-lisp/chart.el (chart-translate-namezone):
7524         * textmodes/artist.el (artist-compute-popup-menu-table):
7525         Remove duplicated words in doc-strings.
7527 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
7529         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7530         to mairix-search to suppress threading (Bug#5342).
7532 2010-01-15  Kenichi Handa  <handa@m17n.org>
7534         * international/mule-cmds.el (canonicalize-coding-system-name):
7535         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7537 2010-01-15  Glenn Morris  <rgm@gnu.org>
7539         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
7541         * wid-edit.el (widget-keymap): Doc fix.
7543         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7544         former seems to be more widely accepted by various svn versions.
7546 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7548         * find-cmd.el (find-constituents):
7549         * vc-arch.el (vc-arch-root):
7550         * window.el (window-body-height, pop-up-frames):
7551         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7552         * progmodes/ada-stmt.el (ada-if):
7553         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7554         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7555         (ispell-encoding8-command, ispell-aspell-supports-utf8)
7556         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7558         * progmodes/flymake.el (flymake-post-syntax-check):
7559         Fix typo in error message.
7561 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7563         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7564         which is always a string.  (Bug#5313)
7566 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7568         * progmodes/ada-xref.el (ada-default-prj-properties):
7569         Simplify previous change.
7571 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7573         * progmodes/ada-xref.el (ada-default-prj-properties):
7574         Default ada_project_path to $ADA_PROJECT_PATH.
7576 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7578         * progmodes/ada-mode.el (ada-create-keymap):
7579         Override `narrow-to-defun' with `ada-narrow-to-defun'.
7581 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7583         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7584         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7585         (ada-get-current-indent, ada-imenu-generic-expression)
7586         (ada-which-function): Check for it.
7588 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7590         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7591         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7593 2010-01-14  Glenn Morris  <rgm@gnu.org>
7595         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
7597 2010-01-14  Kenichi Handa  <handa@m17n.org>
7599         * composite.el (auto-composition-mode): Make it a buffer local
7600         variable (permanent-local).
7601         (auto-composition-function): Set the default value to
7602         auto-compose-chars.
7603         (auto-composition-mode): Make it a simple function, not a minor mode.
7604         (global-auto-composition-mode): Likewise.
7605         (turn-on-auto-composition-if-enabled): Delete it.
7607 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
7609         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7611 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
7613         * files.el (copy-directory): Compute target for recursive
7614         directories with identical names.  (Bug#5343)
7616 2010-01-12  Glenn Morris  <rgm@gnu.org>
7618         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7619         it to bug-gnu-emacs rather than emacs-pretest-bug.
7621 2010-01-11  Sam Steingold  <sds@gnu.org>
7623         * imenu.el (imenu-default-create-index-function): Detect infinite
7624         loops caused by imenu-prev-index-position-function.
7626 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7628         * htmlfontify.el (htmlfontify-load-rgb-file)
7629         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7630         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7631         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7632         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7633         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7634         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7635         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7636         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7637         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7638         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7639         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7640         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7641         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7642         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7643         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7644         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7645         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7646         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7647         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7648         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7649         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7650         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7651         backslash-quoting from parentheses, etc.
7653 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
7655         * progmodes/js.el: Autoload javascript-mode alias.
7657 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7659         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7660         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7661         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7662         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7663         Fix typos in docstrings.
7664         (ffap-url-regexp): Doc fix.
7665         (ffap-at-mouse): Fix typo in message.
7667 2010-01-11  Glenn Morris  <rgm@gnu.org>
7669         * version.el (emacs-copyright): Set copyright year to 2010.
7671 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7673         * format.el (format-annotate-function): Only set
7674         write-region-post-annotation-function after running to-fn so as not to
7675         affect nested write-region calls (bug#5273).
7677 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
7679         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7680         wisent/python.el.
7682 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7684         * man.el (Man-goto-section): Signal error if the section is not
7685         found (Bug#5317).
7687 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
7689         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7690         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
7692 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7694         * progmodes/compile.el: Don't treat compile-command as safe if
7695         compilation-read-command might be nil (Bug#4218).
7697 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
7699         * startup.el (command-line-1): Use orig-argi to check for ignored X and
7700         NS options.
7702 2010-01-08  Kenichi Handa  <handa@m17n.org>
7704         * international/fontset.el (build-default-fontset-data):
7705         Exclude characters in scripts kana, hangul, han, or cjk-misc.
7707 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
7709         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7710         to `create-file-buffer' as it expects, not just a buffer name.
7711         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7712         to help uniquify.  (Bug#3224)
7714 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
7716         * font-setting.el (font-setting-change-default-font): Use user-spec
7717         instead of name.
7719 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7721         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7723 2010-01-05  Tom Tromey  <tromey@redhat.com>
7725         * progmodes/python.el (python-font-lock-keywords):
7726         Handle qualified decorators (Bug#881).
7728 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7730         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7731         in a lightweight checkout.
7733 2010-01-05  Kenichi Handa  <handa@m17n.org>
7735         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7737 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7739         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7741 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7743         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7744         checkouts.  (Bug#618)
7745         (vc-bzr-log-view-mode): Also highlight the author.
7746         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7747         (vc-bzr-shelve-menu-map):
7748         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7749         (vc-bzr-shelve-apply): Make prompt more explicit.
7751 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7753         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7754         They are valid characters in URL paths (rfc3986), and at least
7755         Firefox does not understand the encoded version (Bug#3166).
7757 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
7759         * progmodes/octave-mod.el (octave-end-keywords)
7760         (octave-block-begin-or-end-regexp, octave-block-match-alist):
7761         Add "end" keyword (Bug#3061).
7762         (octave-end-as-array-index-p): New function.
7763         (calculate-octave-indent): Use it.
7765 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7767         * bookmark.el: Consistently put the text property on the bookmark name.
7768         (bookmark-bmenu-marks-width): Bump back to 2, to include
7769         annotation marks.
7770         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7771         property on the bookmark name, instead of not putting it at all.
7772         (bookmark-bmenu-list): Fix where we put the text property.
7774 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7776         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7777         for showing buffer modified state (as added in the previous change).
7779 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7781         * bookmark.el: Show modified state of bookmark buffer more accurately.
7782         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7783         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7784         (with-buffer-modified-unmodified): New macro.
7785         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7786         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7787         Use new macro to preserve the buffer modified state.
7789 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7791         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
7792         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7793         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7794         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7795         (bookmark-bmenu-rename, bookmark-bmenu-locate)
7796         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7797         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
7799 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7801         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7802         Make the lines in the generated doc string shorter.  (Bug#4668)
7804 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
7806         * net/rcirc.el: Add follow-link binding (Bug#4738).
7808 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7810         * Makefile.in (bzr-update): Rename from cvs-update.
7811         (cvs-update): New target for backward compatibility.
7813         * makefile.w32-in (bzr-update): Rename from cvs-update.
7814         (cvs-update): New target for backward compatibility.
7816 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7818         * bookmark.el: Remove gratuitous gratitude.
7820 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7822         * bookmark.el (bookmark-bmenu-any-marks): New function.
7823         (bookmark-bmenu-save): Clear buffer modification if no marks.
7825 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7827         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
7828         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7829         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7830         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7832         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7833         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7834         To: emacs-devel {_AT_} gnu.org
7835         Subject: bookmark.el bug report
7836         Date: Mon, 28 Dec 2009 14:19:16 +0800
7837         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7839 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7841         * bookmark.el: Improvements suggested by Drew Adams:
7842         (bookmark-bmenu-ensure-position): New name for
7843         `bookmark-bmenu-check-position'.  Just ensure the position,
7844         don't return any meaningful value.
7845         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7846         New constants.
7848 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
7850         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7851         (bookmark-yank-point, bookmark-bmenu-check-position):
7852         Fix typos in docstrings.
7853         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7854         (bookmark-name-from-full-record, bookmark-get-position)
7855         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7856         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7857         Remove useless quoting of parenthesis, etc. in docstrings.
7859         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7860         (ediff-append-custom-diff): Fix typo in error message.
7861         (ediff-meta-mark-equal-files): Fix typos in messages.
7863         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7865         * net/imap-hash.el (imap-hash-make): Doc fix.
7866         (imap-hash-test): Fix typo in error message; reflow docstring.
7867         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7868         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7869         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7870         Fix typos in docstrings.
7871         (imap-hash-open-connection): Fix typo in error message.
7873         * play/gomoku.el (gomoku): Fix typos in docstring.
7875         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7876         (gdb-jsonify-buffer): Fix typos in docstring.
7877         (gdb-goto-breakpoint): Fix typo in error message.
7878         ("Display Other Windows"): Fix typo in help message.
7879         (gdb-speedbar-expand-node): Fix typo in question.
7881         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7882         (idlwave-html-system-help-location, idlwave-html-help-location)
7883         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7884         (idlwave-help-browser-generic-args, idlwave-help-directory)
7885         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7886         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7887         (idlwave-online-help, idlwave-help-html-link)
7888         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7889         Fix typos in docstrings.
7890         (idlwave-help-with-source, idlwave-help-find-routine-definition):
7891         Reflow docstrings.
7892         (idlwave-help-assistant-start): Fix typo in error message.
7894         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7895         (octave-electric-space): Fix typos in docstrings.
7897 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7899         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7901 2010-01-01  Juri Linkov  <juri@jurta.org>
7903         * comint.el (comint-input-ring-size): Make it a defcustom and
7904         increase the default to 500 (Bug#5148).
7906 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
7908         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7909         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7910         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7912 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
7914         Show working revision correctly for mercurial.
7915         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7916         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7918 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
7920         Declare some functions for the byte-compiler.
7921         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7922         (speedbar-timer-fn, speedbar-change-expand-button-char)
7923         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7925 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
7927         This changeset reverts GDB Graphical Interface to use annotations.
7928         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7930 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7932         Make vc-dir work on subdirectories of the bzr root.
7933         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
7934         file names relative to it.
7935         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7936         relative directory to vc-bzr-after-dir-status.
7938 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
7940         * font-lock.el (font-lock-refresh-defaults): New function, which
7941         can be used to let font-lock react to external changes in
7942         variables like font-lock-defaults and keywords.
7943         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
7945 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7947         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
7949         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
7951 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
7953         Supersede color.diff settings in git log (bug#5211).
7955         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
7956         escape chars in its output when the user has color.diff set to `always'.
7957         This fix works on git 1.4.2 and newer (released on 2006-08-13).
7959 2009-12-26  Kevin Ryde  <user42@zip.com.au>
7961         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
7962         node.  Keep previous "Index" name to work with past coreutils too.
7964         * man.el (man): Revise docstring a bit to show -a and -l as
7965         examples.  Add -k description since support for it has otherwise
7966         been a secret.  (Further to bug#3717.)
7967         (Man-bgproc-sentinel): When "-k foo" produces no output show error
7968         "no matches" rather than "Can't find manpage", as the latter reads
7969         like -k was interpreted as a page name, which is not so.  (Bug#5431)
7971 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
7973         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
7974         switches.  Check also for //SUBDIRED// line.
7976 2009-12-25  Kenichi Handa  <handa@m17n.org>
7978         * language/indian.el (devanagari-composable-pattern): Fixed to
7979         handle ZWNJ and ZWJ.  Use it in composition-function-table for
7980         Devanagari.
7981         (malayalam-composable-pattern): Fix previous change.
7983 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7985         * ps-print.el (ps-face-attributes): It was not returning the
7986         attribute face for faces specified as string.  Reported by harven
7987         <harven@free.fr>.  (Bug#5254)
7988         (ps-print-version): New version 7.3.5.
7990 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
7992         * calendar/icalendar.el (icalendar--convert-tz-offset):
7993         Fix timezone names.
7994         (icalendar--convert-tz-offset): Fix the "last-day-problem".
7995         (icalendar--add-diary-entry): Remove the trailing blank that
7996         diary-make-entry inserts.
7998 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
8000         Make `file-expand-wildcards' work for remote files.
8002         * files.el (file-expand-wildcards): In case of remote files, check
8003         only local file name part for wildcards.  Provide feature 'files
8004         and subfeature 'remote-wildcards.  (Bug#5198)
8006         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8007         if there is already an established connection.
8008         (tramp-advice-file-expand-wildcards): Remove it.
8010         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8011         (tramp-advice-file-expand-wildcards): Move from tramp.el.
8012         Activate advice for older GNU Emacs versions.  (Bug#5237)
8014 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
8016         Some doc fixes (more needed).
8018         * find-cmd.el (find-constituents): Reflow docstring.
8019         (find-cmd, find-prune, find-command): Fix typos in docstrings.
8020         (find-generic): Doc fix.
8022 2009-12-17  Juri Linkov  <juri@jurta.org>
8024         Fix regression from 23.1 to allow multiple modes in Local Variables.
8026         * files.el (hack-local-variables-filter): While ignoring duplicates,
8027         don't take `mode' into account.
8028         (hack-local-variables-filter, hack-dir-local-variables):
8029         Don't remove duplicate `mode' from local-variables-alist (like `eval').
8031 2009-12-17  Juri Linkov  <juri@jurta.org>
8033         Make `dired-diff' safer.  (Bug#5225)
8035         * dired-aux.el (dired-diff): Signal an error when `file' equals to
8036         `current' or when `file' is a directory of the `current' file.
8038 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
8040         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8041         unconditionally preloaded files.
8043 2009-12-16  Juri Linkov  <juri@jurta.org>
8045         Revert to old 23.1 logic of using the file at the mark as default.
8046         * dired-aux.el (dired-diff): Use the file at the mark as default
8047         if it's not the same as the current file, and the target dir is
8048         the current dir or the mark is active.  Add the current file
8049         as the arg of `dired-dwim-target-defaults'.  Use the default file
8050         in the prompt.  (Bug#5225)
8052 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
8054         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8055         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8056         (tramp-check-for-regexp): Check also, when an echoing shell stops
8057         to echo sent commands.
8059 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8061         * Makefile.in: Revert last change (Bug#5191).
8063 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
8065         * vc-hg.el (vc-hg-print-log): Fix argument order.
8066         (vc-hg-working-revision): Make sure the command is executed in a
8067         known environment so that we can parse the output.  (Bug#4417)
8069 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8071         * progmodes/python.el (python-symbol-completions): Remove text
8072         properties from symbol string before calling python-send-receive.
8074 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
8076         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8077         when there are values for both file and line.  (Bug#5060)
8079 2009-12-14  Juri Linkov  <juri@jurta.org>
8081         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8082         whitespace after the file name of the first line of unified format,
8083         because git-diff doesn't output whitespace and file modification time
8084         after the file name.
8086 2009-12-14  David Kastrup  <dak@gnu.org>
8088         * info.el (Info-hide-cookies-node): Before hiding a cookie,
8089         check if it already has the `display' property added by
8090         `Info-display-images-node', and not put the `invisible' property
8091         in this case.
8093 2009-12-13  Glenn Morris  <rgm@gnu.org>
8095         * mail/emacsbug.el (message-sort-headers): Define for compiler.
8096         (report-emacs-bug): In message-mode, sort manually before storing
8097         original report text.  (Bug#5178)
8098         Remove superfluous save-excursion.
8100 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
8102         * net/dbus.el (dbus-property-handler): Filter lambda forms out
8103         when responding to "GetAll" properties.
8105 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
8107         * simple.el (compose-mail): Remove mail-setup-with-from from
8108         customization checks.
8110 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
8112         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8113         RAR archives created on Unix systems.
8115 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8117         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8118         the varalias that was accidentally removed by the 2009-11-19 change
8119         (bug#5186).
8121 2009-12-12  Kenichi Handa  <handa@m17n.org>
8123         * language/indian.el (indian-compose-regexp): New function.
8124         (malayalam-composable-pattern): Fix the pattern.
8125         (composition-function-table): Set malayalam-composable-pattern for
8126         Malayalam characters.
8128 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
8130         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8131         rather than down-mouse-1, based on follow-link conventions.
8133         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8134         are compiled.
8136 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
8138         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8139         (verilog-vmm-statement-re, verilog-ovm-statement-re)
8140         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8141         (verilog-leap-to-head, verilog-backward-token):
8142         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
8144 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
8146         * progmodes/verilog-mode.el (verilog-auto-lineup)
8147         (verilog-nameable-item-re): Cleanup user-visible spelling and
8148         documentation errors.  One reported by Gary Delp.
8149         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8150         (verilog-read-decls): Fix AUTOWIRE with types declared in a
8151         package, bug195.  Reported by Pierre-David Pfister.
8153 2009-12-11  Glenn Morris  <rgm@gnu.org>
8155         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8157         * mail/emacsbug.el: No longer require sendmail.
8158         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
8159         (report-emacs-bug-orig-text): Doc fix.
8160         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8161         New local variables, to adapt to different mail-user-agents.
8162         (report-emacs-bug): Fix test for a gnu.org address.
8163         Use overlays for emphasis, since font-lock defeats 'face property.
8164         Pretest bugs also end up at the newsgroup these days.
8165         Stop message-mode stripping text properties.
8166         Set and use the new buffer-local variables.
8167         (report-emacs-bug-hook): Add doc-string.
8168         Remove some unnecessary save-excursions and simplify.
8169         Use the appropriate hook and send-command.
8171         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8172         capitalization of some menu entries.
8174 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8176         * whitespace.el (whitespace-display-char-on):
8177         Ensure `buffer-display-table' is unique when two or more windows are
8178         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8179         New version 12.1.
8181 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
8183         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8184         characters in the Attribute field.
8186 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
8188         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
8190 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8192         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8193         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8194         Disregard autoload-excludes.
8195         (update-directory-autoloads): Obey autoload-excludes here instead.
8196         But don't store its contents in no-autoloads and remove entries that
8197         refer to excludes files.
8199 2009-12-10  Glenn Morris  <rgm@gnu.org>
8201         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8202         (expand-mail-aliases): Define for compiler.
8204         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8205         Define for compiler.
8207         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8208         appropriate for the mail-user-agent in use.
8210 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
8212         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8214 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8216         Fix short log parsing and fontification.
8217         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8218         Fix fontification for the [merge] label.
8220 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
8222         Drop some properties to avoid surprises (bug#5002).
8223         * htmlfontify.el (hfy-ignored-properties): New defcustom.
8224         (hfy-fontify-buffer): Use it.
8226 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8228         Minor cleanup.
8229         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8230         Adjust all callers.
8231         (ffap-locate-file): Remove unused arg `dir-ok' and make other
8232         args compulsory.  Adjust callers.
8233         (ffap-gopher-at-point): Remove unused var `name'.
8235         Get rid of the ELCFILES abomination.
8236         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8237         (compile-elcfiles): New phony target.
8238         (compile-main): Compute ELCFILES dynamically.
8239         (compile-clean): New target to remove left-over elc files.
8240         (compile, all): Use it.
8242 2009-12-09  Kenichi Handa  <handa@etlken>
8244         * international/mule-diag.el: Require help-mode instead of help-fns.
8246 2009-12-09  Kenichi Handa  <handa@m17n.org>
8248         * international/mule-cmds.el (ucs-names): Supply sufficiently
8249         fine ranges instead of pre-calculating accurate ranges.
8250         Iterate with bigger gc-cons-threshold.
8252 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8254         Add support for stashing a snapshot of the current tree.
8255         * vc-git.el (vc-git-stash-snapshot): New function.
8256         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8258 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
8260         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8261         instead of `(beginning|end)-of-line'.
8263 2009-12-08  Glenn Morris  <rgm@gnu.org>
8265         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8267         * Makefile.in (ELCFILES): Regenerate.
8269 2009-12-07  Juri Linkov  <juri@jurta.org>
8271         Don't lazy-highlight the comint output in history Isearch mode.
8273         * comint.el (comint-history-isearch-search): Instead of
8274         `comint-line-beginning-position', use `comint-after-pmark-p'
8275         to check if point if before the process mark, and go to
8276         `process-mark' in this case.
8278 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8280         * textmodes/tex-mode.el (latex-complete)
8281         (latex-indent-or-complete): Remove.
8282         (latex-mode): Set completion-at-point-functions instead.
8284         Provide a standard completion command and hook it into TAB.
8285         * minibuffer.el (completion-at-point-functions): New var.
8286         (completion-at-point): New command.
8287         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8288         * progmodes/python.el (python-mode-map): Use completion-at-point.
8289         (python-completion-at-point): Rename from python-partial-symbol and
8290         adjust for use in completion-at-point-functions.
8291         (python-mode): Setup completion-at-point for Python completion.
8292         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8293         extracted from lisp-complete-symbol.
8294         (lisp-complete-symbol): Use it.
8295         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8296         setup completion-at-point for Elisp completion.
8297         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8298         Use completion-at-point.
8299         * ielm.el (ielm-map): Use completion-at-point.
8300         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8301         * progmodes/sym-comp.el: Move to...
8302         * obsolete/sym-comp.el: Move from progmodes.
8304 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
8306         Prevent save-buffer in Rmail buffers from using the coding-system
8307         of the current message, and from clobbering the encoding mnemonics
8308         in the mode line (Bug#4623).
8310         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8311         flag, too.
8312         (rmail-message-encoding): New variable.
8313         (rmail-write-region-annotate): Record the encoding of the current
8314         message in rmail-message-encoding.
8315         (rmail-after-save-hook): New function, restores the encoding of
8316         the current message after the message collection is saved.
8318 2009-12-07  Juri Linkov  <juri@jurta.org>
8320         * progmodes/grep.el (grep-read-files): Use `completing-read'
8321         instead of `read-string'.  Set its `collection' arg to
8322         `read-file-name-internal'.  (Bug#4301)
8324 2009-12-07  Juri Linkov  <juri@jurta.org>
8326         Correctly restore original Isearch point.  (Bug#4994)
8328         * isearch.el (isearch-mode): Move `isearch-push-state' after
8329         `(run-hooks 'isearch-mode-hook)'.
8330         (isearch-cancel): When `isearch-push-state-function' is defined,
8331         let-bind `isearch-cmds' to the first state (the last element of
8332         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8333         function and restores the original point).  Otherwise, move point
8334         to `isearch-opoint'.
8336 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8338         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8339         chars that don't have names, so the table can be built much faster at
8340         run-time.
8342 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
8344         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8345         change.  Suggested by David Kastrup.
8347         * simple.el (compose-mail): Check for incompatibilities and warn.
8348         (compose-mail-user-agent-warnings): New option.
8350 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8352         Support showing a single log entry from vc-annotate.
8353         * vc.el (print-log): Add a new argument: START-REVISION.
8354         (vc-print-log-internal): Add a new optional argument and
8355         pass it to the backend.
8356         (vc-print-log, vc-print-root-log): Adjust callers.
8357         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8358         buffer already displays the requested log entry, use it.
8359         Otherwise display only the log entry in question.
8360         * vc-svn.el (vc-svn-print-log):
8361         * vc-mtn.el (vc-mtn-print-log):
8362         * vc-hg.el (vc-hg-state):
8363         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8364         (vc-git-show-log-entry): Return t on success.
8365         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8366         (vc-bzr-show-log-entry): Return t on success.
8367         * vc-rcs.el (vc-rcs-print-log):
8368         * vc-sccs.el (vc-sccs-print-log):
8369         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8371 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8373         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8374         Add menus to the meta mode.  (Bug#5043)
8376 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8378         * ediff-init.el (ediff-event-key): Use event-to-character instead of
8379         event-key.
8381         * ediff.el (ediff-buffers-internal): Add unwind-protect.
8383 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
8385         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
8386         Berbain <raphael.berbain@gmail.com>.
8388         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
8389         characters.
8390         (tramp-initial-end-of-output): New defconst.
8391         (tramp-methods, tramp-find-shell)
8392         (tramp-open-connection-setup-interactive-shell)
8393         (tramp-maybe-open-connection): Use it.
8394         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8395         existence of `#' and `$'.
8397         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8398         `tramp-initial-end-of-output'.
8400 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8402         Get the background mode from the terminal for xterm, and set
8403         faces accordingly.
8404         * term/xterm.el (xterm-set-background-mode): New function.
8405         (terminal-init-xterm): Use it in case xterm supports background
8406         color queries.  Recompute faces after getting the background
8407         color.
8409 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
8411         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8412         number comment back on its own line, for easier parsing.
8414 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8416         Make it work for non-file buffers (bug#5102).
8417         * doc-view.el (doc-view-current-cache-dir):
8418         Use doc-view-buffer-file-name rather than buffer-file-name.
8419         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8421 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
8423         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8424         author field is too short.
8426 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
8428         * vc-git.el (vc-git-print-log): Handle a limit argument.
8429         Display the short log in graph form and with labels.
8430         (vc-git-log-view-mode): Handle labels.
8432         Make vc-revert change VC state from 'added to 'unregistered.
8433         * vc-git.el (vc-git-revert): Call git reset first.
8435 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8437         * net/newst-backend.el, net/newst-plainview.el:
8438         * net/newst-reader.el, net/newst-ticker.el:
8439         * net/newst-treeview.el, net/newsticker.el:
8440         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
8442 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8444         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8446         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8447         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
8448         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8449         Update annotation regexp.
8451         * simple.el (beginning-of-visual-line): Constrain to field
8452         boundaries (Bug#5106).
8454 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8456         * xml.el (xml-substitute-numeric-entities): Move
8457         newsticker--decode-numeric-entities in newst-backend.el to
8458         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8459         * net/newst-backend.el (newsticker--parse-generic-feed)
8460         (newsticker--parse-generic-items)
8461         (newsticker--decode-numeric-entities): Move
8462         newsticker--decode-numeric-entities in newst-backend.el to
8463         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8465 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
8467         * progmodes/js.el (js--js-not): Add null to the list of values.
8469 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8471         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8473 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8475         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8476         delimiter if it is at the end of the current line.
8477         (bibtex-generate-url-list): Fix docstring.
8479 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8481         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8482         minibuffer's content with itself.
8483         Fold the confirm-after-completion case into the `confirm' case.
8484         (completion-pcm-word-delimiters): Add : and / to the delimiters.
8486 2009-12-06  Kevin Ryde  <user42@zip.com.au>
8488         * ffap.el (ffap-rfc-path): Make this a defcustom since
8489         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
8491         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8492         manuals, similar to existing setup for help-mode.  (Bug#3913.)
8494 2009-12-05  Juri Linkov  <juri@jurta.org>
8496         Save and restore dired buffer's point positions too.  (Bug#4880)
8498         * dired.el (dired-save-positions): Return in the first element
8499         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8500         Doc fix.
8501         (dired-restore-positions): First restore buffer's position.
8502         While restoring window's positions, check if window still displays
8503         the original buffer.
8505 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
8507         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8508         if possible.
8510         * shell.el (shell): Require ansi-color (Bug#5113).
8512         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8514         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8516 2009-12-05  Alan Mackenzie  <acm@muc.de>
8518         * progmodes/cc-mode.el (c-before-hack-hook)
8519         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8520         `c-file-style' to work again.  This reversion restores the current
8521         software to its state in Emacs 23.1.  (Bug#4146)
8523 2009-12-05  Kevin Ryde  <user42@zip.com.au>
8525         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8526         comment-start-skip to comment-end-skip as comment (Bug#4781).
8528 2009-12-05  Juri Linkov  <juri@jurta.org>
8530         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8531         for virtual nodes.  (Bug#4147)
8532         (Info-find-node-2): Set `Info-current-node-virtual' to nil
8533         when moving from a virtual node.
8534         (Info-mode-menu): Add `Info-virtual-index' to the menu.
8535         (Info-mode): Add `Info-virtual-index' to the docstring.
8537 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8539         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8540         track of the buffer position of the end of a BibTeX entry as this
8541         position may change during reformatting.
8542         (bibtex-format-entry): Remove whitespace before processing
8543         numerical fields so that we recognize the latter properly.
8544         (bibtex-reformat): Do not use push which changes the global value
8545         of bibtex-entry-format.
8546         (bibtex-field-braces-alist, bibtex-field-strings-alist)
8547         (bibtex-field-re-init): Replace only space characters by regexp
8548         for whitespace.
8549         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8550         (bibtex-initialize): Also update bibtex-strings.
8551         (bibtex-kill-field): Preserve white space at end of entry.
8552         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8553         Update bibtex-reference-keys.
8555 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8557         * minibuffer.el (completion-pcm--merge-try): Also consider placing
8558         point after a star, if that's the only place where modifications can
8559         make progress.
8561 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
8563         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8564         in docstrings.
8566 2009-12-04  Juri Linkov  <juri@jurta.org>
8568         * proced.el (proced): Call `(proced-update t)' to update process
8569         information instead of only running proced-post-display-hook.
8570         (proced-send-signal): Add a leading space to the buffer name
8571         " *Marked Processes*" to make this buffer ephemeral.
8573 2009-12-04  Juri Linkov  <juri@jurta.org>
8575         * dired.el (dired-auto-revert-buffer): New defcustom.
8576         (dired-internal-noselect): Use it.
8578 2009-12-04  Juri Linkov  <juri@jurta.org>
8580         Change roles of modes and functions in image-mode.el (Bug#5062).
8582         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8583         in `auto-mode-alist'.
8584         (image-mode-previous-major-mode): New variable.
8585         (image-minor-mode-map): Rename from `image-mode-text-map'.
8586         (image-mode): Move graceful error-handling code from
8587         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
8588         (image-minor-mode): Remove all image-handling code.
8589         Replace `image-mode-text-map' with `image-minor-mode-map'.
8590         Check for `image-type' in mode-line format string.
8591         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8592         (image-mode-as-text): New function with most code from
8593         `image-mode-maybe'.
8594         (image-toggle-display-text): Move code that removes image
8595         properties from `image-toggle-display' to here.
8596         (image-toggle-display-image): New function with code that adds
8597         image properties copied from `image-toggle-display'.
8598         (image-toggle-display): Remove most code with leaving only code
8599         that toggles between `image-mode-as-text' and `image-mode'.
8601 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
8603         * net/newst-treeview.el
8604         (newsticker--treeview-list-highlight-start): Restored call to
8605         save-excursion: Selected item was stuck.
8606         (newsticker--treeview-list-select): New.
8607         (newsticker--treeview-item-show-text)
8608         (newsticker--treeview-item-show)
8609         (newsticker--treeview-item-update): Use new
8610         newsticker-treeview-item-mode.
8611         (newsticker-treeview-update): Keep current item.
8612         (newsticker-treeview-next-new-or-immortal-item): Doc change.
8613         (newsticker--treeview-first-feed): Doc change.
8614         (newsticker-treeview-list-menu)
8615         (newsticker-treeview-item-menu): Added menu entries.
8616         (newsticker-treeview-item-mode): New.
8618         * net/newst-backend.el (newsticker-customize): Delete other
8619         windows.
8621 2009-12-04  Sam Steingold  <sds@gnu.org>
8623         * log-view.el (log-view-mode-map): "q" calls quit-window,
8624         like in all the other non-self-insert buffers.
8626 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8628         Minor cleanup.
8629         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8630         key decoding rather than do it manually via last-input-event +
8631         ascii-character.
8632         (term-exec): Use delete-and-extract-region.
8633         (term-handle-ansi-terminal-messages): Remove unused var `end'.
8634         (term-process-pager): Remove unused var `i'.
8635         (term-dynamic-simple-complete): Make obsolete.
8636         (serial-update-config-menu): Remove unused vars `y' and `str'.
8637         (term-update-mode-line): Remove unused var `temp'.
8639 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8641         Limit the number of log entries displayed by default.
8642         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8643         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8644         using a prefix argument.
8646 2009-12-03  Glenn Morris  <rgm@gnu.org>
8648         * progmodes/idlwave.el (class): Restore still useful declaration.
8650 2009-12-03  Alan Mackenzie  <acm@muc.de>
8652         Enhance `c-parse-state' to run efficiently in "brace deserts".
8654         * progmodes/cc-mode.el (c-basic-common-init):
8655         Call c-state-cache-init.
8656         (c-neutralize-syntax-in-and-mark-CPP): Rename from
8657         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
8658         placing `category' properties value 'c-cpp-delimiter at its boundaries.
8660         * progmodes/cc-langs.el (c-before-font-lock-function):
8661         c-extend-and-neutralize-syntax-in-CPP has been renamed
8662         c-neutralize-syntax-in-and-mark-CPP.
8664         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8665         with `category' properties now, not `syntax-table' ones.
8667         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8668         enhanced (but slower) version of c-end-of-macro that won't land
8669         inside a literal or on another awkward character.
8670         (c-state-cache-too-far, c-state-cache-start)
8671         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8672         (c-state-nonlit-pos-cache-limit, c-state-point-min)
8673         (c-state-point-min-lit-type, c-state-point-min-lit-start)
8674         (c-state-min-scan-pos, c-state-brace-pair-desert)
8675         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8676         buffer local variables.
8677         (c-state-literal-at, c-state-lit-beg)
8678         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8679         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8680         (c-state-cache-top-paren, c-state-cache-after-top-paren)
8681         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8682         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8683         (c-renarrow-state-cache)
8684         (c-append-lower-brace-pair-to-state-cache)
8685         (c-state-push-any-brace-pair, c-append-to-state-cache)
8686         (c-remove-stale-state-cache)
8687         (c-remove-stale-state-cache-backwards, c-state-cache-init)
8688         (c-invalidate-state-cache-1, c-parse-state-1)
8689         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8690         (c-parse-state): Enhance and refactor.
8691         (c-debug-parse-state): Amend to deal with all the new variables.
8693         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8694         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8695         modify to use category text properties rather than syntax-table ones.
8696         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8697         to switch off/on the syntactic paren property of C++ template
8698         delimiters using the category property.
8699         (c-with-<->-as-parens-suppressed): Macro to invoke code with
8700         template delims suppressed.
8701         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8702         New constant/macros which apply category properties to the start
8703         and end of preprocessor constructs.
8704         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8705         "comment out" the syntactic value of characters in preprocessor
8706         constructs.
8707         (c-with-cpps-commented-out)
8708         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8709         with characters in all or all but one preprocessor constructs
8710         "commented out".
8712 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8714         * proced.el (proced-filter-alist): Use regexp-quote.
8716 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
8718         Cleanup.
8719         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8720         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
8721         arguments.  Expand `default-directory'.
8723         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8724         the benefit of returning an expanded localname.
8725         (tramp-tramp-file-p): Handle the case NAME is not a string.
8727 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8729         Add support for bzr shelve/unshelve.
8730         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8731         (vc-bzr-extra-menu-map): New variables.
8732         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8733         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8734         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8735         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8736         (vc-bzr-dir-extra-headers): Display shelves.
8738         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8740 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8742         * textmodes/bibtex.el (bibtex-complete-internal):
8743         Use completion-in-region.
8744         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8746 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8748         Support applying stashes.  Improve UI.
8749         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8750         (vc-git-stash-apply, vc-git-stash-pop)
8751         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8752         (vc-git-stash-menu): New functions.
8753         (vc-git-stash-menu-map): New variable.
8754         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8756 2009-12-03  Glenn Morris  <rgm@gnu.org>
8758         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8759         (vc-print-log-internal): Fix previous change.
8760         (vc-revert): Correct pluralization.
8762 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8764         * progmodes/make-mode.el (makefile-special-targets-list): No need for
8765         it to be an alist any more.
8766         (makefile-complete): Use completion-in-region.
8768         * progmodes/octave-mod.el (octave-complete-symbol):
8769         Use completion-in-region.
8771         Misc cleanup.
8772         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8773         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8774         (idlwave-complete-class): Don't quote lambda.
8775         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8776         (idlwave-mode-map): Move initialization into declaration.
8777         (idlwave-action-and-binding): Use backquotes.
8778         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8779         Simplify.
8780         (idlwave-is-pointer-dereference): Remove unused var `pos'.
8781         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8782         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8783         `parts', and `all-parts'.
8784         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8785         (idlwave-convert-xml-system-routine-info): Remove unused string
8786         `version-string'.
8787         (idlwave-display-user-catalog-widget): Use dolist.
8788         (idlwave-scanning-lib): Declare dynamically-scoped var.
8789         (idlwave-scan-library-catalogs): Remove unused var `flags'.
8790         (completion-highlight-first-word-only): Declare to silence bytecomp.
8791         (idlwave-popup-select): Tighten scope of `resp'.
8792         (idlwave-find-struct-tag): Remove unused var `beg'.
8793         (idlwave-after-load-rinfo-hook): Declare.
8794         (idlwave-sintern-class-info): Remove unused var `taglist'.
8795         (idlwave-find-class-definition): Remove unused var `list'.
8796         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8797         (idlwave-what-module-find-class): Remove unused var `classes'.
8799 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
8801         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8803 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8805         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8806         buffers visited.  Remove redundant current-buffer-saving.
8808 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8810         Use completion-in-buffer and remove uses of dynamic scoping.
8811         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8812         (pascal-buffer-to-use, pascal-flag): Don't declare.
8813         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8814         (pascal-get-completion-decl, pascal-keyword-completion):
8815         Add `pascal-str' argument, save-excursion,
8816         return the found completions, and don't filter with pascal-pred.
8817         (pascal-completion-cache): New var.
8818         (pascal-completion): Don't switch buffer any more (it was never
8819         necessary).  Don't save-excursion any more (it's done by the called
8820         subroutines).  Use a cache to avoid redundant computations.
8821         Use complete-with-action rather than pascal-completion-response and
8822         let it apply the predicate as well.
8823         (pascal-complete-word): Use completion-in-buffer when
8824         pascal-toggle-completions is nil.
8825         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8826         not used any more.
8827         (pascal-comp-defun): Don't change buffer any more.
8828         Use complete-with-action rather than pascal-completion-response and
8829         let it apply the predicate as well.
8830         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8831         when neded.
8833 2009-12-02  Kenichi Handa  <handa@m17n.org>
8835         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8836         shape for all Indic scripts.
8838 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8840         Use completion-in-buffer.
8841         * wid-edit.el (widget-field-text-end): New function.
8842         (widget-field-value-get): Use it.
8843         (widget-string-complete, widget-file-complete)
8844         (widget-color-complete): Use it and completion-in-region.
8845         (widget-complete): Don't narrow the buffer.
8847 2009-12-02  Glenn Morris  <rgm@gnu.org>
8849         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
8850         (rmail-select-summary): Use rmail-pop-to-buffer.
8851         * mail/rmailsum.el: Replace all pop-to-buffer calls with
8852         rmail-pop-to-buffer, to prevent horizontal splits.
8854         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8855         save-excursion with save-current-buffer.
8856         Widen before searching.  (Bug#5093)
8857         (diary-list-sexp-entries): Remove superfluous save-excursion.
8859 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
8861         * woman.el (woman-make-bufname): Handle man-pages with "." in the
8862         name.  (Bug#5038)
8864 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8866         * ido.el (ido-file-internal): Handle filenames at point that do
8867         not have a directory part.  (Bug#5049)
8869 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
8871         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8872         (mpc-songs-jump-to, mpc-resume): Doc fixes.
8874 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
8876         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8877         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8878         any more.
8880 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8882         * comint.el (comint-insert-input): Ignore clicks to the right of
8883         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8885         * vc.el (vc-print-log-internal): Don't wait for the process to
8886         terminate before setting up the major mode.
8888         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8889         in case.
8891         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8892         the last element.
8894         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8896 2009-12-01  Glenn Morris  <rgm@gnu.org>
8898         * window.el (window--display-buffer-2): Fix previous changes.
8900 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
8902         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8904 2009-12-01  Glenn Morris  <rgm@gnu.org>
8906         * Makefile.in (ELCFILES): Add mpc.elc.
8908 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8910         * mpc.el: New file.
8912 2009-12-01  Glenn Morris  <rgm@gnu.org>
8914         * window.el (window-to-use): Define for compiler.
8916         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8917         consistent with others (no final period).
8919         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
8920         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
8922 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
8924         Make vc-print-log buttons work.
8925         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
8927 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
8929         * savehist.el (savehist-autosave-interval): Allow setting to nil
8930         through customize.  (Bug#5056)
8932 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
8934         Fix references to jit-lock properties.
8935         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8936         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
8937         (perl-font-lock-special-syntactic-constructs):
8938         Quote jit-lock-defer-multiline property.
8940 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8942         * vc-git.el (vc-git-registered): Call vc-git-root only once.
8944 2009-11-30  Juri Linkov  <juri@jurta.org>
8946         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
8947         value `buffer' of `multi-isearch-next-buffer-current-function'.
8948         Use `(current-buffer)' when `buffer' is nil.
8949         (multi-isearch-next-buffer-from-list): Don't fallback to
8950         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
8952 2009-11-30  Juri Linkov  <juri@jurta.org>
8954         * misearch.el (multi-isearch-read-buffers): Move canonicalization
8955         of buffers with `get-buffer' to `multi-isearch-buffers'.
8956         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8957         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
8958         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
8959         FILES with `expand-file-name' converting relative file names
8960         to absolute.  Doc fix.  (Bug#4727)
8962 2009-11-30  Juri Linkov  <juri@jurta.org>
8964         * misearch.el (multi-isearch-read-buffers)
8965         (multi-isearch-read-matching-buffers): New functions.
8966         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8967         Use them in the `interactive' spec.  Doc fix.
8968         (multi-isearch-read-files, multi-isearch-read-matching-files):
8969         New functions.
8970         (multi-isearch-files, multi-isearch-files-regexp):
8971         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
8973 2009-11-30  Juri Linkov  <juri@jurta.org>
8975         * doc-view.el (doc-view-continuous):
8976         Rename from `doc-view-continuous-mode'.
8977         (doc-view-menu): Move "Toggle display" to the top.
8978         Add submenu "Continuous" with radio buttons "Off"/"On"
8979         and "Save as Default".
8980         (doc-view-scroll-up-or-next-page)
8981         (doc-view-scroll-down-or-previous-page)
8982         (doc-view-next-line-or-next-page)
8983         (doc-view-previous-line-or-previous-page): Rename
8984         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
8986 2009-11-30  Juri Linkov  <juri@jurta.org>
8988         * comint.el (comint-mode-map): Rebind `M-r' from
8989         `comint-previous-matching-input' to
8990         `comint-history-isearch-backward-regexp'.
8991         Unbind `M-s' to allow global key binding `M-s'.
8992         Add menu items for `comint-history-isearch-backward' and
8993         `comint-history-isearch-backward-regexp'.  (Bug#3746)
8995 2009-11-30  Juri Linkov  <juri@jurta.org>
8997         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
8998         For def=recenter, replace `recenter' with `recenter-top-bottom'
8999         that is called with `this-command' and `last-command' let-bound
9000         to `recenter-top-bottom'.  When the last `def' was not `recenter',
9001         set `recenter-last-op' to nil.  (Bug#4981)
9003 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9005         Minor cleanup and simplification.
9006         * filecache.el (file-cache-add-directory)
9007         (file-cache-add-directory-recursively)
9008         (file-cache-add-from-file-cache-buffer)
9009         (file-cache-delete-file-regexp, file-cache-delete-directory)
9010         (file-cache-files-matching-internal, file-cache-display): Use dolist.
9011         (file-cache-temp-minibuffer-message): Delete function.
9012         (file-cache-minibuffer-complete): Use minibuffer-message instead.
9014         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9015         Don't signal an error when bumping into EOB in tr, s, or y.
9017 2009-11-29  Juri Linkov  <juri@jurta.org>
9019         * startup.el (fancy-about-text): Fix wording of Guided Tour.
9020         (Bug#4960)
9022         * descr-text.el (describe-char-unidata-list): Use lowercase name
9023         for "Unicode name" like in other tags.
9025 2009-11-29  Juri Linkov  <juri@jurta.org>
9027         * ediff-util.el (ediff-minibuffer-with-setup-hook):
9028         New compatibility macro.
9029         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9031 2009-11-29  Juri Linkov  <juri@jurta.org>
9033         Add defcustom to define the cycling order of `recenter-top-bottom'.
9034         (Bug#4981)
9036         * window.el (recenter-last-op): Doc fix.
9037         (recenter-positions): New defcustom.
9038         (recenter-top-bottom): Rewrite to use `recenter-positions'.
9039         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9041 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
9043         Improve integration of Tramp and ange-ftp in eshell.
9045         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9046         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
9047         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
9049         * eshell/esh-util.el (top): Require also Tramp when compiling.
9050         (eshell-directory-files-and-attributes): Check for FTP remote
9051         connection.
9052         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9053         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9054         (eshell-file-attributes): Handle ".".  Return `entry'.
9056         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9057         (ange-ftp-directory-files-and-attributes)
9058         (ange-ftp-real-directory-files-and-attributes): New defuns.
9060         * net/tramp.el (tramp-maybe-open-connection): Open the remote
9061         shell with "exec" when possible.  This prevents trailing prompts
9062         in `start-file-process'.
9064 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9066         Try and remove assumptions about point-min==1.
9067         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9068         (rng-compute-mode-line-string): Show the validation percentage in
9069         terms of the narrowed text, not the widened text.
9070         (rng-do-some-validation): Don't catch internal errors when debugging.
9071         (rng-first-error): Simplify.
9072         (rng-after-change-function): Remove work around.  AFAIK the bug has
9073         been fixed a while ago.
9075         * image-mode.el (image-minor-mode): Exit more gracefully when the image
9076         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9078         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9080         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9081         `cd' doesn't always do it for us (bug#5067).
9083         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9084         on 2009-10-25 as part of some other change (bug#5067).
9086 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9088         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9089         `suspicious'.
9090         (byte-compile-warnings): Use byte-compile-warning-types.
9091         (byte-compile-save-excursion): Warn about use of set-buffer right
9092         after save-excursion.
9094         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9095         the excursion as well.
9097 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
9099         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9100         providing a Tramp related implementation of "su" and "sudo".
9101         (eshell-unix-initialize): Add "su" and "sudo".
9103 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
9105         * net/socks.el (socks-send-command): Convert binary request to
9106         unibyte before sending.  This fixes mishandling of some port
9107         numbers such as 129.
9109 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9111         * help.el (describe-bindings-internal): Remove `interactive'.
9113         * man.el (Man-completion-table): Trim a terminating "(".
9114         Remove the space between name page a section.
9115         Add the command's description on the `help-echo' property.
9116         Remove `process-connection-type' binding since it's unused by
9117         call-process.
9118         Provide completion for the "<section> <name>" format as well.
9119         (Man-default-man-entry): Remove spurious var shadowing the argument.
9121 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9123         * log-view.el: Add "Keywords: tools", since its other keywords
9124         aren't in finder-known-keywords, and following vc.el.
9126         * sha1.el (sha1-string-external): default-directory "/" in case
9127         otherwise non-existent.  process-connection-type pipe for touch of
9128         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9130 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9132         Misc coding convention cleanups.
9133         * htmlfontify.el (hfy-init-kludge-hook): Rename from
9134         hfy-init-kludge-hooks.
9135         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9136         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9137         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9138         and push.
9139         (hfy-slant, hfy-weight): Use tables rather than code.
9140         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9141         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9142         (hfy-face-attr-for-class): Initialize `face-spec' directly.
9143         (hfy-face-to-css): Remove `nconc' with single arg.
9144         (hfy-p-to-face-lennart): Use `or'.
9145         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
9146         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9147         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9148         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9149         (hfy-force-fontification): Use run-hooks.
9151 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
9153         Various minor fixes.
9154         * htmlfontify.el (hfy-default-header): Add toggle_invis since
9155         Javascript belongs in the header, not the body.
9156         (hfy-javascript): Remove.
9157         (hfy-fontify-buffer): Don't insert it any more.
9158         (hfy-face-at): Handle (face0 face1 face2) style face properties.
9159         Fix bug in invis handling when there were no invis props in a chunk.
9161 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9163         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9165 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
9167         * finder.el (finder-mode-map): Add a menu.
9169 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
9171         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9172         "unsigned" structs.
9174         (verilog-leap-to-head, verilog-backward-token): Handle "disable
9175         fork" statement better.
9177 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
9179         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9180         (verilog-delete-auto, verilog-delete-empty-auto-pair)
9181         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9182         Reported by Clay Douglass.
9184         (verilog-auto-inst, verilog-auto-star-safe)
9185         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9186         Fix removing "// Interfaces" when saving .* expansions.  Reported by
9187         Pierre-David Pfister.
9189 2009-11-26  Glenn Morris  <rgm@gnu.org>
9191         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9192         the scope.
9194 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
9196         * vc-annotate.el (vc-annotate-revision-previous-to-line):
9197         Really use previous revision.
9199 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9201         * man.el (Man-completion-table): default-directory "/" in case
9202         doesn't otherwise exist.  process-environment COLUMNS=999 so as
9203         not to truncate long names.  process-connection-type pipe to avoid
9204         any chance of hitting the pseudo-tty TIOCGWINSZ.
9205         (man): completion-ignore-case t for friendliness and since man
9206         itself is case-insensitive on the command line.
9207         Further to Bug#3717.
9209         * arc-mode.el: Add "Keywords: files", so the details in its
9210         commentary can be reached from finder-by-keyword.
9211         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
9212         editing mode, but it's comms related and sgml-mode.el has "comm"
9213         on that basis too.
9214         * textmodes/bibtex-style.el: Add "Keywords: tex".
9215         * international/isearch-x.el, international/ja-dic-cnv.el:
9216         * international/ja-dic-utl.el, international/kkc.el:
9217         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9219 2009-11-25  Juri Linkov  <juri@jurta.org>
9221         * man.el (Man-completion-table): Modify regexp to include
9222         section names to completion strings.  (Bug#3717)
9224 2009-11-25  Juri Linkov  <juri@jurta.org>
9226         Search recursively in gzipped files.  (Bug#4982)
9228         * progmodes/grep.el (grep-highlight-matches): Add new options
9229         `always' and `auto'.  Doc fix.
9230         (grep-process-setup): Check `grep-highlight-matches' for
9231         `auto-detect' to determine the need to compute grep defaults.
9232         Move Windows/DOS specific --colors settings handling
9233         to `grep-compute-defaults'.  Check `grep-highlight-matches'
9234         to get the value of "--color=".
9235         (grep-compute-defaults): Compute `grep-highlight-matches' when it
9236         has the value `auto-detect'.  Move Windows/DOS specific settings
9237         from `grep-process-setup'.
9238         (zrgrep): New command with alias `rzgrep'.
9240 2009-11-25  Juri Linkov  <juri@jurta.org>
9242         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9243         to nil instead of switching off view-mode.  (Bug#4896)
9245 2009-11-25  Juri Linkov  <juri@jurta.org>
9247         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
9249         * mwheel.el (mwheel-scroll-up-function)
9250         (mwheel-scroll-down-function): New defvars.
9251         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9252         `scroll-up', and `mwheel-scroll-down-function' instead of
9253         `scroll-down'.
9255         * doc-view.el (doc-view-scroll-up-or-next-page)
9256         (doc-view-scroll-down-or-previous-page): Add optional ARG.
9257         Use this ARG in the call to image-scroll-up/image-scroll-down.
9258         Change `interactive' spec to "P".  Goto next/previous page only
9259         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9260         SPC/DEL case).  Doc fix.
9261         (doc-view-next-line-or-next-page)
9262         (doc-view-previous-line-or-previous-page): Rename arg to ARG
9263         for consistency.
9264         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9265         `doc-view-scroll-up-or-next-page', and buffer-local
9266         `mwheel-scroll-down-function' to
9267         `doc-view-scroll-down-or-previous-page'.
9269 2009-11-25  Juri Linkov  <juri@jurta.org>
9271         Provide additional default values (directories at other Dired
9272         windows) via M-n in the minibuffer of some Dired commands.
9274         * dired-aux.el (dired-diff, dired-compare-directories)
9275         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9276         `minibuffer-default' in `minibuffer-with-setup-hook'.
9277         (dired-dwim-target-directory): Find a window that displays Dired
9278         buffer instead of failing when the next window is not Dired.
9279         Use `get-window-with-predicate' to find for the next Dired window.
9280         (dired-dwim-target-defaults): New function.
9282         * ediff-util.el (ediff-read-file-name):
9283         Use `dired-dwim-target-defaults' to set `minibuffer-default'
9284         in `minibuffer-with-setup-hook'.
9286 2009-11-25  Juri Linkov  <juri@jurta.org>
9288         Provide additional default values (file name at point or at the
9289         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
9291         * minibuffer.el (read-file-name-defaults): New function.
9292         (read-file-name): Reset `minibuffer-default' to nil when
9293         it duplicates initial input `insdef'.
9294         Bind `minibuffer-default-add-function' to lambda that
9295         calls `read-file-name-defaults' in `minibuffer-selected-window'.
9296         (minibuffer-insert-file-name-at-point): New command.
9298         * files.el (file-name-at-point-functions): New defcustom.
9299         (find-file-default): Remove defvar.
9300         (find-file-read-args): Don't use `find-file-default'.
9301         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9302         to `read-file-name'.
9303         (find-file-literally): Use `read-file-name' with
9304         `confirm-nonexistent-file-or-buffer'.
9306         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9308         * dired.el (dired-read-dir-and-switches):
9309         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9310         to `read-file-name'.
9311         (dired-file-name-at-point): New function.
9312         (dired-mode): Add hook `dired-file-name-at-point' to
9313         `file-name-at-point-functions'.
9315 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9317         Really make the *Completions* window soft-dedicated (bug#5030).
9318         * window.el (window--display-buffer-2): Add `dedicated' argument.
9319         (display-buffer): Pass it when needed so the dedicated flag is set
9320         after calling set-window-buffer, which would otherwise reset it.
9322 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9324         * progmodes/meta-mode.el (meta-complete-symbol):
9325         * progmodes/etags.el (complete-tag):
9326         * mail/mailabbrev.el (mail-abbrev-complete-alias):
9327         Use completion-in-region.
9329         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9330         (dabbrev-completion): Use completion-in-region.
9331         (dabbrev--abbrev-at-point): Simplify regexp.
9333         * abbrev.el (abbrev--before-point): Use word-motion functions
9334         if :regexp is not specified (bug#5031).
9336         * subr.el (string-prefix-p): New function.
9338         * man.el (Man-completion-cache): New var.
9339         (Man-completion-table): Use it.
9341         * vc.el (vc-print-log-internal): Make `limit' optional for better
9342         compatibility (e.g. with vc-annotate.el).
9344 2009-11-24  Kevin Ryde  <user42@zip.com.au>
9346         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9347         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
9349         * emacs-lisp/elint.el (elint-add-required-env): Better error message
9350         when .el source file not found or other error.
9352 2009-11-24  Markus Triska  <markus.triska@gmx.at>
9354         * linum.el (linum-update-window): Ignore intangible (bug#4996).
9356 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9358         Handle the [back] button properly (bug#4979).
9359         * descr-text.el (describe-text-properties): Add a `buffer' argument.
9360         Use help-setup-xref, help-buffer, and with-help-window.
9361         (describe-char): Add `buffer' argument.
9362         Pass proper command to help-setup-xref.  Don't meddle with
9363         help-xref-stack-item directly.
9364         (describe-text-category): Use with-help-window and help-buffer.
9366         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9367         for the displayed buffer (bug#4887).
9369         * man.el (Man-completion-table): New function.
9370         (man): Use it.
9372 2009-11-24  David Reitter  <david.reitter@gmail.com>
9374         * vc-git.el (vc-git-registered): Use checkout directory (where
9375         .git is) rather than the file's directory and a relative path spec
9376         to work around a bug in git.
9378 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
9380         Improve handling of processes on remote hosts.
9382         * eshell/esh-util.el (eshell-path-env): New defvar.
9383         (eshell-parse-colon-path): New defun.
9384         (eshell-file-attributes): Use `eshell-parse-colon-path'.
9386         * eshell/esh-ext.el (eshell-search-path):
9387         Use `eshell-parse-colon-path'.
9388         (eshell-remote-command): Remove argument HANDLER.
9389         (eshell-external-command): Check for FTP remote connection.
9391         * eshell/esh-proc.el (eshell-gather-process-output):
9392         Use `file-truename', in order to start also symlinked files.
9393         Apply `start-file-process' instead of `start-process'.
9394         Shorten `command' to the local file name part.
9396         * eshell/em-cmpl.el (eshell-complete-commands-list):
9397         Use `eshell-parse-colon-path'.
9399         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9401         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
9402         to `eshell-directory-change-hook'.
9404 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
9406         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9407         because it could be enabled automatically if view-read-only is non-nil.
9409 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
9411         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9412         made on 2009-11-22.
9414 2009-11-24  Glenn Morris  <rgm@gnu.org>
9416         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9417         deleted variable bookmark-bmenu-bookmark-column.
9419 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9421         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9423 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9425         * net/browse-url.el (browse-url-filename-alist): On Windows, add
9426         two slashes to the "file:" prefix.
9427         (browse-url-file-url): De-munge Cygwin filenames before passing
9428         them to Windows browser.
9429         (browse-url-default-windows-browser): Use call-process.
9431 2009-11-23  Juri Linkov  <juri@jurta.org>
9433         Implement DocView Continuous mode.  (Bug#4896)
9434         * doc-view.el (doc-view-continuous-mode): New defcustom.
9435         (doc-view-mode-map): Bind C-n/<down> to
9436         `doc-view-next-line-or-next-page', C-p/<up> to
9437         `doc-view-previous-line-or-previous-page'.
9438         (doc-view-next-line-or-next-page)
9439         (doc-view-previous-line-or-previous-page): New commands.
9441 2009-11-23  Juri Linkov  <juri@jurta.org>
9443         Implement Isearch in comint input history.  (Bug#3746)
9444         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9445         `isearch-mode-hook'.
9446         (comint-history-isearch): New defcustom.
9447         (comint-history-isearch-backward)
9448         (comint-history-isearch-backward-regexp): New commands.
9449         (comint-history-isearch-message-overlay): New buffer-local variable.
9450         (comint-history-isearch-setup, comint-history-isearch-end)
9451         (comint-goto-input, comint-history-isearch-search)
9452         (comint-history-isearch-message, comint-history-isearch-wrap)
9453         (comint-history-isearch-push-state)
9454         (comint-history-isearch-pop-state): New functions.
9456 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
9458         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9459         return.
9460         (tramp-handle-make-symbolic-link)
9461         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9462         Quote file names.
9463         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9464         (tramp-handle-process-file): Use it.
9466 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9468         * window.el (move-to-window-line-last-op): Remove.
9469         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9471 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9473         Make M-r mirror the new cycling behavior of C-l.
9474         * window.el (move-to-window-line-last-op): New var.
9475         (move-to-window-line-top-bottom): New command.
9476         (global-map): Bind M-r move-to-window-line-top-bottom.
9478 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
9480         * dired-x.el (dired-guess-shell-alist-default):
9481         Support xz format.  (Bug#4953)
9483 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
9485         * emulation/viper-cmd.el: Use viper-last-command-char instead of
9486         last-command-char/last-command-event.
9487         (viper-prefix-arg-value): Do correct conversion of event-char for
9488         XEmacs.
9490         * emulation/viper-util.el, emulation/viper.el:
9491         Use viper-last-command-char instead of
9492         last-command-char/last-command-event.
9494         * ediff-init.el, ediff-mult.el, ediff-util.el:
9495         Replace last-command-char and last-command-event
9496         with (ediff-last-command-char) everywhere.
9498         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9499         created in fundamental mode.
9501         * ediff.el (ediff-version): Revert the change of interactive-p to
9502         called-interactively-p.
9504 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
9506         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9507         generation from word-movement command names.
9509 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
9511         * cus-start.el (all): Add native condition for font-use-system-font.
9513 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
9515         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9516         Correct the patch from 2009-11-18.  (Bug#3910)
9518 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
9520         * progmodes/subword.el: Rename from lisp/subword.el.
9522         * subword.el: Rename to progmodes/subword.el.
9524         * Makefile.in (ELCFILES): Adapt to subword.el move.
9526 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9527             Stefan Monnier  <monnier@iro.umontreal.ca>
9529         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9530         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9531         (bookmark-bmenu-show-filenames): Use push.
9532         (bookmark-bmenu-hide-filenames): Use local var instead of
9533         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
9534         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9535         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9536         filenames now that the bookmark names are always available.
9538 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9540         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9541         (bookmark-search-pattern): Move and leave unbound.
9542         (bookmark-bmenu-mode-map): Change binding.
9543         (bookmark-read-search-input): Simplify.
9544         Don't use text-char-description.  Don't error on non-char events.
9545         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9546         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9547         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9548         Use a local var for the timer.
9549         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9550         (i.e. bookmark-bmenu-search).
9552 2009-11-21  Glenn Morris  <rgm@gnu.org>
9554         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
9556 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9558         * net/browse-url.el (browse-url-default-windows-browser):
9559         Use cygstart for cygwin.
9561 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
9563         * bookmark.el: Formatting and doc fixes only:
9564         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9565         (bookmark-bmenu-search): Wrap to fit within 80 columns.
9566         Minor grammar and punctuation fixes in doc string.
9567         (bookmark-read-search-input): Adjust to fit within 80 columns.
9569 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9571         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9572         (c-backward-into-nomenclature): Adapt to subword renaming.
9574         * subword.el (subword-forward, subword-backward, subword-mark)
9575         (subword-kill, subword-backward-kill, subword-transpose)
9576         (subword-downcase, subword-upcase, subword-capitalize)
9577         (subword-forward-internal, subword-backward-internal):
9578         Rename from forward-subword, backward-subword, mark-subword,
9579         kill-subword, backward-kill-subword, transpose-subwords,
9580         downcase-subword, upcase-subword, capitalize-subword,
9581         forward-subword-internal, backward-subword-internal.
9583 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9585         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9586         New options.
9587         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9588         New vars.
9589         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9590         (bookmark-bmenu-filter-alist-by-regexp)
9591         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9592         (bookmark-bmenu-search): New command.
9593         (bookmark-bmenu-mode-map): Bind it.
9595 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9597         * progmodes/cc-cmds.el: declare-functioned forward-subword and
9598         backward-subword to quit the byte-compiler.
9600         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9602         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9604         * progmodes/cc-cmds.el (c-update-modeline)
9605         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9606         Refer to subword.el functions instead of cc-subword.el.
9608         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9609         subword.el functions instead of cc-subword.el.
9611         * progmodes/cc-subword.el: Rename to subword.el.
9612         * subword.el: Rename from progmodes/cc-subword.el.
9613         (subword-mode-map): Rename from c-subword-mode-map.
9614         (subword-mode): Rename from c-subword-mode.
9615         (global-subword-mode): New global minor mode.
9616         (forward-subword): Rename from c-forward-subword.
9617         (backward-subword): Rename from c-backward-subword.
9618         (mark-subword): Rename from c-mark-subword.
9619         (kill-subword): Rename from c-kill-subword.
9620         (backward-kill-subword): Rename from c-backward-kill-subword.
9621         (transpose-subwords): Rename from c-tranpose-subword.
9622         (downcase-subword): Rename from c-downcase-subword.
9623         (capitalize-subword): Rename from c-capitalize-subword.
9624         (forward-subword-internal): Rename from c-forward-subword-internal.
9625         (backward-subword-internal): Rename from c-backward-subword-internal.
9627 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9629         * vc.el (vc-deduce-fileset): Allow non-state changing operations
9630         from a dired buffer.
9631         (vc-dired-deduce-fileset): New function.
9632         (vc-root-diff, vc-print-root-log): Use it.
9634         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9635         nil LIMIT argument to vc-print-log-internal.
9637 2009-11-20  Glenn Morris  <rgm@gnu.org>
9639         * Makefile.in (ELCFILES): Regenerate.
9641 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
9643         * calc/calc.el (calc-set-mode-line):
9644         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9645         (math-format-number): Rename `math-format-complement-signed' to
9646         `math-format-twos-complement'.
9648         * calc/calc-bin.el (math-format-twos-complement): Rename from
9649         math-format-complement-signed.
9650         (calc-radix): Rename `calc-complement-signed-mode' to
9651         `calc-twos-complement-mode'.
9652         (calc-octal-radix, calc-hex-radix): Add an argument for
9653         two's complement.
9655         * calc/calc-embed.el (calc-embedded-mode-vars):
9656         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9658         * calc/calc-ext.el (calc-init-extensions):
9659         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9660         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9662         * calc/calc-units.el (math-build-units-table-buffer):
9663         Let `calc-twos-complement-mode' be nil.
9665         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9666         entries.
9668         * calc/calc-vec.el (calcFunc-vunpack):
9669         * calc/calc-aent.el (calc-do-calc-eval):
9670         * calc/calc-forms.el (math-format-date):
9671         * calc/calc-graph.el (calc-graph-plot):
9672         * calc/calc-math.el (math-use-emacs-fn):
9673         * calc/calccomp.el (math-compose-expr):
9674         Let `calc-twos-complement-mode' be nil.
9676 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9678         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9679         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
9680         * minibuffer.el (completion-in-region-functions): New hook.
9681         (completion-in-region): New function.
9682         * emacs-lisp/lisp.el (lisp-complete-symbol):
9683         * pcomplete.el (pcomplete-std-complete): Use it.
9685 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9687         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9688         (latex-complete-alist): New vars.
9689         (latex-string-prefix-p, latex-complete-bibtex-keys)
9690         (latex-complete-envnames, latex-complete-refkeys)
9691         (latex-complete-data): New functions.
9692         (latex-complete, latex-indent-or-complete): New commands.
9694         * window.el (display-buffer-mark-dedicated): New var.
9695         (display-buffer): Obey it.
9696         * minibuffer.el (minibuffer-completion-help): Use it.
9698         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9700         * filecache.el (file-cache-add-file): Use push and cons.
9701         (file-cache-delete-file-regexp): Use push.
9702         (file-cache-complete): Use completion-in-region.
9704         * simple.el (with-wrapper-hook): Fix thinko.
9706         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9707         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9708         Use with-current-buffer and string-to-number.
9709         (hfy-fallback-colour-values): Use assoc-string.
9710         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9711         (hfy-face-at): Remove unused var `found-face'.
9712         (hfy-compile-stylesheet): Remove unused var `css'.
9713         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9714         and `orig-buffer'.
9715         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9716         Use with-current-buffer.
9717         (hfy-text-p): Use expand-file-name and fewer setq.
9719 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
9721         * htmlfontify.el, hfy-cmap.el: New files.
9723 2009-11-19  Juri Linkov  <juri@jurta.org>
9725         * minibuffer.el (completions-format): New defcustom.
9726         (completion--insert-strings): Implement vertical format.
9728         * simple.el (switch-to-completions): Move point to the first
9729         completion when point was at the beginning of the buffer.
9731 2009-11-19  Juri Linkov  <juri@jurta.org>
9733         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
9735         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9737 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9739         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9740         (mail-signature): Change default to t.
9741         (mail-from-style): Deprecate `system-default' value.
9742         (mail-insert-from-field): For default value of mail-from-style,
9743         default to `angles' unless `angles' needs quoting and `parens'
9744         does not.
9745         (mail-citation-prefix-regexp): Use citation regexp from
9746         message-mode.
9748 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
9750         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9751         Set variables for computing the prompt for reading password.
9753 2009-11-19  Glenn Morris  <rgm@gnu.org>
9755         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
9757         * textmodes/flyspell.el (sgml-lexical-context): Declare.
9759         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9760         (newsticker-treeview-listwindow-height): Fix custom type.
9762 2009-11-19  Kenichi Handa  <handa@m17n.org>
9764         * descr-text.el (describe-char-padded-string): Compose with TAB
9765         only if there's a font for CH.
9766         (describe-char): Fix the condition for detecting a trivial composition.
9768 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
9770         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9771         more accurate version of the regexp.  (Bug#3910)
9773 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9775         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9777 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
9779         * font-setting.el (font-use-system-font): Declare for byte-compiler.
9780         (font-setting-change-default-font): Fix typo in docstring.
9782 2009-11-18  Alan Mackenzie  <acm@muc.de>
9784         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9786 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9788         * font-setting.el (font-use-system-font): Move ...
9790         * cus-start.el (all): ... to here.
9792 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
9794         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9795         Don't set `ad-return-value' if `ad-do-it' doesn't.
9797         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9798         modification time.
9800 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9802         * menu-bar.el: Put "Use system font" in Option-menu.
9803         (menu-bar-options-save): Add font-use-system-font.
9805         * loadup.el: If feature system-font-setting or font-render-setting is
9806         there, load font-setting.
9808         * Makefile.in (ELCFILES): Add font-settings.el.
9809         * font-setting.el: New file.
9811 2009-11-17  Glenn Morris  <rgm@gnu.org>
9813         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9815         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9816         Preserve point in the list buffer.  (Bug#4939)
9817         Use point-at-eol.
9818         (newsticker--treeview-list-update-highlight)
9819         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9821 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9823         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9824         Remove.
9826         * calc/calc-ext.el (calc-init-extensions): Remove references to
9827         symclip.
9829         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9831         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
9832         * calc/calc-help.el (calc-b-prefix-help): Remove references to
9833         `calc-symclip'.
9835 2009-11-16  Kevin Ryde  <user42@zip.com.au>
9837         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9838         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
9840         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9841         (lm-keywords-list): Allow comma-only separator like "foo,bar".
9842         Ignore trailing spaces by omit-nulls to split-string (fixing
9843         regression from Emacs 21 due to the incompatible split-string
9844         change).  (Bug #4928.)
9846 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9848         * vc.el (vc-log-show-limit): Default to 2000.
9849         (vc-print-log-internal): Insert buttons to request more entries
9850         when limiting the output.
9852         * vc-sccs.el (vc-sccs-print-log):
9853         * vc-rcs.el (vc-rcs-print-log):
9854         * vc-cvs.el (vc-cvs-print-log):
9855         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
9856         LIMIT is non-nil.
9858 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9860         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
9861         error when `tramp-gvfs-dbus-event-vector' is set.
9862         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
9864 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9866         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
9868 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9870         * net/dbus.el (dbus-unregister-service): New defun.
9871         (dbus-register-property): Register the handlers of
9872         "org.freedesktop.DBus.Properties" for SERVICE.
9873         (dbus-property-handler): Fix docstring.
9875 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9877         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
9878         Quote doc string reference in defvaralias as it is not in special form.
9879         (byte-compile-output-docform): Doc fix.
9881 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9883         * calc/calc.el (math-2-word-size, math-half-2-word-size)
9884         (calc-complement-signed-mode): New variables.
9885         (calc-set-mode-line): Add indicator for twos-complements.
9886         (math-format-number): Format twos-complement notation.
9888         * calc/calc-bin.el (calc-word-size): Reset the variables
9889         `math-2-word-size' and `math-half-2-word-size'.
9890         (math-format-complement-signed, math-symclip, calcFunc-symclip)
9891         (calc-symclip): New functions.
9893         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
9895         * calc/calc-embed.el (calc-embedded-mode-vars):
9896         Add `calc-complement-signed-mode' to the list of modes.
9898         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
9899         (calc-b-oper-keys): Add `calc-symclip' to list.
9901         * calc/calc-ext.el (math-read-number-fancy): Read complement
9902         signed numbers.
9903         (calc-init-extensions): Add binding for `calc-symclip'.
9904         Add autoload for `calcFunc-symclip' and `calc-symclip'.
9906         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
9907         `calc-symclip'.
9908         (calc-modes-menu): Add item for twos complement mode.
9910         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
9912 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9914         * register.el (jump-to-register, insert-register): Handle Semantic
9915         tags.  From commented-out advice in semantic/senator.el.
9917 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
9919         * vc.el (vc-log-show-limit): New variable.
9920         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
9921         when using a prefix argument.
9922         (vc-print-log-internal): Add new argument LIMIT.
9924         * vc-svn.el (vc-svn-print-log):
9925         * vc-mtn.el (vc-mtn-print-log):
9926         * vc-hg.el (vc-hg-print-log):
9927         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
9928         pass it to the log command when set.  Make the BUFFER argument
9929         non-optional.
9931         * vc-sccs.el (vc-sccs-print-log):
9932         * vc-rcs.el (vc-rcs-print-log):
9933         * vc-git.el (vc-git-print-log):
9934         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
9935         ignore it.  Make the BUFFER argument non-optional
9937         * bindings.el (mode-line-buffer-identification): Do not purecopy.
9939 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9941         * dired.el (dired-mode-map): Move encryption items to "Operate"
9942         menu (Bug#4703).
9944         * strokes.el (strokes-update-window-configuration): Make strokes
9945         buffer current before erasing (Bug#4906).
9947 2009-11-15  Juri Linkov  <juri@jurta.org>
9949         * simple.el (set-mark-default-inactive): Add :type, :group
9950         and :version.  (Bug#4876)
9952 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
9954         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
9955         (archive-unique-fname): ... here.  (Bug#4929)
9957 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9959         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
9960         with a real fix.
9962         * novice.el (disabled-command-function): Add useful args.
9963         Setup the help buffer so that [back] works.
9964         Remove redundant call to help-mode.
9965         (disabled-command-function): Use `case'.
9966         (en/disable-command): New function extracted from enable-command.
9967         (enable-command, disable-command): Use it.
9969 2009-11-14  Glenn Morris  <rgm@gnu.org>
9971         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
9972         constants.  (Bug#4913)
9974         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
9976 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
9978         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
9979         defined in C that have no doc-strings.  (Bug#1063)
9981 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
9983         * cus-edit.el (data, files):
9984         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
9986 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
9988         * simple.el (shell-command): Doc fix (Bug#4891).
9990         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
9992 2009-11-14  Glenn Morris  <rgm@gnu.org>
9994         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
9995         statements for vc-diff, emerge-quit, and rmail-cease-edit.
9996         If they are already loaded, eval-after-load will do the right thing.
9998         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
9999         compiling.
10001         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10003         * simple.el (x-selection-owner-p): Declare.
10004         (read-mail-command): Use custom radio type rather than choice.
10005         (completion-no-auto-exit): Doc fix.
10007         * custom.el (defgroup):
10008         * epg-config.el (epg): Doc fixes.
10010 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10012         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10013         * international/ccl.el (define-ccl-program): Do not purecopy the
10014         docstring, defconst does it anyway.
10016 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10018         * add-log.el (add-change-log-entry): Avoid displaying the changelog
10019         a second time.
10021         * x-dnd.el (x-dnd-maybe-call-test-function):
10022         * window.el (split-window-vertically):
10023         * whitespace.el (whitespace-help-on):
10024         * vc-rcs.el (vc-rcs-consult-headers):
10025         * userlock.el (ask-user-about-lock-help)
10026         (ask-user-about-supersession-help):
10027         * type-break.el (type-break-force-mode-line-update):
10028         * time-stamp.el (time-stamp-conv-warn):
10029         * terminal.el (te-set-output-log, te-more-break, te-filter)
10030         (te-sentinel, terminal-emulator):
10031         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10032         (term-write-input-ring, term-check-source, term-start-output-log):
10033         (term-display-buffer-line, term-dynamic-list-completions):
10034         (term-ansi-make-term, serial-term):
10035         * subr.el (selective-display):
10036         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10037         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10038         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10039         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10040         (speedbar-remove-localized-speedbar-support)
10041         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10042         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10043         (speedbar-buffers-line-directory):
10044         * simple.el (shell-command-on-region, append-to-buffer)
10045         (prepend-to-buffer):
10046         * shadowfile.el (shadow-save-todo-file):
10047         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10048         (scroll-bar-maybe-set-window-start):
10049         * sb-image.el (speedbar-image-dump):
10050         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10051         (load-save-place-alist-from-file):
10052         * ps-samp.el (ps-print-message-from-summary):
10053         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10054         (ps-background-image, ps-begin-job, ps-do-despool):
10055         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10056         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10057         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10058         (pr-call-process, pr-file-list, pr-interface-save):
10059         * novice.el (disabled-command-function)
10060         (enable-command, disable-command):
10061         * mouse.el (mouse-buffer-menu-alist):
10062         * mouse-copy.el (mouse-kill-preserving-secondary):
10063         * macros.el (kbd-macro-query):
10064         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10065         * informat.el (batch-info-validate):
10066         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10067         * hippie-exp.el (try-expand-dabbrev-visible):
10068         * help-mode.el (help-make-xrefs):
10069         * help-fns.el (describe-variable):
10070         * generic-x.el (bat-generic-mode-run-as-comint):
10071         * finder.el (finder-mouse-select):
10072         * find-dired.el (find-dired-sentinel):
10073         * filesets.el (filesets-file-close):
10074         * files.el (list-directory):
10075         * faces.el (list-faces-display, describe-face):
10076         * facemenu.el (list-colors-display):
10077         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10078         * epg.el (epg--process-filter, epg-cancel):
10079         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10080         (epa--read-signature-type):
10081         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10082         (emerge-file-names):
10083         * ehelp.el (electric-helpify):
10084         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10085         * ediff-vers.el (rcs-ediff-view-revision):
10086         * ediff-util.el (ediff-setup):
10087         * ediff-mult.el (ediff-append-custom-diff):
10088         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10089         (ediff-wordify):
10090         * echistory.el (Electric-command-history-redo-expression):
10091         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10092         * disp-table.el (describe-display-table):
10093         * dired.el (dired-find-buffer-nocreate):
10094         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10095         * dabbrev.el (dabbrev--same-major-mode-p):
10096         * chistory.el (list-command-history):
10097         * apropos.el (apropos-documentation):
10098         * allout.el (allout-obtain-passphrase):
10099         (allout-copy-exposed-to-buffer):
10100         (allout-verify-passphrase): Use with-current-buffer.
10102 2009-11-13  Glenn Morris  <rgm@gnu.org>
10104         * Makefile.in (ELCFILES): Regenerate.
10106 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
10108         * net/dbus.el (dbus-registered-objects-table): Rename from
10109         `dbus-registered-functions-table', because it contains also properties.
10110         (dbus-unregister-object): Unregister also properties.
10111         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10112         Use a timeout of 500 msec, in order to not block.
10113         (dbus-register-property, dbus-property-handler): New defuns.
10115 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10117         * simple.el (minibuffer-default-add-completions): Drop deprecated
10118         4th arg.
10120 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
10122         * textmodes/artist.el (artist-mouse-choose-operation):
10123         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10124         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10125         (artist-compute-up-event-key): New function.
10126         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10128 2009-11-13  Kenichi Handa  <handa@m17n.org>
10130         * language/japan-util.el: Make sure that the value of jisx0208
10131         property is jisx0208 character.
10133 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10135         * international/mule.el (auto-coding-regexp-alist): Only purecopy
10136         car or each item, not the whole list.
10138 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10140         * minibuffer.el (minibuffer-completion-help):
10141         Use minibuffer-hide-completions.
10143 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
10145         * dired.el (dired-save-positions, dired-restore-positions): New funs.
10146         (dired-revert): Use them (bug#4880).
10148 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10150         * tooltip.el (tooltip-frame-parameters): Undo previous change.
10152 2009-11-12  Juri Linkov  <juri@jurta.org>
10154         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10155         New functions.
10156         (find-file-literally-at-point): Alias of `ffap-literally'.
10158 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10160         * textmodes/ispell.el (ispell-skip-region-alist):
10161         * textmodes/css-mode.el (auto-mode-alist):
10162         * progmodes/compile.el (auto-mode-alist):
10163         * international/mule.el (ctext-non-standard-encodings-alist)
10164         (ctext-non-standard-encodings-regexp):
10165         * simple.el (shell-command-switch, text-read-only):
10166         * replace.el (occur-mode-map):
10167         * paths.el (rmail-file-name):
10168         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10169         * find-file.el (ff-special-constructs):
10170         * files.el (file-name-handler-alist):
10171         * composite.el: Purecopy strings.
10173         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10175 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10177         * widget.el (define-widget): Purecopy the docstring.
10178         * international/mule-cmds.el (charset): Do not purecopy the
10179         docstring here, define-widget does it.
10181         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10182         * textmodes/bibtex-style.el (auto-mode-alist):
10183         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10184         * progmodes/compile.el (compile-command):
10185         * language/korea-util.el (default-korean-keyboard):
10186         * international/mule-conf.el (file-coding-system-alist):
10187         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10188         * tooltip.el (tooltip-frame-parameters):
10189         * newcomment.el (comment-end, comment-padding):
10190         * dired.el (dired-trivial-filenames):
10191         * comint.el (comint-file-name-prefix): Purecopy initial values.
10193 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
10195         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10196         (tramp-advice-minibuffer-electric-tilde): Unload advices via
10197         `tramp-unload'.
10198         (tramp-advice-make-auto-save-file-name)
10199         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10200         after removing the advice.
10202 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10204         * progmodes/grep.el (grep-regexp-alist):
10205         * international/mule-cmds.el (iso-2022-control-alist):
10206         * emacs-lisp/timer.el (timer-duration-words):
10207         * subr.el (version-separator, version-regexp-alist):
10208         * minibuffer.el (completion-styles-alist):
10209         * faces.el (face-attribute-name-alist, list-faces-sample-text):
10210         Change defvars to defconsts.
10212         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10213         * loadup.el ("international/mule-conf"): Load the byte compiled version.
10214         * international/mule-conf.el: Allow to be byte compiled.
10216         * international/mule.el (define-charset): Purecopy props.
10217         (load-with-code-conversion): Purecopy doc string and file name.
10218         (put-charset-property): Purecopy strings.
10219         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10221         * international/mule-cmds.el (register-input-method): Purecopy arguments.
10222         (define-char-code-property): Correctly purecopy the table.
10224         * international/ccl.el (define-ccl-program): Purecopy the docstring.
10226         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10228         * subr.el (add-hook): Purecopy strings.
10229         (eval-after-load): Purecopy load-history-regexp and the form.
10231         * custom.el (custom-declare-group): Purecopy load-file-name.
10233         * subr.el (menu-bar-separator): New defconst.
10234         * net/eudc.el (eudc-tools-menu):
10235         * international/mule-cmds.el (set-coding-system-map)
10236         (mule-menu-keymap):
10237         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10238         * vc-hooks.el (vc-menu-map):
10239         * replace.el (occur-mode-map):
10240         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10241         (menu-bar-edit-menu, menu-bar-goto-menu)
10242         (menu-bar-custom-menu, menu-bar-showhide-menu)
10243         (menu-bar-options-menu, menu-bar-tools-menu)
10244         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10245         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10246         (menu-bar-help-menu):
10247         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10248         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10250         * term/x-win.el (x-gtk-stock-map):
10251         * progmodes/vera-mode.el (auto-mode-alist):
10252         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10253         (inferior-lisp-program, inferior-lisp-load-command):
10254         * progmodes/hideshow.el (hs-special-modes-alist):
10255         * progmodes/gud.el (same-window-regexps):
10256         * progmodes/grep.el (grep-program, find-program, xargs-program):
10257         * net/telnet.el (same-window-regexps):
10258         * net/rlogin.el (same-window-regexps):
10259         * language/ethiopic.el (font-ccl-encoder-alist):
10260         * vc-sccs.el (vc-sccs-master-templates):
10261         * vc-rcs.el (vc-rcs-master-templates):
10262         * subr.el (cl-assertion-failed):
10263         * simple.el (next-error-overlay-arrow-position):
10264         * lpr.el (lpr-command):
10265         * locate.el (locate-ls-subdir-switches):
10266         * info.el (same-window-regexps, info)
10267         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10268         * image-mode.el (image-mode, auto-mode-alist):
10269         * hippie-exp.el (hippie-expand-ignore-buffers):
10270         * format.el (format-alist):
10271         * find-dired.el (find-ls-subdir-switches, find-grep-options)
10272         (find-name-arg):
10273         * facemenu.el (facemenu-keybindings):
10274         * dired.el (dired-listing-switches, dired-chown-program):
10275         * diff.el (diff-switches, diff-command):
10276         * cus-edit.el (same-window-regexps):
10277         * bindings.el (mode-line-mule-info)
10278         (mode-line-buffer-identification): Purecopy strings.
10280 2009-11-11  Juri Linkov  <juri@jurta.org>
10282         * simple.el (dired-get-filename) <declare-function>:
10283         Tell the byte-compiler about dired-get-filename.
10284         (shell-command): In Dired mode, get filename from the current line
10285         as the default value.
10287 2009-11-10  Glenn Morris  <rgm@gnu.org>
10289         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10290         * calendar/holidays.el, progmodes/cperl-mode.el:
10291         Update x-popup-menu declarations.
10293         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10294         (list-load-path-shadows): Use dolist.
10295         (list-load-path-shadows): Use with-current-buffer.
10297 2009-11-10  Juri Linkov  <juri@jurta.org>
10299         * minibuffer.el (read-file-name): Support a list of default values
10300         in `default-filename'.  Use the first file name where only one
10301         element is required.  Doc fix.
10303 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
10305         * net/dbus.el (dbus-unregister-object): Release service, if no
10306         other method is registered for it.
10308 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
10310         * bookmark.el (bookmark-completing-read): Sort bookmark names if
10311         bookmark-sort-flag is non-nil (Bug#4653).
10313 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10315         * emulation/cua-base.el: Add CUA property to some CC mode commands
10316         (Bug#4100).
10318 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10320         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10321         at end of sentence (Bug#4818).
10323 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
10325         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10326         Handle "see declaration of" MSFT statements (Bug#4100).
10328 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
10330         * net/tramp.el (tramp-advice-make-auto-save-file-name)
10331         (tramp-advice-file-expand-wildcards): Unload via
10332         `ad-remove-advice'.
10334         * net/trampver.el: Update release number.
10336 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10338         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10339         `ad-do-it'.
10341 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
10343         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10344         in order to keep context in SELinux.
10346 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10348         * dired-aux.el (dired-query): Place cursor in echo area and allow
10349         C-g.
10351         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10352         menu item if not on a directory (Bug#4701).
10354 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
10356         Sync with Tramp 2.1.17.
10358         * net/tramp.el (tramp-handle-copy-directory): Don't use
10359         `file-remote-p' (due to compatibility).
10361         * net/tramp-compat.el (tramp-compat-copy-directory)
10362         (tramp-compat-delete-directory): New defuns.
10364         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10365         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10366         `tramp-compat-delete-directory'.
10368         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10369         (tramp-smb-handle-delete-directory): Use
10370         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10372         * net/trampver.el: Update release number.
10374 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
10376         * tar-mode.el (tar-copy): Call write-region on the right buffer
10377         (Bug#4857).
10379         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10380         by hand, if necessary (Bug#4878).
10382 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
10384         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10385         align size column (Bug#4839).
10387         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10388         statement.
10390 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10392         * progmodes/ld-script.el (auto-mode-alist):
10393         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10395         * cus-face.el (custom-declare-face): Purecopy face spec.
10397 2009-11-06  Kenichi Handa  <handa@m17n.org>
10399         * international/uni-bidi.el: Re-generated.
10400         * international/uni-category.el: Re-generated.
10401         * international/uni-combining.el: Re-generated.
10402         * international/uni-mirrored.el: Re-generated.
10404 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10406         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10407         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10408         (tex-start-options, slitex-run-command, latex-run-command)
10409         (tex-run-command, tex-directory):
10410         * textmodes/ispell.el (ispell-html-skip-alists)
10411         (ispell-tex-skip-alists, ispell-tex-skip-alists):
10412         * textmodes/fill.el (adaptive-fill-first-line-regexp):
10413         (adaptive-fill-regexp):
10414         * textmodes/dns-mode.el (auto-mode-alist):
10415         * progmodes/python.el (interpreter-mode-alist):
10416         * progmodes/etags.el (tags-compression-info-list):
10417         * progmodes/etags.el (tags-file-name):
10418         * net/browse-url.el (browse-url-galeon-program)
10419         (browse-url-firefox-program):
10420         * mail/sendmail.el (mail-signature-file)
10421         (mail-citation-prefix-regexp):
10422         * international/mule-conf.el (eight-bit):
10423         * international/latexenc.el (latex-inputenc-coding-alist):
10424         * international/fontset.el (x-pixel-size-width-font-regexp):
10425         * emacs-lisp/warnings.el (warning-type-format):
10426         * emacs-lisp/trace.el (trace-buffer):
10427         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10428         (emacs-lisp-mode-map):
10429         * calendar/holidays.el (holiday-solar-holidays)
10430         (holiday-bahai-holidays, holiday-islamic-holidays)
10431         (holiday-christian-holidays, holiday-hebrew-holidays)
10432         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10433         (hebrew-holidays-1, holiday-oriental-holidays)
10434         (holiday-general-holidays):
10435         * x-dnd.el (x-dnd-known-types):
10436         * tool-bar.el (tool-bar):
10437         * startup.el (site-run-file):
10438         * shell.el (shell-dumb-shell-regexp):
10439         * rfn-eshadow.el (file-name-shadow-tty-properties)
10440         (file-name-shadow-properties):
10441         * paths.el (remote-shell-program, news-directory):
10442         * mouse.el ([C-down-mouse-3]):
10443         * menu-bar.el (menu-bar-tools-menu):
10444         * jka-cmpr-hook.el (jka-compr-load-suffixes)
10445         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10446         (jka-compr-compression-info-list):
10447         * isearch.el (search-whitespace-regexp):
10448         * image-file.el (image-file-name-extensions):
10449         * find-dired.el (find-ls-option):
10450         * files.el (directory-listing-before-filename-regexp)
10451         (directory-free-space-args, insert-directory-program)
10452         (list-directory-brief-switches, magic-fallback-mode-alist)
10453         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10454         (automount-dir-prefix):
10455         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10456         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10457         (face-font-registry-alternatives, face-font-registry-alternatives)
10458         (face-font-family-alternatives):
10459         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10460         (facemenu-foreground-menu, facemenu-face-menu):
10461         * epa-hook.el (epa-file-name-regexp):
10462         * dnd.el (dnd-protocol-alist):
10463         * textmodes/rst.el (auto-mode-alist):
10464         * button.el (default-button): Purecopy strings.
10466 2009-11-06  Glenn Morris  <rgm@gnu.org>
10468         * Makefile.in (ELCFILES): Update.
10470 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10472         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10473         * emacs-lisp/levents.el: Move to obsolete/levents.el.
10475         * nxml/xsd-regexp.el (xsdre-gen-categories):
10476         * nxml/xmltok.el (xmltok-parse-entity):
10477         * nxml/rng-parse.el (rng-parse-validate-file):
10478         * nxml/rng-maint.el (rng-format-manual)
10479         (rng-manual-output-force-new-line):
10480         * nxml/rng-loc.el (rng-save-schema-location-1):
10481         * nxml/rng-cmpct.el (rng-c-parse-file):
10482         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10483         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10485 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
10487         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10488         Remove extra save-excursions and make-variable-buffer-local's.
10489         Suggested by Stefan Monnier.
10491         (verilog-getopt-file, verilog-module-inside-filename-p)
10492         (verilog-set-define): Merge GNU 1.35 and repair changes from
10493         switching to using with-current-buffer.
10495         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10496         being treated as a number and confusing AUTORESET.
10497         Reported by Dan Dever.
10499         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10500         Add verilog-auto-ignore-concat to fix backward compatibility with
10501         older verilog-modes.  Reported by Dan Katz.
10503         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10504         containing closing anchors "...$".
10506         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10507         Reported by Wade Smith.
10509         (verilog-batch-execute-func): Comment on function usage.
10511 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
10513         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10514         for labels.
10516         (verilog-label-re, verilog-calc-1): Support proper indent of named
10517         asserts.
10519         (verilog-backward-token, verilog-basic-complete-re)
10520         (verilog-beg-of-statement, verilog-indent-re): Support proper
10521         indent of the assert statement at the beginning of a block of text.
10523         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10524         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10525         tokens as begins.
10527 2009-11-05  Glenn Morris  <rgm@gnu.org>
10529         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10530         Emacs 19.  (Bug#1531)
10531         (byte-compile-fix-header): Update for the above change.
10532         Drop test for epoch::version.
10534         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10535         * cus-dep.el (custom-make-dependencies):
10536         * finder.el (finder-compile-keywords):
10537         Use autoload-rubric's feature argument.
10539         * calendar/diary-lib.el (top-level): Make load behave more like require.
10541         * vc-git.el (vc-git-stash-map): Move definition before use.
10543 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10545         * custom.el (custom-declare-group): Purecopy standard-value.
10546         (custom-declare-group): Purecopy custom-prefix.
10548         * international/mule.el (load-with-code-conversion):
10549         Call do-after-load-evaluation unconditionally.
10551         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10553 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10555         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10557 2009-11-04  Glenn Morris  <rgm@gnu.org>
10559         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10560         (byte-compile-compatibility): Remove option.
10561         (byte-compile-close-variables, byte-compile-fix-header)
10562         (byte-compile-insert-header, byte-compile-output-docform)
10563         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10564         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10565         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10566         (byte-compile-insert, byte-compile-defun):
10567         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
10568         (byte-defop-compiler19): Remove.
10569         Without byte-compile-compatibility, the 'emacs19-opcode property is not
10570         used by anything.  Replace all calls with byte-defop-compiler.
10572 2009-11-04  Juri Linkov  <juri@jurta.org>
10574         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10575         (menu-bar-options-menu): Don't quote the `prop' arg of
10576         `menu-bar-make-mm-toggle'.
10578 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
10580         * calendar/calendar.el (cal-loaddefs):
10581         * calendar/diary-lib.el (diary-loaddefs):
10582         * calendar/holidays.el (hol-loaddefs):
10583         * eshell/esh-module.el (esh-groups): Load rather than require.
10585 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10587         * calendar/todo-mode.el (todo-add-category): Don't hardcode
10588         point-min==1.
10589         (todo-top-priorities): Only display-buffer when called interactively.
10590         (todo-item-start): Don't save excursion point.
10591         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
10592         (todo-insert-item-here, todo-file-item, todo-remove-item):
10593         Adjust uses of todo-item-start and todo-item-end.
10595         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10596         (autoload-rubric): Don't use any more.
10598         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10599         and only put a prop if it is non-nil.
10601 2009-11-03  Juri Linkov  <juri@jurta.org>
10603         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10604         (menu-bar-options-menu): Fix list quoting (Bug#4429).
10606         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10607         and "Menu" to make top-level menu item visually one unit (like
10608         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10609         multi-word menu items).  Fix :help string for quit-window.
10611 2009-11-03  Glenn Morris  <rgm@gnu.org>
10613         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10614         (byte-compile-file-form-define-abbrev-table)
10615         (byte-compile-file-form-custom-declare-variable)
10616         (byte-compile-variable-ref, byte-compile-defvar):
10617         Whether or not a warning is enabled should only affect whether we issue
10618         the warning, not whether or not we collect the relevant data.
10619         Eg warnings can be turned on and off throughout the course of a file.
10621         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10622         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10624 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10626         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10627         * play/mpuz.el (mpuz-create-buffer):
10628         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10629         (lm-print-y,s,noise, lm-print-w0, lm-init):
10630         * play/gomoku.el (gomoku-prompt-for-move):
10631         * play/fortune.el (fortune-in-buffer):
10632         * play/dissociate.el (dissociated-press):
10633         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10634         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10635         * mail/supercite.el (sc-eref-show):
10636         * mail/smtpmail.el (smtpmail-send-it):
10637         * mail/rmailsum.el (rmail-summary-next-labeled-message)
10638         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10639         (rmail-summary-undelete-many, rmail-summary-rmail-update)
10640         (rmail-summary-goto-msg, rmail-summary-expunge)
10641         (rmail-summary-get-new-mail, rmail-summary-search-backward)
10642         (rmail-summary-add-label, rmail-summary-output-menu)
10643         (rmail-summary-output-body):
10644         * mail/rfc822.el (rfc822-addresses):
10645         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10646         * mail/mailpost.el (post-mail-send-it):
10647         * mail/hashcash.el (hashcash-generate-payment):
10648         * mail/feedmail.el (feedmail-run-the-queue)
10649         (feedmail-queue-send-edit-prompt-help-first)
10650         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10651         (feedmail-deduce-address-list):
10652         * eshell/esh-ext.el (eshell-remote-command):
10653         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10654         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10655         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10656         (viper-save-string-in-file, viper-valid-marker):
10657         * emulation/viper-keym.el (viper-toggle-key):
10658         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10659         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10660         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10661         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10662         (viper-exec-form-in-emacs, viper-brac-function):
10663         * emulation/viper.el (viper-delocalize-var):
10664         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10665         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10666         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10667         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10668         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10669         * emulation/edt.el (edt-electric-helpify):
10670         * emulation/cua-rect.el (cua--rectangle-aux-replace):
10671         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10672         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10673         (cua-indent-to-global-mark-column):
10674         * calendar/diary-lib.el (calendar-mark-1):
10675         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10676         Use with-current-buffer.
10677         * emulation/viper.el (viper-delocalize-var): Use dolist.
10679 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
10681         * comint.el (comint-replace-by-expanded-history-before-point):
10682         Replace !! with the previous input string literally (Bug#1795).
10684 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
10686         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10687         to be made up of whitespace.
10689 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
10691         * minibuffer.el (read-file-name): Don't use file dialogs for
10692         remote directories (Bug#99).
10694 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
10696         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10698 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10700         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10701         instead of deleting the window or frame.
10703 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10705         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10706         Support face colors.
10708         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10709         New function.  Support face colors (Bug#1168).
10710         (tex-common-initialization): Use it.
10712         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10713         mode allows it (Bug#1168).
10715 2009-10-31  Juri Linkov  <juri@jurta.org>
10717         * facemenu.el (list-colors-display): Don't mark buffer as
10718         modified (Bug#3948).
10720 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10722         * international/mule-diag.el (list-character-sets-1): Minor
10723         message fix (Bug#3526).
10725         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10726         face property (Bug#4834).
10727         (etags-list-tags, etags-tags-apropos-additional)
10728         (etags-tags-apropos, tags-select-tags-table): Add follow-link
10729         property.
10731         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10732         items.
10734 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10736         * textmodes/two-column.el (2C-split):
10737         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10738         * textmodes/tex-mode.el (tex-set-buffer-directory):
10739         * textmodes/spell.el (spell-region, spell-string):
10740         * textmodes/reftex.el (reftex-erase-buffer):
10741         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10742         * textmodes/reftex-toc.el (reftex-toc-promote-action):
10743         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10744         (reftex-select-item):
10745         * textmodes/reftex-ref.el (reftex-label-info-update)
10746         (reftex-offer-label-menu):
10747         * textmodes/reftex-index.el (reftex-index-change-entry)
10748         (reftex-index-phrases-info):
10749         * textmodes/reftex-global.el (reftex-create-tags-file)
10750         (reftex-save-all-document-buffers, reftex-ensure-write-access):
10751         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10752         (reftex-view-crossref-from-bibtex):
10753         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10754         (reftex-extract-bib-entries-from-thebibliography)
10755         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10756         * textmodes/refbib.el (r2b-capitalize-title):
10757         (r2b-convert-buffer, r2b-help):
10758         * textmodes/page-ext.el (pages-directory)
10759         (pages-directory-goto-with-mouse):
10760         * textmodes/bibtex.el (bibtex-validate-globally):
10761         * textmodes/bib-mode.el (bib-capitalize-title):
10762         * textmodes/artist.el (artist-clear-buffer, artist-system):
10763         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10764         (local-set-scheme-interaction-buffer, xscheme-process-filter)
10765         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10766         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10767         (xscheme-send-control-g-interrupt, xscheme-start-process)
10768         (xscheme-process-sentinel, xscheme-cd):
10769         * progmodes/verilog-mode.el (verilog-read-always-signals)
10770         (verilog-set-define, verilog-getopt-file)
10771         (verilog-module-inside-filename-p):
10772         * progmodes/sh-script.el:
10773         * progmodes/python.el (python-pdbtrack-get-source-buffer)
10774         (python-pdbtrack-grub-for-buffer, python-execute-file):
10775         * progmodes/octave-inf.el (inferior-octave):
10776         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10777         (idlwave-shell-compile-helper-routines, idlwave-set-local)
10778         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10779         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
10780         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
10781         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
10782         (idlwave-shell-filter, idlwave-shell-examine-highlight)
10783         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
10784         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
10785         (idlwave-shell-examine-display, idlwave-shell-run-region)
10786         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
10787         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
10788         * progmodes/idlw-help.el (idlwave-help-get-special-help)
10789         (idlwave-help-get-help-buffer):
10790         * progmodes/gud.el (gud-basic-call, gud-find-class)
10791         (gud-tooltip-activate-mouse-motions-if-enabled):
10792         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10793         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
10794         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
10795         (ebrowse-tags-next-file):
10796         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
10797         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
10798         (ebnf-eps-finish-and-write):
10799         * progmodes/cpp.el (cpp-edit-save):
10800         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
10801         * progmodes/cc-defs.el (c-emacs-features):
10802         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
10803         (antlr-directory-dependencies):
10804         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
10805         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
10806         (ada-find-any-references, ada-make-filename-from-adaname)
10807         (ada-make-body-gnatstub):
10808         * obsolete/rnews.el (news-list-news-groups):
10809         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
10810         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
10811         * net/rcirc.el (rcirc-debug):
10812         * net/newst-treeview.el (newsticker--treeview-list-add-item)
10813         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
10814         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
10815         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
10816         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
10817         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
10818         (newsticker--treeview-list-clear-highlight)
10819         (newsticker--treeview-list-update-highlight)
10820         (newsticker--treeview-list-highlight-start)
10821         (newsticker--treeview-tree-update-highlight)
10822         (newsticker--treeview-get-selected-item)
10823         (newsticker-treeview-mark-list-items-old)
10824         (newsticker--treeview-set-current-node):
10825         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10826         * net/newst-backend.el (newsticker--get-news-by-funcall)
10827         (newsticker--get-news-by-wget, newsticker--image-get)
10828         (newsticker--image-sentinel):
10829         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
10830         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
10831         (eudc-ph-close-session):
10832         * net/eudc.el (eudc-save-options):
10833         * language/thai-word.el (thai-update-word-table):
10834         * language/japan-util.el (japanese-string-conversion):
10835         * international/titdic-cnv.el (tsang-quick-converter)
10836         (ziranma-converter, ctlau-converter):
10837         * international/mule-cmds.el (describe-language-environment):
10838         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
10839         (skkdic-convert-postfix, skkdic-convert-prefix):
10840         (skkdic-convert-okuri-nasi, skkdic-convert):
10841         * emacs-lisp/re-builder.el (reb-update-overlays):
10842         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
10843         * emacs-lisp/gulp.el (gulp-send-requests):
10844         * emacs-lisp/find-gc.el (trace-call-tree):
10845         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
10846         (eieio-describe-generic):
10847         * emacs-lisp/eieio-base.el (eieio-persistent-read):
10848         * emacs-lisp/edebug.el (edebug-outside-excursion):
10849         * emacs-lisp/debug.el (debugger-make-xrefs):
10850         * emacs-lisp/cust-print.el (custom-prin1-to-string):
10851         * emacs-lisp/chart.el (chart-new-buffer):
10852         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
10853         Use with-current-buffer.
10854         * textmodes/artist.el (artist-system): Don't call
10855         copy-sequence on a fresh string.
10856         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
10858 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
10860         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
10861         is no item to edit.  (Bug#4820)
10862         (todo-top-priorities): Restore point and restore narrowing in Todo
10863         buffer.  (Bug#4820)
10865 2009-10-31  Glenn Morris  <rgm@gnu.org>
10867         * net/ange-ftp.el (top-level): Don't require dired when compiling.
10868         (comint-last-output-start, comint-last-input-start)
10869         (comint-last-input-end): Don't defvar when compiling.
10870         (ange-ftp-process-file): Use bound-and-true-p.
10872         * pcmpl-rpm.el (top-level): Move provide statement to end.
10873         (pcmpl-rpm): Remove unused custom group.
10875         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
10877         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
10879         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10880         (byte-compile-warnings): Add `constants' as an option.
10881         (byte-compile-callargs-warn, byte-compile-arglist-warn)
10882         (display-call-tree): Update for byte-compile-fdefinition possibly
10883         returning `(macro lambda ...)'.  (Bug#4778)
10884         (byte-compile-variable-ref, byte-compile-setq-default):
10885         Respect `constants' member of byte-compile-warnings.
10887 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10889         * vc-bzr.el (vc-bzr-revision-keywords): New var.
10890         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
10891         to "submit:".
10893 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
10895         * textmodes/ispell.el (ispell-skip-region-alist):
10896         * international/mule-conf.el (eight-bit):
10897         * international/fontset.el (font-encoding-alist):
10898         * startup.el (pure-space-overflow-message):
10899         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
10900         * paths.el (gnus-nntp-service, rmail-spool-directory)
10901         (term-file-prefix):
10902         * files.el (save-some-buffers-action-alist):
10903         * cmuscheme.el (same-window-buffer-names):
10904         * ielm.el (same-window-buffer-names):
10905         * shell.el (same-window-buffer-names):
10906         * mail/sendmail.el (same-window-buffer-names):
10907         * progmodes/inf-lisp.el (same-window-buffer-names):
10908         * bindings.el (mode-line-client)
10909         (mode-line-column-line-number-mode-map):
10910         * language/tibetan.el (tibetan-precomposition-rule-regexp)
10911         (tibetan-precomposed-regexp): Purecopy string arguments.
10913 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10915         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
10916         (calcDigit-nondigit):
10917         * calc/calc-yank.el (calc-copy-to-buffer):
10918         * calc/calc-units.el (calc-invalidate-units-table):
10919         * calc/calc-trail.el (calc-trail-yank):
10920         * calc/calc-store.el (calc-insert-variables):
10921         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10922         * calc/calc-prog.el (calc-read-parse-table):
10923         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
10924         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
10925         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
10926         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
10927         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
10928         (calc-graph-name, calc-graph-find-command, calc-graph-view)
10929         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
10930         * calc/calc-ext.el (calc-realign):
10931         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
10932         (calc-embedded-finish-edit, calc-embedded-make-info)
10933         (calc-embedded-finish-command, calc-embedded-stack-change):
10934         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
10936         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
10937         shell-dynamic-complete-filename in preference to
10938         comint-dynamic-complete-filename.
10940         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10941         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10942         Don't consider whether the display supports colors.
10943         (bookmark-import-new-list): Use dolist.
10944         (bookmark-bmenu-mode-map): Move initialization into declaration.
10945         (bookmark-bmenu-list): Use dolist, simplify.
10946         (bookmark-show-all-annotations): Use save-selected-window and dolist.
10947         (menu-bar-final-items): Use push.
10949 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
10951         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
10952         it works on remote files.
10953         (vc-hg-diff): Don't pass any `--cwd' argument.
10955 2009-10-27  Kevin Ryde  <user42@zip.com.au>
10957         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10958         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
10959         (Further to Bug#3921).
10961 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
10963         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
10964         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
10965         calling `tramp-imap-put-file'.  Add file size to the call.
10966         (tramp-imap-get-file-entries): Compute also user name, file size,
10967         and date.
10968         (tramp-imap-handle-insert-directory): Insert uid and gid.
10969         (tramp-imap-handle-file-attributes): Transform uid and gid
10970         according to `id-format'.
10971         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
10972         size in header X-Size.
10974 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
10976         * simple.el (transpose-subr): Give clearer error when the mark
10977         is not set.  (Bug#4807)
10979 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
10981         * net/tramp.el (tramp-perl-file-truename): New defconst.
10982         Perl code contributed by yary <not.com@gmail.com> (tiny change).
10983         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
10984         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
10985         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
10987         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
10988         Ignore `dired-call-process'.
10989         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
10991 2009-10-26  Julian Scheid  <julians37@gmail.com>
10993         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
10994         (tramp-get-remote-readlink): New defun.
10995         (tramp-handle-file-truename): Use it.
10996         (tramp-handle-file-exists-p): Check file-attributes cache, assume
10997         file exists if cache value present.
10998         (tramp-check-cached-permissions): New defun.
10999         (tramp-handle-file-readable-p): Use it.
11000         (tramp-handle-file-writable-p): Likewise.
11001         (tramp-handle-file-executable-p): Likewise.
11002         (tramp-handle-file-name-all-completions): Try using Perl to get
11003         partial completions.  When perl not available, combine `cd' and
11004         `ls' into single remote operation and use shell expansion to get
11005         partial remote directory contents.  Set `file-exists-p' cache for
11006         directory and any files returned by ls.  Change cache handling to
11007         support partial directory contents.  Use error message emitted by
11008         remote `cd' or Perl code for local tramp-error.
11009         (tramp-do-copy-or-rename-file-directly): Avoid separate
11010         tramp-send-command-and-check call.
11011         (tramp-handle-process-file): Merge three remote ops into one.
11012         Do not flush all caches when `process-file-side-effects' is set.
11013         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11014         file-attributes shows uid/gid to be set already.
11016 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11018         * textmodes/tex-mode.el (tex-dvi-view-command)
11019         (tex-show-queue-command, tex-open-quote):
11020         * progmodes/ruby-mode.el (auto-mode-alist)
11021         (interpreter-mode-alist): Purecopy strings.
11023         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11025         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11026         string for the hook, keymap and abbrev table.
11028         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11030         * x-dnd.el (x-dnd-xdnd-to-action):
11031         * startup.el (fancy-startup-text, fancy-about-text): Change to
11032         defconst from defvar.
11034         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11036         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11037         Purecopy initialization strings.
11039         * mail/sendmail.el (mail-header-separator)
11040         (mail-personal-alias-file):
11041         * mail/rmail.el (rmail-default-dont-reply-to-names)
11042         (rmail-ignored-headers, rmail-retry-ignored-headers)
11043         (rmail-highlighted-headers, rmail-secondary-file-directory)
11044         (rmail-secondary-file-regexp):
11045         * files.el (null-device, file-name-invalid-regexp)
11046         (locate-dominating-stop-dir-regexp)
11047         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11048         (interpreter-mode-alist): Use mapcar instead of mapc.
11050         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11052         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11053         (completion-ignored-extensions):
11054         (debug-ignored-errors): Purecopy strings.
11056 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11058         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11059         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11060         (pcomplete--here): Use push.
11062         * subr.el (all-completions): Declare the 4th arg obsolete.
11064 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11066         * pcomplete.el (pcomplete-unquote-argument-function): New var.
11067         (pcomplete-unquote-argument): New function.
11068         (pcomplete--common-suffix): Always pay attention to case.
11069         (pcomplete--table-subvert): Quote and unquote the text.
11070         (pcomplete--common-quoted-suffix): New function.
11071         (pcomplete-std-complete): Use it and pcomplete-begin.
11073         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11074         we're inside a dedicated or minibuffer window.
11076 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
11078         * bookmark.el: Update documentation, especially documentation
11079         of `bookmark-alist' and of the bookmark file format.
11080         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
11082 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11084         * mail/emacsbug.el (report-emacs-bug): Clarify that the
11085         keybindings apply to the mail buffer (Bug#4003).  Shrink help
11086         window to buffer.
11088         * whitespace.el (whitespace-mode, whitespace-newline-mode)
11089         (global-whitespace-mode, global-whitespace-newline-mode)
11090         (whitespace-toggle-options, global-whitespace-toggle-options):
11091         Doc fix (Bug#3660).
11093         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11094         of xmltok-start before the end tag was inserted (Bug#2840).
11096         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11097         patterns that are preceded by an open-paren (Bug#1320).
11099 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
11101         * files.el (delete-directory): Delete symlinks to directories with
11102         delete-file (Bug#4739).
11104 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11106         * vc.el (vc-backend-for-registration): Rename from
11107         vc-get-backend-for-registration.  Update callers.
11109         * international/mule-cmds.el (set-language-info-alist):
11110         Purecopy lang-env.
11111         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11112         (charset): Purecopy the name.
11113         (define-char-code-property): Purecopy string arguments.
11115         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11116         Purecopy string arguments.
11118         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11119         * ediff-hook.el (menu-bar-ediff-menu):
11120         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11121         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11123 2009-10-24  Glenn Morris  <rgm@gnu.org>
11125         * comint.el (comint-dynamic-list-completions):
11126         * term.el (term-dynamic-list-completions): Use choose-completion rather
11127         than obsolete alias mouse-choose-completion.
11129         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11130         file-cache-choose-completion.
11131         (file-cache-choose-completion): Handle an optional event argument.
11132         (file-cache-mouse-choose-completion): Make it an obsolete alias.
11134         * progmodes/octave-mod.el (octave-complete-symbol):
11135         Use choose-completion if mouse-choose-completion is ever removed.
11137         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11138         use.
11140         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11141         compiler.
11143         * vc-hooks.el (vc-responsible-backend): Fix declaration.
11145 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11147         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11148         Ignore `pred' now that we receive one.
11149         Handle test-completion specially.
11151 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11153         * vc.el (vc-responsible-backend): Throw an error if not backend is
11154         found.  Remove the REGISTER argument.  Move the code dealing with
11155         REGISTER ...
11156         (vc-get-backend-for-registration): ... here.  New function.
11157         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11158         of vc-responsible-backend, pass the file name instead of the
11159         directory name.
11161 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11163         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11164         New funs.
11165         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
11166         (pcomplete-comint-setup): Don't modify a global var via
11167         accidental side-effects.
11168         (pcomplete-shell-setup): Adjust call accordingly.
11169         (pcomplete-parse-comint-arguments): Use push.
11171 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
11173         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11174         Allow uncapitalized info node names (Bug#3921).
11176         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11177         to the DEBUG file (Bug#3781).
11179 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
11181         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11182         dictionary entry (Bug#4579).
11184 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
11186         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11187         from `rfn-eshadow-update-overlay-hook' when unloading.
11188         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11189         "rsyncc".  Adjust doc string.
11190         (tramp-temp-buffer-file-name): New buffer-local defvar.
11191         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11192         Keep temporary file when indicated by method ("rsync" and
11193         "rsyncc").
11194         (tramp-handle-write-region): Handle APPEND.
11195         (tramp-delete-temp-file-function): New defun.  Added to
11196         `kill-buffer-hook'.
11198 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
11200         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11202 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11204         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11205         (color-name-rgb-alist, tty-standard-colors)
11206         (tty-color-mode-alist): Change to defconst.
11208         * simple.el (mark-inactive): Purecopy message.
11210         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11211         (global-map, yank-menu):
11212         * textmodes/ispell.el (ispell-menu-map):
11213         * net/eudc.el (eudc-tools-menu):
11214         * international/mule-cmds.el (describe-language-environment-map)
11215         (setup-language-environment-map, set-coding-system-map)
11216         (mule-menu-keymap):
11217         * vc-hooks.el (vc-menu-entry, vc-menu-map):
11218         * replace.el (occur-mode-map):
11219         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11221 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
11223         * calc/calc.el (math-read-number, math-read-number-simple): Use
11224         `save-match-data'.
11226 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11228         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11229         rather than fiddling with global-map bindings, since it should only
11230         affect per-terminal settings.
11231         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11233         * minibuffer.el (completion-table-with-terminator): Allow to specify
11234         the terminator-regexp.
11236         * simple.el (switch-to-completions): Look for *Completions* in other
11237         frames as well.
11239         * pcomplete.el: Allow the use of completion-tables.
11240         (pcomplete-std-complete): New command.
11241         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11242         (pcomplete--here): Use a function for `form' rather than an expression,
11243         so it can be byte-compiled.
11244         (pcomplete-here, pcomplete-here*): Adjust accordingly.
11245         Add edebug declaration.
11246         (pcomplete-show-completions): Remove unused var `curbuf'.
11247         (pcomplete-do-complete, pcomplete-stub):
11248         Don't assume `completions' is a list of strings any more.
11250 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
11252         * find-dired.el (find-name-arg): Fix typo in docstring.
11254 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11256         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11257         (pcmpl-linux-fs-types): Same, and update to new modules layout.
11259         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11260         pcomplete-entries.
11262         * comint.el (comint-read-input-ring, comint-write-input-ring)
11263         (comint-substitute-in-file-name)
11264         (comint-dynamic-complete-as-filename)
11265         (comint-dynamic-simple-complete)
11266         (comint-dynamic-list-filename-completions)
11267         (comint-dynamic-list-completions)
11268         (comint-redirect-results-list-from-process): Minor simplifications.
11270 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11272         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11273         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11274         the first form.  And insert a blank line after ";;; Code" since
11275         that's usual style.  (Bug#4612)
11277         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11279 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11281         * minibuffer.el (completion-table-with-terminator): Properly implement
11282         boundaries, in case `terminator' appears in the suffix.
11283         (completion--embedded-envvar-table): Don't return boundaries if
11284         there's no valid completion.  Simplify.
11285         (completion-file-name-table): New completion table extracted from
11286         completion--file-name-table.
11287         (completion--file-name-table): Use it.
11288         (read-file-name-predicate): Declare obsolete.
11289         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11290         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11291         completion-file-name-table, and use the `pred' argument.
11292         * files.el (locate-file-completion-table): Use the `pred' arg rather
11293         than read-file-name-predicate.
11294         (abbreviate-file-name): Use \` rather than ^ for BOS.
11296 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11298         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11299         vc-responsible-backend to register, it causes problems.
11301 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11303         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11305 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
11307         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11308         (tramp-smb-handle-file-attributes): Use it.
11309         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11310         (tramp-smb-handle-insert-directory): Use `mapc' rather than
11311         `mapcar'.  Use `tramp-smb-get-stat-capability'.
11312         Add `dired-filename' text properties.
11313         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11314         (tramp-smb-maybe-open-connection): Simplify check for smbclient
11315         version.
11317 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11319         * subr.el (read-key-delay): Reduce to 0.01.
11320         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11321         (bug#4751).
11323 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11325         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11327         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11328         (Info-menu): Remove unused vars `last' and `completions'.
11329         (Info-index-nodes): Remove unused var `node'.
11331         * info.el (Info-complete-menu-item): Use complete-with-action.
11333 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11335         Make vc-annotate work through copies and renames.
11336         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11337         Return the file name too.
11338         (vc-annotate-revision-at-line)
11339         (vc-annotate-find-revision-at-line)
11340         (vc-annotate-revision-previous-to-line)
11341         (vc-annotate-show-log-revision-at-line): Update to get the file
11342         name from vc-annotate-extract-revision-at-line.
11343         (vc-annotate-show-diff-revision-at-line-internal): Change the
11344         argument to mean whether to show a file diff or not.  Get the file
11345         name from vc-annotate-extract-revision-at-line.
11346         (vc-annotate-show-diff-revision-at-line):
11347         Update vc-annotate-show-diff-revision-at-line call.
11348         (vc-annotate-warp-revision): Add an optional file argument.
11350         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11351         (vc-git-annotate-extract-revision-at-line): Also return the file
11352         name if found.
11354         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11355         command.  Remove unused code.
11356         (vc-hg-annotate-re): Update to match --follow output.
11357         (vc-hg-annotate-extract-revision-at-line): Also return the file
11358         name if found.
11360         * vc.el: Update annotate-extract-revision-at-line documentation.
11362 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11364         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11365         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11367         * net/browse-url.el (browse-url): Identify alist with "consp and
11368         not functionp" and let all other things go down the `apply' leg,
11369         as suggested by Stefan.  (Further to bug#4531.)
11371 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11373         * minibuffer.el (read-file-name): Check for repeat before putting
11374         a default argument in file-name-history (Bug#4657).
11376         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11377         read syntax (Bug#4737).
11379         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11381 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11383         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11384         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11385         entries and make note of obsolete tags.
11387 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11389         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11391 2009-10-18  Glenn Morris  <rgm@gnu.org>
11393         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11394         grep, so that binary files (eg international/uni-bidi.el) can match.
11395         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11396         now, and in any case the file header format has changed.
11398 2009-10-17  Glenn Morris  <rgm@gnu.org>
11400         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11401         (flyspell-get-word, flyspell-large-region)
11402         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11404 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11406         * Makefile.in (ELCFILES): Add ede/shell.
11408 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11410         * term/common-win.el (x-colors): Purecopy it.
11412 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11414         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11415         permissive for when the buffer is empty.
11416         (tar-header-block-tokenize): Decode the username and groupname.
11417         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11419 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11421         * international/mule-cmds.el (select-safe-coding-system): If the file
11422         has a coding cookie, use it regardless of any other setting (bug#4712).
11424 2009-10-17  Glenn Morris  <rgm@gnu.org>
11426         * foldout.el (foldout-mouse-swallow-events):
11427         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11429         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11430         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11431         (dired-keep-marker-symlink, dired-dwim-target)
11432         (dired-copy-preserve-time): Do not autoload these defcustoms.
11434         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11435         messages from messing up the file coding.  (Bug#4623)
11437 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
11439         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11440         if no match is found for the current dictionary.  (Bug#4578)
11442         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11443         optional, since that is how it is documented, and this is often called
11444         with a nil argument.  (Bug#4577)
11445         (flyspell-external-point-words, flyspell-auto-correct-word)
11446         (flyspell-correct-word-before-point, flyspell-word-search-forward)
11447         (flyspell-word-search-backward): Remove nil argument in calls to
11448         flyspell-get-word, since it is not needed now.
11450 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
11452         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
11454 2009-10-16  Glenn Morris  <rgm@gnu.org>
11456         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11458 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11460         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11461         (ange-ftp-file-size): New function.
11462         (ange-ftp-file-attributes): Use it.
11464 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
11466         * net/tramp-smb.el (tramp-smb-version): New defvar.
11467         (tramp-smb-maybe-open-connection): Use it, in order to avoid
11468         repeated checks.
11470 2009-10-16  Glenn Morris  <rgm@gnu.org>
11472         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11473         Maybe copy some custom properties from old to new name.  (Bug#4706)
11475 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
11477         * subr.el (error, sit-for, start-process-shell-command)
11478         (start-file-process-shell-command): Set the calling convention
11479         after the function definition.
11481 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11483         * subr.el (error, sit-for, start-process-shell-command)
11484         (start-file-process-shell-command): Use the new
11485         set-advertised-calling-convention feature.
11487 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
11489         * international/ucs-normalize.el (ucs-normalize-version):
11490         Change to 1.2.
11491         (check-range): Adjust for Unicode 5.2.
11493 2009-10-15  Juri Linkov  <juri@jurta.org>
11495         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11496         to the `menu-item' format.
11498 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
11500         * net/tramp.el (tramp-replace-environment-variables): Do not fail
11501         if the environment variable does not exist.
11503         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11504         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11505         parameter.
11506         (tramp-smb-handle-add-name-to-file)
11507         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11508         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11509         (tramp-smb-handle-file-attributes)
11510         (tramp-smb-do-file-attributes-with-stat)
11511         (tramp-smb-handle-file-local-copy)
11512         (tramp-smb-handle-insert-directory)
11513         (tramp-smb-handle-make-directory)
11514         (tramp-smb-handle-make-directory-internal)
11515         (tramp-smb-handle-make-symbolic-link)
11516         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11517         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11518         (tramp-smb-maybe-open-connection): Apply the changed parameters.
11519         (tramp-smb-read-file-entry): Read Disk names in compressed format.
11520         Handle long file names.
11521         (tramp-smb-get-cifs-capabilities): Check, whether the connection
11522         process is running.
11523         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11524         Read share names with "-g" option.
11526 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
11528         * net/rcirc.el (rcirc-view-log-file): New command.
11529         (rcirc-track-minor-mode-map): Remove C-c ` binding.
11530         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11531         specified.
11533 2009-10-15  Glenn Morris  <rgm@gnu.org>
11535         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11536         from the second command-line argument.
11537         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11538         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11539         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11540         w32-batch-update-autoloads.
11541         * emacs-lisp/autoload.el (autoload-make-program): New variable.
11542         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11544         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11545         the headers cannot be located.  Simplify, subtracting superflous
11546         save-excursions.
11548 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11550         Replace completion-base-size by completion-base-position to fix bugs
11551         such as (bug#4699).
11552         * simple.el (completion-base-position): New var.
11553         (completion-base-size): Mark as obsolete.
11554         (choose-completion): Make it work for mouse events as well.
11555         Pass the new base-position to choose-completion-string.
11556         (choose-completion-guess-base-position): New function, extracted from
11557         choose-completion-delete-max-match.
11558         (choose-completion-delete-max-match): Use it.  Make obsolete.
11559         (choose-completion-string): Use the new base-position info.
11560         (completion-root-regexp): Delete.
11561         (completion-setup-function): Preserve completion-base-position.
11562         Eliminate obsolete base-size manipulation.
11563         * minibuffer.el (display-completion-list): Don't mess with base-size.
11564         (minibuffer-completion-help): Set completion-base-position instead.
11565         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11566         choose-completion.
11567         * textmodes/bibtex.el (bibtex-complete):
11568         * emacs-lisp/crm.el (crm--choose-completion-string):
11569         Adjust to new calling convention.
11570         * complete.el (partial-completion-mode): Use minibufferp to avoid
11571         bumping into incompatible change to choose-completion-string-functions.
11572         * ido.el (ido-choose-completion-string): Make its calling convention
11573         more permissive.
11574         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11575         base-size manipulation.
11576         (comint-dynamic-list-input-ring): Use dotimes and push.
11577         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11578         fundamental-mode.  Use `or'.
11580 2009-10-14  Juri Linkov  <juri@jurta.org>
11582         * misearch.el (multi-isearch-next-buffer-from-list)
11583         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
11585 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11587         * Makefile.in (compile-onefile): Load `bytecomp' rather than
11588         `bytecomp.el'.
11590         * minibuffer.el (completion-pcm--merge-completions): Make sure the
11591         string we return is all made up of text from the completions rather
11592         than part from the completions and part from the input (bug#4219).
11594         * ido.el (ido-everywhere): Use define-minor-mode.
11596         * buff-menu.el (list-buffers, ctl-x-map):
11597         Mark the entry points with ;;;###autoload cookies.
11599 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11601         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11602         correctly in the detached head case.
11603         (vc-git-print-log): Remove unused binding.
11605         * vc.el (vc-responsible-backend): When a directory is passed for
11606         for registration create a VC repository if no backend is
11607         responsible for the directory argument.
11608         (vc-deduce-fileset): Tell vc-responsible-backend to register.
11610         * vc.el: Move comments about RCS and SCCS ...
11611         * vc-rcs.el:
11612         * vc-sccs.el: ... here, respectively.
11614 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11616         * minibuffer.el (completion--file-name-table): Return nil if there's
11617         no file completion, even if substitute-in-file-name changed
11618         the string (bug#4708).
11620 2009-10-13  Juri Linkov  <juri@jurta.org>
11622         * files-x.el (read-file-local-variable-value): Don't filter out
11623         minor modes from mode name completion (bug#4664).
11625 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11627         * international/mule-cmds.el (ucs-names): Remove exclusion of
11628         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11630 2009-10-13  Kenichi Handa  <handa@m17n.org>
11632         * international/uni-name.el: Regenerated.
11634 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11636         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
11637         should be automatically buffer-local, but isn't.)
11639 2009-10-12  Sam Steingold  <sds@gnu.org>
11641         * progmodes/compile.el (compilation-next-error-function): Fix the
11642         timestamps if the buffer has been visited before.
11643         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11644         non-anchored patterns, like the perl one (bug#3928).
11646 2009-10-12  Glenn Morris  <rgm@gnu.org>
11648         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11649         Let-bind `size'.
11651 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
11653         * proced.el (proced-unload-function): New function.
11655         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11656         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11657         Doc fix.
11659         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11661 2009-10-11  Juri Linkov  <juri@jurta.org>
11663         * files-x.el (read-file-local-variable-value):
11664         Provide default value only for bound variables (bug#4664).
11666 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
11668         * net/tramp.el (tramp-local-host-p): Function shall return nil for
11669         connection methods like smb.
11671         * net/tramp-cache.el (tramp-flush-connection-property): The hash
11672         can be empty.
11674         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11675         (tramp-smb-file-name-handler-alist): Add handlers for
11676         `add-name-to-file', `make-symbolic-link'.
11677         (tramp-smb-handle-add-name-to-file)
11678         (tramp-smb-do-file-attributes-with-stat)
11679         (tramp-smb-handle-make-symbolic-link)
11680         (tramp-smb-get-cifs-capabilities): New defuns.
11681         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11682         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11683         (tramp-smb-handle-file-local-copy)
11684         (tramp-smb-handle-make-directory-internal)
11685         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11686         The file name syntax depends on cifs capabilities.
11687         (tramp-smb-handle-file-attributes):
11688         Call `tramp-smb-do-file-attributes-with-stat' if possible.
11689         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11690         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
11692 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
11694         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11695         (eieio-defclass): Apply deftype handler and setf-method properties
11696         directly.
11697         (eieio-add-new-slot): Avoid union function from cl library.
11698         (eieio--typep): New function.
11699         (eieio-perform-slot-validation): Use it.
11701 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11703         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
11704         Update documentation to refer to the variables documented in r1.135.
11705         (Bug#4188)
11707 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11709         * bookmark.el (Info-suffix-list): Remove this unused variable.
11710         (bookmark-current-point): Remove this obsolete variable.
11711         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11712         Adjust for removal of bookmark-current-point.
11714         (bookmarks-already-loaded, bookmark-current-buffer)
11715         (bookmark-yank-point): Document.  (Bug#4188)
11717 2009-10-10  Glenn Morris  <rgm@gnu.org>
11719         * frame.el (frame-height): Doc fix.
11721         * calendar/calendar.el (calendar-split-width-threshold): New option.
11722         (calendar-basic-setup): Use calendar-split-width-threshold.
11724 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
11726         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11727         Ideographic Supplement" range (U+1F200..U+1F2FF).
11729 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11731         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
11732         since the list will have been rebuilt anyway.  (Bug#4349)
11734 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11736         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
11737         (bookmark-bmenu-execute-deletions): Don't save here, as
11738         bookmark-delete will now do so if necessary.
11739         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
11740         (Bug#4348)
11742 2009-10-09  Glenn Morris  <rgm@gnu.org>
11744         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11746 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11748         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
11749         (bookmark-jump-other-window): Just invoke bookmark-jump with new
11750         argument now, so the two function's behaviors will match.  (Bug#3645)
11752 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
11754         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
11755         (tramp-file-name-real-host, tramp-file-name-port):
11756         Apply `save-match-data'.
11758         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
11759         case both directories are remote.
11760         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
11761         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
11763 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
11765         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
11767 2009-10-07  Glenn Morris  <rgm@gnu.org>
11769         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
11770         of concat.
11772 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11774         * files-x.el (read-file-local-variable): Include some
11775         non-user-variables in the completion table (bug#4664).
11777 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
11779         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
11780         message.
11782         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11783         (tramp-smb-file-name-handler-alist): Add handler for
11784         `copy-directory', `expand-file-name', `set-file-modes'.
11785         (tramp-smb-handle-copy-directory)
11786         (tramp-smb-handle-expand-file-name)
11787         (tramp-smb-handle-set-file-modes): New defuns.
11788         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
11789         (tramp-smb-handle-file-attributes): Simplify check for retrieving
11790         entry.
11791         (tramp-smb-handle-insert-directory): Don't flush the cache.
11792         (tramp-smb-maybe-open-connection): Check for samba client and
11793         server versions.
11795 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
11797         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
11798         to not error out of search for "^lisp=" fails.
11800 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
11802         * makefile.w32-in (WINS_UPDATES): New macro.
11803         (custom-deps, finder-data, autoloads): Use it.
11805 2009-10-07  Glenn Morris  <rgm@gnu.org>
11807         * Makefile.in (autoloads): Revert previous change.
11808         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
11809         the list of preloaded files passed on the command-line, get
11810         it from src/Makefile.
11812         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
11813         show the original buffer rather than a random one.
11815 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
11817         * help.el (describe-no-warranty): Place point in a slightly better
11818         position in the GPLv3 text.
11820 2009-10-06  Sam Steingold  <sds@gnu.org>
11822         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
11823         the comm attribute is present before calling regexp-quote.
11825 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
11827         * play/animate.el (animate-string): For good effect, make sure
11828         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
11830         * play/animate.el (animate-sequence, animate-birthday-present):
11831         * misc.el (butterfly): Don't set `indent-tabs-mode'.
11833 2009-10-06  Glenn Morris  <rgm@gnu.org>
11835         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
11837         * emacs-lisp/autoload.el (autoload-excludes): New variable.
11838         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
11839         (batch-update-autoloads): Process a string value of autoload-excludes,
11840         set during the build process.
11841         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
11843         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
11844         inside with-parsed...  macro so that `v' is defined.
11846         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
11847         * progmodes/fortran.el (fortran-end-of-block)
11848         (fortran-beginning-of-block):
11849         Also push mark in the macro case.
11851         * emerge.el (emerge-show-file-name):
11852         * calc/calc.el (calc-quit):
11853         * calc/calc-misc.el (calc-big-or-small):
11854         * calc/calc-graph.el (calc-graph-view):
11855         * calc/calc-ext.el (calc-reset):
11856         * calendar/calendar.el (calendar-basic-setup):
11857         Use window-full-height-p.
11859         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
11860         header we don't understand, don't insert another.  (Bug#4624)
11861         If changing mime charset, insert the new one in the right place.
11863 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
11865         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11866         (cal-tex-cursor-month): Correctly increment the end date for diary and
11867         holiday listing.  (Bug#4626)
11869 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11871         * help-fns.el (describe-function-1): Don't burp if the function is not
11872         a symbol.
11874 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
11876         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
11877         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
11878         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
11879         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
11881         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
11882         (eieio-default-superclass): Reflow docstrings.
11883         (this, class-option-assoc, defclass, eieio-class-un-autoload)
11884         (eieio-unbind-method-implementations, defmethod)
11885         (eieio-validate-slot-value, eieio-validate-class-slot-value)
11886         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
11887         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
11888         (eieio-slot-originating-class-p, eieio-slot-name-index)
11889         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
11890         (constructor, initialize-instance, no-next-method, object-print)
11891         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
11892         Fix typos in docstrings.
11893         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
11894         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
11895         (next-method-p): Doc fixes.
11896         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
11897         Fix typos in error messages.
11898         (eieio-defmethod): Fix typo in description of generic method.
11900         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
11901         (eieio-persistent-save-interactive, slot-missing):
11902         Fix typos in docstrings.
11903         (eieio-instance-inheritor-slot-boundp): Doc fix.
11905         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
11906         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
11908         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
11909         (eieio-custom-object-apply-reset):
11910         Fix typos in docstrings and error messages.
11912         * emacs-lisp/eieio-datadebug.el (data-debug-show):
11913         Fix typo in docstring.
11915         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
11916         (eieio-browse-tree): Doc fix.
11917         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
11918         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
11919         Fix typos in docstrings.
11921         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
11922         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
11923         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
11924         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
11925         Reflow docstrings.
11927 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
11929         * vc-hg.el (log-view-vc-backend): Declare for compiler.
11930         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
11931         Set log-view-vc-backend so that diff can work.
11933         * log-view.el (log-view-diff): Use vc-diff-internal instead of
11934         vc-version-diff.
11935         (vc-diff-internal): Autoload this instead of vc-version-diff.
11937 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
11939         * simple.el (eval-expression): Doc fix.
11941         * progmodes/cwarn.el (cwarn-mode): Doc fix.
11943 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
11945         * files.el (directory-files-no-dot-files-regexp): New defconst.
11946         (delete-directory): Use it.
11947         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
11949         * net/tramp.el (tramp-verbose): Fix docstring.
11950         (tramp-methods): Add recursive option to `tramp-copy-args'.
11951         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
11952         "scp1_old", "scp2_old", "rsync", "rsyncc".
11953         (tramp-default-method): Check also for `auth-source-user-or-password'.
11954         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11955         Add handler for `copy-directory'.
11956         (tramp-handle-copy-directory): New defun.
11957         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
11958         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
11959         Optimize sent command.
11961 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
11964         window if necessary.
11966         * calendar/calendar.el (calendar-basic-setup): Don't call
11967         switch-to-buffer in a dedicated window.
11969 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
11971         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
11972         don't do anything related to relocating, just return nil.
11973         (bookmark-error-no-filename): New error.
11974         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
11975         bookmark has no file.  Don't even attempt to handle things that
11976         are not files; the whole point of custom handlers is to keep that
11977         knowledge elsewhere anyway.  Tighten some comments.
11978         (bookmark-file-or-variation-thereof): Remove now-unused function.
11979         (bookmark-location): Doc string fix.
11980         (Bug#4250)
11982 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11984         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
11985         don't use a file dialog, because they usually don't know how to read
11986         a directory target from the user.  (Bug#4230)
11987         Also, make sure the prompt can display directories as well as files.
11989 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11991         * bookmark.el (bookmark-set, bookmark-buffer-name):
11992         Improve doc strings.  (Bug#1193)
11994 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11996         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
11997         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
11998         (bookmark-get-annotation, bookmark-set-annotation)
11999         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12000         (bookmark-set-position, bookmark-get-front-context-string)
12001         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12002         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12003         (bookmark-jump-other-window, bookmark-handle-bookmark)
12004         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12005         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12006         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12007         Improve doc strings to say whether bookmark can be a string or
12008         a record or both, and make other consistency and clarity fixes.
12009         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12010         (bookmark-default-annotation-text, bookmark-yank-word)
12011         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12012         (bookmark-import-new-list, bookmark-maybe-rename)
12013         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12014         (bookmark-bmenu-bookmark): Give these doc strings.
12015         (bookmark-bmenu-check-position): Give this a doc string, but also
12016         add a FIXME comment about how the function may be pointless.
12017         (bookmark-default-handler): Rework doc string and change a
12018         parameter name, to clarify that this takes a bookmark record
12019         not a bookmark name.
12020         (bookmark-set): Change a parameter name to indicate its meaning,
12021         and improve the doc string a bit.
12022         (Bug#4188)
12024 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12026         * bookmark.el (bookmark-alist): Document the new `handler' element
12027         in the param alist.
12028         (bookmark-make-record-function): Adjust documentation for above.
12029         (Bug#4193)
12031 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12033         * info.el (Info-bookmark-make-record): Document this function.
12034         (Info-bookmark-jump): Document with a doc string, not just a comment.
12035         (Bug#4203)
12037 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12039         * files.el (copy-directory): New defun.
12041         * dired-aux.el (dired-copy-file-recursive): Use it.
12043 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12045         * files-x.el (modify-dir-local-variable)
12046         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12047         docstrings.
12049         * recentf.el (recentf-unload-function): New function.
12051 2009-10-04  Glenn Morris  <rgm@gnu.org>
12053         * window.el (window-full-height-p): Add doc string.
12055 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12057         * window.el (window-full-height-p): New function.  (Bug#4543)
12059 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12061         * vc.el: Remove commented out code.
12062         (vc-derived-from-dir-mode): Remove, unused.
12063         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12065 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12067         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12068         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12069         there could be recursive loading when `default-directory' is a
12070         remote file name.  (Bug#4614)
12072 2009-10-03  Glenn Morris  <rgm@gnu.org>
12074         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12075         the frame is wide.
12076         (calendar-generate-window): Test for shrinkability rather than width.
12078         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12079         reusing existing buffers, in case we happen to visit two files with the
12080         same basename.  (Bug#4593)
12082 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12084         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12085         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12086         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12087         subdirs of cedet as well.
12088         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12090 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12092         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12093         Obey advertised-signature-table.
12095         * help-fns.el (help-function-arglist): Don't check
12096         advertised-signature-table.
12097         (describe-function-1): Do it here instead so it also applies to subrs.
12099 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
12101         * simple.el (start-file-process): Say in the doc-string, that file
12102         handlers might not support pty association, if PROGRAM is nil.
12104         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12105         HOST and USER are strings.  They are nil, when there are
12106         incomplete entries in ~/.netrc, for example.
12107         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
12108         root directory ("device busy" error otherwise).
12110         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12111         Flush file properties of created directory.
12113 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12115         * makefile.w32-in (WINS_BASIC): Remove cedet.
12116         (WINS_CEDET): Add cedet.
12117         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12119 2009-10-02  Kevin Ryde  <user42@zip.com.au>
12121         * net/browse-url.el (browse-url): Pass any symbol in
12122         browse-url-browser-function to `apply', since if you've mistakenly put
12123         an unbound symbol then the error is clearer.  (Bug#4531)
12125 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12127         * allout.el (allout-init, allout-back-to-current-heading)
12128         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12129         (allout-ascend, allout-up-current-level, allout-end-of-level)
12130         (allout-previous-visible-heading, allout-forward-current-level)
12131         (allout-backward-current-level, allout-show-children):
12132         * apropos.el (apropos-describe-plist):
12133         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12134         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12135         * completion.el (add-completion, add-permanent-completion):
12136         * descr-text.el (describe-text-category, describe-char):
12137         * desktop.el (desktop-lazy-abort):
12138         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12139         * dired.el (dired-build-subdir-alist):
12140         * ediff.el (ediff-version):
12141         * elide-head.el (elide-head, elide-head-show):
12142         * emerge.el (emerge-version):
12143         * env.el (getenv):
12144         * face-remap.el (variable-pitch-mode):
12145         * faces.el (describe-face):
12146         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12147         (dired-at-point):
12148         * files.el (find-file-existing, auto-save-mode):
12149         * font-lock.el (font-lock-fontify-buffer):
12150         * help-fns.el (describe-function, describe-variable)
12151         (describe-syntax, describe-categories):
12152         * help.el (view-lossage, describe-bindings, describe-key)
12153         (describe-mode):
12154         * hexl.el (hexl-current-address):
12155         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12156         * info.el (Info-goto-emacs-key-command-node):
12157         * log-edit.el (log-edit-insert-cvs-template)
12158         (log-edit-insert-cvs-rcstemplate):
12159         * menu-bar.el (menu-bar-mode):
12160         * mouse.el (mouse-appearance-menu):
12161         * newcomment.el (comment-indent-new-line):
12162         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12163         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12164         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12165         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12166         * recentf.el (recentf-mode):
12167         * savehist.el (savehist-mode, savehist-save):
12168         * shadowfile.el (shadow-copy-files):
12169         * simple.el (kill-ring-save, next-line, previous-line)
12170         (normal-erase-is-backspace-mode):
12171         * strokes.el (strokes-update-window-configuration)
12172         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12173         (strokes-xpm-for-stroke):
12174         * time.el (emacs-uptime, emacs-init-time):
12175         * tutorial.el (tutorial--describe-nonstandard-key)
12176         (tutorial--detailed-help):
12177         * type-break.el (type-break-mode)
12178         (type-break-mode-line-message-mode, type-break-query-mode)
12179         (type-break-guesstimate-keystroke-threshold):
12180         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12181         * version.el (emacs-version):
12182         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12183         * winner.el (winner-mode):
12184         * calendar/timeclock.el (timeclock-in, timeclock-out)
12185         (timeclock-status-string, timeclock-change)
12186         (timeclock-workday-remaining-string)
12187         (timeclock-workday-elapsed-string)
12188         (timeclock-when-to-leave-string):
12189         * calendar/todo-mode.el (todo-add-category):
12190         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12191         * emacs-lisp/autoload.el (update-file-autoloads):
12192         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12193         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12194         (checkdoc-message-text, checkdoc-defun):
12195         * emacs-lisp/debug.el (debugger-list-functions):
12196         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12197         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12198         (eieio-describe-generic):
12199         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12200         * emacs-lisp/shadow.el (list-load-path-shadows):
12201         * emulation/cua-base.el (cua-mode):
12202         * emulation/edt.el (edt-set-scroll-margins):
12203         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12204         (tpu-toggle-regexp, tpu-toggle-search-direction)
12205         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12206         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12207         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12208         (viper-set-parsing-style-toggling-macro)
12209         (viper-set-emacs-state-searchstyle-macros):
12210         * emulation/viper.el (viper-set-hooks):
12211         * eshell/esh-mode.el (eshell-truncate-buffer):
12212         * international/mule-cmds.el (prefer-coding-system)
12213         (describe-input-method, describe-language-environment):
12214         * international/mule-diag.el (list-character-sets)
12215         (describe-character-set, describe-coding-system)
12216         (describe-fontset, list-fontsets, list-input-methods):
12217         * mail/sendmail.el (mail-signature):
12218         * net/ange-ftp.el (ange-ftp-copy-file):
12219         * net/browse-url.el (browse-url):
12220         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12221         * net/quickurl.el (quickurl-add-url):
12222         * net/rcirc.el (names, topic):
12223         * net/xesam.el (xesam-mode):
12224         * play/5x5.el (5x5-new-game):
12225         * play/yow.el (apropos-zippy):
12226         * progmodes/ada-mode.el (ada-mode-version):
12227         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12228         (f90-end-of-block)
12229         (f90-beginning-of-block):
12230         * progmodes/fortran.el (fortran-end-of-block)
12231         (fortran-beginning-of-block):
12232         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12233         * progmodes/python.el (python-describe-symbol, python-shell):
12234         * term/ns-win.el (ns-print-buffer):
12235         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12236         * textmodes/flyspell.el (flyspell-mode-on):
12237         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12238         (pages-directory-for-addresses):
12239         * textmodes/table.el (table-recognize-cell)
12240         (table-query-dimension, table-generate-source)
12241         (table-insert-sequence, table--warn-incompatibility):
12242         * textmodes/tex-mode.el (tex-validate-buffer):
12243         * textmodes/texinfmt.el (texinfmt-version)
12244         (texinfo-format-buffer):
12245         Use `called-interactively-p' instead of `interactive-p'.
12247 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12249         * image-mode.el (image-toggle-display):
12250         * emacs-lisp/elp.el (elp-instrument-function):
12251         * emacs-lisp/advice.el (ad-make-advised-definition):
12252         * emacs-lisp/easy-mmode.el (define-minor-mode):
12253         * net/browse-url.el (browse-url-maybe-new-window):
12254         * progmodes/sh-script.el (sh-learn-buffer-indent):
12255         Pass new argument 'any to `called-interactively-p'.
12257 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12259         * international/uni-bidi.el:
12260         * international/uni-category.el:
12261         * international/uni-combining.el:
12262         * international/uni-comment.el:
12263         * international/uni-decimal.el:
12264         * international/uni-decomposition.el:
12265         * international/uni-digit.el:
12266         * international/uni-lowercase.el:
12267         * international/uni-mirrored.el:
12268         * international/uni-name.el:
12269         * international/uni-numeric.el:
12270         * international/uni-old-name.el:
12271         * international/uni-titlecase.el:
12272         * international/uni-uppercase.el:
12273         Regenerate from Unicode 5.2.0 data.
12275 2009-10-01  Glenn Morris  <rgm@gnu.org>
12277         * Makefile.in (ELCFILES): Regenerate.
12279 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12281         * subr.el (interactive-p): Mark obsolete.
12282         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12283         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12284         advertised-signature-table for subroutines as well.
12286         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12287         (set-advertised-calling-convention): New function.
12288         (make-obsolete, define-obsolete-function-alias)
12289         (make-obsolete-variable, define-obsolete-variable-alias):
12290         Make the optional-ness of `when' obsolete.
12291         (define-obsolete-face-alias): Make `when' non-optional.
12292         * help-fns.el (help-function-arglist):
12293         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12294         Use advertised-signature-table.
12296 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12298         * files.el (delete-directory): New defun.  The original function
12299         in fileio.c has been renamed to `delete-directory-internal'.
12301         * dired.el (dired-delete-file): Call `delete-directory' with
12302         RECURSIVE parameter.
12304         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12305         parameter RECURSIVE.  Implementation is missing.
12307         * net/tramp.el (tramp-handle-make-directory): Flush upper
12308         directory's file properties.
12309         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12310         (tramp-handle-dired-recursive-delete-directory): Flush directory
12311         properties after the remove command only.
12313         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12314         Handle optional parameter RECURSIVE.
12316         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12317         Handle optional parameter RECURSIVE.
12319         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12320         connection timeout.
12321         (tramp-smb-handle-delete-directory): Handle optional parameter
12322         RECURSIVE.
12324 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12326         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12327         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12328         (byte-compile-defmacro): Use backquotes.
12330         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12332         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12333         has no associated file.
12334         (vc-resynch-buffer): Use vc-dir-buffers.
12336 2009-10-01  Glenn Morris  <rgm@gnu.org>
12338         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12339         (chart-file-count):
12340         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12341         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12342         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12343         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12344         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12345         (eieio-copy-parents-into-subclass, make-instance, class-children)
12346         (eieio-generic-form):
12348         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12349         match-data.  (Bug#4555).
12351         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12352         rather than parsing it as a regexp.  This relaxes the layout
12353         requirements and makes errors easier to detect.
12354         (check-declare-verify): Check file is regular.
12355         (check-declare-directory): Doc fix.
12356         * subr.el (declare-function): Doc fix.
12358         * ibuffer.el (ibuffer-format-qualifier):
12359         * isearch.el (hi-lock-regexp-okay):
12360         * calc/calc.el (math-zerop):
12361         * mail/uce.el (rmail-msgbeg, rmail-msgend):
12362         * term/w32-win.el (setup-default-fontset, set-fontset-font):
12363         Remove unused declarations.
12365 2009-09-30  Glenn Morris  <rgm@gnu.org>
12367         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12369         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12370         filename is not a string.
12372 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
12374         * files.el (safe-local-eval-forms): Fix typo.
12376 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12378         * vc-hooks.el (vc-dir-buffers): New var.
12379         (vc-state-refresh): New function.
12380         (vc-state): Use it.
12381         (vc-after-save): Always ask the backend to recompute the new state.
12382         Always call vc-dir if necessary, using vc-dir-buffers.
12383         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12384         Use vc-dir-buffers.
12385         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12386         (vc-dir-prepare-status-buffer, vc-dir-update)
12387         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12388         Don't call expand-file-name on default-directory.
12390 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12392         * speedbar.el (speedbar-item-delete):
12393         * calc/calc-prog.el (calc-kbd-if):
12394         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12396         * epa.el (epa-key-list-mode-map):
12397         * hi-lock.el (hi-lock-menu): Fix typos in menus.
12399         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12400         (hs-show-hook): Fix typo in docstring.
12402 2009-09-29  Glenn Morris  <rgm@gnu.org>
12404         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12405         file-name-nondirectory call preventing location of cedet files.
12406         (check-declare-verify): Use literal search rather than re-search.
12407         Add basic defmethod and defclass, and define-overloadable-function.
12409         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12410         Use tramp-compat-file-attributes rather than nonexistent
12411         tramp-compat-handle-file-attributes.
12413         * Makefile.in (lisptagsfiles4): New.
12414         (AUTOGENEL): Add cedet loaddefs files.
12415         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12416         (update-elclist, compile-always, backup-compiled-files)
12417         (bootstrap-clean): Add yet another directory level.
12418         (update-elclist): Use LC_COLLATE rather than COLLATE.
12419         (ELCFILES): Update, via `make update-elclist'.
12421 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12423         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12424         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12425         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12427 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
12429         * Makefile.in (lisptagsfiles3): Define.
12430         (TAGS, TAGS-LISP): Use it.
12431         (update-elclist): Add third directory level to look for elc files.
12432         (compile-always): Likewise.
12433         (backup-compiled-files): Likewise.
12434         (bootstrap-clean): Likewise.
12435         (ELCFILES): Update.
12437 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
12439         * Makefile.in (ELCFILES): Add CEDET files.
12441 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
12443         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12445         * net/tramp.el (top): Require tramp-imap.
12447         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12448         Use `tramp-compat-handle-file-attributes'.
12450 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12452         * net/tramp-imap.el: New package.
12454 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12456         * whitespace.el (whitespace-trailing-regexp)
12457         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12458         Fix doc string.
12460 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
12462         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12463         menu.
12465         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12466         menu-bar-ediff-menu.
12468         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12469         define-overloadable-function.
12471         * progmodes/autoconf.el: Provide autoconf as well, so that this
12472         file can be `require'd.
12474         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12476         * emacs-lisp/autoload.el (generated-autoload-feature)
12477         (generated-autoload-load-name): New vars.
12478         (autoload-rubric, autoload-generate-file-autoloads): Use them.
12479         (make-autoload): Recognize define-overloadable-function and
12480         defclass forms (for EIEIO).
12482         * Makefile.in (update-subdirs): Exclude cedet directory.
12484 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
12486         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
12488         * faces.el: Default light-background background for region face to
12489         ns_selection_color under NS.
12491 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12493         * net/imap-hash.el: New library, see NEWS.
12495         * Makefile.in (ELCFILES): Add imap-hash.el.
12497 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12499         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12500         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12501         * help-macro.el (make-help-screen): Avoid using an ambiguous function
12502         definition where the docstring could be taken for the return value.
12504 2009-09-26  Glenn Morris  <rgm@gnu.org>
12506         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12507         Add option to only show images below a certain size.
12508         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12509         save-excursion calls.
12511 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
12513         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12514         subdirectories) and eieio.
12516 2009-09-26  Alan Mackenzie  <acm@muc.de>
12518         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12519         buggy bracketing.  (Bug#4289)
12521         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12522         character constants (as case labels).  (Bug#4289)
12524 2009-09-25  Juri Linkov  <juri@jurta.org>
12526         * files.el (safe-local-eval-forms): Allow time-stamp in
12527         before-save-hook (Bug#4554).
12529 2009-09-25  Drew Adams  <drew.adams@oracle.com>
12531         * menu-bar.el (list-buffers-directory): Doc fix.
12533 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12535         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12536         Try and avoid copying twice the same paragraph.
12537         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12538         Remove save-excursion.
12539         (log-edit-changelog-entry): Do it here instead.
12541 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
12543         * bs.el (bs--get-file-name): Use `list-buffers-directory'
12544         when available, instead of hardcoding mode names.  Doc fix.
12546         * menu-bar.el (list-buffers-directory): Add docstring.
12547         Make automatically buffer-local.
12549         * dired.el (dired-mode):
12550         * files.el (cd-absolute):
12551         * pcvs.el (cvs-temp-buffer):
12552         * pcvs-util.el (cvs-get-buffer-create):
12553         * shell.el (shell-mode):
12554         * vc-dir.el (vc-dir-mode):
12555         Don't make `list-buffers-directory' buffer local.
12557 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
12559         * comint.el (comint-exec, comint-run, make-comint):
12560         Doc fixes (Bug#4542).
12562 2009-09-25  Glenn Morris  <rgm@gnu.org>
12564         * mail/rmailmm.el (rmail-mime): New custom group.
12565         Move all defcustoms in this file into this group.
12566         (rmail-mime-media-type-handlers-alist): Revert previous change.
12567         (rmail-mime-show-images): New option.
12568         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12569         references to it, since it wasn't actually used for anything.
12570         (rmail-mime-insert-image): New function.
12571         (rmail-mime-image): Use rmail-mime-insert-image.
12572         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12573         obey the value of `rmail-mime-show-images' option.  Print the size of
12574         attachments.
12576 2009-09-25  David Engster  <deng@randomsample.de>
12578         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
12580 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12582         * whitespace.el: Does not highlight trailing spaces While point is
12583         at end of line.  Does not highligt spaces at beginning of buffer
12584         while point is at beginning of buffer.  Does not highlight spaces
12585         at end of buffer while point is at end of buffer.  (Bug#4177)
12586         New version 12.0.
12587         (whitespace-display-mappings): Adjust initialization.
12588         (whitespace-point, whitespace-font-lock-refontify): New vars.
12589         (whitespace-color-on, whitespace-color-off): Adjust code.
12590         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12591         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12592         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12594 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
12596         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12598         * textmodes/sgml-mode.el: Remove xml-mode alias.
12600         * files.el (auto-mode-alist, conf-mode-maybe)
12601         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12603 2009-09-24  Alan Mackenzie  <acm@muc.de>
12605         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12606         c-forward-conditionals, but it doesn't move point and doesn't set
12607         the mark.
12608         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12609         (c-down-conditional-with-else, c-backward-conditional)
12610         (c-forward-conditional): Refactor to use c-scan-conditionals.
12612 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12614         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12615         (help-default-arg-highlight): Remove.
12616         (help-highlight-arg): New function.
12617         (help-do-arg-highlight): Use it.
12618         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
12620 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12622         * term.el (term-set-scroll-region, term-handle-ansi-escape):
12623         Undo last change, which didn't fix the problem and introduced others.
12625 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
12627         * progmodes/gdb-mi.el: Don't require speedbar.
12628         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12630 2009-09-24  Glenn Morris  <rgm@gnu.org>
12632         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12634         * term/ns-win.el (ns-reg-to-script): Define for compiler.
12636         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12637         there is no newline after the final mime boundary.  (Bug#4539)
12638         Move markers on insertion so that any buttons inserted don't end up in
12639         the next part of a multipart message.
12640         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
12641         (rmail-mime-bulk-handler): Optionally handle images.
12642         (rmail-mime-image): New button action.
12643         (rmail-mime-image-handler): New function.
12644         (rmail-mime-mode): New mode.
12645         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
12647 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12649         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12650         than just dropping elements from it (bug#4504).
12652         * term.el (term-set-scroll-region): Don't move cursor any more.
12653         (term-handle-ansi-escape): Call term-goto here instead.
12654         Suggested by Ivan Kanis <apple@kanis.eu>.
12656         * term.el: Require CL.
12657         (term-ansi-reset): New function.
12658         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12659         (term-handle-colors-array): Simplify.
12661 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12663         * allout.el (allout-overlay-interior-modification-handler)
12664         (allout-obtain-passphrase):
12665         * epa-file.el (epa-file-write-region):
12666         * ps-print.el (ps-begin-job):
12667         * vc-hooks.el (vc-toggle-read-only):
12668         * vc-rcs.el (vc-rcs-rollback):
12669         * vc-sccs.el (vc-sccs-rollback):
12670         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12671         (vc-version-diff, vc-revert, vc-rollback):
12672         * wdired.el (wdired-check-kill-buffer):
12673         * emacs-lisp/authors.el (authors):
12674         * net/socks.el (socks-open-connection):
12675         * net/zeroconf.el (zeroconf-service-add-hook):
12676         * obsolete/vc-mcvs.el (vc-mcvs-register):
12677         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12678         (gdb-select-frame):
12679         * progmodes/grep.el (lgrep, rgrep):
12680         * progmodes/idlw-help.el (idlwave-help-check-locations)
12681         (idlwave-help-html-link, idlwave-help-assistant-open-link):
12682         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12683         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12684         (reftex-toc-rename-label): Fix typos in error messages.
12686         * dired-aux.el (dired-do-shell-command): Reflow docstring.
12687         (dired-copy-how-to-fn): Doc fix.
12688         (dired-files-attributes, dired-read-shell-command):
12689         Fix typos in docstrings.
12691         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12692         (dired-x-find-file-other-window): Reflow docstrings.
12693         (dired-omit-marker-char, dired-read-shell-command)
12694         (dired-x-submit-report): Fix typos in docstrings.
12696         * shell.el (shell-mode-hook):
12697         * view.el (View-scroll-line-forward):
12698         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12699         Fix typos in docstrings.
12701         * net/dig.el (dig-invoke): Fix typo in docstring.
12702         (query-dig): Reflow docstring.
12704         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12705         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12706         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12707         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12708         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12709         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12710         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12711         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12712         (idlwave-completion-map, idlwave-current-indent)
12713         (idlwave-custom-ampersand-surround, idlwave-customize)
12714         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12715         (idlwave-define-abbrev, idlwave-determine-class-special)
12716         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12717         (idlwave-end-block-reg, idlwave-end-of-statement)
12718         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12719         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12720         (idlwave-explicit-class-listed, idlwave-file-header)
12721         (idlwave-fill-paragraph, idlwave-find-class-definition)
12722         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12723         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12724         (idlwave-in-quote, idlwave-indent-action-table)
12725         (idlwave-indent-expand-table, idlwave-indent-line)
12726         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12727         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12728         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12729         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12730         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12731         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12732         (idlwave-outlawed-buffers, idlwave-popup-select)
12733         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12734         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12735         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12736         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12737         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12738         (idlwave-statement-type, idlwave-struct-skip)
12739         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12740         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12741         (idlwave-what-module-find-class): Fix typos in docstrings.
12742         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12743         (idlwave-calculate-cont-indent, idlwave-expand-equal)
12744         (idlwave-find-module, idlwave-find-structure-definition)
12745         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12746         (idlwave-list-load-path-shadows, idlwave-next-statement)
12747         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
12748         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
12749         (idlwave-template): Reflow docstrings.
12751         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
12752         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
12753         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
12754         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
12755         (idlwave-shell-display-line, idlwave-shell-display-wframe)
12756         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
12757         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
12758         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
12759         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
12760         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
12761         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
12762         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
12763         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
12764         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
12765         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
12766         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
12767         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
12768         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
12769         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
12770         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
12771         Fix typos in docstrings.
12772         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
12773         (idlwave-shell-hide-output, idlwave-shell-mode)
12774         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
12775         Reflow docstrings.
12777         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
12779 2009-09-24  Ivan Kanis  <apple@kanis.eu>
12781         * term.el (term-bold-attribute): New var.
12782         (term-handle-colors-array): Use it.
12784 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
12786         * progmodes/gdb-mi.el (gdb-version): New variable.
12787         (gdb-non-stop-handler): Set gdb-version.
12788         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
12789         Condition "--thread" option on gdb-version.
12790         (gdb-invalidate-threads): Remove unused argument.
12792 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12794         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
12795         to looking-back to avoid ridiculous slow down in large files (bug#4511).
12797 2009-09-23  Glenn Morris  <rgm@gnu.org>
12799         * mail/rmail.el (rmail-reply): Don't try to add a References header when
12800         replying to mail without References or Message-Id.  (Bug#4525)
12802 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
12804         * term/ns-win.el (ns-reg-to-script): New variable.
12806 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
12808         * epg.el (epg-wait-for-status): Preserve existing 'error results.
12810 2009-09-22  Sam Steingold  <sds@gnu.org>
12812         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
12813         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
12814         to 1 because hg returns status 1 when nothing is found.
12815         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
12817 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12819         * textmodes/fill.el: Convert to utf-8 encoding.
12820         (fill-french-nobreak-p): Remove redundant » and « inherited from our
12821         pre-Unicode days.
12823         * add-log.el (change-log-fill-forward-paragraph): New function.
12824         (change-log-mode): Use it so fill-region DTRT.
12825         Set fill-indent-according-to-mode here rather than in
12826         change-log-fill-paragraph.
12827         (change-log-fill-paragraph): Remove.
12829 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
12831         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
12832         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
12834 2009-09-22  Glenn Morris  <rgm@gnu.org>
12836         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
12837         the scroll-bar scroll the calendar window rather than the buffer.
12839         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
12840         commands that move point (as opposed to scrolling).
12842         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
12844         * emacs-lisp/elint.el (elint): New custom group.
12845         (elint-log-buffer): Make it a defcustom.
12846         (elint-scan-preloaded, elint-ignored-warnings)
12847         (elint-directory-skip-re): New options.
12848         (elint-builtin-variables): Doc fix.
12849         (elint-preloaded-env): New variable.
12850         (elint-unknown-builtin-args): Add an entry for encode-time.
12851         (elint-extra-errors): Make it a variable rather than a constant.
12852         (elint-preloaded-skip-re): New constant.
12853         (elint-directory): Skip files matching elint-directory-skip-re.
12854         (elint-features): New variable, local to linted buffers.
12855         (elint-update-env): Initialize elint-features.  Possibly add
12856         elint-preloaded-env to the buffer's environment.
12857         (elint-get-top-forms): Bind elint-current-pos, for log messages.
12858         Skip quoted forms.
12859         (elint-init-form): New function, extracted from elint-init-env.
12860         Make non-list forms a warning rather than an error.
12861         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
12862         easy-menu-define, put that adds an error-condition, and provide.
12863         When requiring cl, also require cl-macs.  Really require cl, to handle
12864         some cl macros.  Store required libraries in the list elint-features,
12865         so as not to re-load them.  Treat cc-require like require.
12866         (elint-init-env): Call elint-init-form to do the work.
12867         Handle eval-and-compile and such like.
12868         (elint-add-required-env): Do not clear messages.
12869         (elint-special-forms): Add handlers for function, defalias, if, when,
12870         unless, and, or.
12871         (elint-form): Add optional argument to ignore elint-special-forms,
12872         useful to prevent recursive calls from handlers.  Doc fix.
12873         Respect elint-ignored-warnings.
12874         (elint-form): Respect elint-ignored-warnings.
12875         (elint-bound-variable, elint-bound-function): New variables.
12876         (elint-unbound-variable): Respect elint-bound-variable.
12877         (elint-get-args): Respect elint-bound-function.
12878         (elint-check-cond-form): Add some simple handling for (f)boundp and
12879         featurep tests.
12880         (elint-check-defalias-form): New handler.
12881         (elint-check-let-form): Make an empty let a warning rather than an
12882         error.
12883         (elint-check-setq-form): Make an empty setq a warning rather than an
12884         error.  Respect elint-ignored-warnings.
12885         (elint-check-defvar-form): Accept null doc-strings.
12886         (elint-check-conditional-form): New handler.  Does some simple-minded
12887         checking of featurep and (f)boundp tests.
12888         (elint-put-function-args): New function.
12889         (elint-initialize): Use elint-scan-doc-file rather than
12890         elint-find-builtin-variables.  Use elint-put-function-args.
12891         Possibly scan preloaded-file-list.
12892         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
12893         extend to handle functions as well.
12895 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
12897         * linum.el (linum-delete-overlays, linum-update-window):
12898         Do not modify the right margin.  (Bug#3971)
12900 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
12902         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12903         nxml-mode instead of xml-mode.
12905 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12907         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
12909 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12911         * net/dig.el (dig-mode): Use define-derived-mode.
12913 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
12915         * vc-dispatcher.el (vc-do-command): Return the process object in
12916         the asynchronous case.  Use when instead of if.  Do not run
12917         vc-exec-after to display a message if not enabled.  (Bug#4463)
12919         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
12920         properties to the stash strings.
12921         (vc-git-stash-list): Return a list of strings.
12922         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
12923         (vc-git-stash-show-at-point): New functions.
12924         (vc-git-stash-map): New keymap.
12926         * register.el (ctl-x-r-map): Define the keys here instead of
12927         using autoload.
12929 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
12931         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
12932         list, to workaround performance problem (bug#4485).
12934 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
12936         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
12938 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
12940         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12941         Document that this option is not recommended to use.
12943 2009-09-19  Glenn Morris  <rgm@gnu.org>
12945         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
12946         variable `var'.
12948         * calc/calc-alg.el (var):
12949         * calc/calcalg2.el (var): Define for compiler.
12951 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
12953         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
12954         Doc fix (Bug#3932).
12956         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
12958         * time-stamp.el (time-stamp-month-dd-yyyy)
12959         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
12960         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
12961         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
12962         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
12963         Remove functions that have been obsolete since 1995 (Bug#4436).
12965         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
12966         indent buffer only if called interactively (Bug#4452).
12968 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
12969             Eli Zaretskii  <eliz@gnu.org>
12971         This fixes bug#4197 (merged to bug#865, though not identical).
12972         * server.el (server-auth-dir): Add docstring note about FAT32.
12973         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
12974         but warn against using them.
12976 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
12978         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
12979         older GDB where there is no has_more field.
12981 2009-09-19  Glenn Morris  <rgm@gnu.org>
12983         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12985 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
12987         * files.el (auto-mode-alist): Change default for XML files to nXML
12988         mode (Bug#4169).
12990 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
12992         * server.el (server-ensure-safe-dir): Pass 'integer
12993         to `file-attributes', as suggested.
12995 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12997         * dired-aux.el (dired-query-alist): Remove spurious backslash.
12998         (dired-query): Use read-key.
13000 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13002         * cus-start.el (ns-use-qd-smoothing): Remove.
13004 2009-09-18  Glenn Morris  <rgm@gnu.org>
13006         * allout.el (top-level): Remove unnecessary progn.
13008         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13010         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13011         definition of abbrev table.
13013         * speedbar.el (speedbar-track-mouse):
13014         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13015         * net/eudc.el (eudc-expand-inline):
13016         * net/newst-backend.el (newsticker--cache-read-feed):
13017         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13018         condition-case handlers.
13020 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13022         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13023         (gdb-var-list): Add an element for has_more field.
13024         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13025         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13026         (gdb-var-update-handler-1): Parse output of dynamic variable
13027         objects (STL containers).
13028         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13029         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13031         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13032         gdb-var-list.
13033         (gud-speedbar-buttons): Make node expandable if expression "has more"
13034         children.
13036 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13038         * startup.el (emacs-quick-startup): Remove variable and all uses.
13039         (command-line): Set `inhibit-x-resources' instead.
13040         (command-line-1): Use `inhibit-x-resources' instead.
13042 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13044         * subr.el: Fix last change to avoid using the `unless' macro,
13045         which breaks bootstrapping.
13047 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13049         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13050         extended definitions, in case we reload subr.el after having
13051         loaded CL.
13052         (eval-next-after-load): Mark as obsolete.
13054 2009-09-17  Juri Linkov  <juri@jurta.org>
13056         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13057         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13058         (menu-bar-showhide-menu, menu-bar-tools-menu)
13059         (menu-bar-describe-menu, menu-bar-help-menu)
13060         (minibuffer-local-completion-map, minibuffer-local-map):
13061         Fix list quoting.
13063 2009-09-17  Glenn Morris  <rgm@gnu.org>
13065         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13066         arguments, whether or not it has a handler.
13068         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13070         * simple.el (hard-newline): Give it a doc-string.
13072         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13073         (lisp-mode-syntax-table): Give them doc-strings.
13075 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13077         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13078         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13079         (menu-bar-options-menu, menu-bar-showhide-menu)
13080         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13081         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13082         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13083         (menu-bar-options-menu, menu-bar-tools-menu)
13084         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13085         (menu-bar-help-menu):
13086         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13087         string arguments.
13089         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13090         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13091         calls for the menu names and :help.
13093 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13095         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13096         to :minor-mode-function (bug#4455).
13098 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13100         * startup.el (command-line): Initialize the window-system after
13101         processing the command-line.
13103         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13104         page-delimiter matches the empty string.
13106 2009-09-16  Glenn Morris  <rgm@gnu.org>
13108         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13109         byte-compile-not-obsolete-var.  It's a list now.
13110         (byte-compile-not-obsolete-funcs): New variable.
13111         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13112         byte-compile-not-obsolete-funcs.
13113         (byte-compile-variable-ref, byte-compile-defvar): Update for
13114         byte-compile-not-obsolete-vars name-change and list nature.
13115         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13116         and variables behind (f)boundp tests.
13117         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13119 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13121         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13123 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13125         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13126         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13127         Don't autoload.
13129 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13131         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13132         the virtual-buffers, use the name of the buffer specified by
13133         find-file-noselect, as the match may be a symlink.  (This was a
13134         problem if the target and the symlink had different names.)
13136 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13138         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13140         * desktop.el (desktop-path): Check user-emacs-directory.
13142         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13144         * loadup.el: Use after-load-functions to GC after loading each file.
13145         Remove the explicit GC calls that used to be sprinkled around.
13147         * subr.el (after-load-functions): New hook.
13148         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13149         `obsolete' packages, rather than painfully extracting the relevant
13150         directory name.
13152 2009-09-15  Glenn Morris  <rgm@gnu.org>
13154         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13155         free variable `doc'.
13157         * dired.el (dired-mode-map): Add menu entry for async shell command.
13159         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13160         variables, also consider the .elc files, since the .el files are
13161         normally gzipped (subsequent code locates the .el.gz from the .elc).
13163         * calc/calc-prog.el (arglist): Define for compiler.
13165         * calendar/diary-lib.el (diary-display-function): Change the default to
13166         fancy display.
13167         (body): Define for compiler.
13169         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13170         (byte-compile-file-form, byte-compile-lambda)
13171         (byte-compile-top-level-body, byte-compile-form)
13172         (byte-compile-variable-ref, byte-compile-setq)
13173         (byte-compile-setq-default, byte-compile-body)
13174         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13175         (batch-byte-compile): Give some more local variables with common names
13176         a "bytecomp-" prefix to avoid masking warnings about free variables.
13178         * startup.el (command-line-1): Give local variables with common names a
13179         distinguishing prefix, so as not to hide free variable warnings during
13180         bootstrap.
13182         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13183         clever and add a suffix to make a unique name, just let the user decide
13184         whether or not to overwrite it.  If the input is a directory, write the
13185         default filename to that directory.  (Bug#4388)
13186         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13187         is a filename-as-a-directory.
13189 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13191         * textmodes/page.el (what-page): Don't move to beginning of line.
13192         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13194 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13196         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13198 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13200         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13201         * help.el (help-for-help-internal): Add purecopy calls for text.
13203         * vc.el (top): print-log method now takes an optional SHORTLOG
13204         argument.  Add a new method: root.
13205         (vc-root-diff, vc-print-root-log): New functions.
13206         (vc-log-short-style): New variable.
13207         (vc-print-log-internal): Add support for showing short logs.
13209         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13210         vc-print-root-log and vc-print-root-diff.
13212         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13213         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13214         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13215         short logs.
13217         * vc-cvs.el (vc-cvs-print-log):
13218         * vc-mtn.el (vc-mtn-print-log):
13219         * vc-rcs.el (vc-rcs-print-log):
13220         * vc-sccs.el (vc-sccs-print-log):
13221         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13222         that is ignored for now.
13224         * vc-mtn.el (vc-mtn-annotate-command):
13225         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13227 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13229         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13230         to function-key-map, and give them ascii-character property.
13231         * term/x-win.el (x-alternatives-map):
13232         * term/ns-win.el (ns-alternatives-map):
13233         * term/internal.el (msdos-key-remapping-map):
13234         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13236 2009-09-14  Glenn Morris  <rgm@gnu.org>
13238         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13239         temp-buffers (2009-09-12).
13241 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13243         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13244         the new read-key function.
13246 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13248         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13249         is defined (Bug#4405).
13251 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
13253         * recentf.el (recentf-cleanup): Use a hash table to find
13254         duplicates (Bug#4407).
13256 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
13258         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13259         kp-0 to ascii equivalents (Bug#4325).
13261 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13263         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13265         * eshell/em-hist.el:
13266         * eshell/em-dirs.el (eshell-complete-user-reference):
13267         Declare pcomplete functions and variables to avoid compiler warnings.
13269 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
13271         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13272         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13273         * eshell/em-alias.el (eshell-aliases-file):
13274         * eshell/em-hist.el (eshell-history-file-name):
13275         Use expand-file-name instead of concat to make file names (Bug#4308).
13277 2009-09-13  Glenn Morris  <rgm@gnu.org>
13279         * ediff-merg.el (ediff-do-merge):
13280         * filesets.el (filesets-run-cmd):
13281         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13282         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13283         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13284         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13285         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13286         Replace empty `let's with `progn'.
13288 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13290         * mail/sendmail.el (send-mail-function):
13291         * tooltip.el (tooltip-mode):
13292         * simple.el (transient-mark-mode):
13293         * rfn-eshadow.el (file-name-shadow-mode):
13294         * frame.el (blink-cursor-mode):
13295         * font-core.el (global-font-lock-mode):
13296         * files.el (temporary-file-directory)
13297         (small-temporary-file-directory, auto-save-file-name-transforms):
13298         * epa-hook.el (auto-encryption-mode):
13299         * composite.el (global-auto-composition-mode):
13300         Use custom-initialize-delay.
13301         * startup.el (command-line): Don't explicitly call
13302         custom-reevaluate-setting for all the above vars.
13303         * custom.el (custom-initialize-safe-set)
13304         (custom-initialize-safe-default): Delete.
13306 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13308         * term/x-win.el (x-initialize-window-system):
13309         * term/w32-win.el (w32-initialize-window-system):
13310         * term/ns-win.el (ns-initialize-window-system): Don't call
13311         mouse-wheel-mode since it's enabled globally by default already.
13313         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13314         actually define the variable, but only silences the byte-compiler.
13315         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13316         before looking it up.
13317         (mouse-wheel-scroll-amount): Also reset the bindings if this value
13318         is changed.
13320 2009-09-12  Glenn Morris  <rgm@gnu.org>
13322         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13323         1000.
13324         (elint-add-required-env): Don't beep on error.
13325         (elint-forms): In case of error, return ENV unchanged.
13326         (elint-init-env): Skip non-list forms.
13327         (elint-log): Handle unknown file positions.
13329 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
13331         * epg.el (epg-make-context): Add autoload cookie.
13332         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13333         (epg-decrypt-string, epg-start-verify, epg-verify-file)
13334         (epg-verify-string, epg-start-sign, epg-sign-file)
13335         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13336         (epg-encrypt-string, epg-start-export-keys)
13337         (epg-export-keys-to-file, epg-export-keys-to-string)
13338         (epg-start-import-keys, epg-import-keys-from-file)
13339         (epg-import-keys-from-string, epg-start-receive-keys)
13340         (epg-receive-keys, epg-import-keys-from-server)
13341         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13342         (epg-sign-keys, epg-start-generate-key)
13343         (epg-generate-key-from-file, epg-generate-key-from-string):
13344         Remove autoload cookie.
13346 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
13348         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13349         reevaluation of trash-directory.
13351         * mwheel.el: Fix last change.
13352         (mouse-wheel-mode): New defvar.
13353         (mouse-wheel-mode): Remove autoload cookie.
13355 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13357         * mwheel.el (mwheel-installed-bindings): New var.
13358         (mouse-wheel-mode): Use it, so as to make sure we really remove all
13359         the bindings we set last time.  Use custom-initialize-delay.
13360         * loadup.el: Load mwheel after term/*-win.el.
13361         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13362         and mouse-wheel-up-event now that their first evaluation is done
13363         sufficiently late to be correct.
13365         * startup.el (tutorial-directory): Make it a defcustom.
13366         Use custom-initialize-delay rather than eval-at-startup to set it.
13367         * image.el (image-load-path): Make it a defcustom.
13368         Use custom-initialize-delay rather than eval-at-startup to set it.
13369         * subr.el (eval-at-startup): Remove.
13370         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13372         * subr.el (do-after-load-evaluation): Warn the user after loading an
13373         obsolete package.
13375 2009-09-12  Glenn Morris  <rgm@gnu.org>
13377         * proced.el (proced-mark-alt): Remove alias.
13378         (proced-mode-map): Remove proced-mark-alt.
13380         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13381         Elint file and directory.  Remove initialization entry.
13383         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13384         commands.
13385         (elint-current-buffer): Set mode-line-process.
13386         (elint-init-env): Handle define-derived-mode.
13387         Fix declare-function with unspecified arglist.  Guard against odd
13388         defalias statements (eg iso-insert's 8859-1-map).
13389         (elint-add-required-env): Use a temp buffer.
13390         (elint-form): Just print the function/macro name, not the whole form.
13391         Return env unchanged if we fail to parse a macro.
13392         (elint-forms): Guard against parse errors.
13393         (elint-output): New function, to handle batch mode.
13394         (elint-log-message): Add optional argument.  Use elint-output.
13395         (elint-set-mode-line): New function.
13397 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
13399         * emacs-lisp/elp.el (elp-not-profilable): Add more
13400         functions (Bug#4233).
13402 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
13404         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13405         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13407 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13409         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13410         (gdb-var-list-children): Use json parsing.
13412 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
13414         * progmodes/js.el (js--proper-indentation): Handle the case where
13415         char-before is null.  Reported by Deniz Dogan.
13417 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13419         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13421 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
13423         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13424         (epg-digest-algorithm-alist): Add SHA224.
13425         (epg-context-set-passphrase-callback)
13426         (epg-context-set-progress-callback): Add description about
13427         callback function.
13429 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13431         * custom.el (custom-delayed-init-variables): New var.
13432         (custom-initialize-delay): New function.
13433         * startup.el (command-line): "Re"evaluate all vars in
13434         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
13435         explicitly any more.
13436         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13437         to avoid creating a ~/.emacs.d at build-time (bug#4347).
13439         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13441 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13443         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13444         (gdb-var-update-handler): Use json parsing.
13446 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13448         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13449         decode annotated text, regardless of language environment.  (Bug#2741)
13451 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13453         * Makefile.in (autoloads): Make rmail.el writable as well.
13455 2009-09-11  Glenn Morris  <rgm@gnu.org>
13457         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13458         loaddefs.el.
13459         * dired.el: Regenerate with extracted autoloads.
13460         * Makefile.in (autoloads): Make dired.el writable.
13462         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13463         * ibuffer.el: Regenerate with extracted autoloads.
13464         * Makefile.in (autoloads): Make ibuffer.el writable.
13466         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13467         * version.el (emacs-copyright, emacs-major-version)
13468         (emacs-minor-version): Reformat doc-strings for make-docfile.
13470         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13471         functions and variables, since they must be stuff specific to some other
13472         platform.
13473         (apropos-print): Make mouse-click message less specific about button.
13475         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13476         that records where a macro was defined.
13477         * help-fns.el (describe-function-1): Mention if a function has a
13478         compiler-macro.
13479         * help-mode.el (help-function-cmacro): New button.
13481         * locate.el (top-level): Always require dired.
13482         (locate-mode-map): Initialize inside the defvar.
13484         * net/ange-ftp.el (dired-compress-file): Declare.
13485         (ange-ftp-dired-compress-file): Add doc string.
13487         * term/ns-win.el (x-display-name, x-setup-function-keys):
13488         Unify doc-strings with X versions.
13490 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13492         * emulation/crisp.el (crisp-mode-map): Move initialization
13493         into declaration.
13494         (crisp-mode): Use define-minor-mode.
13496         * progmodes/xscheme.el (xscheme-evaluation-commands):
13497         Put a :advertised-binding property rather than using
13498         advertised-xscheme-send-previous-expression.
13499         (advertised-xscheme-send-previous-expression): Declare obsolete.
13500         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13501         `advertised-undo'.
13502         (crisp-mode): Add corresponding bindings to
13503         undo's :advertised-binding instead.
13504         * dired.el (dired-mode-map): Put a :advertised-binding property rather
13505         than using dired-advertised-find-file.
13506         (dired-advertised-find-file):
13507         * simple.el (advertised-undo):
13508         * wid-edit.el (advertised-widget-backward): Declare obsolete.
13509         (widget-keymap): Put a :advertised-binding property rather
13510         than using advertised-widget-backward.
13511         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13512         than using advertised-undo.
13513         * tutorial.el (tutorial--default-keys): Adjust accordingly.
13515 2009-09-10  Simon South  <ssouth@slowcomputing.org>
13517         * progmodes/delphi.el (delphi-tab): Indent region when Transient
13518         Mark mode is enabled and region is active; otherwise indent or
13519         insert TAB as usual.
13520         (delphi-mode): Update description of TAB-key binding.
13522 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13524         * subr.el (define-key-rebound-commands): Mark obsolete.
13525         * startup.el (precompute-menubar-bindings): Remove.
13526         (normal-top-level): Remove obsolete code that tried to precompute
13527         menubar bindings.
13528         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13529         define-key-rebound-commands and precompute-menubar-bindings.
13531 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13533         * net/imap.el (imap-interactive-login): Better messages.
13534         (imap-open): Fix bug with renamed buffer on reconnect.
13535         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13536         for easier debugging and cleaner code.  On successful (guessed based on
13537         server capabilities) secondary authentication, set imap-state
13538         correctly.
13539         (imap-last-authenticator): Define imap-last-authenticator as a variable
13540         to avoid warnings.
13542 2009-09-10  Glenn Morris  <rgm@gnu.org>
13544         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13546         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13547         (byte-compile-file-form-autoload): Don't warn about unknown functions
13548         where the autoload statement comes after the use.
13549         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13550         that any handlers inside the body (eg require) are in turn respected.
13552         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13553         effects.
13555         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13556         and syntax and abbrev tables basic docs, if they don't have any.
13558         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13560         * international/mule-cmds.el (top-level): Require cl when compiling.
13561         (view-hello-file): Use default-value rather than
13562         default-enable-multibyte-characters.
13564         * progmodes/fortran.el: Move all safe and risky properties into the
13565         defcustoms.
13567         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13568         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13569         * mail/undigest.el:
13570         Put autoloads in rmail.el rather than loaddefs.el.
13571         * mail/rmail.el: Regenerate with extracted autoloads.
13573         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13574         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13576 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
13578         Reported in thread for Bug#4375.
13579         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13580         "-data-evaluate-expression" instead of print.
13581         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13582         (gdb-tooltip-print): Parse output from above MI command.
13583         (gdb): Revert 2009-08-11 change.  User should detach inferior
13584         manually.
13586         Remove the word "separate" from IO functions as inferior
13587         output is now never displayed in the GUD buffer.
13589 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
13591         * startup.el (command-line-normalize-file-name): On Windows and
13592         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13594 2009-09-10  Juri Linkov  <juri@jurta.org>
13596         * isearch.el (isearch-text-char-description): Propertize escape
13597         character sequences with the `escape-glyph' face.  (Bug#4344)
13599         * simple.el (shell-command): Set asynchronous process filter to
13600         `comint-output-filter'.  (Bug#4343)
13602         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13603         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
13604         the list.  Move "asm" to the bottom.
13605         (grep-find-ignored-directories): Add `choice' with nil value
13606         to empty the list easily.
13607         (grep-find-ignored-files): New option.
13608         (grep-files-history): Set to nil by default instead of '("ch" "el").
13609         (grep-compute-defaults): Add "<X>" to `grep-template'.
13610         (grep-read-files): Bind new local variables `default-alias' and
13611         `default-extension'.  Use a list of default values for the file prompt.
13612         (lgrep): Add `--exclude=' command line options composed from
13613         `grep-find-ignored-files'.
13614         (rgrep): Add `-name' command line options composed from
13615         `grep-find-ignored-files'.  (Bug#4301)
13617 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13619         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13620         (bug#4368).
13622 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13624         * calendar/time-date.el (autoload):
13625         Expand define-obsolete-function-alias into defalias and make-obsolete
13626         for old Emacsen that Gnus supports.
13627         (with-no-warnings): Define it for old Emacsen.
13628         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13629         is available.
13630         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13631         float-time is available; suppress compile warning for time-to-seconds.
13633 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13635         * net/imap.el (imap-message-map): Docstring fix.
13637 2009-09-09  Glenn Morris  <rgm@gnu.org>
13639         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13640         line numbers too.  (Bug#4374)
13642 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13644         * smerge-mode.el (smerge-remove-props, smerge-refine):
13645         Use with-silent-modifications (bug#4342).
13647         * subr.el (with-silent-modifications): New macro.
13649 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
13651         * files.el (top-level): Require `cl' when compiling.
13653 2009-09-07  Glenn Morris  <rgm@gnu.org>
13655         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13657         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13658         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
13660 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
13662         * vc-git.el (vc-git-annotate-command): Use separator to parse
13663         arguments correctly.
13665 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
13667         * proced.el (proced-mode): Doc fix.
13669 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
13671         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13672         lstat fails.
13673         (tramp-do-file-attributes-with-ls): Check for file existence at
13674         remote end.
13675         (tramp-do-file-attributes-with-stat): Likewise.
13676         (tramp-convert-file-attributes): Return nil when attr is nil.
13678 2009-09-05  Glenn Morris  <rgm@gnu.org>
13680         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13681         properties to this button.
13682         (diary-fancy-display): Don't extend the button to the final newline.
13683         (diary-fancy-display-mode): Continue to define "q" as a local key.
13685         * calendar/cal-china.el (holiday-chinese): Make it slightly more
13686         efficient.
13688         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13690         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13691         (byte-compile-dest-file-function): New option.
13692         (byte-compile-dest-file): Doc fix.
13693         Obey byte-compile-dest-file-function.
13694         (byte-compile-cl-file-p): New function.
13695         (byte-compile-eval): Only suppress noruntime warnings about cl functions
13696         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
13697         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13698         than for file being previously loaded.
13699         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13700         (byte-compile-file-form-require): Handle the case where requiring a file
13701         indirectly causes CL to be loaded.
13703 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13705         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13706         before killing the old buffer, since by the time `kill-buffer' is
13707         run so many buffer variables have been set to nil that it may not
13708         behave as expected.  (Bug#4061)
13710 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13712         * files.el (find-alternate-file): If the old buffer is modified
13713         and visiting a file, behave similarly to `kill-buffer' when
13714         killing it, thus reverting to the pre-1.878 behavior; see
13715         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13716         for discussion.  Also, consult `buffer-file-name' as a variable
13717         not as a function, for consistency with the rest of the code.
13719 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
13721         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13722         also when adding a new directory.
13724         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13725         defun.
13727 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13729         * files.el (locate-file-completion-table): Make it provide boundary
13730         information, so partial-completion works better.
13732 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
13734         * mail/footnote.el (Footnote-text-under-cursor):
13735         Check footnote-text-marker-alist before using it (bug#4324).
13737 2009-09-04  Glenn Morris  <rgm@gnu.org>
13739         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13740         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13741         * play/solitaire.el, play/tetris.el:
13742         Remove leading * from defcustom and defface docs.
13744         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13745         necessary.
13746         (diary-fancy-overriding-map): New variable.
13747         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
13748         Use view-mode.
13750         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
13751         goto-line.
13753 2009-09-03  Glenn Morris  <rgm@gnu.org>
13755         * arc-mode.el (archive-mode):
13756         * dos-fns.el (set-default-process-coding-system):
13757         * man.el (Man-getpage-in-background):
13758         * menu-bar.el (menu-bar-describe-menu):
13759         * server.el (server-process-filter):
13760         * startup.el (command-line):
13761         * tar-mode.el (tar-header-block-tokenize, tar-extract):
13762         * w32-fns.el (set-default-process-coding-system):
13763         * x-dnd.el (x-dnd-handle-file-name):
13764         * international/mule-cmds.el (mule-menu-keymap)
13765         (set-default-coding-systems, language-info-alist, set-language-info)
13766         (set-language-environment, standard-display-european-internal)
13767         (set-locale-environment):
13768         * international/mule-diag.el (mule-diag):
13769         * mail/emacsbug.el (report-emacs-bug):
13770         * mail/rmail.el (rmail-mode):
13771         * mail/sendmail.el (mail-setup):
13772         Use default-value rather than default-enable-multibyte-characters.
13774         * progmodes/f90.el: Move all safe properties into the defcustoms.
13775         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
13777         * calendar/appt.el (appt-check):
13778         * calendar/diary-lib.el (diary-set-header, diary-live-p)
13779         (diary-check-diary-file, diary-list-entries)
13780         (diary-include-other-diary-files, diary-simple-display)
13781         (diary-fancy-display, diary-print-entries)
13782         (diary-mark-included-diary-files, diary-make-entry):
13783         Don't call substitute-in-file-name on diary-file.
13785 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
13786             Stefan Monnier  <monnier@iro.umontreal.ca>
13788         * mail/footnote.el (footnote-prefix): Make it a defcustom.
13789         (footnote-mode-map): Move initialization into the declaration.
13790         (footnote-minor-mode-map): Define it rather than changing global-map.
13791         (footnote-mode): Use define-minor-mode.
13793 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
13795         * net/tramp.el (tramp-handle-file-attributes-with-ls)
13796         (tramp-do-file-attributes-with-perl)
13797         (tramp-do-file-attributes-with-stat): Rename from
13798         `tramp-handle-file-attributes-with-*'.
13799         (tramp-handle-file-attributes): Use them.
13800         (tramp-do-directory-files-and-attributes-with-perl)
13801         (tramp-do-directory-files-and-attributes-with-stat): Rename from
13802         `tramp-handle-directory-files-and-attributes-with-*'.
13803         (tramp-handle-directory-files-and-attributes): Use them.
13804         (tramp-method-out-of-band-p): Additional parameter SIZE.
13805         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
13806         (tramp-handle-write-region): Use it.
13807         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
13808         (tramp-handle-vc-registered): Check, whether the first run did
13809         return files to be tested.
13810         (tramp-advice-make-auto-save-file-name): Do not call directly
13811         `tramp-handle-make-auto-save-file-name', because this would bypass
13812         the locking mechanism.
13814         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
13815         (file-remote-p, process-file, start-file-process, set-file-times)
13816         (tramp-compat-file-attributes): Compatibility functions shall not
13817         call directly `tramp-handle-*', because this would bypass the
13818         locking mechanism.
13819         (tramp-compat-number-sequence): New defun.
13821 2009-09-02  Glenn Morris  <rgm@gnu.org>
13823         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
13824         alias for float-time.
13825         (time-to-number-of-days): In Emacs, use float-time.
13826         * net/newst-backend.el (time-add): Suppress warnings from compat
13827         function.
13828         * time.el (emacs-uptime, emacs-init-time):
13829         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
13830         Use float-time rather than time-to-seconds.
13832         * minibuffer.el (completion-initials-expand): Fix typo.
13834         * faces.el (modeline, modeline-inactive, modeline-highlight)
13835         (modeline-buffer-id):
13836         * info.el (info-menu-5): Mark these face aliases as obsolete.
13838 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
13840         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
13841         space ...
13842         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
13843         no "--thread" option.
13844         (gdb-stopped): Don't print "Switched to thread" message when it is
13845         unchanged.
13847 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13849         * minibuffer.el (completion-try-completion)
13850         (completion-all-completions): Remove ill-defined (and
13851         mistakenly installed and luckily never used nor documented)
13852         `completion-styles' property.
13853         (completion-initials-expand, completion-initials-all-completions)
13854         (completion-initials-try-completion): New functions.
13855         (completion-styles-alist): Add doc to each entry.
13856         Add new `initials' entry.
13858 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
13860         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
13861         MI command -var-evaluate-expression.
13862         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
13863         and tweak for case of string child.
13864         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
13866 2009-09-01  Glenn Morris  <rgm@gnu.org>
13868         * add-log.el (change-log-date-face, change-log-name-face)
13869         (change-log-email-face, change-log-file-face, change-log-list-face)
13870         (change-log-conditionals-face, change-log-function-face)
13871         (change-log-acknowledgement-face):
13872         * cus-edit.el (custom-invalid-face, custom-rogue-face)
13873         (custom-modified-face, custom-set-face, custom-changed-face)
13874         (custom-saved-face, custom-button-face, custom-button-pressed-face)
13875         (custom-documentation-face, custom-state-face, custom-comment-face)
13876         (custom-comment-tag-face, custom-variable-tag-face)
13877         (custom-variable-button-face, custom-face-tag-face)
13878         (custom-group-tag-face-1, custom-group-tag-face):
13879         * diff-mode.el (diff-header-face, diff-file-header-face)
13880         (diff-index-face, diff-hunk-header-face, diff-removed-face)
13881         (diff-added-face, diff-changed-face, diff-function-face)
13882         (diff-context-face, diff-nonexistent-face):
13883         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
13884         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
13885         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13886         (Info-title-4-face):
13887         * isearch.el (isearch-lazy-highlight-face):
13888         * log-view.el (log-view-file-face, log-view-message-face):
13889         * paren.el (show-paren-match-face, show-paren-mismatch-face):
13890         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13891         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13892         (cvs-msg-face):
13893         * smerge-mode.el (smerge-mine-face, smerge-other-face)
13894         (smerge-base-face, smerge-markers-face):
13895         * wid-edit.el (widget-documentation-face, widget-button-face)
13896         (widget-field-face, widget-single-line-field-face)
13897         (widget-inactive-face, widget-button-pressed-face):
13898         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
13899         (woman-addition-face):
13900         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
13901         (eshell-ls-executable-face, eshell-ls-readonly-face)
13902         (eshell-ls-unreadable-face, eshell-ls-special-face)
13903         (eshell-ls-missing-face, eshell-ls-archive-face)
13904         (eshell-ls-backup-face, eshell-ls-product-face)
13905         (eshell-ls-clutter-face):
13906         * eshell/em-prompt.el (eshell-prompt-face):
13907         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
13908         * obsolete/old-whitespace.el (whitespace-highlight-face):
13909         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13910         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13911         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13912         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
13913         (antlr-font-lock-literal-face):
13914         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
13915         (ebrowse-root-class-face, ebrowse-file-name-face)
13916         (ebrowse-default-face, ebrowse-member-attribute-face)
13917         (ebrowse-member-class-face, ebrowse-progress-face):
13918         * progmodes/make-mode.el (makefile-space-face):
13919         * progmodes/sh-script.el (sh-heredoc-face):
13920         * textmodes/flyspell.el (flyspell-incorrect-face)
13921         (flyspell-duplicate-face):
13922         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
13923         * textmodes/texinfo.el (texinfo-heading-face):
13924         Mark face aliases with "-face" suffix as obsolete.
13926         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
13927         compiler.
13929         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
13930         (eudc-bob-sound-menu): Use defvar rather than defconst, since
13931         easy-menu-define wants to modify these.
13933         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
13935         * net/browse-url.el (browse-url-file-url):
13936         * term/internal.el (dos-codepage-setup):
13937         Use default-value rather than default-enable-multibyte-characters.
13939         * progmodes/etags.el (etags-goto-tag-location):
13940         * progmodes/flymake.el (flymake-highlight-line)
13941         (flymake-goto-file-and-line, flymake-goto-line):
13942         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
13943         (gdb-goto-breakpoint):
13944         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13945         * progmodes/python.el (python-find-function)
13946         (python-pdbtrack-track-stack-file):
13947         * progmodes/verilog-mode.el (verilog-surelint-off):
13948         * term/ns-win.el (ns-open-file-select-line):
13949         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
13950         Use forward-line rather than goto-line.
13952         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
13953         * textmodes/reftex-index.el (reftex-display-index):
13954         * textmodes/reftex-ref.el (reftex-offer-label-menu):
13955         * textmodes/reftex-toc.el (reftex-toc):
13956         Remove unnecessary bindings of default-major-mode (all are followed by
13957         major-mode check and possible mode switch).
13959 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
13961         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13962         Handle watchpoints (bug#4282).
13963         (def-gdb-thread-buffer-command): Enable thread to be selected by
13964         clicking without selecting threads buffer first.
13965         (gdb-current-context-command): Use selected frame so that "up",
13966         "down" etc work in the GUD buffer.
13967         (gdb-update): Find selected frame before rendering stack buffer.
13968         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
13970 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13972         * progmodes/sym-comp.el (displayed-completions): Remove.
13973         (symbol-complete): Use minibuffer-complete.
13975 2009-08-31  Glenn Morris  <rgm@gnu.org>
13977         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
13979         * apropos.el (apropos-symbols-internal):
13980         Handle (obsolete) face aliases.
13982         * faces.el (describe-face): Adjust the output format to be more like
13983         describe-variable, and to mention (obsolete) face aliases.
13984         Adjust the whitespace so that help-setup-xref works.
13986         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
13987         * calendar/diary-lib.el (diary-button-face):
13988         Mark these face aliases as obsolete.
13990         * calendar/calendar.el (calendar-today): Doc fix.
13992 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
13994         * progmodes/gdb-mi.el (gdb-control-all-threads)
13995         (gdb-control-current-thread): Force tool bar update.
13996         (gdb-non-stop-handler): New function.
13997         (gdb-init-1): Use it to test if non-stop mode is supported.
13998         Remove unused gdbmi buffer type.
14000 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14002         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14003         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14005 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14007         * comint.el (comint-exec-1): Check command is non-null first.
14008         Part of gdb-mi.el change (2009-08-28).
14010 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14012         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14014 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14016         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14017         instead of `dolist' to avoid a recursive require when bootstrapping.
14019 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14021         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14023         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14025         * net/imap.el (imap-send-command): Simplify.
14026         (imap-wait-for-tag): point-max -> buffer-size.
14028         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14030         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14031         with constant argument.
14033         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14035         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14037         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14038         Change default, since most of our files don't have a history.
14039         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14040         the user.
14042         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14043         Add comint-run.
14045         * calc/calc.el: Improve commenting convention.
14046         (calc-digit-map, toplevel): Simplify.
14048         * comint.el (comint-insert-input): Be careful to only set point if we
14049         don't delegate to some other command.
14051         * proced.el (proced-signal-list): Make it an alist.
14052         (proced-grammar-alist): Capitalize names.
14053         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14054         Disable undo manually and make it read-only.
14055         Use completion-annotate-function.
14057         * minibuffer.el (minibuffer-message): If the current buffer is not
14058         a minibuffer, insert the message in the echo area rather than at the
14059         end of the buffer.
14060         (completion-annotate-function): New variable.
14061         (minibuffer-completion-help): Use it.
14062         (completion--embedded-envvar-table): Environment vars are
14063         always case-sensitive.
14065 2009-08-30  Glenn Morris  <rgm@gnu.org>
14067         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14068         from fortran-current-defun.
14069         (fortran-beginning-of-subprogram): Be more precise about finding the
14070         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14071         (fortran-end-of-subprogram): Simplify.
14072         (fortran-current-defun): Use fortran-start-prog-re.
14074 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14076         * subr.el (do-after-load-evaluation): Simplify.
14078 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14080         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14082         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14083         (vc-rcs-print-log): Use it.
14085         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14087 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14089         * paths.el (abbrev-file-name): Move to abbrev.el.
14090         * abbrev.el (abbrev-file-name): Move from paths.el.
14091         Obey user-emacs-directory.
14092         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14093         user-emacs-directory.
14094         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14095         abbrev-file-name and calc-settings-file any more.
14096         * startup.el (command-line): Recompute abbrev-file-name and
14097         abbreviated-home-dir.
14098         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14099         of the special code for when C-h bindings haven't been changed.
14100         (display-startup-echo-area-message): Use with-current-buffer.
14101         (command-line-1): Use a list of strings, rather than a list of lists
14102         of strings for longopts.
14104         * files.el (get-free-disk-space): Use / for default-directory.
14106         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14107         Use with-current-buffer.
14109         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14110         Recognize immutable variables like most-positive-fixnum.
14111         (byte-compile-setq-default): Check and warn if trying to assign
14112         to an immutable variable, or a non-variable.
14114         * progmodes/cc-vars.el (c-comment-continuation-stars):
14115         * progmodes/cc-engine.el (c-looking-at-bos):
14116         * progmodes/cc-cmds.el (c-toggle-auto-state)
14117         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14118         (c-comment-line-break-function): Add version of obsolescence.
14120 2009-08-28  Juri Linkov  <juri@jurta.org>
14122         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14123         associated with `archive-mode'.
14125         * image.el (image-type-header-regexps): Use only JPEG magic number
14126         to determine JPEG images, and don't use `image-jpeg-p' because
14127         Emacs can display non-JFIF non-Exif JPEG images.
14129 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14131         * arc-mode.el (archive-mode):
14132         * emacs-lisp/re-builder.el (re-builder-unload-function):
14133         Protect against the default value of `major-mode' being nil.
14135 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14137         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14138         Fix typos in docstrings.
14140         * progmodes/js.el (js--macro-decl-re): Doc fix.
14141         (js--plain-method-re, js--split-name): Refloc docstring.
14142         (js--class-styles, js--make-merged-item, js--splice-into-items):
14143         Fix typos in docstrings; reflow docstrings.
14144         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14145         (js--variable-decl-matcher, js--inside-pitem-p)
14146         (js--parse-state-at-point, js--get-all-known-symbols)
14147         (js--symbol-history, js-find-symbol, js--js-references)
14148         (js--moz-interactor, js--js-encode-value, js--read-tab):
14149         Fix typos in docstrings.
14151 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14153         * textmodes/reftex.el (reftex-get-file-buffer-force):
14154         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14155         * emulation/viper.el (viper-go-away, viper-set-hooks):
14156         * emacs-lisp/re-builder.el (re-builder-unload-function):
14157         * emacs-lisp/bytecomp.el (byte-compile-file):
14158         * ses.el (ses-unload-function):
14159         * hexl.el (hexl-find-file):
14160         * files.el (normal-mode):
14161         * ehelp.el (with-electric-help):
14162         * autoinsert.el (auto-insert-alist):
14163         * arc-mode.el (archive-mode):
14164         Use (default-value 'major-mode) instead of default-major-mode.
14166         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14167         * international/mule.el (load-with-code-conversion):
14168         * emacs-lisp/debug.el (debug):
14169         * ediff-vers.el (ediff-rcs-get-output-buffer):
14170         * dired.el (dired-internal-noselect): Don't let-bind
14171         default-major-mode around code that doesn't use it.
14172         E.g. buffer creation via get-buffer-create doesn't use it.
14174 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14176         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14177         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14178         when writing the temp file.  Otherwise, epa-file gets confused.
14179         (tramp-register-file-name-handlers): Make it a defun.  Move also
14180         `epa-file-handler' to the front of `file-name-handler-alist'.
14182 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14184         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14185         start right after a ^M.
14186         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14187         (tramp-completion-file-name-regexp-separate)
14188         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14189         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14190         Don't modify last-coding-system-used by accident.
14191         (tramp-completion-file-name-handler): Apply the checks here,
14192         instead during registration.
14193         (tramp-register-file-name-handlers): Renamed from
14194         `tramp-register-file-name-handler'.  Register both
14195         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14196         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14198 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
14200         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14201         Remove variable ...
14202         (gdb-init-1, gdb-display-separate-io-buffer)
14203         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14204         references to it.
14205         (gdb-inferior-io-mode): Use make-comint-in-buffer.
14206         (gdb-inferior-filter): Use comint-output-filter to stop
14207         echoing and remove ^M characters.
14209 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14211         * emulation/viper-init.el (viper-restore-cursor-type):
14212         * emulation/cua-base.el (cua--update-indications):
14213         Replace default-cursor-type with (default-value 'cursor-type).
14215         * mail/sendmail.el (mail-recover-1):
14216         * international/mule-diag.el (describe-current-coding-system-briefly)
14217         (describe-current-coding-system):
14218         * international/mule-cmds.el (select-safe-coding-system)
14219         (select-message-coding-system)
14220         (set-language-environment-coding-systems, set-locale-environment):
14221         * hexl.el (hexl-insert-multibyte-char):
14222         * dos-w32.el (find-buffer-file-type-coding-system):
14223         * simple.el (what-cursor-position):
14224         Replace uses of default-buffer-file-coding-system
14225         with (default-value 'buffer-file-coding-system).
14227         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14228         Replace uses of default-cursor-in-non-selected-windows
14229         with (default-value 'cursor-in-non-selected-windows).
14230         Use with-current-buffer.
14232         * mail/feedmail.el: Use CL macros.
14233         (feedmail-run-the-queue, feedmail-send-it-immediately):
14234         * dos-w32.el (find-buffer-file-type): Replace uses of
14235         default-buffer-file-type with (default-value 'buffer-file-type).
14237 2009-08-28  Glenn Morris  <rgm@gnu.org>
14239         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14240         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14241         Use default-value of major-mode rather than default-major-mode.
14243 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14245         * Makefile.in (update-elcfiles): Report left over elc files.
14247         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14248         expand-file-name and with-current-buffer.
14249         (mail-get-names, mail-directory): Use with-current-buffer.
14251         * vc.el (vc-read-revision): New function.
14252         (vc-version-diff, vc-merge): Use it.
14254 2009-08-27  Sam Steingold  <sds@gnu.org>
14256         * simple.el (kill-do-not-save-duplicates): New user option.
14257         (kill-new): When it is non-nil, and the new string is the same as
14258         the latest kill, set replace to t to avoid duplicates in kill-ring.
14260 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
14262         * net/tramp.el (tramp-handle-process-file): Do not flush all
14263         caches when `process-file-side-effects' is set.
14264         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14265         instead of `tramp-find-file-exists-command'.
14266         Unset `process-file-side-effects'.
14268 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
14270         * net/tramp.el (tramp-methods): New method "rsyncc".
14271         (top): Add completion function for "rsyncc".
14272         (tramp-message-show-message): New defvar.
14273         (tramp-message, tramp-error): Use it.
14274         (tramp-do-copy-or-rename-file-directly): Extend check for direct
14275         remote copying.
14276         (tramp-do-copy-or-rename-file-out-of-band): Handle new
14277         `tramp-methods' entry `copy-env' of "rsyncc".
14278         (tramp-vc-registered-read-file-names): New defconst.
14279         (tramp-vc-registered-file-names): New defvar.
14280         (tramp-handle-vc-registered): Implement optimization strategy.
14281         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14282         (tramp-vc-file-name-handler): New defun.
14283         (tramp-get-ls-command, tramp-get-test-command)
14284         (tramp-get-file-exists-command, tramp-get-remote-ln)
14285         (tramp-get-remote-perl, tramp-get-remote-stat)
14286         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14288         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14289         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
14290         timestamps.
14291         (tramp-get-file-property): Check for timestamps in
14292         `tramp-cache-inhibit-cache'.
14293         (tramp-set-file-property): Write timestamp.
14295 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14297         * language/japan-util.el (japanese-symbol-table): Add entries for
14298         cp932-2-byte.
14300         * international/characters.el: Add category `j' to cp932-2-byte.
14302 2009-08-27  Kenichi Handa  <handa@m17n.org>
14304         * international/fontset.el (build-default-fontset-data): New macro.
14305         (setup-default-fontset): Use build-default-fontset-data for CJK,
14306         tibetan, ethiopic, and ipa.
14308 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14310         * cus-start.el (default-major-mode): Customize `major-mode' instead.
14311         (enable-multibyte-characters): Not customizable any more.
14313         * subr.el (default-mode-line-format, default-header-line-format)
14314         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14315         (default-direction-reversed, default-truncate-lines)
14316         (default-left-margin, default-tab-width, default-case-fold-search)
14317         (default-left-margin-width, default-right-margin-width)
14318         (default-left-fringe-width, default-right-fringe-width)
14319         (default-fringes-outside-margins, default-scroll-bar-width)
14320         (default-vertical-scroll-bar, default-indicate-empty-lines)
14321         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14322         (default-fringe-cursor-alist, default-scroll-up-aggressively)
14323         (default-scroll-down-aggressively, default-fill-column)
14324         (default-cursor-type, default-buffer-file-type)
14325         (default-cursor-in-non-selected-windows)
14326         (default-buffer-file-coding-system, default-major-mode)
14327         (default-enable-multibyte-characters): Mark as obsolete.
14329 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
14331         * vc-dir.el (vc-dir-update): Remove debug helper.
14333         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14335 2009-08-26  Sam Steingold  <sds@gnu.org>
14337         * simple.el (save-interprogram-paste-before-kill): New user option.
14338         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14339         save the interprogram-paste into kill-ring before overriding it
14340         with the Emacs kill.
14342 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14344         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14345         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14346         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14347         and move to vc-rcs.el.
14348         (vc-default-next-revision): Rename to vc-rcs-next-revision and
14349         move to vc-rcs.el.
14350         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14351         (vc-rcs-update-changelog): Remove.
14352         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14353         and move to vc-rcs.el.
14355         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14356         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14357         renaming.
14358         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14359         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14360         vc.el, renamed to be RCS specific.
14362         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14363         New functions.
14364         (vc-cvs-update-changelog): Move here from vc.el.
14366         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14367         New functions.
14369 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14371         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14373 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14375         * vc-git.el (vc-git-register): Use "git add" for directories.
14376         (vc-git-stash, vc-git-stash-show): New functions.
14377         (vc-git-extra-menu-map): Bind them.
14379         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14380         directory correctly in case the item is a directory itself.
14382         * vc.el: Document the desired behavior for reverted files in the
14383         `added' state.
14384         (vc-default-prettify-state-info): Remove function, unused.
14386         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14388 2009-08-26  Glenn Morris  <rgm@gnu.org>
14390         * bindings.el (standard-mode-line-format): Reposition dashes in
14391         which-func entry.  (Bug#4217)
14393         * files.el (enable-local-variables, enable-local-eval)
14394         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14395         the defcustoms.
14396         (auto-mode-alist, ignored-local-variables)
14397         (save-some-buffers-action-alist): Move risky declarations to the
14398         definitions.
14399         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14400         (font-lock-defaults, format-alist, imenu--index-alist)
14401         (imenu-generic-expression, input-method-alist, minor-mode-alist)
14402         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14403         (mode-line-modified, mode-line-mule-info, mode-line-position)
14404         (mode-line-process, mode-line-remote, outline-level)
14405         (parse-time-rules, rmail-output-file-alist)
14406         (special-display-buffer-names, vc-mode):
14407         Move risky declarations to the relevant files.
14408         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14409         (mode-line-modified, mode-line-process, mode-line-position)
14410         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14411         * font-core.el (font-lock-defaults):
14412         * format.el (format-alist):
14413         * vc-hooks.el (vc-mode):
14414         * window.el (special-display-buffer-names):
14415         * international/mule-cmds.el (input-method-alist):
14416         Define riskiness here (dumped file) rather than in files.el.
14417         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14418         * imenu.el (imenu-generic-expression, imenu--index-alist):
14419         * outline.el (outline-level):
14420         * time.el (display-time-string):
14421         * calendar/parse-time.el (parse-time-rules):
14422         * mail/rmailout.el (rmail-output-file-alist):
14423         Autoload riskiness here, rather than placing in files.el.
14425 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
14427         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14429 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
14431         * simple.el (process-file-side-effects): New defvar.
14433         * dired-aux.el (dired-show-file-type):
14434         * vc.el (vc-diff-internal):
14435         * vc-arch.el (vc-arch-diff):
14436         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14437         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14438         * vc-git.el (vc-git-registered, vc-git-working-revision)
14439         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14440         (vc-git--empty-db-p):
14441         * vc-hooks.el (vc-user-login-name):
14442         * vc-svn.el (vc-svn-registered, vc-svn-state)
14443         (vc-svn-dir-extra-headers, vc-svn-find-revision):
14444         * progmodes/grep.el (grep-probe): Let-bind
14445         `process-file-side-effects' with nil.
14447         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14449         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14450         daemon.  Replace ping by checking for running service for bluez
14451         and zeroconf.  (Bug#4239)
14453 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14455         * net/dig.el (dig): Add autoload cookie.
14457 2009-08-25  Glenn Morris  <rgm@gnu.org>
14459         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14460         load-history for absolute file-names.
14461         (byte-compile-file-form-require): Warn about use of the cl package.
14463         * format.el (format-alist): Doc fix.
14465         * play/bubbles.el (top-level): Don't require cl at run-time.
14467         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14468         run-time cl).
14470 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
14472         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14473         from cl package.
14474         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14476 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
14478         * calc/calc-alg.el (math-trig-rewrite)
14479         (math-hyperbolic-trig-rewrite): New functions.
14480         (calc-simplify): Simplify trig functions when asked.
14482 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14484         * diff-mode.el (diff-find-source-location): Avoid goto-line.
14486 2009-08-24  Kenichi Handa  <handa@m17n.org>
14488         * language/ind-util.el (mapthread): Delete it.
14489         (combinatorial): New function.
14490         (indian--puthash-cv): Use combinatorial instead of mapthread.
14492 2009-08-22  Kevin Ryde  <user42@zip.com.au>
14494         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14495         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14496         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14497         Clarify docstring that the value is strings not symbols.
14498         (checkdoc-list-of-strings-p): New function.
14500 2009-08-22  Glenn Morris  <rgm@gnu.org>
14502         * files.el (auto-mode-alist):
14503         * hippie-exp.el (he-concat-directory-file-name):
14504         * lpr.el (lpr-windows-system, printer-name):
14505         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14506         * ps-print.el (ps-windows-system):
14507         * startup.el (command-line):
14508         * emulation/viper-ex.el (viper-glob-function):
14509         * international/mule-cmds.el (set-language-environment-coding-systems):
14510         * net/ange-ftp.el (ange-ftp-write-region):
14511         * obsolete/fast-lock.el (fast-lock-cache-name):
14512         Remove code for defunct system-types emx, macos, mswindows, next-mach,
14513         unisoft-unix, vax-vms, win32, w32.
14515         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14516         given name if the pattern is not more specific.
14518         * calendar/lunar.el (lunar-phase-names): New option.
14519         (lunar-phase): Doc fix.
14520         (lunar-cycles-per-year): New constant.
14521         (lunar-index): New function.
14522         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14523         (lunar-phase-name): Use lunar-phase-names.
14524         (calendar-lunar-phases): Use format.
14525         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14527         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14528         Copy imenu-example--name-and-position function here for own use.
14529         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14531         * bs.el (bs--redisplay):
14532         * cus-edit.el (custom-redraw):
14533         * ibuffer.el (ibuffer-bury-buffer):
14534         * server.el (server-goto-line-column):
14535         * startup.el (command-line-1):
14536         * strokes.el (strokes-xpm-for-stroke):
14537         * term.el (term-display-buffer-line):
14538         * view.el (View-goto-line):
14539         * calc/calc.el (calc-do, calc-trail-buffer):
14540         * play/gamegrid.el (gamegrid-add-score-insecure):
14541         * progmodes/ada-mode.el (ada-compile-goto-error):
14542         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14543         (ebrowse-select-1st-to-9nth):
14544         * progmodes/cperl-mode.el (cperl-time-fontification):
14545         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14546         * progmodes/gud.el (gud-display-line):
14547         (idlwave-shell-display-line):
14548         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14549         * progmodes/make-mode.el (makefile-browser-toggle):
14550         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14551         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14552         * textmodes/picture.el (picture-draw-rectangle):
14553         * textmodes/reftex-index.el (reftex-index-goto-letter):
14554         (reftex-select-jump-to-previous):
14555         * textmodes/reftex-sel.el (reftex-find-start-point)
14556         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14557         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14558         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14559         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14560         * textmodes/two-column.el (2C-associated-buffer):
14561         Use forward-line rather than goto-line.
14563         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14564         goto-line.
14566         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14567         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14568         (quick-check-list-to-regexp): Declare.
14570         * progmodes/make-mode.el (makefile-browser-insert-selection):
14571         Use goto-char rather than goto-line.
14573         * progmodes/prolog.el (compilation-error-regexp-alist)
14574         (compilation-forget-errors): Declare.
14576 2009-08-22  Juri Linkov  <juri@jurta.org>
14578         * progmodes/grep.el (lgrep, rgrep): At the beginning
14579         set `dir' to `default-directory' unless `dir' is a non-nil
14580         readable directory.  (Bug#4052)
14581         (lgrep, rgrep): Change a weird way to report an error
14582         from using `read-string' to using `error'.
14583         Instead of using interactive arguments in the function body,
14584         add new argument `confirm'.
14586 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14588         * textmodes/remember.el (remember-buffer):
14589         * progmodes/cperl-mode.el (cperl-vc-header-alist):
14590         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14591         (icalendar-extract-ical-from-buffer):
14592         * net/newst-treeview.el (newsticker-groups-filename):
14593         * net/newst-backend.el (newsticker-cache-filename):
14594         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14595         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14596         (speedbar-add-ignored-path-regexp, speedbar-line-path)
14597         (speedbar-buffers-line-path, speedbar-path-line)
14598         (speedbar-buffers-line-path):
14599         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14600         (epg-sign-keys):
14601         * epa.el (epa-display-verify-result):
14602         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14604 2009-08-21  Glenn Morris  <rgm@gnu.org>
14606         * progmodes/js.el (inferior-moz-process): Fix declaration.
14608         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14610         * obsolete/rnewspost.el (news-mail-reply):
14611         Use goto-char rather than goto-line.
14613         * term/ns-win.el (ns-open-file-select-line):
14614         Use line-beginning-position rather than goto-line.
14616         * apropos.el (apropos-command):
14617         * ehelp.el (electric-helpify):
14618         * printing.el (pr-show-setup):
14619         * strokes.el (strokes-help):
14620         * tutorial.el (tutorial--describe-nonstandard-key)
14621         (tutorial--detailed-help):
14622         * woman.el (woman-mini-help, woman-display-extended-fonts):
14623         * calc/calc-help.el (calc-describe-key):
14624         * emulation/edt.el (edt-electric-helpify):
14625         * international/mule-diag.el (mule-diag):
14626         * play/yow.el (apropos-zippy):
14627         * progmodes/python.el (python-describe-symbol):
14628         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14629         * textmodes/table.el (*table--cell-describe-mode)
14630         (*table--cell-describe-bindings):
14631         Use help-print-return-message rather than the now obsolete alias.
14633         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14634         (calendar-cursor-to-visible-date):
14635         * play/5x5.el (5x5-position-cursor):
14636         * play/decipher.el (decipher):
14637         * play/gomoku.el (gomoku-goto-xy):
14638         * play/landmark.el (lm-goto-xy):
14639         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14640         (mpuz-paint-digit):
14641         Use forward-line, not goto-line.
14643         * mail/rmail.el (rmail-obsolete): Delete custom group.
14644         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14645         (rmail-remote-password, rmail-remote-password-required):
14646         Remove unneeded :set-after and :set properties.
14648 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
14650         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14652 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
14654         * loadup.el: Remove leftover macos code.
14656         * vc-git.el (vc-git-annotate-command): Run asynchronously.
14657         Explicitly pass the date format to git blame so that user local
14658         so that the output format can be parsed.
14660 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
14662         * net/dbus.el (top): Don't check for (getenv
14663         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
14665 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
14667         * log-edit.el (log-edit-strip-single-file-name): New var.
14668         (log-edit-insert-changelog): Use it.  Bug#3571
14670 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14672         * subr.el (read-passwd): Use read-key so keypad keys work as well.
14673         Bug#3287
14675         * help.el (help-print-return-message): Rename from
14676         print-help-return-message.
14678         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14679         cvs-mode-map parent hack.
14680         (log-view-mode): Derive from special-mode.
14682         * linum.el (linum-mode): window-size-change-functions is redundant.
14683         Adapt to new window-configuration-change-hook behavior.
14684         (linum-after-size, linum-after-config): Remove.
14686         * imenu.el (imenu-example--name-and-position)
14687         (imenu-example--lisp-extract-index-name)
14688         (imenu-example--create-lisp-index, imenu-example--create-c-index):
14689         Mark as obsolete.
14691         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14692         (inferior-prolog-mode): Use it.
14693         (inferior-prolog-load-file): Reset list of errors.
14695 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14697         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14699         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14701 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
14703         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14704         is running already.
14706 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14708         * subr.el (listify-key-sequence-1): Use normal syntax since those
14709         integers are nowadays always represented by the same (positive) number
14710         on all platforms.
14711         (read-key-empty-map): New const.
14712         (read-key-delay): New var.
14713         (read-key): New function.
14714         (force-mode-line-update): Use with-current-buffer.
14715         (locate-user-emacs-file): Don't forget to abbreviate the file name.
14716         (start-process-shell-command, start-file-process-shell-command):
14717         Discourage the use of command-args.
14719 2009-08-19  Glenn Morris  <rgm@gnu.org>
14721         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14723 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14725         * simple.el (choose-completion-string): Don't rely on
14726         minibuffer-completing-file-name and ad-hoc checks to decide whether
14727         to continue completion or not.
14729         * minibuffer.el (minibuffer-hide-completions): New function.
14730         (completion--do-completion): Use it.
14731         (completions-annotations): New face.
14732         (completion--insert-strings): Use it.
14733         (completion-pcm--delim-wild-regex): Add docstring.
14734         (completion-pcm--string->pattern): Add support for 0-width delimiters
14735         in completion-pcm--delim-wild-regex.
14737 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14739         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14740         Remove unused var `buffer-modified-p'.
14742         * minibuffer.el (completion--do-completion): Move point for the #b001
14743         case as well (bug#4176).
14744         (minibuffer-complete, minibuffer-complete-word): Don't move point.
14746 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
14748         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
14749         and :session buses.
14751 2009-08-18  Kenichi Handa  <handa@m17n.org>
14753         * international/ucs-normalize.el (ucs-normalize-version):
14754         Change to 1.1.
14755         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
14756         (utf-8-hfs): Make it perform normalization on encoding too.
14758         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
14759         (sentence-end-without-space): Delete duplicated chars.
14760         (sentence-end-base): Likewise.
14762         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
14763         (html-mode): Delete duplicated chars from sentence-end-base.
14765         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
14766         (texinfo-mode): Delete duplicated chars from sentence-end-base.
14768 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
14770         * files.el (hack-one-local-variable): If the mode function is for
14771         a minor mode, pass it an argument (Bug#4148).
14773 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
14775         * net/tramp.el (tramp-register-completion-file-name-handler):
14776         Check also for (member 'partial-completion completion-styles).
14778 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14780         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
14781         abbrev (Bug#3943).
14783 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
14785         * progmodes/cperl-mode.el: Merge upstream 6.2.
14786         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
14787         (cperl-forward-re): Check cperl-brace-recursing.
14788         (cperl-highlight-charclass): New function.
14789         (cperl-find-pods-heres): Use it.
14790         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
14791         (cperl-beautify-regexp-piece): Fix column calculation.
14792         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
14793         (cperl-beautify-level): Don't process entire regexp.
14794         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
14795         calling man.
14796         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
14797         (cperl-init-faces): Build a list in the normal way.
14799 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14801         * calendar/parse-time.el (parse-time-string-chars): Save match
14802         data.
14804 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14806         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
14807         (sql-product): Use it.
14808         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
14809         (sql-set-product): Add completion.
14810         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
14811         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
14812         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
14813         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
14814         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
14815         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
14816         (sql-highlight-db2-keywords): Remove.
14817         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
14818         (sql-highlight-product): Use derived-mode-p.
14819         (sql-set-sqli-buffer): Use with-current-buffer.
14820         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
14821         Simplify.
14823         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
14825         * term.el: Fix commenting convention, turn comments into docstrings.
14827 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14829         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
14831 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14833         * calendar/parse-time.el (parse-time-string-chars): Compute using
14834         character classes, to handle non-ascii characters (Bug#3190).
14836 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14838         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
14839         another heredoc if the user adds another < (Bug#3226).
14841         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14842         Don't initialize based on window-system (Bug#4124).
14844         * facemenu.el (facemenu-read-color): Use a completion function
14845         that accepts any defined color, such as RGB triplets (Bug#3677).
14847         * files.el (get-free-disk-space): Change fallback default
14848         directory to /.  Expand DIR argument before switching to fallback.
14849         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
14851 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
14853         * files.el (load-library): Doc fix.
14855 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
14857         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
14858         (viper-if-string): Redefine C-s in the minibuffer to insert the last
14859         incremental search string.
14861         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
14862         XEmacs.
14864         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
14865         (ediff-merge-region-is-non-clash)
14866         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
14867         Also check if the job is really a merge job.
14869         * ediff.el (ediff-current-file): New function.
14871 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
14873         * progmodes/js.el: Edit docstrings throughout to follow Emacs
14874         conventions.
14875         (js-insert-and-indent): Delete function.
14876         (js-mode-map): Don't bind keys to js-insert-and-indent.
14877         (js-beginning-of-defun): Rename from js--beginning-of-defun.
14878         (js-end-of-defun): Rename from js--end-of-defun.
14879         (js-auto-indent-flag): Delete variable.
14881 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
14883         * progmodes/js.el: Remove proclaim statement.
14884         Defvar which-func-imenu-joiner-function to silence compiler.
14886         * files.el (auto-mode-alist): Use js-mode for .js files.
14888         * progmodes/js2-mode.el: Remove file.
14890         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
14892         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
14894         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
14896 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
14897             Karl Landstrom  <karl.landstrom@brgeight.se>
14899         * progmodes/js.el: New file.
14901 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
14903         * timezone.el (timezone-parse-date): Add ability to understand ISO
14904         basic format (minimal separators) dates in addition to the
14905         already-supported extended format dates.
14907 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
14909         * international/ucs-normalize.el: Add a `coding' file variable.
14911         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14913 2009-08-14  Sam Steingold  <sds@gnu.org>
14915         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
14917 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
14919         * faces.el (help-argument-name): Define it here instead of
14920         help-fns.el, because in daemon mode help-fns.el may be loaded when
14921         faces are still uninitialized (Bug#1078).
14923         * help-fns.el (help-argument-name): Move defface to faces.el.
14925 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
14927         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
14928         create buffer with a pty but no process so that GDB can make the
14929         inferior the controlling process.
14931 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
14933         * international/ucs-normalize.el: New file.
14935 2009-08-13  Richard Stallman  <rms@gnu.org>
14937         * mail/rmail.el (rmail-get-attr-names):
14938         Accept an attribute header that is too short.
14940         * mail/rmail.el (rmail-forget-messages):
14941         Ignore nil elt in rmail-message-vector.  Use dotimes.
14943         * progmodes/compile.el (compilation-goto-locus):
14944         Use next-error-move-function.
14946         * simple.el (next-error-move-function): New variable.
14948 2009-08-12  Juri Linkov  <juri@jurta.org>
14950         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
14951         always non-nil.  (Bug#4052)
14953         * replace.el (read-regexp): Return empty string when
14954         `default-value' is nil.
14955         (keep-lines-read-args): Don't use empty string as the
14956         default value for `read-regexp'.  (Bug#2495)
14958 2009-08-12  Juri Linkov  <juri@jurta.org>
14960         * international/mule-cmds.el (ucs-insert): Change arguments
14961         from `arg' to `character', `count', `inherit' to be the same
14962         as in `insert-char'.  Doc fix.  (Bug#4039)
14964         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
14966 2009-08-12  Juri Linkov  <juri@jurta.org>
14968         * files-x.el: New file.
14970         * files.el: Move code that deals with adding/deleting
14971         file/directory-local variables to files-x.el.
14973         * Makefile.in (ELCFILES): Add files-x.elc.
14975 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
14977         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
14978         to use `goto-line'.
14979         (gdb-place-breakpoints, gdb-get-location): Rewritten without
14980         `goto-line'.
14981         (gdb-invalidate-disassembly): Do not refresh upon receiving
14982         'update signal.  Instead, update all disassembly buffers only after
14983         threads list.
14984         (gdb): Send -target-detach when buffer is killed (Bug#3794).
14985         (gdb-starting): Moved -data-list-register-names...
14986         (gdb-stopped): ...here so it's sent when first thread stops.
14987         (gdb-registers-handler-custom): Do nothing if register names are
14988         unknown yet.
14990         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
14991         from `gdb-mi.el' to avoid extra tangling.
14993         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
14994         change which breaks `gud-def' definitions used in `gdb'.
14995         (gdb-update-gud-running): No extra fuss for updating frame number.
14997 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14999         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15000         (describe-language-environment-map, setup-language-environment-map)
15001         (set-coding-system-map): Move initialization into declaration.
15002         (set-language-info-alist): Last arg to define-key-after can be skipped.
15004         * international/quail.el (quail-completion-1): Simplify.
15005         (quail-define-rules): Use slightly more compact code.
15006         (quail-insert-decode-map): Propertize keys, compact columns.
15008         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15009         Add goto-line.
15011 2009-08-10  Miles Bader  <miles@gnu.org>
15013         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15014         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15015         (js2-instance-member, js2-private-member, js2-private-function-call)
15016         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15017         (js2-magic-paren, js2-external-variable):
15018         Remove "-face" suffix from face names.
15019         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15020         (js2-highlight-undeclared-vars, js2-peek-token)
15021         (js2-parse-function-params, js2-mode-show-errors)
15022         (js2-mode-show-warnings, js2-make-magic-delimiter)
15023         (js2-mode-highlight-magic-parens): Update to use new face names.
15025 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15027         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15028         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15030 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15032         * subr.el: Provide hashtable-print-readable.
15034         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15035         hs-c-like-adjust-block-beginning.
15036         (hs-hide-block-at-point): Stop hiding at the beginning of
15037         hs-block-end-regexp (Bug#700).
15039 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15041         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15042         a macro.
15043         (gdb-registers-handler-custom): Do not fail when register names
15044         are unavailable.
15046 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15048         * progmodes/gdb-mi.el (gdb-control-all-threads)
15049         (gdb-control-current-thread): Interactive setters for
15050         `gdb-gud-control-all-threads' to use in menu.
15051         (gdb-show-run-p): Show «Go» when process is not active.
15052         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15053         gud/thread.xpm and gud/all.xpm.
15055 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15057         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15058         (nslookup-font-lock-keywords): Make it a variable.
15059         (net-utils-mode): New mode for viewing diagnostic network output.
15060         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15061         (net-utils-run-simple): New function.
15062         (ifconfig, iwconfig, netstat, arp, route): Use it.
15064 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15066         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15067         (gdb-memory-set-address, def-gdb-set-positive-number)
15068         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15069         after changing settings.
15070         (gdb-invalidate-disassembly): Update when first shown.
15071         (gdb-edit-locals-value): Fixed.
15072         (gdb-registers-handler-custom): Print registers in right order and
15073         allow changing register values (only for current thread yet).
15074         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15075         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15076         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15077         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15078         info in mode name.
15079         (gdb-registers-mode-map): TAB to switch to locals.
15081 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15083         * mail/rmail.el (rmail-add-mbox-headers)
15084         (rmail-set-message-counters-counter): Search for
15085         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15087 2009-08-08  Glenn Morris  <rgm@gnu.org>
15089         * Makefile.in (ELCFILES): Update.
15091 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15093         * mail/sendmail.el (mail-yank-original): Set
15094         buffer-file-coding-system from the one used by the message whose
15095         text is yanked.
15097         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15098         to "windows" when "pgnuplot" is used.
15099         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15100         call accept-process-output if "pgnuplot" is used.
15101         (calc-graph-init): Don't send -display and -geometry to
15102         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15103         running "pgnuplot -V" with shell-command-to-string.
15105         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15106         the default.
15108 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15110         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15111         org/org-latex.elc.
15113 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15115         * vc-dispatcher.el (vc-resynch-window): Update comment.
15117         * term.el (term-handle-ansi-escape): Add comments with the
15118         terminfo capabilities implemented.
15120 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15122         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15123         (gdb-var-create-handler): Rewritten using JSON parser.
15124         (gdb-propertize-header): Moved earlier.
15125         (gdb-set-header): Removed to avoid duplication.
15126         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15127         Refresh disassembly buffers only after threads list have been
15128         update.
15129         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15130         variables.
15132 2009-08-04  Juri Linkov  <juri@jurta.org>
15134         * files.el: Commands to add/delete file/directory-local variables.
15135         (read-file-local-variable, read-file-local-variable-value)
15136         (read-file-local-variable-mode, modify-file-local-variable)
15137         (modify-file-local-variable-prop-line)
15138         (modify-dir-local-variable): New functions.
15139         (add-file-local-variable, delete-file-local-variable)
15140         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15141         (add-dir-local-variable, delete-dir-local-variable)
15142         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15143         (copy-dir-locals-to-file-locals-prop-line): New commands.
15145 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15147         * abbrev.el (insert-abbrev-table-description): Prettify output.
15148         Suggested by Karl Chen.
15150 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15152         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15153         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15154         (gdb-overlay-arrow-position, gdb-thread-position)
15155         (gdb-disassembly-position): Declare variables.
15156         (gdb-wait-for-pending): Function now.
15157         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15158         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15159         compilation goes smoothly.
15160         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15161         (gdb-non-stop-setting): New customization setting which replaces
15162         `gdb-non-stop' so changing it doesn't break active GDB session.
15163         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15164         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15165         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15166         (gdb-show-threads-by-default): New customization options.
15167         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15168         routines.
15169         (gdb-get-buffer-create): Send buffers update signal when they are
15170         created.
15171         (gdb-invalidate-locals, gdb-invalidate-registers)
15172         (gdb-invalidate-breakpoints)
15173         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15174         (gdb-invalidate-memory): Accept update signal.
15175         (gdb-current-context-command): Use --frame option.
15176         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15177         Implement `gdb-frame-number' selection logic.
15178         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15179         whether to show GUD toolbar buttons.
15180         (gdb-thread-exited): Unselect current thread when it exits.
15181         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15182         (gdb-mark-line): Routine which sets overlay arrow or inverses
15183         video on fringeless displays.
15184         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15185         to build aligned columns of data in GDB buffers and set text
15186         properties line-by-line.
15187         (gdb-invalidate-breakpoints)
15188         (gdb-breakpoints-list-handler-custom)
15189         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15190         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15191         (gdb-registers-handler-custom): Align data columns.
15192         (gdb-locals-handler-custom): Now prints data like in variable
15193         declarations.
15194         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15195         Removed confusing buttons.
15196         (gdb-invalidate-threads): Append --frame.
15197         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15198         between breakpoints/threads buffers.
15199         (gdb-set-window-buffer): Now can ignore dedicated windows.
15200         (gdb-propertize-header): Use `gdb-set-window-buffer'.
15201         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15202         (def-gdb-thread-buffer-gud-command): Replaces
15203         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15204         for fine thread control.
15205         (gdb-preempt-existing-or-display-buffer): New function used to
15206         display bound buffers without breaking window layout.
15207         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15208         (gdb-select-frame): New version of `gdb-frames-select' which now
15209         sets `gdb-frame-number' so commands may use --frame option instead
15210         of inner debugger state.
15211         (gdb-frame-handler): Do not set `gdb-frame-number'.
15212         (gdb-threads-mode-map): Select threads with mouse.
15214         * progmodes/gud.el (gdb-gud-context-call): Declare function to
15215         avoid compilation warning.
15216         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15217         `gdb-show-stop-p`.
15219         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15220         Argument `key' renamed to `buffer-type'.
15221         (gdb-current-context-buffer-name): Do not add thread info to
15222         buffer name when no thread is selected.
15223         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15224         command (bug 3794).
15225         (gdb-thread-selected): Handle `=thread-selected' notification.
15226         (gdb-wait-for-pending): New macro to deal with congestion problems.
15227         (gdb-breakpoints-list-handler-custom): Don't fail on pending
15228         breakpoints.
15229         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15230         This fixes problem similar to one described in bug 3947.
15231         (gud-menu-map): More menu items.
15232         (gdb-init-1): Reset `gdb-thread-number' to nil.
15234         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15235         non-stop settings.
15237         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15238         (gdb-current-context-command): Do not append --thread if
15239         `gdb-thread-number' is nil.
15240         (gdb-running-threads-count, gdb-stopped-threads-count): New
15241         variables.
15242         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15243         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15244         customization options.
15245         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15246         GUD commands.
15247         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15248         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15249         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15250         set `gdb-thread-number' and update `gud-running' properly.
15251         (gdb-running): Update threads list when new threads appear.
15252         (gdb-stopped): Support non-stop operation and new thread switching
15253         logic.
15254         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15255         (gdb-json-partial-output): New set of JSON routines.
15256         (def-gdb-auto-update-trigger): New `signal-list' optional
15257         argument.
15258         (gdb-thread-list-handler-custom): Update `gud-running',
15259         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15260         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15261         (gdb-continue-thread, gdb-step-thread): New commands for fine
15262         thread execution control.
15263         (gud-menu-map): New menu items to switch non-stop options.
15264         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15265         (gdb-send): Mimic RET properly (bug 3794).
15267         * progmodes/gdb-mi.el (gdb-rules-name-maker)
15268         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15269         gdb-buffer-rules.
15270         (def-gdb-auto-update-handler): New nopreserve optional argument.
15271         (gdb-stack-list-frames-custom): Print stack from top to bottom.
15273         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15274         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15275         (gdb-parent-mode): New mode to derive other GDB modes from.
15276         (gdb-display-disassembly-for-thread)
15277         (gdb-frame-disassembly-for-thread): New commands for threads
15278         buffer.
15280         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15281         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15282         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15283         (gdb-update): We now store all GDB buffers in a list so that they
15284         can be updated by traversing a list instead of calling invalidate
15285         triggers explicitly.
15286         (def-gdb-trigger-and-handler): New macro to define trigger-handler
15287         pair for GDB buffer.
15288         (gdb-stack-buffer-name): Add thread information.
15289         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15290         handle pending triggers.
15291         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15292         (def-gdb-thread-buffer-simple-command)
15293         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15294         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15295         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15296         New commands which show buffers bound to thread.
15297         (gdb-stack-list-locals-regexp): Removed unused regexp.
15299         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15300         (gdb-locals-buffer-name, gdb-registers-buffer-name)
15301         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15302         to (gud-comint-buffer) in *-buffer-name functions
15303         because (gdb-get-target-string) already does that.
15304         (gdb-locals-handler-custom, gdb-registers-handler-custom)
15305         (gdb-changed-registers-handler): Rewritten without regexps.
15307         * progmodes/gdb-mi.el: Basic thread selection support.
15308         (gdb-thread-number): New variable.
15309         (gdb-current-context-command): New macro which adds --thread
15310         option to command.
15311         (gdb-threads-mode-map): Select thread with SPC.
15312         (gdb-thread-list-handler-custom): Mark current thread with overlay
15313         arrow.  Synchronize GDB thread and Emacs thread.
15314         (gdb-select-thread): New command which selects current thread.
15315         (gdb-invalidate-frames, gdb-invalidate-locals)
15316         (gdb-invalidate-registers): Use --thread option.
15318 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
15320         * net/tramp.el (top): Make check for tramp-gvfs loading more
15321         robust.  (Bug#3977)
15322         (tramp-handle-insert-file-contents): `unwind-protect' must be
15323         inside `with-parsed-tramp-file-name'.
15325         * net/tramp-gvfs.el (top): Remove superfluous message when loading
15326         fails.
15328 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
15330         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15331         directory if CLASSPATH is not set.
15333 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
15335         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15336         New defconst.
15337         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
15339 2009-08-02  Kevin Ryde  <user42@zip.com.au>
15341         * net/newst-backend.el (newsticker--raw-url-list-defaults):
15342         Update freshmeat link.  Delete newsforge.com as it seems gone.
15344 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15346         * select.el (x-set-selection): Doc fix (Bug#4021).
15348         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15350         * help-fns.el (describe-variable): Treat list return values from
15351         dir-locals-find-file properly (Bug#4005).
15353 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
15355         * net/tramp.el (tramp-debug-message): Print also microseconds.
15357 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
15359         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15360         or END is non-nil.
15361         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15362         (tramp-get-debug-buffer): Change `outline-regexp' according to new
15363         format.
15365         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15366         (tramp-get-file-property): Use it.
15368         * autorevert.el (auto-revert-handler): Allow
15369         `auto-revert-tail-mode' for remote files.
15371 2009-08-02  Jason Rumney  <jasonr@gnu.org>
15373         * minibuffer.el (read-file-name): Treat confirm options to
15374         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
15376 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15378         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15379         (font-lock-variable-name-face, font-lock-constant-face): Darken
15380         the colors for light backgrounds.
15382 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
15384         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15385         month names.  (Bug#3987)
15387 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
15389         * simple.el (line-move-finish): Pass whole number to
15390         line-move-to-column.
15391         (line-move-visual): Perform hscroll to the recorded position.
15393 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
15395         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15397 2009-07-29  Alan Mackenzie  <acm@muc.de>
15399         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15401 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
15403         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15404         (gdb-place-breakpoints): Use full path when setting breakpoints.
15406 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
15408         * calc/calc.el (calc-mode-map): Add keybinding for
15409         `calc-transpose-lines'.
15411 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
15413         * calc/calc-misc.el (calc-transpose-lines): New function.
15415 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
15417         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15418         Simplify check for out-of-band methods.
15419         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15420         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
15422 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
15424         * vc-git.el (vc-git-checkin): Fix typo.
15426 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
15428         * progmodes/js2-mode.el: New file.
15430 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
15432         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15433         (gud-menu-map): Adjust tooltip accordingly.
15435 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
15437         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15438         (vc-bzr-log-view-mode): Adjust log-view-file-re.
15440         * add-log.el (change-log-mode-map): Add a menu.
15442 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
15444         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15445         function returns nil.
15446         (dbus-handle-event): Handle special return value :ignore.
15447         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15449 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
15451         * view.el (view-mode-enable): Don't define Helper-return-blurb if
15452         it's not needed.
15454 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
15456         Fix Bug#3888:
15458         * w32-vars.el (x-select-enable-clipboard): Doc fix.
15460         * term/pc-win.el (x-display-name, x-colors)
15461         (x-select-enable-clipboard, x-select-text): Doc fix.
15463         * term/common-win.el (x-display-name, x-colors): Doc fix.
15465         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15466         (xw-defined-colors): Doc fix.
15468         * w32-fns.el (x-select-text, x-setup-function-keys)
15469         (x-get-selection, x-set-selection): Doc fix.
15471         * term/x-win.el (x-select-text, x-setup-function-keys)
15472         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15474         * select.el (x-set-selection): Doc fix.
15476 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
15478         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15479         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
15480         "IsNSSSupportAvailable" method is not available.  Reported by
15481         Steve Youngs <steve@sxemacs.org>.
15483 2009-07-24  Kenichi Handa  <handa@m17n.org>
15485         * international/characters.el: Fix setting of category ?C, ?|, ?K,
15486         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
15487         (build-unicode-category-table): Fix range checks.
15489 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
15491         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15492         the buffer we try to sync is current when calling
15493         vc-resynch-buffer.
15495         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15496         not show up to date files.
15498 2009-07-24  Glenn Morris  <rgm@gnu.org>
15500         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15501         Add autoload cookies.  If necessary, initialize.
15502         (elint-log): Handle non-file buffers.
15503         (elint-initialize): Add optional argument to reinitialize.
15504         (elint-find-builtin-variables): Save excursion.
15506 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
15508         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15509         for Lint.
15511 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15513         * vc.el (vc-print-log-internal): New function, split out from ...
15514         (vc-print-log): ... here.
15515         (vc-dir-move-to-goal-column): Declare.
15517         * vc-git.el (vc-git-add-signoff): New variable.
15518         (vc-git-checkin): Use it.
15519         (vc-git-toggle-signoff): New function.
15520         (vc-git-extra-menu-map): Bind it to menu.
15521         (vc-git--run-command-string): Accept a nil FILE argument.
15522         (vc-git-stash-list): New function.
15523         (vc-git-dir-extra-headers): Use it.
15525 2009-07-23  Glenn Morris  <rgm@gnu.org>
15527         * help-fns.el (describe-variable): Describe ignored and risky local
15528         variables in a similar way to that in which we describe safe ones.
15530         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15531         (byte-compile-output-file-form, byte-compile-output-docform)
15532         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15533         Give some more local variables with common names a "bytecomp-" prefix,
15534         so as not to shadow things during compilation.
15535         * emacs-lisp/cl-macs.el (load-time-value)
15536         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15537         `outbuffer' to `bytecomp-outbuffer'.
15539         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15540         since the next two variables cover them automatically now.
15541         (elint-builtin-variables, elint-autoloaded-variables): New.
15542         (elint-unknown-builtin-args): Remove all members, since they can be
15543         parsed automatically now.
15544         (elint-extra-errors): New.
15545         (elint-env-add-env, elint-env-add-macro): Use cadr.
15546         (elint-current-buffer): Use or.  Change final message.
15547         (elint-get-top-forms): Use line-end-position.
15548         (elint-init-env): Use cadr.  Handle autoload, declare-function,
15549         and defalias.
15550         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
15551         (regexp-assoc): Remove unused function.
15552         (elint-top-form): Set elint-current-pos, to record the start of the
15553         top-level form, for compilation-mode.
15554         (elint-form): Trap errors in macro expansion.  Use dolist.
15555         (elint-unbound-variable): Use elint-builtin-variables and
15556         elint-autoloaded-variables.
15557         (elint-get-args): Use cadr, or.
15558         (elint-check-cond-form): Use dolist, cadr.
15559         (elint-check-condition-case-form): Doc fix.  Use cadr.
15560         Use elint-extra-errors.
15561         (elint-log): New function.
15562         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15563         Distinguish errors and warnings.
15564         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
15565         Use a bytecomp-style format.
15566         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
15567         (elint-get-log-buffer): Use compilation mode.  Disable undo.
15568         Don't truncate lines.
15569         (elint-initialize): Set builtin and autoloaded variable lists.
15570         Only process elint-unknown-builtin-args if non-nil.
15571         (elint-find-builtin-variables, elint-find-autoloaded-variables):
15572         New functions.
15573         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
15575 2009-07-22  Kevin Ryde  <user42@zip.com.au>
15577         * net/newst-backend.el (newsticker--parse-atom-1.0)
15578         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15579         (newsticker--parse-rss-1.0):
15580         * progmodes/idlwave.el (idlwave-mode):
15581         * progmodes/idlw-shell.el (idlwave-shell-mode):
15582         * progmodes/vera-mode.el (vera-mode):
15583         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15584         * progmodes/vhdl-mode.el (vhdl-mode):
15585         * textmodes/table.el (table-generate-source)
15586         (table--warn-incompatibility):
15587         Hyperlink urls in docstrings with URL `...'.
15589 2009-07-22  Glenn Morris  <rgm@gnu.org>
15591         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15592         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15593         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15594         Remove leading * from defcustom docs.
15596         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
15598         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15599         defcustom doc.
15600         (list-load-path-shadows): Optionally, just return shadows as a string.
15602         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15604 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
15606         * mail/rmailedit.el (rmail-edit-mode): Use
15607         auto-save-include-big-deletions.
15609         * mail/rmail.el (rmail-variables): Use
15610         auto-save-include-big-deletions.
15612         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15613         changes.
15615 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
15617         * calc/calc.el (calc-undo-length): New variable.
15618         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15620 2009-07-21  Richard Stallman  <rms@gnu.org>
15622         * files.el (auto-save-mode): Handle buffer-save-size = -2
15623         for toggling mode.
15625 2009-07-21  Glenn Morris  <rgm@gnu.org>
15627         * textmodes/ispell.el (ispell-looking-back): Update declaration.
15629         * calendar/todo-mode.el (calendar-current-date): Update declaration.
15631         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15632         silence compiler.  Instead...
15633         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15634         (ps-print-ensure-fontified): Update for above function name changes.
15636         * printing.el (pr-mh-get-msg-num, pr-mh-show)
15637         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15638         silence compiler.  Instead...
15639         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15640         (mh-show-buffer): Only define for compiler.
15641         (pr-mh-current-message): Update for above function name changes.
15643         * files.el (abort-if-file-too-large): Explicitly pass `filename'
15644         as an argument.
15645         (find-file-noselect, insert-file-1): Update for above change.
15647         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15649         * mail/mailclient.el (mailclient-send-it): Fix message.
15651         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15652         (edebug-eval): Check cl-debug-env is bound.
15653         (print-level, print-circle): Don't redefine built-in variables.
15655         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15656         (custom-print-vectors): Remove old comments from doc.
15658         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15659         (emerge-version): Make the variable an obsolete alias for the
15660         emacs-version variable.  Make the function obsolete.
15661         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15662         Emerge options, rather than merging in into the main Options menu.
15663         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
15664         and auto advance modes.  Disable edit/fast items when not relevant.
15666 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
15668         * term/vt420.el (terminal-init-vt420): Fix typo.
15670 2009-07-20  Sam Steingold  <sds@gnu.org>
15672         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15673         variable (removed from compile.el on 2004-03-11).
15675 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
15677         * files.el (hack-local-variables-filter): Fix last change.
15679 2009-07-19  Juri Linkov  <juri@jurta.org>
15681         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15682         (dir-local-variables-alist): New buffer-local variable.
15683         (hack-local-variables-filter): If variable is not dir-local,
15684         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15685         because file-local overrides dir-local.
15686         (c-postprocess-file-styles) <declare-function>:
15687         Remove obsolete declaration.
15688         (hack-dir-local-variables): Add dir-local variable/value pair to
15689         `dir-local-variables-alist' and remove duplicates.  Doc fix.
15691         * help-fns.el (describe-variable): Add information about
15692         file-local and dir-local variables.
15694 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
15696         * files.el (hack-local-variables-filter): Rewrite.
15698 2009-07-19  Glenn Morris  <rgm@gnu.org>
15700         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15701         Silence compiler by only defining on XEmacs.
15703         * international/mule.el (auto-coding-regexp-alist): Only match
15704         BABYL... at the start of buffer, not of lines.  (Bug#3790)
15706         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15707         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
15708         (cal-menu-context-mouse-menu): Doc fix.
15710         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15712         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
15714 2009-07-18  Juri Linkov  <juri@jurta.org>
15716         * info.el: Virtual Info keyword finder.
15717         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15718         (Info-finder-file): New variable.
15719         (Info-finder-find-file): New function.
15720         (finder-known-keywords, finder-package-info)
15721         (find-library-name, lm-commentary): Use defvar and
15722         declare-function to silence compiler warnings.
15723         (Info-finder-find-node): New function.
15724         (info-finder): New command.
15726         * subr.el (process-kill-buffer-query-function): New function.
15727         (add-hook)<kill-buffer-query-functions>: Add hook
15728         `process-kill-buffer-query-function'.
15730 2009-07-18  Alan Mackenzie  <acm@muc.de>
15732         * progmodes/cc-mode.el (c-before-hack-hook)
15733         (c-postprocess-file-styles): Give invocation of `c-set-style'
15734         DONT-OVERRIDE parameter of t.  Already set style variables will
15735         thus not be overridden by style settings given by `c-file-syle'.
15737         * files.el (hack-local-variables-filter): Remove entries with
15738         duplicate keys from `file-local-variables-alist'.
15740 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
15742         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15743         x-set-selection if display-selections-p returns nil for the
15744         current frame.
15746 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
15748         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
15750 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
15752         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
15753         Accept nil in addition to a regexp.
15754         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
15755         Accept nil in addition to a regexp.
15756         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
15757         buffers that have an associated file.  Handle nil values of
15758         desktop-buffers-not-to-save and desktop-files-not-to-save.
15759         (Bug#3833)
15761         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15762         (x-disown-selection-internal): New functions.
15764 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
15766         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
15767         warning.
15768         (gdb-breakpoints-header): Move forward to avoid compiler warning.
15769         (gdb-make-header-line-mouse-map): Remove duplicate definition.
15771 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
15773         * simple.el (set-mark): Revert last change.
15775 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
15777         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
15778         rendering of pngs is not possible instead of messaging a long
15779         description.
15781 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
15783         * w32-fns.el (x-selection-owner-p): New function.
15785         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
15786         (mouse-yank-at-click, mouse-yank-primary): If
15787         select-active-regions is non-nil, deactivate the mark before
15788         insertion.
15790         * simple.el (deactivate-mark, set-mark): Only save selection if we
15791         own it.
15793 2009-07-17  Kenichi Handa  <handa@m17n.org>
15795         * case-table.el (describe-buffer-case-table): Fix for the case
15796         that KEY is a cons.
15798 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
15800         * vc-rcs.el (vc-rcs-find-file-hook):
15801         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
15803 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
15805         * net/tramp.el (tramp-wait-for-output): Handle the case when
15806         commands do not return a newline but a null byte before the shell
15807         prompt.  (Bug#3858)
15809 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15811         * term/ns-win.el (ns-set-alpha): Don't declare.
15812         (ns-set-background-alpha): Remove function.
15814 2009-07-16  Kevin Ryde  <user42@zip.com.au>
15816         * emacs-lisp/copyright.el (copyright-update): Save match-data across
15817         y-or-n-p, for safety.
15819 2009-07-16  Richard Stallman  <rms@gnu.org>
15821         * files.el (auto-save-mode): If buffer-saved-size is -2,
15822         don't clobber it.
15824         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
15825         (rmail-retry-ignored-headers): Add more uninteresting fields.
15827 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
15829         * net/rcirc.el (rcirc): Use history variables.
15830         (rcirc-server-name-history, rcirc-nick-name-history)
15831         (rcirc-server-port-history): New variables.
15833 2009-07-15  Kenichi Handa  <handa@m17n.org>
15835         * international/mule-cmds.el (set-language-environment-charset):
15836         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
15837         ignore them.
15839         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
15840         Delete unibyte-display.
15842 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
15844         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
15846 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
15848         * simple.el (deactivate-mark): Optional argument FORCE.
15849         (set-mark): Use deactivate-mark.
15851         * info.el (Info-search): No need to check transient-mark-mode
15852         before calling deactivate-mark.
15854         * select.el (x-set-selection): Doc fix.
15855         (x-valid-simple-selection-p): Allow buffer values.
15856         (xselect--selection-bounds): Handle buffer values.  Suggested by
15857         David De La Harpe Golden.
15859         * mouse.el (mouse-set-region, mouse-drag-track): Call
15860         copy-region-as-kill before setting the mark, to let
15861         select-active-regions work.
15863 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
15865         * simple.el (deactivate-mark): If select-active-regions is
15866         non-nil, copy the selection data into a string.
15867         (activate-mark): If select-active-regions is non-nil, set the
15868         selection to the current buffer.
15869         (set-mark): Update selection if select-active-regions is non-nil.
15871         * select.el (x-valid-simple-selection-p): Allow buffer values.
15873 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15875         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
15876         and more featureful message-mode.
15878 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
15880         * select.el (x-set-selection): Doc fix.
15881         (x-valid-simple-selection-p): Disallow selection data consisting
15882         of a list or cons of integers, since that is not used.
15883         (xselect--selection-bounds, xselect--int-to-cons): New functions.
15884         (xselect-convert-to-string, xselect-convert-to-length)
15885         (xselect-convert-to-filename, xselect-convert-to-charpos)
15886         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
15888 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
15890         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
15891         output in -break-info command (Emacs bug #3794).
15893 2009-07-14  Glenn Morris  <rgm@gnu.org>
15895         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
15896         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
15897         (edebug-print-length, edebug-print-level, edebug-print-circle)
15898         (edebug-sit-for-seconds, edebug-view-outside)
15899         (edebug-bounce-point, edebug-set-global-break-condition)
15900         (edebug-Go-nonstop-mode, edebug-trace-mode)
15901         (edebug-Trace-fast-mode, edebug-continue-mode)
15902         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15903         (edebug-visit-eval-list): Doc fixes.
15905         * subr.el (def-edebug-spec): Doc fix.
15907 2009-07-14  Kenichi Handa  <handa@m17n.org>
15909         * international/characters.el: Fix setting of category ?C.
15911 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
15913         * term/ns-win.el (x-select-font): defalias x-select-font to
15914         ns-popup-font-panel instead of generate-fontset-menu.
15916 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
15918         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
15920 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
15922         * arc-mode.el (archive-find-type): Allow for a PK00 string before
15923         the PK\003\004 header (Bug#3770).
15925 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
15927         * pcomplete.el (pcomplete-comint-setup): Check for
15928         shell-dynamic-complete-filename too.
15930 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
15932         * simple.el (temporary-goal-column): Change the value for
15933         line-move-visual to a cons cell.
15934         (line-move-visual): Record or set the window hscroll, if
15935         necessary (Bug#3494).
15936         (line-move-1): Handle cons value of temporary-goal-column.
15938 2009-07-11  Kenichi Handa  <handa@m17n.org>
15940         * international/mule-diag.el (describe-character-set): Don't show
15941         width.
15943 2009-07-10  Sam Steingold  <sds@gnu.org>
15945         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15946         Omake sometimes indents the errors it prints, so allow all
15947         regexps to start with spaces.
15949 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
15951         * cus-edit.el (customize-changed-options-previous-release):
15952         Bump value to 22.1.  (Bug#3804)
15954 2009-07-08  Sam Steingold  <sds@gnu.org>
15956         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
15957         to be a cons cell (test . ignored-directory) to selectively ignore
15958         some directories depending on the location of the search.
15960 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
15962         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
15963         remote user is root, on the local host.
15964         (tramp-local-host-p): Either the local user or the remote user
15965         must be root.  (Bug#3771)
15967 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
15969         * progmodes/gdb-mi.el (gdb): Remove description of
15970         gdb-use-separate-io-buffer.
15971         (menu): Don't allow toggling of or enable
15972         gdb-use-separate-io-buffer from menubar.
15974 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
15976         * mail/unrmail.el (unrmail): Make sure the message ends with two
15977         newlines (Bug#3769).
15979 2009-07-08  Glenn Morris  <rgm@gnu.org>
15981         * calendar/calendar.el (calendar-current-date): Rework previous change.
15983 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
15985         * calendar/calendar.el (calendar-current-date):
15986         Add an optional argument giving an offset from today.
15988 2009-07-08  Glenn Morris  <rgm@gnu.org>
15990         * tutorial.el (tutorial--describe-nonstandard-key):
15991         Adjust the message for when a key has been unbound.
15992         (help-with-tutorial): Hide the arch-tag.
15994 2009-07-08  Kenichi Handa  <handa@m17n.org>
15996         * international/fontset.el (setup-default-fontset): For each
15997         script, append (not set) font-specs.
15999         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16000         docstring.
16002 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16004         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16005         -data-list-register-names to ...
16006         (gdb-starting): ... here because GDB 7.0 requires execution to
16007         have started when using this MI command.
16008         (gdb-set-header): New function to distinguish select and
16009         unselected tabs in gdb buffers.
16010         (gdb-propertize-header): New macro that uses gdb-set-header.
16011         (gdb-breakpoints-header, gdb-locals-header): Use it.
16012         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16014 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16016         * Makefile.in (ELCFILES): Remove fadr.elc.
16018 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16020         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16021         may contain frame information, so `string-match' should be used.
16022         (gdb-update): Disassembly is invalidated through
16023         `gdb-get-selected-frame'.
16024         (gdb-pad-string): New function to pad string with spaces.
16025         (gdb-invalidate-disassembly): Invalidate only if the buffer
16026         exists.
16027         (gdb-disassembly-handler-custom): Column alignment.
16028         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16029         placing new ones.
16030         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16031         end of line, too.
16032         (gdb-frame-handler): Match convention to for disassembly buffer
16033         mode name.
16034         (gdb-stack-list-frames-handler): Rewritten without regexps.
16035         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16036         not highlight breakpoints without line information.
16037         (gdb-input): Add trailing newline to command.
16039         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16040         buffer properly.
16041         (gdb-breakpoints-list-handler-custom): Replacement for
16042         `gdb-break-list-handler'.  Using real parser instead of regexps
16043         now.
16044         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16045         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16046         to place breakpoints.
16047         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16048         functions.
16049         (gdb-disassembly-handler-custom): Show overlay arrow.
16050         (gdb-disassembly-place-breakpoints): Show breakpoints in
16051         disassembly buffer.
16052         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16053         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16054         instead of parsing breakpoints buffer.  Fixed old menu references
16055         in `gud-menu-map'.
16057         * fadr.el: Remove.
16059         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16060         (gdb-memory-address): New variable which holds top address of
16061         memory page shown in memory buffer.
16062         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16063         customization variables.
16064         New functions:
16065         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16066         display the memory buffer.
16067         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16068         buffer display parameters.
16069         (def-gdb-memory-format, gdb-memory-format-binary)
16070         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16071         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16072         Functions for setting memory buffer format.
16073         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16074         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16075         unit size used in memory buffer.
16076         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16077         to next/previous page of memory buffer.
16078         Now using (bindat-get-field) instead of fadr functions.
16080 2009-07-07  Sam Steingold  <sds@gnu.org>
16082         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16083         non-top-level files.
16085 2009-07-07  Kenichi Handa  <handa@m17n.org>
16087         * international/mule-cmds.el (reset-language-environment): Put
16088         the highset priority to the charset iso-8859-1.
16090 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16092         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16093         to the end of the line when locating the block (Bug#700).
16095 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16097         * net/tramp.el (tramp-handle-write-region): Flush file properties
16098         in case of short track.
16100 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16102         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16103         Coded custom representation of verilog error regular expressions
16104         to work with Emacs-22's new format.
16105         (verilog-error-regexp-xemacs-alist): Coded custom representation
16106         of verilog error regular expressions to work with XEmacs format.
16107         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16108         error recognition into XEmacs.
16109         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16110         error recognition into Emacs-22.
16112 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16114         * woman.el: Remove stand-alone closing parentheses.
16115         (woman-file-name, woman2-format-paragraphs)
16116         (woman-leave-blank-lines): Code cleanup.
16117         (woman-use-own-frame): Change default to nil.
16118         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16119         defaults to inherit from default faces.
16120         (woman2-process-escapes): Consume the newline after a stand-alone
16121         filler character (Bug#3651).
16123 2009-07-06  Glenn Morris  <rgm@gnu.org>
16125         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16126         (top-level): Move provide to the end.
16127         (ffap): Remove defunct URL from custom group.
16129         * subr.el (eval-after-load): Doc fix.
16131 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16133         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16134         `calc-embedded-word' is called twice.
16136 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16138         * files.el (find-alternate-file-other-window, find-alternate-file):
16139         Obey confirm-nonexistent-file-or-buffer.
16141 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16143         * dired-aux.el (dired-show-file-type): Handle remote files.
16145 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16147         * desktop.el (desktop-globals-to-save):
16148         Add file-name-history (Bug#2750).
16150 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16152         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16154 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16156         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16157         property on entire argument since this is what eshell-lisp-command
16158         expects.
16160 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16162         * net/tramp-gvfs.el (tramp-gvfs-methods)
16163         (tramp-gvfs-zeroconf-domain)
16164         (tramp-bluez-discover-devices-timeout): Add version flag.
16165         (tramp-gvfs-handler-mounted-unmounted)
16166         (tramp-gvfs-connection-mounted-p): Polish handling of
16167         incompatibilities between GVFS 0.2 and 1.0.
16169 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16171         * cus-start.el (all): Add make-pointer-invisible.
16173 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16175         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16176         formatted correctly.
16178 2009-07-02  Juri Linkov  <juri@jurta.org>
16180         * info.el: Virtual Info files and nodes.
16181         (Info-virtual-files, Info-virtual-nodes): New variables.
16182         (Info-current-node-virtual): New variable.
16183         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16184         New functions.
16185         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16186         to check for a virtual file instead of checking a fixed list
16187         of node names.
16188         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16189         instead of ad-hoc processing of "dir" and (apropos history toc).
16190         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16191         instead of ad-hoc processing of "dir" and (apropos history toc).
16192         Reread a file when moving from a virtual node.
16193         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16194         (Info-directory-toc-nodes, Info-directory-find-file)
16195         (Info-directory-find-node): New functions.
16196         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16197         (Info-history): Move part of code to
16198         `Info-history-find-node'.
16199         (Info-history-toc-nodes, Info-history-find-file)
16200         (Info-history-find-node): New functions.
16201         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16202         (Info-toc): Move part of code to `Info-toc-find-node'.
16203         (Info-toc-find-node): New function.
16204         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
16205         the current Info file name to references because now the node
16206         "*TOC*" belongs to the same Info manual.
16207         (Info-toc-build): Rename from `Info-build-toc'.
16208         (Info-toc-nodes): Rename input argument `file' to `filename'.
16209         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16210         instead of ad-hoc processing of ("dir" apropos history toc).
16211         (Info-index-nodes): Use Info-virtual-file-p
16212         to check for a virtual file instead of checking a fixed list
16213         of node names.
16214         (Info-index-node): Add check for `Info-current-node-virtual'.
16215         Raise `save-match-data' higher up the tree to contain
16216         `search-forward' too (bug fix).
16217         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16218         (Info-virtual-index-nodes): New variable.
16219         (Info-virtual-index-find-node, Info-virtual-index): New functions.
16220         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16221         (Info-apropos-file, Info-apropos-nodes): New variables.
16222         (Info-apropos-toc-nodes, Info-apropos-find-file)
16223         (Info-apropos-find-node, Info-apropos-matches): New functions.
16224         (info-apropos): Move part of code to `Info-apropos-find-node' and
16225         `Info-apropos-matches'.
16226         (Info-mode-map): Bind "I" to `Info-virtual-index'.
16227         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16228         for a virtual file instead of checking a fixed list of node names.
16230         * simple.el (async-shell-command): New command.
16232         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16234         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16235         instead of `mount-info'.
16237 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
16239         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16240         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16242 2009-07-02  Kenichi Handa  <handa@m17n.org>
16244         * international/mule.el (set-keyboard-coding-system): Force *-unix
16245         coding-system to avoid eol conversion.
16247 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
16249         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16250         Add handler for `process-file', `shell-command' and
16251         `start-file-process'.
16252         (tramp-gvfs-handle-shell-command)
16253         (tramp-gvfs-handle-start-file-process)
16254         (tramp-gvfs-handle-process-file): New defuns.
16255         (tramp-synce-list-devices): Simplify check for existence of property.
16257 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
16259         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16261 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
16263         * language/korean.el (set-language-info-alist): Add korean-cp949,
16264         cp949 to spec.
16266 2009-07-01  Kenichi Handa  <handa@m17n.org>
16268         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16270         * international/encoded-kb.el: Deleted.
16272         * international/mule.el (set-keyboard-coding-system): Perform the
16273         necessary setup here instead of calling encoded-kbd-setup-display.
16275 2009-07-01  Glenn Morris  <rgm@gnu.org>
16277         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16279 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
16281         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
16283 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
16285         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16286         Handle also the 'rename case, when setting file modes.  (Bug#3712)
16287         (tramp-default-file-modes): Remove execute permissions.
16289         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16290         (top): Add a default for "synce" in `tramp-default-user-alist'.
16291         Add completion function for "synce" method.
16292         (tramp-hal-service, tramp-hal-path-manager)
16293         (tramp-hal-interface-manager, tramp-hal-interface-device):
16294         New defconst.
16295         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16296         (tramp-synce-list-devices, tramp-synce-parse-device-names):
16297         New defuns.
16299         * net/trampver.el: Update release number.
16301 2009-06-30  Kenichi Handa  <handa@m17n.org>
16303         * international/fontset.el (setup-default-fontset): Add CJK fonts
16304         for symbols and the other miscellaneous characters.
16306         * language/korea-util.el (setup-korean-environment-internal):
16307         Make char-width-table suitable for Korean environments.
16308         (exit-korean-environment): Cancel above.
16310         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16311         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16312         setup-function to make char-width-table suitable for respective
16313         environments, and an exit-function to cancel that.
16315         * language/japan-util.el (setup-japanese-environment-internal):
16316         Call use-cjk-char-width-table with arg `ja_JP'.
16318         * international/characters.el (cjk-char-width-table): Delete it.
16319         (cjk-char-width-table-list): New variable.
16320         (use-cjk-char-width-table): New arg local-name.
16321         (use-default-char-width-table): Fix for the case that Emacs is
16322         already using the default char-width-table.
16324 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
16326         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16327         modes mandatory.  (Bug#3712)
16329 2009-06-29  Alan Mackenzie  <acm@muc.de>
16331         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16332         correction between the visible width of TABs and their number of bytes.
16334 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
16336         * server.el (server-buffer-done): Prevent kill-buffer from
16337         prompting by clearing the buffer modification flag (Bug#3696).
16339 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
16341         * progmodes/verilog-mode.el (verilog-beg-of-statement)
16342         (verilog-endcomment-reason-re): Support unique case and priority case.
16343         (verilog-basic-complete-re): Support localparam lineup.
16344         (verilog-beg-of-statement-1): Fix for robustness, unique case.
16345         (verilog-set-auto-endcomments): Fix for unique case, always_comb
16346         commenting.
16347         (verilog-leap-to-case-head): Now support *nested* unique &
16348         priority case statements.
16349         (verilog-auto-lineup): Make just declarations the default (as it
16350         had been).
16351         (verilog-leap-to-case-head): Support priority/unique case statements.
16352         (verilog-auto-lineup): Rework to give users radio buttons to
16353         select the various styles of automatic lineup.
16354         (verilog-error-regexp-alist): Rework to support the XEmacs style
16355         of error regular expressions from compilers, lint tools &
16356         simulators.  Note that GNU Emacs has made it impossible for a mode
16357         to load such things.
16358         (electric-verilog-terminate-line, verilog-indent-declaration)
16359         (verilog-auto-wiure): Rework for radio button selection of
16360         auto-lineup selection of specification of auto lineup.
16361         (verilog-beg-of-statement-1): Redesign to support proper operation
16362         in additional code, based on testing with auto-lineup.
16363         (verilog-calculate-indent, assignments & declarations)
16364         (verilog-backward-token): Enhance to support auto-lineup of
16365         assignments & declarations.
16366         (verilog-in-directive-p, verilog-at-struct-p): New function for
16367         easy test of whether we are.
16368         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16369         to support safe execution at almost anyline.
16370         (verilog-calc-1): Properly support indenting deep inside generate
16371         blocks.
16372         (verilog-init-font): Remove definition & use of verilog-init-font,
16373         as it is redundant with font-lock-defaults.
16374         (verilog-mode): Alter the definition of verilog-font-lock-defaults
16375         to avoid circular calls if syntax-ppss is a function (as is the
16376         case now in 22.x GNU Emacs) as that function would sometimes call
16377         itself, leading to (nearly) infinite recursion.
16378         (verilog-ovm-begin-re, verilog-ovm-end-re)
16379         (verilog-ovm-statement-re, verilog-leap-to-head)
16380         (verilog-backward-token): Add support for OVM macros.  Some are
16381         complete statements, and others open and close scopes like begin
16382         and end.
16383         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16384         (verilog-defun-level-generate-only-re): Really fix the defun-list
16385         compilation issue.
16386         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16387         coverpoint, constraint and cross statements.
16388         (verilog-defun-level-list, verilog-generate-defun-level-list)
16389         (verilog-all-defun-level-list): Redo these specifications - it is
16390         too hard to support eval-when compile aggregation of lists also
16391         built at when-compile time.
16392         (verilog-defun-level-list): Place defconsts of variables used in
16393         building regular expressions which are built in eval-when-compile
16394         bodies in the same eval-when-compile body to facilitate compile
16395         without load.
16396         (verilog-beg-block-re-ordered): Support indenting
16397         virtual/protected tasks and functions.
16398         (verilog-defun-level-list, verilog-in-generate-region-p)
16399         (verilog-backward-ws&directives, verilog-calc-1): Speed up
16400         indentation of some module items (generate items).
16401         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16402         across virtual/protected tasks and functions.
16404 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
16406         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16407         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
16408         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16409         in concatenations.  Reported by Yishay Belkind.
16410         (verilog-auto-ascii-enum): Support one-hot state machines in
16411         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
16412         (verilog-auto-inst, verilog-auto-inst-port): Include interface
16413         modport in AUTOINST and add vl-modport for users.  Reported by
16414         David Rogoff.
16415         (verilog-auto-inout-module, verilog-auto-inst)
16416         (verilog-decls-get-interfaces, verilog-insert-definition)
16417         (verilog-insert-one-definition, verilog-read-decls)
16418         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16419         (verilog-sig-modport, verilog-signals-combine-bus)
16420         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16421         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16422         Suggested by David Rogoff.
16423         (verilog-repair-open-comma): Fix non-insertion of comma when
16424         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
16425         (verilog-make-width-expression): Simplify [A-1:0] expression
16426         widths to just {A{1'b0}}.
16427         (verilog-mode): Cleanup checkdoc warnings.
16428         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16429         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16430         inputs/outputs or data type.  Suggested by Vasu Kandadi.
16431         (next-error-last-buffer): Fix byte-compiler warning.
16432         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16433         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16434         or shell command text during AUTO expansion.  Suggested by Tad Truex.
16435         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16436         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16437         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16438         in AUTOINOUT.  Reported by Matthew Lovell.
16439         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16440         causing use of <= assignments.  Reported by Alex Reed.
16441         (verilog-read-decls): Fix triand, trior, wand, wor to be
16442         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
16443         (verilog-extended-complete-re): Support import "DPI-C" functions.
16444         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16445         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
16446         (verilog-insert-date, verilog-insert-year)
16447         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16448         Windows systems.  Reported by Michael Potts.
16449         (verilog-read-module-name): Fix AUTOINST when the child module
16450         declaration's name is a tick define.  Reported by Elliot Mednick.
16451         (verilog-read-decls): Fix V2K parameter bit subscripts getting
16452         passed to next parameter's definition.  Reported by Bruce T.
16453         (verilog-read-decls): Fix detecting "parameter int" when using
16454         AUTOINSTPARAM.  Reported by Bruce T.
16455         (verilog-goto-defun): Fix goto not finding modules unless first
16456         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
16457         (verilog-mode): Expand -f flag arguments on entry to mode so
16458         verilog-goto-defun will work.  Reported by Lawrence Butcher.
16459         (verilog-getopt): Expand environment variables in -f file
16460         arguments.  Suggested by Lawrence Butcher.
16461         (verilog-set-define): Fix "Symbol's value as variable is void"
16462         when reading enumerations.
16463         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16464         Suggested by Stephen Peltan.
16465         (verilog-read-defines): Fix reading of enumerations in include
16466         files.  Reported by Steve Peltan.
16468 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16470         * files.el (trash-directory): Fix defcustom type.
16472 2009-06-28  Juri Linkov  <juri@jurta.org>
16474         * help-fns.el (describe-function-1): Correctly locate adviced
16475         functions in hyperlink (Bug#2438).
16477 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
16479         * files.el (trash-directory): Change default to nil.
16480         (move-file-to-trash): If trash-directory is nil and
16481         system-move-file-to-trash is unbound, perform freedesktop-style
16482         trashing.
16484 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16486         * files.el (move-file-to-trash): Add freedesktop trash
16487         support (Bug#973).
16489 2009-06-28  Glenn Morris  <rgm@gnu.org>
16491         * autorevert.el (global-auto-revert-non-file-buffers)
16492         (global-auto-revert-mode): Doc fixes.
16494 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
16496         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16498 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
16500         * faces.el (x-handle-named-frame-geometry): Ensure that we have
16501         opened an X connection before calling x-get-resource (Bug#3194).
16503         * play/doctor.el: Remove reference to obsolete website.
16504         (make-doctor-variables): Correct grammar mistake (Bug#2633).
16506 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
16508         Remove find-file-not-found-hook VC method.  (Bug#2757)
16509         * vc-hooks.el (vc-file-not-found-hook)
16510         (vc-default-find-file-not-found-hook): Remove functions.
16511         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16512         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16513         * vc.el:
16514         * vc-hg.el:
16515         * vc-git.el: Do not mention find-file-not-found-hook VC method.
16517 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
16519         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16520         compatibility function for `looking-back'.
16522         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16523         Use `ispell-looking-back'.
16525 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
16527         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16528         rather than `filename'.
16530 2009-06-23  Miles Bader  <miles@gnu.org>
16532         * face-remap.el (text-scale-set): New function.
16534 2009-06-23  Glenn Morris  <rgm@gnu.org>
16536         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16538         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16540         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16542         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16544         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16545         Simplify Persian conditionals.
16547         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16548         variable `filename'.
16550         * comint.el (comint-insert-input): Doc fix.
16552         * Makefile.in (ELCFILES): Fix typo in previous change.
16554 2009-06-23  Miles Bader  <miles@gnu.org>
16556         * cus-start.el: Add entry for `recenter-redisplay'.
16558 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16560         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16561         Add an optional argument for the backend, use it instead of
16562         calling vc-backend.
16563         (vc-mode-line): Add an optional argument for the backend.
16564         Pass the backend to vc-state and vc-working-revision.  Move code for
16565         special handling for vc-state being a buffer to ...
16567         * vc-rcs.el (vc-rcs-find-file-hook):
16568         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
16570         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16571         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16572         vc-stay-local-p and vc-mode-line calls.
16574         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16575         (vc-cvs-diff, vc-cvs-annotate-command)
16576         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16577         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16578         vc-mode-line calls.
16580         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16581         direct comparison.
16582         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16583         backend when calling vc-mode-line.
16584         (vc-register): Do not create a closure for calling the vc register
16585         function, call it directly.
16587 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16589         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16590         to make it obvious item can be clicked.
16592         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16594 2009-06-23  Kenichi Handa  <handa@m17n.org>
16596         * language/korea-util.el (korean-key-bindings): Change the binding
16597         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
16598         same command.
16600 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
16602         Sync with Tramp 2.1.16.
16604         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16606         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
16607         when a loading of a package fails.  Completion function for rsync
16608         is `tramp-completion-function-alist-ssh'.
16609         (all): Replace all calls of `split-string' and
16610         `tramp-split-string' by `tramp-compat-split-string'.
16611         (tramp-default-method): Use `tramp-compat-process-running-p'.
16612         (tramp-default-proxies-alist): Allow also Lisp forms.
16613         (tramp-remote-path): Add choice "Private Directories".
16614         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16615         (tramp-domain-regexp): Allow also "-", "_" and ".".
16616         (tramp-end-of-output): Remove newlines, and add "$" at the end.
16617         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16618         (tramp-debug-message): Insert header line in debug buffer.
16619         (tramp-handle-directory-files-and-attributes-with-stat):
16620         Care about filenames with spaces, or starting with "-".
16621         (tramp-handle-dired-uncache): New defun.
16622         (tramp-handle-insert-directory): Don't flush the directory from
16623         cache, this is handled by `dired-uncache' now.
16624         (tramp-handle-insert-file-contents): Improve error handling.
16625         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16626         Quote `tramp-end-of-output'.
16627         (tramp-action-password): Improve trace message.
16628         (tramp-check-for-regexp): Both echoes must be present, before removing.
16629         (tramp-open-connection-setup-interactive-shell): Trace coding system.
16630         (tramp-compute-multi-hops): Eval cons cells of
16631         `tramp-default-proxies-alist'.
16632         (tramp-maybe-open-connection): Use the same command pattern for
16633         first hop and further hops.
16634         (tramp-wait-for-output): Remove handling of newlines.
16635         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16636         (tramp-split-string): Remove function.  It is handled in
16637         tramp-compat now.
16639         * net/tramp-cmds.el (tramp-bug):
16640         Recommend `tramp-cleanup-all-connections' in the bug mail.
16642         * net/tramp-compat.el (tramp-compat-split-string)
16643         (tramp-compat-process-running-p): New defuns.
16645         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16646         for `dired-uncache'.
16648         * net/tramp-gvfs.el: New package.
16650         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16651         Add handler for `dired-uncache'.
16652         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16654         * net/trampver.el: Update release number.  Make version check fit
16655         for SXEmacs 22.
16657 2009-06-22  Jim Meyering  <meyering@redhat.com>
16659         Automatically handle .xz suffix (XZ-compressed files), too.
16660         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16661         XZ is the successor to LZMA: <http://tukaani.org/xz/>
16663 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
16664             Nick Roberts  <nickrob@snap.net.nz>
16666         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16667         repository (http://sphinx.net.ru/hg/gdb-mi/).
16669 2009-06-22  Glenn Morris  <rgm@gnu.org>
16671         * files.el (dir-locals-collect-mode-variables): Allow for any number of
16672         `mode' and `eval' entries.  (Bug#3430)
16674         * Makefile.in (ELCFILES): Add fadr.elc.
16676         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16677         differing behavior of \n and ^ in strings.  (Bug#3385)
16679         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16681         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16682         property.
16683         (lisp-indent-function): Make it a defcustom.
16685 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
16687         * progmodes/gdb-ui.el: Replace with ...
16688         * progmodes/gdb-mi.el: ... this file.
16689         * progmodes/gud.el: Modify for gdb-mi.el.
16691 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
16693         * fadr.el: New file.
16695 See ChangeLog.14 for earlier changes.
16697 ;; Local Variables:
16698 ;; coding: utf-8
16699 ;; End:
16701     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
16703   This file is part of GNU Emacs.
16705   GNU Emacs is free software: you can redistribute it and/or modify
16706   it under the terms of the GNU General Public License as published by
16707   the Free Software Foundation, either version 3 of the License, or
16708   (at your option) any later version.
16710   GNU Emacs is distributed in the hope that it will be useful,
16711   but WITHOUT ANY WARRANTY; without even the implied warranty of
16712   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16713   GNU General Public License for more details.
16715   You should have received a copy of the GNU General Public License
16716   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16718 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1